html{  
  font-size: 62.5%;  
}
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: 100%;
  line-height: 1.8;
  margin: auto;
}

img{
  max-width: 100%;
  height: auto;
}

.v_sp{
  display: none;
}

.v_wrapper{
  max-width: 1480px;
  margin: auto;
  padding: 0 20px;
}

.v_pt20{
  padding-top: 20px !important;
}
.v_pt70{
  padding-top: 70px !important;
}
.v_pr35{
  padding-right: 35px !important;
}
.v_pb70{
  padding-bottom: 70px !important;
}

.v_ml30{
  margin-left: 30px !important;
}
.v_ml70{
  margin-left: 70px !important;
}

.v_mt20{
  margin-top: 20px !important;
}
.v_mt40{
  margin-top: 40px !important;
}
.v_mt70{
  margin-top: 70px !important;
}
.v_mt90{
  margin-top: 90px !important;
}

.v_mb10{
  margin-bottom: 10px !important;
}
.v_mb20{
  margin-bottom: 20px !important;
}
.v_mb30{
  margin-bottom: 30px !important;
}
.v_mb40{
  margin-bottom: 40px !important;
}
.v_mb50{
  margin-bottom: 50px !important;
}
.v_mb60{
  margin-bottom: 60px !important;
}
.v_mb70{
  margin-bottom: 70px !important;
}
.v_mb80{
  margin-bottom: 80px !important;
}
.v_text-rigtht{
  text-align: right;
}
.v_max-width{
  max-width: initial !important;
}
.v_max-height{
  height: initial !important;
}


@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* ヘッター */
.v_header{
  position: relative;

}
.v_header--blank{
  width: 70%;
  /*margin-bottom: 100px;*/
}
.v_header--blank img{
  width: 100%;
}
.v_header--blank_box img{
  z-index: -100;
}
.v_headerbox{
  position: relative;
  display: flex;
  justify-content: space-between;
}
.slider{
  position: absolute;
  right: 0%;
  width: 70%;
}
.slider img{
  width: 100%;
}
.slick-dots {
  text-align: right;
  padding-right: 80px;
  bottom: -40px;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #184887;
  font-size: 16px;
}
.slick-dots li button:before {
  font-size: 16px;
}

.v_headerbox_circle{
  position: absolute;
  left: 0;
  width: 35%;
}
.v_headerbox_circle img{
  width: 100%;
}
.v_headerbox_maintitle{
  position: absolute;
  left: 30%;
  width: 120%;
  top: 110%;
}

.v_headerbox_img{
  display: flex;
  align-items: center;
  margin-left: 30px;
  height: 100px;
}
.v_headerbox_img img{
  max-width: 200px;
}
.v_headerbox_img a:hover{
  opacity: 0.7;
}
.v_headerbox__text{
  display: flex;
  justify-content: flex-end;
  max-width: 1060px;
  width: 100%;
}

.v_headerbox__text--right{
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  background: #fff;
}
.v_headerbox__text--right a{
  background-color: #DFAE00;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  width: 100%;
}
.v_header_bule{
  background-color: #184887 !important;
}

.v_headerbox__text--right a:hover{
  opacity: 0.7;
}

.v_headerbox__text--left{
  display: flex;
  align-items: center;
  padding-right: 30px;
  background-color: rgba(255,255,255,0.6);
}
.v_headernav{
  display: flex;
  flex-direction: column;
}
.v_headernav__header{
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-end;
}
.v_headernav__header :last-child{
  margin-left: 30px;
}

.v_headernav__header a:hover{
  text-decoration: #184887;
  text-decoration: underline 4px #184887;
}

.v_headernav__bottom{
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 15px;
  max-width: 860px;
}

.v_headernav__bottom li{
  padding-left: 10px;
  padding-right: 10px;
}
.v_headernav__bottom a:hover{
  text-decoration: #184887;
  text-decoration: underline 3px #184887;
}

.v_headernav__bottom li+ li{
  border-left: 1px solid #333;
}



.v_mainnav{
  text-align: center;
  display: flex;
  justify-content: center;
  clear: both;
}

.v_mainnav_link{
  background-color: #184887;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 26px;
  border-radius: 8px;
  color: #fff;
  max-width: 250px;
  width: 100%;
  height: 100px;
}
.v_mainnav_link:nth-child(2){
  background-color: #DF0442;
}
.v_mainnav_link:nth-child(3){
  background-color: #0077B6;
}
.v_mainnav_link:nth-child(4){
  background-color: #E7B400;
}

.v_mainnav_link a{
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v_mainnav_link:hover{
  opacity: 0.7;
}

.v_section_titl{
  fill: #FFF;
  stroke-width: 2px;
  stroke: #184887;
}

/* 会社概要 */
.v_about{
  margin-top: 64px;
  display: flex;
  justify-content: center;
}

.v_aboutimg{
  margin-right: 60px;
}

.v_aboutblock{
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  margin-right: 60px;
}

.v_aboutblock_header{
  font-weight: bold;
  line-height: 3.2rem;
  margin-bottom: 20px;
}
.v_aboutblock_text{
  line-height: 3.6rem;
  margin-bottom: 38px;
}

.v_aboutblock_footer{
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.v_aboutblock_footer a{
  width: 399px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-color: #184887;
  color: #fff;
  border-radius: 58px;
}
.v_aboutblock_footer a:hover{
  opacity: 0.7;
}

.v_aboutblock_footer a::after{
  position: absolute;
  content: url(../img/aboutlink.svg);
  top: 65%;
  transform: translateY(-60%);
  right: 18%;
}

.v_aboutblock_footer a::after{
  right: 25%;
}

/* 事業案内 */
.v_businessimg{
  margin-top: 100px;
  margin-bottom: -20px;
  margin-left: 100px;
}

.v_businessblock{
  display: flex;
  height: 680px;
  border-image-source: linear-gradient(#184887,#184887);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
  margin-left: 100px;
}

.v_businessblock_content{
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.6rem;
}

.v_businessblock_content h2{
  margin-left: 110px;
  height: 100px;
  display: flex;
  align-items: center;
}

.v_businessblock_img{
  margin-top: -36px;
  height: 538px;
}

.v_businesscade{
  width: 100%;
}

.v_businesscade_box{
  max-width: 620px;
}
.v_businesscade a{
  width: 620px;
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 140px;
  position: relative;
}

@media only screen and (min-width: 769px){
  .v_businesscade_box a{
    border-bottom: 1px solid #fff;
  }
  .v_businesscade_box .v_change_btn01{
    border-top: 1px solid #fff;
  }
  .v_businesscade a::after{
    position: absolute;
    content: url(../img/businesslink.svg);
    top: 55%;
    transform: translateY(-55%);
    right: 10px;
  }
  .v_businesscade a:hover{
    border-image-source: linear-gradient(#fff,#fff);
    border-image-slice: 0 fill;
    border-image-outset: 0 0vw 0 100vw;
    color: #184887;
  }

  .v_businesscade a:hover::after{
    position: absolute;
    content: url(../img/businesslink.svg);
    top: 55%;
    transform: translateY(-55%);
    right: 10px;
  }
}

/* NEWS */
.v_news{
  background: linear-gradient(90deg, #F5F5F5 0%, #F5F5F5 50%, transparent 50%, transparent 100%);

}
.v_newsbox{
  margin-top: -72px;
  background-color: #F5F5F5;
  width: 85%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 0 12px 12px 0;
  justify-content: space-around;
}

.v_newsleft img{
  max-width: initial;
  margin-bottom: 10px;
}

.v_newsleft_sub{
  font-size: 1.6rem;
}

.v_newsright{
  font-size: 1.6rem;
  width: 70%;
  padding: 50px 0px 50px 0px;
}

.v_newsright dl{
  border-bottom:2px solid;
  border-bottom-color: #A0A0A0;
  margin-right: 10px;
  padding-bottom: 17px;
  padding-top: 17px;
}

.v_newsright dl:last-child{
  margin-bottom: 20px;
}

.v_newsright dt{
  color: #184887;
}
.v_newsright dd{
  margin-top: 10px;
}
.v_newsright a:hover{
  opacity: 0.7;
}

@media only screen and (min-width: 769px) {
  .v_newsleft{
    display: flex;
    justify-content: center;
    width: 30%;
  }
}

/* 情報印刷の取り組み 採用情報 */
.v_effort_recruit{
  display: flex;
  justify-content: flex-end;
  margin-top: 70px;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #184887 50%, #184887 100%);
}
.v_effort{
  background-color: #FFF;
  border-radius: 12px 0px 0px 12px;
}

.v_recruit{
  background-color: #FFF;
}
.v_recruit img{
  max-width: 100%;
  height: auto;
}

.v_effort a:hover , .v_recruit a:hover{
  opacity: 0.7;
}

/* お問い合わせ */
.v_contact{
  background-color: #184887;
  padding: 85px 0 120px 0;            ;
}
.v_contactheader{
  display: flex;
  justify-content: center;
}
.v_contactheader_left p{
  font-size: 1.6rem;   
  color: #FFF;
  margin-top: 10px;
}

.v_contactheader_right{
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 47px;
}

.v_contact_footer{
  display: flex;
  justify-content: center;
}

.v_contact_form{
  background-color: #FFF;
  max-width: 1080px;
  width: 100%;
  border-radius: 16px;
  margin-top: 70px;
}

.v_contact_form dl{
  margin: 0px 90px;
}
.v_contact_form dl:first-child{
  margin-top: 50px;
}
.v_contact_form dl span{
  display: inline-block;
  border-radius: 4px;
  background: #DF0442;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
  max-width: 45px;
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}

.v_contact_form dt{
  font-size: 1.6rem;
  margin-bottom: 10px;
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.v_contact_form--sub{
  font-size: 1.6rem;
  margin-bottom: 5px;
  margin-top: initial !important;
  display: flex;
  align-items: center;
  font-weight: 700;
}


.v_contact_form--text{
  font-size: 1.6rem;
  border-radius: 6px;
  background: #F0F0F0;
  font-weight: 500;
  max-width: 900px;
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  padding-left: 16px;
}

.v_contact_form select{
  font-size: 1.6rem;
  border-radius: 6px;
  background: #F0F0F0;
  font-weight: 500;
  max-width: 900px;
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  padding-left: 16px;
}

.v_contact_form textarea{
  font-size: 1.6rem;
  border-radius: 6px;
  max-width: 900px;
  width: 100%;
  background: #F0F0F0;
  font-weight: 500;
  box-sizing: border-box;
  padding: 16px;
}

.v_contact_submit{
  display: flex;
  justify-content: center;
}

.v_contact_submit--text{
  margin-top: 54px;
  margin-bottom: 61px;
  color: #FFF;
  max-width: 399px;
  width: 100%;
  height: 56px;

}

.v_contact_submit input{
  font-size: 1.8rem;
  font-weight: 700;
  background: #184887;
  border-radius: 58px;
  color: #FFF;
  width: auto;
  height: 56px;
  width: 100%;
  text-align: center;
}

.v_contact_submit input:hover{
  opacity: 0.7;
}

.v_contact_form_radio{
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
}
.v_contact_form_radio label{
  display: inline-block;
  margin-bottom: 10px;
}
.v_contact_form_radio input{
  margin-right: 10px;
}
.v_contact_form--textradio{
  width: 600px;
  margin-left: 10px;
}

/* フッター */

.v_footerbox{
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.v_footerbox_left{
  margin-right: 108px;
  display: flex;
  flex-direction: column;
}
.v_footerbox_logo{
  max-width: 250px;
  margin-bottom: 25px;
  margin-top: 30px;
}

.v_footerbox_left_bottom--tel{
  font-size: 2.4rem;
  color: #184887;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.v_footerbox_left_bottom--day{
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

.v_footerbox_right{
  display: flex;
}

.v_footerbox_right_area{
  margin-right: 42px;
}

.v_footerbox_right_area p{
  font-size: 1.8rem;
  color: #184887;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 3.0rem;
}

.v_footerbox_right_area ul{
  font-size: 1.4rem;
  color: #333333;
  line-height: 3.0rem;
}

.v_footer_text{
  border-image: linear-gradient(#184887,#184887) fill 0//0 100vw 0 100vw;
  color: #FFF;
  text-align: center;
  padding: 25px 0 20px 0;
  margin-top: 55px;
  font-size: 1.4rem;
}




.v_gray{
  color: #333 !important;
}
.v_bg-gray{
  background-color: #F5F5F5;
}
.v_bg-gray2{
  background: #EAEAEA;
}
.v_flex{
  display: flex;
}
.v_flex-end{
  display: flex;
  justify-content: flex-end;
}
.v_center{
  display: flex;
  justify-content: center;
}
.v_vertical_center{
  display: flex;
  align-items: center;
}
.v_Vertical_row{
  display: flex;
  flex-direction: column;
}
.v_bold{
  font-weight: 700 !important;
}
.v_externallink{
  color: #1400FF;
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
}

.v_lower_main{
  position: relative;
}
.v_lower_inner{
  max-width: 1040px;
  padding: 0 10px;
  margin: auto;
}
.v_lower_subtitl-inner{
  padding: 30px 30px 30px 40px;
}

.v_lower_main h1{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  font-size: 4.4rem;
  color: #fff;
  font-weight: 700;
  text-shadow:2px 2px 3px #000, -2px 2px 3px #000, 2px -2px 3px #000, -2px -2px 3px #000
}

.v_lower_main img{
  width: 100%;
}

.v_lower_main--bule{
  background-color: #184887;
  width: 70vw;
  height: 43px;
  border-radius: 0px 0px 32px 0px;
}
.v_lower_main--buletext{
  font-size: 1.4rem;
  color: #fff;
  margin-top: -30px;
}
.v_lower_main--buletext p{
  margin-bottom: 15px;
  line-height: 1.0;
}
.v_lower_main--buletext--a:hover{
  opacity: 0.7;
}

.v_lower_titl{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  margin-bottom: 60px;
}
.v_lower_video{
  width: 100%;
}

.v_circle{
  max-width:  260px;/* 円のサイズ（高さにもなる） */
  border-radius: 100%;
  padding: 42px;
  background: #F5D14F;
  /* 以下のFlexboxで文字を中央寄せ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  margin-right: -45px;
}
.v_circle_mr-65{
  margin-right: -65px;
}

.v_circle::before {/* 擬似要素で正円を作る */
  display: block;
  content: '';
  padding-top: 100%;
}

.v_lower_h2{
  color: #333;
  font-size: 3.2rem;
  font-weight: 700;
}

.v_lower_subtitl{
  color: #184887;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.v_lower_text{
  font-size: 1.6rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
}
.v_lower_main--buletext{
  margin-bottom: 15px;
}

.v_lower_table{

}

.v_lower_table dt{
  font-size: 1.8rem;
  font-weight: 700;
  max-width: 126px;
  width: 100%;
  margin-right: 60px;
}
.v_lower_table dd{
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
}

.v_lower_tablebox{
  display: flex;
  border-bottom: 1px solid #C0C0C0;
  padding: 25px 0px;
}
.v_lower_tablebox:first-child{
  border-top: 1px solid #C0C0C0;
}

.v_timeline > li {
  margin-bottom: 60px;
}

.v_timeline-date{
  font-size: 4.0rem;
  color: #C0C0C0;
  margin-bottom: 15px;
}

.v_timeline-content p{
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.v_lower_tablebox_map{
  height: 450px;
}
iframe{
  width: 100%;
  height: 100%;
}
.v_timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
  display: flex;
}
.v_timeline-date {
  max-width: 110px;
  width: 100%;
  display: flex;
}
.v_timeline-content {
  width: 75%;
  border-left: 2px #e5e5d1 solid;
  padding-left: 22px;
  display: flex;
  align-items: center;
}
.v_timeline-date--last{
  margin-bottom: initial;
}

.v_timeline-content:before {
  content: '';
  width: 15px;
  height: 15px;
  background: #E72567;
  position: absolute;
  border-radius: 100%;
  left: 103px;
  top:29px;
}
.v_timeline1::before{
  content: '';
  width: 15px;
  height: 15px;
  background: #E72567;
  position: absolute;
  border-radius: 100%;
  left: 103px;
  top:0px;
}
.v_timeline2::before{
  content: '';
  width: 15px;
  height: 15px;
  background: #E72567;
  position: absolute;
  border-radius: 100%;
  left: 103px;
  top: 30px;
}
.v_timeline2 p{
  margin-bottom: initial;
}



.v_lower_navtext{
  color: #333;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.v_lower_subtext{
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
}


.v_lower_coldfoiltitl{
  color: #184887;
  font-size: 2.0rem;
  font-weight: 700;
}
.v_lower_maintext{
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
}
.v_lower_maintext--inner{
  /*max-width: 934px;*/
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.v_third_img_area div{
  width: calc(33% - 10px);
  margin: 0 5px;
}
v_.third_img_area2{

}
.v_third_img_area2 div{
  margin: 0 5px;
  width: 100%;
  width: calc(33% - 10px);
}
.v_third_img_area2 div:last-child{
  width: calc(21% - 10px);
}
.v_third_img_area2 img{
  width: 100%;
}

.v_quilt_art_img{
  display: block;
  margin: 0 auto;
}



@media only screen and (max-width: 768px) {
  body{
    margin-top: 56px;
  }
  .v_wrapper{
    max-width: 100%;
  }
  .v_pc{
    display: none;
  }
  .v_sp{
    display: block;
  }
  .v_header{
    height: initial;
  }
  .v_headerbox{
    display: none;
  }
  .v_header--blank{
    display: none;
  }
  .v_header_sp{
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    background: #fff;
  }
  .v_headerbox_img {
    margin-left: 10px;
  }
  .v_headerbox_circle{
    position: absolute;
    left: 0;
    width: 50%;
  }
  .slider{
    position: absolute;
    right: 0%;
    width: 80%;
  }
  .slick-dots{
    padding-right: 10px;
  }
  .v_flex{
    flex-direction: column;
  }
  .v_mb20_sp{
    margin-bottom: 20px;
  }
  .v_ml30{
    margin-left: initial !important;
  }
  .v_ml70{
    margin-left: initial !important;
  }

  .v_lower_inner{
    padding: 0 20px;
  }
  .v_lower_maintext--inner{
    width: initial;
  }
  .v_lower_main h1{
    font-size: 2.5rem;
  }
  .v_lower_h2{
    font-size: 2.2rem;
  }
  .v_lower_subtitl-inner{
    padding: 30px 30px 30px 40px;
  }
  .v_lower_tablebox{
    display: block;
  }
  .v_lower_tablebox dt{
    margin-bottom: 20px;
  }
  .v_lower_subtitl{
    font-size: 2.2rem;
  }
  .v_hamburger-menu{
    width: 56px;
    height: 56px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
    z-index: 20;
    background-color: #184887;
    line-height: 1.0;
  }
  .v_hamburger-menu::after{
    display: block;
    content:"MENU";
    color:#fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 40px;
    text-align: center;
  }

  .v_hamburger-menu__bar {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
  }
  .v_hamburger-menu__bar:first-child {
    top: 16px;
  }
  .v_hamburger-menu__bar:nth-child(2) {
    top: 24px;
  }
  .v_hamburger-menu__bar:last-child {
    top: 32px;
  }
  .v_hamburger-menu--open .v_hamburger-menu__bar {
    top: 50%;
  }
  .v_hamburger-menu--open .v_hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .v_hamburger-menu--open .v_hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .v_hamburger-menu--open .v_hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .v_navigation {
    display: none;
    background: #184887;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10;
    height: 100vh;
  }
  .v_navigation__list {
    padding: 0px 28px;
    margin: 0;
    margin-top: 57px;
  }
  .v_navigation__list-item {
    border-bottom: solid 1px #E0E0E0;
  }
  .v_navigation__list-item:last-child {
    border-bottom: initial;
  }

  .v_navigation__link {
    position: relative;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 16px 0;
    transition: .5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .v_navigation__link::after{
    position: absolute;
    content: url(../img/header_sp03.svg);
    right: 0;
    top: 30%;
  }
  .v_navigation__link::after :last-child{
    margin-left: 20px;
  }
  .v_navigation__link--last{
    position: relative;
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 16px 0;
    transition: .5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
  }
  .v_navigation__link--last::after{
    position: absolute;
    content: url(../img/header_sp03.svg);
    right: 0;
    top: 33%;
  }

  @media (hover: hover) and (pointer: fine) {
    .v_navigation__link:hover {
      background: #184887;
    }
  }
  @media (hover: hover) and (pointer: fine) {
    .v_navigation__link--last:hover {
      background: #184887;
    }
  }

  .v_navigation__list-item--last{
    display: flex;
    justify-content: space-between;
  }
  .v_navigation__list-item--last a{
    font-size: 1.4rem;
  }
  .v_mainnav{
    display: flex;
    flex-wrap: wrap;
    padding-top: 70%;
  }
  .v_mainnav_link{
    margin-right: initial;
    color: #fff;
    width: 50%;
    height: 80px;
    border-radius: initial;
  }
  .v_header_sp--tel{
    padding: 0px 28px;
    margin: 0;
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .v_header_sp--telbox{
    max-width: 320px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 777px;
    border: 1px solid #FFF;
    position: relative;
    line-height: 1;
  }
  .v_header_sp--telbox img{
    position: absolute;
    left: 15px;
    width: 24px;
  }
  .v_header_sp--telbox p{
    font-size: 2.0rem;
    font-weight: 600;
    color: #fff;
  }
  .v_header_sp--telbox span{
    font-size: 1.3rem;
    font-weight: 500;
  }

  .v_header_sp--form{
    padding: 0px 28px;
    margin: 0;
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .v_header_sp--formbox{
    max-width: 320px;
    width: 100%;
    border-radius: 777px;
    background: #FFF;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .v_header_sp--formbox img{
    width: 26px;
    position: absolute;
    left: 15px;
  }
  .v_header_sp--formbox p{
    color: #184887;
    font-size: 1.6rem;
    font-weight: 700;
    margin-left: 30px;
  }
  .v_header_sp--formbox a{
    display: flex;
    justify-content: center;
    align-items: center;
  }


  /* 会社概要 */
  .v_about{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;

    flex-wrap: wrap;
  }

  .v_aboutimg{
    margin-right: initial;
    margin-bottom: 10px;
  }

  .v_aboutblock{
    display: flex;
    justify-content: center;
    margin-right: initial;
  }

  .v_aboutblock_header{
    margin-top: 10px;
    font-weight: bold;
    line-height: 3.2rem;
    margin-bottom: 20px;
  }
  .v_aboutblock_text{
    display: none;
  }

  .v_aboutblock_footer{
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .v_aboutblock_footer a{
    min-width: 200px;
    width: 100%;
    height: 46px;
  }

  .v_aboutblock_footer a:hover{
    color: #fff;
    opacity: 0.7;
    border-radius: 58px;
  }
  .v_aboutblock_footer a::after{
    top: 70%;
    margin-right: 5px;
  }

  /* 事業案内 */
  .v_businessblock{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: initial;
  }

  .v_businessblock_content{
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: initial;
  }

  .v_businessblock_content h2{
    display: none;
  }

  .v_businessblock_img{
    margin-top: -54px;
  }

  .v_businessimg {
    margin-top: 30px;
    margin-bottom: -10px;
    margin-left: initial;
    margin-left: -20px;
  }

  .v_business_top{
    display: flex;
    margin-bottom: 40px;
  }
  .v_businesscade_btotom{
    display: flex;
  }

  .v_businesscade a{
    width: initial;
    height: initial;
    padding-left: initial;
  }

  .v_businesscade a::after{
    position: absolute;
    content: url(../img/businesslink_sp.svg);
    top: 3px;
    right: 0px;
  }

  .v_businesscade_top{
    margin-bottom: 40px;
  }

  .v_businesscade_box a{
    margin-top: 10px;
  }

  .v_businesscade_box:first-child{
    margin-right: 20px;
  }
  .v_businesscade_box:nth-child(2){
    margin-right: 20px;
  }

  /* NEWS */

  .v_newsbox{
    display: flex;
    flex-direction: column;
    margin-top: -50px;
    padding-bottom: 20px;
  }

  .v_newsleft{
    margin-left: initial;
    margin-top: 20px;
    width: 100%;
    margin-right: initial;
  }

  .v_newsleft_sub{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .v_newsleft_text{
    margin-right: initial;
  }
  .v_newsright{
    padding: 20px 0px 20px 0;
    width: 100%;
  }

  /* 情報印刷の取り組み 採用情報 */
  .v_effort_recruit{
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    margin-bottom: 70px;
  }
  .v_effort_recruit a{
    text-align: center;
  }

  .v_effort{
    display: inline-block;
    background-color: #FFF;
    margin: auto;
    margin-bottom: 5px;
  }
  .v_recruit{
    background-color: #FFF;
    margin: auto;
    margin-bottom: 20px;
  }

  .v_effort a:hover , .v_recruit a:hover{
    opacity: 0.7;
  }

  /* お問い合わせ */
  .v_contact{
    background-color: #184887;
    padding: 85px 0 120px 0;
  }
  .v_contactheader{
    flex-direction: column;
  }
  .v_contactheader_left{
    display: flex;
    flex-direction: column;
  }
  .v_contactheader_left p{
    margin-top: initial;
    display: flex;
    align-items: center;
  }

  .v_contactheader_right{
    margin-top: 15px;
    font-weight: 700;
    margin-left: initial;
  }

  .v_contact_footer{
    display: flex;
    justify-content: center;
  }

  .v_contact_form{
    margin-top: 32px;
  }

  .v_contact_form dl{
    margin: 0px 15px;
  }
  .v_contact_form dl:first-child{
    margin-top: 50px;
  }
  .v_contact_form dl span{
    max-width: 34px;
  }

  .v_contact_form dt{
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-top: 24px;
    display: flex;
    align-items: center;
  }

  .v_contact_form--text{
    font-size: 1.6rem;
    border-radius: 6px;
    background: #F0F0F0;
    font-weight: 500;
    max-width: 900px;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    padding-left: 16px;
  }

  .v_contact_form select{
    font-size: 1.6rem;
    border-radius: 6px;
    background: #F0F0F0;
    font-weight: 500;
    max-width: 900px;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    padding-left: 16px;
  }
  .v_contact_submit--text{
    margin-top: 54px;
    margin-bottom: 61px;
    max-width: 200px;
    width: 100%;
    height: 48px;
  }

  .v_contact_submit p{
    max-width: 200px;
    height: 48px;
  }

  .v_timeline-date {
    margin-right: 10px;
  }

  .v_timeline-content:before {
    left: 113px;
  }
  .v_timeline1::before{
    left: 113px;
  }
  .v_timeline2::before{
    left: 113px;
  }


  /* お問い合わせ */
  .v_footerbox{
    display: flex;
    flex-direction: column;
    margin-top: initial;
  }
  .v_footerbox_left{
    margin-right: initial;
    display: flex;
  }
  .v_footerbox_left_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .v_footerbox_left_bottom--tel{
    font-size: 2.0rem;
  }
  .v_footerbox_left_bottom--day{
    font-size: 1.4rem;
    margin-bottom: 10px;
    margin-left: 15px;
  }
  .v_footerbox_logo{
    margin: auto;
    margin-top: 35px;
    margin-bottom: 15px;
  }

  .v_footerbox_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .v_footerbox_right li{
    display: none;
  }

  .v_footerbox_right_area{
    margin-right: initial;

  }
  .v_footerbox_right_area p{
    position: relative;
    margin-bottom: initial !important;
    padding: 8px 0px;
    border-bottom: 2px solid #e0e0e0;
  }
  .v_footerbox_right--bodertop a{
    display: block;
  }
  .v_footerbox_right--bodertop{
    border-top: 2px solid #e0e0e0;
  }
  .v_footerbox_right_area ul{
    margin-bottom: initial !important;
  }
  .v_footerbox_right_area a::after{
    position: absolute;
    content: url(../img/footer02_sp.svg);
    top: 20%;
    right: 0px;
  } 
  .v_footer_text{
    padding: 12px 0px;
    margin-top: 40px;
    font-size: 1.2rem;
  }


}