@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;800&family=Noto+Sans+JP:wght@500;700&display=swap');
/*
// 見出しのフォントサイズ
@mixin MIDASHI_FONTSIZE($base_fontsize, $num) {
// $base_fontsize
font-size:0px + $base_fontsize - $num * $num + $num;
}
*/
/*
// 見出しのフォントサイズ
@mixin MIDASHI_FONTSIZE($base_fontsize, $num) {
// $base_fontsize
font-size:0px + $base_fontsize - $num * $num + $num;
}
*/
.row-0 {
  margin-left: 0px;
  margin-right: 0px; 
}
.row-0 > div, .row-0 > li {
  padding-right: 0px;
  padding-left: 0px; 
}
.row-10 {
  margin-left: -5px;
  margin-right: -5px; 
}
.row-10 > div, .row-10 > li {
  padding-right: 5px;
  padding-left: 5px; 
}
.row-20 {
  margin-left: -5px;
  margin-right: -5px; 
}
.row-20 > div, .row-20 > li {
  padding-right: 5px;
  padding-left: 5px; 
}
.row-30 {
  margin-left: -15px;
  margin-right: -15px; 
}
.row-30 > div, .row-30 > li {
  padding-right: 15px;
  padding-left: 15px; 
}
.row-40 {
  margin-left: -20px;
  margin-right: -20px; 
}
.row-40 > div, .row-40 > li {
  padding-right: 20px;
  padding-left: 20px; 
}

/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
body {
  min-width: 320px;
  background-color: #FFF;
  color: #222;
  font-size: 14.4px;
  line-height: 1;
  font-weight: 500;
  margin-top: 91px;
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 768px; } 
}
@media print, screen and (max-width: 767px) {
  body.stop_scroll{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
}

/* default link color
----------------------------------------------------------- */
a {
  color: #222;
  text-decoration: none; 
}
a:hover {
  text-decoration: underline; 
}

a[href^="tel:"] {
  cursor: default; 
}

#contents a {
  /* color: #0075c1;  */
}

a:hover img {
  opacity: 0.7; 
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 9000;
}

#header {
  padding: 0 10px; }

.logo {
  float: left;
  margin-top: 10px;
  margin-bottom: 6px; 
}
.logo img {
  width: 300px; 
}
@media print, screen and (max-width: 767px) {
    .logo img {
      width: 150px; 
    }
}
.btnGNaviSp {
  float: right;
  margin-top: 10px;
  margin-bottom: 6px; 
}

.areaGNaviSp {
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.85;
  z-index: 1000; 
}

.gNaviSp {
  float: left;
  width: 85.93%; 
}
.gNaviSp li a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 20px 25px;
  color: #fff;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 17.5px; 
}
.gNaviSp li span {
  padding-left: 1.2em;
  font-size: 10.5px; 
}

.btnGNaviClose {
  float: right;
  padding: 18px 13px 0 0; 
}

.gNaviPc, .MegaMenuContent {
  display: none; 
}

@media print, screen and (min-width: 768px) {
  header {
      padding-bottom: 11px;
  }
  #header {
    max-width: 1120px;
    margin: 0 auto; 
  }
  .logo {
    margin-top: 23px; 
  }
  .btnGNaviSp {
    display: none; 
  }
  .gNaviPc {
    display: block;
    float: right;
    margin-top: 19px; 
  }
  .gNaviPc>li {
    float: left;
    margin: 0 25px;
  }
  .gNaviPc >li >a {
    position: relative;
    display: block;
    text-align: center;
  }
  .gNaviPc li a:hover {
    text-decoration: none; 
  }
  .gNaviPc li a span.gNaviPc_maintxt {
    display: block;
    font-family: "Times New Roman", "Noto Sans JP", "SemiBold", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 16px;
    line-height: 16px;
    padding-top: 10px; 
  }
  .gNaviPc li a span.gNaviPc_subtxt {
    display: block;
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 10px;
    line-height: 10px;
    padding-top: 5px;
    color: #a5a5a5; 
  }
  .gNaviPc li a span.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0075c1;
    top: 0;
    left: 0;
    opacity: 0; 
  }
  .gNaviPc li a span.overlay:hover {
    opacity: 0.2; 
  }
}

.pageNavi_wrap {
  width: 100%; }

.pageNavi {
  padding-bottom: 60px; 
}
.pageNavi .item {
  margin-bottom: 10px; 
}
.pageNavi .item a {
  display: block;
  border: 1px solid;
  text-align: center;
  background: #f3f3f3;
  padding: 1.0em; 
}
.pageNavi .item a:hover {
  text-decoration: none;
  background: #a5a5a5;
  color: white !important;
  transition-duration: 0.3s; }
.pageNavi .item-active a {
  background: #0075c1;
  color: white !important; 
}

/* -----------------------------------------------------------
 =contents
----------------------------------------------------------- */
#contents {
  margin-top: 13px;
  margin-bottom: 40px; 
}

@media print, screen and (min-width: 768px) {
  #contents {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 1240px; 
  } 
}

#contents2 {
  margin-top: 13px;
  margin-bottom: 40px; 
}

@media print, screen and (min-width: 768px) {
  #contents2 {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 100%; 
  } 
}

#contents3 {
  margin-top: 13px;
  margin-bottom: 40px; 
}

@media print, screen and (min-width: 768px) {
  #contents3 {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 1240px; 
  } 
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
.main {
  margin-bottom: 20px;
  line-height: 1.8; 
}

.main_nomargin {
  margin-bottom: 0px !important; 
}

.main_nopadding {
  padding: 0 !important; 
}

.pageHeader {
  margin-bottom: 25px;
  padding: 0 10px;
  text-align: center; 
}
.pageHeader p {
    line-height: 2.2; 
}

.hr{
  height: 9px;
  margin-bottom: 30px;
  background: url(../images/bg_hr_pc.gif) repeat-x; 
}

@media print, screen and (min-width: 992px) {
  .main {
    max-width: 940px;
    margin: 0 auto 60px;
    padding: 0; 
  } 
}

@media print, screen and (min-width: 768px) {
  .pageHeader {
    max-width: 1120px;
    margin: 0 auto 60px; 
  } 
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
.areaFooterLink {
  padding: 0 10px 10px; 
}

.fLogo {
  margin-bottom: 1em; 
}
.fLogo img {
    width: 200px; 
}

.fLink li {
  margin-bottom: 1em;
  float: left;
  display: inline;
  margin-right: 24px;
  width: auto; 
}

.areaFooterNavi {
  background-color: #F7F7F7;
  padding-top:20px;
  padding-bottom:20px; 
}

.fNavi {
  display: none; 
}

.fTel {
  padding: 10px 0;
  text-align: center; 
}
.fTel .fTel_txt {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 18px;
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em; 
}
.fTel .fTel_tel {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 30px;
  display: inline-block; 
}
.fTel a:hover {
  text-decoration: none; 
}

.areaFooterCopyright {
  background-color: #e4e5e1;
  padding: 0 10px; 
}

.fNaviSub {
  display: none; 
}

.copyright {
  padding: 8px 0;
  text-align: center; 
}
.copyright small {
  font-size: 8.32px; 
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 0; 
}

@media print, screen and (min-width: 768px) {
  .areaFooterLink {
    max-width: 1120px;
    margin: 0 auto;
    padding: 10px 10px; 
  }
  .fLogo {
    float: left; 
  }
  .fLink {
    float: right;
    margin-top: 11px;
    margin-left: 10px; 
  }
  .fLink li {
    margin-bottom: 1em;
    float: left;
    display: inline;
    margin-left: 24px;
    width: auto; 
  }
  .fLink li:first-child {
    margin-left: 0px; 
  }
  .footerNavi {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 10px;
    padding-bottom: 20px;
    padding-top: 15px; 
  }
  .fNavi {
    display: block;
    float: left;
    padding-top: 15px; 
  }
  .fNavi li {
    display: inline;
    margin-right: 35px;
    float: left; 
  }
  .fNavi li a {
    position: relative;
    display: block;
    height: 48px;
    text-align: center;
    vertical-align: middle; 
  }
  .fNavi li a:hover {
    text-decoration: none; 
  }
  .fNavi li a span.fNavi_maintxt {
    display: block;
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 16px;
    line-height: 16px;
    padding-top: 10px; 
  }
  .fNavi li a span.fNavi_subtxt {
    display: block;
    font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 10px;
    line-height: 10px;
    padding-top: 5px;
    color: #a5a5a5; 
  }
  .fTel {
    float: right;
    padding-top: 15px; 
  }
  .footerCopyright {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 11px;
    padding-bottom: 17px; 
  }
  .fNaviSub {
    display: block;
    float: left;
    padding: 11px 0 10px; 
  }
  .fNaviSub li {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1; 
  }
  .fNaviSub li::before {
    position: absolute;
    left: 0;
    content: "|";
    color: #222; 
  }
  .fNaviSub li:last-child::after {
    position: absolute;
    right: -8px;
    content: "|";
    color: #222; 
  }
  .copyright {
    float: right;
    padding-top: 14px; 
  }
  .copyright small {
    font-size: 12px; 
  }
  .pagetop {
    bottom: 203px;
    right: 0; 
  } 
}

/* その他 */
/* box 内側 */
.box_inner {
  padding: 1.0em; 
}

/* 表組み */
.th-left, .td-left {
  text-align: left; 
}

.th-center, .td-center {
  text-align: center; 
}

.th-right, .td-right {
  text-align: right; 
}

/* 文字色 */
.fcolor_printing {
  color: #0075c1; 
}

.fcolor_group {
  color: #0075c1; 
}

.fcolor_youshi {
  color: #ff9c00; 
}

.fcolor_ypbiz {
  color: #17cddd; 
}

.fcolor_warning {
  color: #FF5400; 
}

.fcolor_success {
  color: #67c651; 
}

/* 画像センタリング */
.img_center {
  text-align: center; 
}

/* 中央 */
.center {
  text-align: center; 
}

/* 右寄せ */
.right {
  text-align: right; 
}

.left {
  text-align: left; 
}

/* 画像キャプション */
.caption, .caption-right, .caption-left, .caption-center {
  display: inline-block;
  width: 100%; 
}

.caption-right {
  text-align: right; 
}

.caption-left {
  text-align: left; 
}

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

/* マージン調整 */
.mt20 {
  margin-top: 20px; 
}

.mb20 {
  margin-bottom: 20px; 
}

.mb60 {
  margin-bottom: 60px; 
}

/* ボタン */
.btn_area {
  padding-top: 40px;
  padding-bottom: 40px; 
}
.btn_area .btn_inquiry {
  width: 80%;
  -moz-box-shadow: 0px 1px 0px 0px #fff6af;
  -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
  box-shadow: 0px 1px 0px 0px #fff6af;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
  background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
  background-color: #ffec64;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ffaa22;
  display: block;
  cursor: pointer;
  color: #333333 !important;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
  text-align: center;
  margin: 0 auto;
  height: 3.0em;
  line-height: 3.0em; 
}
@media print, screen and (min-width: 768px) {
  .btn_area .btn_inquiry {
    width: 300px; 
  } 
}
.btn_area .btn_inquiry:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
  background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
  background-color: #ffab23; 
}
.btn_area .btn_inquiry:active {
  position: relative;
  top: 1px; 
}
.btn_area .btn_normal {
  background: #333;
  margin: 0 auto;
  border: 0;
  font-size: 18px;
  line-height: 36px;
  min-width: 120px;
  max-width: 80%;
  color: white !important;
  text-align: center;
  padding: 0.5em;
  display: block; 
}
.btn_area .btn_normal:hover {
  background: #1f1f1f;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none !important; 
}
.btn_area .btn_normal:active {
  background: black; 
}
.btn_area .btn_L {
  max-width: 240px; 
}

/* ボタン */
.btn_cancel {
  background: #a5a5a5;
  margin: 0 auto;
  border: 0;
  font-size: 18px;
  line-height: 36px;
  min-width: 120px;
  max-width: 80%;
  color: white !important;
  text-align: center;
  padding: 0.5em; 
}
.btn_cancel:hover {
  background: #919191;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none !important; 
}
.btn_cancel:active {
  background: #656565; 
}

.btn_submit {
  background: #0075c1;
  margin: 0 auto;
  border: 0;
  font-size: 18px;
  line-height: 36px;
  min-width: 120px;
  max-width: 80%;
  color: white !important;
  text-align: center;
  padding: 0.5em; 
}
.btn_submit:hover {
  background: #005c98;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none !important; 
}
.btn_submit:active {
    background: #002842; 
}
.btn_black {
  background: #333;
  margin: 0 auto;
  border: 0;
  font-size: 18px;
  line-height: 36px;
  min-width: 120px;
  max-width: 80%;
  color: white !important;
  text-align: center;
  padding: 0.5em; 
}
.btn_black:hover {
  background: #1f1f1f;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none !important; 
}
.btn_black:active {
    background: black; 
}

.btn_L {
  max-width: 240px; 
}

.btn_article {
  background: #0075c1;
  margin: 0 auto;
  border: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2em;
  min-width: 120px;
  max-width: 80%;
  color: white !important;
  text-align: center; 
}
.btn_article:hover {
  background: #005c98;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none !important; 
}
.btn_article:active {
  background: #002842; 
}

/* バナーオーバーレイ(共通) */
.bnr_block {
  position: relative;
  display: inline-block;
  text-align: center; 
}

.bnr_over {
  width: 100%;
  display: block;
  min-height: 30%;
  position: absolute;
  bottom: 0;
  left: auto;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px;
  color: white; 
}
.bnr_over .bnr_over_subtxt {
  font-size: 12px;
  display: inline-block; 
}
.bnr_over .bnr_over_maintxt {
  display: inline-block; 
}

input[type="reset"], input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; 
}

/* mktg_news --------------- */
.mktg_news_items {
  display: flex;
/*  justify-content: space-between;*/

justify-content: center; 
  flex-wrap: wrap;
max-width:955px;
  margin:0 auto;
}

.mktg_news_items_item {
  padding:0.5em;
  box-sizing: border-box;
  width: 33%;
  background-color: #fff;
}
.mktg_news_items_item_inner {
  border: 1px solid #e2e2e2;
  padding:0.5em;
  
}
.mktg_news_items_item_inner a{
  display: block;
  text-decoration: none;
}
.mktg_news_items_item_inner a:hover{
  opacity: 0.8;
}
.mktg_news_items_item_inner .entry_date{
margin-top:0.5em;  
/*font-size:0.7rem;*/
}
.mktg_news_items_item_inner .entry_title{
margin-top:0.5em;
  /*font-size:0.9rem;*/
  /font-weight: bold;
}

.mktg_news_items_item_inner .thumb_img{
  max-width:100%;
  height:150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
margin-bottom:0.5em;
}

@media print, screen and (max-width: 767px) {
.mktg_news_items_item{
width: 100%;
margin-top:0.5em;
}
}





/* news --------------- */
.newsTop {
  margin-bottom: 30px;
  line-height: 1.5; 
}
.newsTop dd {
  margin-bottom: 2px; 
}

/* news --------------- */
.news_area_recruit {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 60px;
  background: #f4f7f1; 
}

.news_area_title {
  font-size: 18px; 
}

.news_dl {
  padding-top: 0.5em; 
}

.news_dl dt {
  margin-bottom: 10px;
  float: left;
  margin-right: 1em;
  font-size:14px;
  font-family: 'Noto Sans JP', sans-serif;
}
.news_dl dd {
  margin-bottom: 10px;
	font-size:14px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media print, screen and (min-width: 768px) {
  .news_dl dt {
    float: left; 
  }
  .news_dl dd.icon {
    float: left; 
  } 
}

/* icons of new */
.ico_new {
  display: inline-block;
  width: 3em;
  line-height: 1.5em;
  text-align: center;
  margin-right: 0.5em;
  color: #ffffff;
  background: #FF5400; 
}

/* icons of category */
.ico_cat {
  display: inline-block;
  min-width: 6em;
  line-height: 1.5em;
  text-align: center;
  margin-right: 0.5em;
  color: #ffffff;
  border-radius: 50px;
  background: #333; 
  padding-left:0.2em;
  padding-right:0.2em;
}

.ico_cat_group {
  background: #0075c1; 
}

.ico_cat_nanao {
  background: #b394eb; 
}

.ico_cat_youshi {
  background: #ff9c00; 
}

.ico_cat_ypbiz {
  background: #17cddd;
	white-space: nowrap;
	width: 8em !important; 
}

.ico_cat_printing {
  background: #0075c1; 
}

.ico_cat_recruit {
  background: #333; 
}

.ico_cat_activity {
  background: #5db610; 
}

.pager {
  margin-top: 20px; 
}
.pager a {
  display: inline-block;
  border: 1px solid;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 16px; 
}
.pager a.link_next {
  width: 70px; 
}
.pager a.link_before {
  width: 70px; 
}
.pager a.link_page {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%; 
}
.pager .current_page {
  text-align: center;
  display: inline-block;
  border: 1px solid #333;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #333;
  color: white;
  vertical-align: baseline; 
}

.page-top .topImg {
  margin: 0 auto; 
}
.page-top .topImg #bxslider img {
  width: 100%;     
}
@media print, screen and (min-width: 768px) {
  .page-top .topImg {
    max-width: 1200px;
    margin: 0 auto; 
  } 
}
.page-top .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; 
}
.page-top .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  border: 0 !important; 
}
.page-top .bx-wrapper .bx-pager.bx-default-pager a:hover,.page-top .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0075c1 !important; 
}
.page-top .areaTtlTop {
  margin-bottom: 1em;
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; 
}
.page-top .areaTtlTop h2 {
  font-size: 24px; 
}
.page-top .areaTtlTop span {
  color: #0075c1; 
}
.page-top .areaTtlTop p {
  font-weight: bold;
  font-size: 10px; 
}
@media print, screen and (min-width: 768px) {
  .page-top .areaTtlTop h2 {
    font-size: 3.0rem; 
  }
  .page-top .areaTtlTop span {
    color: #0075c1; 
  }
  .page-top .areaTtlTop p {
      font-size: 18px; 
  } 
}
.page-top .groups_bnr_area {
  margin-left: -5px;
  margin-right: -5px; 
}
.page-top .groups_bnr_area > div, .page-top .groups_bnr_area > li {
  padding-right: 5px;
  padding-left: 5px; 
}
@media print, screen and (min-width: 768px) {
  .page-top .groups_bnr_area {
    margin-left: -7.5px;
    margin-right: -7.5px; 
  }
  .page-top .groups_bnr_area > div, .page-top .groups_bnr_area > li {
    padding-right: 7.5px;
    padding-left: 7.5px; 
  } 
}
.page-top .groups_bnr_area .item a {
  text-align: center;
  position: relative;
  display: block; 
}
.page-top .groups_bnr_area .item a img {
  width: 100%; 
}
.page-top .groups_bnr_area .item a .groups_bnr_over {
  color: white;
  padding-top: 30%; 
}
@media print, screen and (min-width: 480px) {
  .page-top .groups_bnr_area .item a .groups_bnr_over {
    padding-top: 10px; 
  } 
}
.page-top .groups_bnr_area .item a .groups_bnr_over .groups_bnr_maintxt {
  display: block;
  font-size: 12px;
  font-weight: bold; }
.page-top .groups_bnr_area .item a .groups_bnr_over .groups_bnr_subtxt {
  display: none; 
}
@media print, screen and (min-width: 768px) {
  .page-top .groups_bnr_area .item a .groups_bnr_over .groups_bnr_subtxt {
    display: block;
    font-size: 12px; 
  } 
}
.page-top .groups_bnr_area .item a .groups_bnr_over.groups_bnr_over-youshi {
  width: 100%;
  display: block;
  min-height: 100%;
  position: absolute;
  bottom: 0;
  left: auto;
  background-color: rgba(255, 156, 0, 0.8); 
}
@media print, screen and (min-width: 480px) {
  .page-top .groups_bnr_area .item a .groups_bnr_over.groups_bnr_over-youshi {
    width: 100%;
    display: block;
    min-height: 30%;
    position: absolute;
    bottom: 0;
    left: auto;
    background-color: rgba(255, 156, 0, 0.8); 
  } 
}
.page-top .groups_bnr_area .item a .groups_bnr_over.groups_bnr_over-printing {
    width: 100%;
    display: block;
    min-height: 100%;
    position: absolute;
    bottom: 0;
    left: auto;
    background-color: rgba(0, 117, 193, 0.8); 
}
@media print, screen and (min-width: 480px) {
  .page-top .groups_bnr_area .item a .groups_bnr_over.groups_bnr_over-printing {
    width: 100%;
    display: block;
    min-height: 30%;
    position: absolute;
    bottom: 0;
    left: auto;
    background-color: rgba(0, 117, 193, 0.8); 
  } 
}
.page-top .groups_bnr_area .item a .groups_bnr_over.groups_bnr_over-ypbiz {
    width: 100%;
    display: block;
    min-height: 100%;
    position: absolute;
    bottom: 0;
    left: auto;
    background-color: rgba(23, 205, 221, 0.8); 
}
@media print, screen and (min-width: 480px) {
    .page-top .groups_bnr_area .item a .groups_bnr_over.groups_bnr_over-ypbiz {
      width: 100%;
      display: block;
      min-height: 30%;
      position: absolute;
      bottom: 0;
      left: auto;
      background-color: rgba(23, 205, 221, 0.8); 
    } 
}
.page-top .outer_bnr_area .item a {
  text-align: center;
  margin-bottom: 1em;
  position: relative;
  display: block; 
}
.page-top .outer_bnr_area .item a img {
  width: 100%; 
}
.page-top .outer_bnr_area .item a .outer_bnr_over {
  width: 100%;
  display: block;
  min-height: 25%;
  position: absolute;
  bottom: 0;
  left: auto;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding-top: 3.0vw;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle; 
}
@media print, screen and (min-width: 768px) {
  .page-top .outer_bnr_area .item a .outer_bnr_over {
    padding-top: 10px; 
  } 
}
.page-top .outer_bnr_area .item a .outer_bnr_over .outer_bnr_maintxt {
  display: block;
  font-size: 2.6vw; 
}
@media print, screen and (min-width: 768px) {
  .page-top .outer_bnr_area .item a .outer_bnr_over .outer_bnr_maintxt {
    font-size: 1.4vw; 
  } 
}
@media print, screen and (min-width: 992px) {
  .page-top .outer_bnr_area .item a .outer_bnr_over .outer_bnr_maintxt {
    font-size: 14px; 
  } 
}
.page-top .outer_bnr_area .item a .outer_bnr_over .outer_bnr_subtxt {
  display: none; 
}
@media print, screen and (min-width: 768px) {
  .page-top .outer_bnr_area .item a .outer_bnr_over .outer_bnr_subtxt {
    display: block;
    font-size: 10px; 
  } 
}
.page-top .sdgs_bnr {
  margin: 20px 20px 0 10px;
  float: left; 
}
.page-top .sdgs_bnr img {
  width: 100%; 
}

/*
// 見出しのフォントサイズ
@mixin MIDASHI_FONTSIZE($base_fontsize, $num) {
// $base_fontsize
font-size:0px + $base_fontsize - $num * $num + $num;
}
*/
.page-vision .vision_sign {
  float: right;
  margin-top: 2.0em;
  text-align: right; 
}
.page-vision .vision_sign .vision_sign_head {
  font-size: 18px; 
}

.page-vision .vision_logo {
  padding-top: 20px;
  padding-bottom: 20px; 
}
.page-vision .vision_logo img {
  margin: 20px auto;
  display: block; 
}

/*
// 見出しのフォントサイズ
@mixin MIDASHI_FONTSIZE($base_fontsize, $num) {
// $base_fontsize
font-size:0px + $base_fontsize - $num * $num + $num;
}
*/
.page-history .tbl_company_info th {
  padding-right: 2.0em; 
}

.page-history .tbl_history .td-content {
  padding-left: 1.0em;
  text-indent: -1.0em; 
}

/*
// 見出しのフォントサイズ
@mixin MIDASHI_FONTSIZE($base_fontsize, $num) {
// $base_fontsize
font-size:0px + $base_fontsize - $num * $num + $num;
}
*/
@media print, screen and (min-width: 768px) {
  .page-inquiry .inquiry_area {
    max-width: 768px;
    margin: 0 auto; 
  } 
}

.page-inquiry .inquiry_area dl {
  border-bottom: 1px dotted #a5a5a5; 
}
.page-inquiry .inquiry_area dl:last-child {
  border-bottom: none;
  text-align: center; 
}
.page-inquiry .inquiry_area dl:last-child dd {
  width: 100%;
  margin: 0 auto;
  max-width: 768px; 
}

.page-inquiry .inquiry_area dt {
  padding: 0.5em;
  font-weight: bold; 
}

.page-inquiry .inquiry_area dd {
  padding: 0.5em;
  width: auto;
  word-break: break-all; 
}

@media print, screen and (min-width: 768px) {
  .page-inquiry .inquiry_area dt {
    float: left;
    width: 200px; 
  }
  .page-inquiry .inquiry_area dd {
    float: left;
    max-width: 568px; 
  } 
}

.page-inquiry .inquiry_area textarea {
  width: 100%; 
}

.page-inquiry .inquiry_area input {
  max-width: 100%; 
}

.page-inquiry .btn_cancel {
  background: #a5a5a5;
  margin: 0 auto;
  border: 0;
  font-size: 18px;
  line-height: 36px;
  min-width: 120px;
  max-width: 80%;
  color: white !important;
  text-align: center;
  padding: 0.5em; 
}
.page-inquiry .btn_cancel:hover {
  background: #919191;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none !important; 
}
.page-inquiry .btn_cancel:active {
  background: #656565; 
}

.page-inquiry .btn_submit {
  background: #0075c1;
  margin: 0 auto;
  border: 0;
  font-size: 18px;
  line-height: 36px;
  min-width: 120px;
  max-width: 80%;
  color: white !important;
  text-align: center;
  padding: 0.5em; 
}
.page-inquiry .btn_submit:hover {
  background: #005c98;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none !important; 
}
.page-inquiry .btn_submit:active {
    background: #002842; 
}
.page-inquiry .btn_submit:disabled {
  opacity: 0.5;
  cursor: default; 
}

/*
// 見出しのフォントサイズ
@mixin MIDASHI_FONTSIZE($base_fontsize, $num) {
// $base_fontsize
font-size:0px + $base_fontsize - $num * $num + $num;
}
*/
.page-recruit .job {
  margin-bottom: 40px; 
}

.page-recruit .job_title {
  font-size: 200%;
  color: #0075c1;
  margin-bottom: 20px; 
}
@media print, screen and (min-width: 768px) {
  .page-recruit .job_title {
      width: 50%; 
  } 
}

@media print, screen and (min-width: 768px) {
  .page-recruit .job_main {
    width: 80%; 
  } 
}

.page-recruit .job_img_wrap {
  background: #f3f3fc; 
}

.page-recruit .job_img {
  width: 100%;
  max-width: 480px;
  margin-bottom: 20px; 
}
@media print, screen and (min-width: 768px) {
  .page-recruit .job_img {
    padding-left: 10px;
    width: 50%;
    max-width: 400px;
    margin-right: 0;
    float: right; 
  } 
}

.page-recruit .tbl_recruit {
  width: 100%; 
}
.page-recruit .tbl_recruit:nth-of-type(n+2) {
  margin-top: 40px; 
}
.page-recruit .tbl_recruit tr {
  line-height: 2.0em; 
}
.page-recruit .tbl_recruit tr th {
  padding-right: 20px;
  text-align: left;
  width: 15%; 
}
.page-recruit .tbl_recruit tr:nth-child(n+2) th {
  border-top: 1px solid #a5a5a5; 
}
.page-recruit .tbl_recruit tr:nth-child(n+2) th + td {
  border-top: 1px solid #a5a5a5; 
}
.page-recruit .tbl_recruit tr:last-child {
  border-bottom: 1px solid #0075c1; 
}
.page-recruit .tbl_recruit .tbl_recruit_number {
  width: 100%;
  margin-bottom: 20px; 
}
.page-recruit .tbl_recruit .tbl_recruit_number th {
  padding: 10px !important;
  width: auto;
  border: 1px solid #a5a5a5;
  text-align: center; 
}
.page-recruit .tbl_recruit .tbl_recruit_number td {
  width: auto;
  border: 1px solid #a5a5a5;
  text-align: center; 
}

/*
// 見出しのフォントサイズ
@mixin MIDASHI_FONTSIZE($base_fontsize, $num) {
// $base_fontsize
font-size:0px + $base_fontsize - $num * $num + $num;
}
*/
.page-sitemap ul.sitemap li {
  font-size: 18px;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 36px; 
}

.page-news .entry .entry_title {
  border-left: 10px solid #0075c1;
  text-align: left;
  margin-bottom: 40px;
  padding-left: 0.5em;
  font-size: 26px; 
}

.page-news .ico_cat {
  display: inlin-block; 
}

/*
// 見出しのフォントサイズ
@mixin MIDASHI_FONTSIZE($base_fontsize, $num) {
// $base_fontsize
font-size:0px + $base_fontsize - $num * $num + $num;
}
*/
.page-sdgs .main_title {
  background: #008acd;
  width: 100%;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  margin-bottom: 40px;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 0; 
}
@media print, screen and (min-width: 480px) {
  .page-sdgs .main_title {
    font-size: 22px; 
  } 
}

.page-sdgs .sub_title {
  border-left: 10px solid #0075c1;
  text-align: left;
  margin-bottom: 40px;
  padding-left: 0.5em;
  font-size: 18px;
  font-weight: bold; 
}

.page-sdgs .reference {
  margin-right: 0;
  float: right; 
}

.page-sdgs .sdgs {
  margin-bottom: 40px; 
}
.page-sdgs .sdgs .sdgs_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 15px; 
}
@media print, screen and (min-width: 480px) {
  .page-sdgs .sdgs .sdgs_title {
    font-size: 16px; 
  } 
}
.page-sdgs .sdgs .sdgs_main {
  width: 100%; 
}
.page-sdgs .sdgs .sdgs_img {
  width: 100%;
  max-width: 480px; 
}
@media screen and (max-width: 480px) { /*2019.1.23 terada*/
  .page-sdgs .sdgs .sdgs_img {
    display: none; 
  } 
}
@media print, screen and (min-width: 480px) {
  .page-sdgs .sdgs .sdgs_img_sp {
    display: none; 
  } 
}

.page-sdgs .sdgs_icn_img {
  width: 100%; 
}
@media screen and (max-width: 480px) { /*2019.1.23 terada*/
  .page-sdgs .sdgs_icn_img {
    display: none; 
  } 
}

.page-sdgs .sdgs_icn_img_sp {
  width: 100%; 
}
@media print, screen and (min-width: 480px) {
  .page-sdgs .sdgs_icn_img_sp {
    display: none; 
  } 
}

.page-sdgs #action_wrap {
  background: #e5f1f8;
  padding-top: 30px;
  padding-bottom: 5px; 
}

.page-sdgs .sdgs_flow_img {
  width: 100%; 
}
@media screen and (max-width: 480px) { /*2019.1.23 terada*/
  .page-sdgs .sdgs_flow_img {
    display: none; 
  } 
}

.page-sdgs .sdgs_flow_img_sp {
  width: 100%; 
}
@media print, screen and (min-width: 480px) {
  .page-sdgs .sdgs_flow_img_sp {
    display: none; 
  } 
}

.page-sdgs #possibility_wrap {
  background-image: url(../../sdgs/images/bg_01.png);
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover; 
}

.page-sdgs .possibility_inner {
  background: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
  padding-bottom: 40px;
  width: 100%; 
}

.page-sdgs .possibility_sub_title {
  border-left: 10px solid #1b8a21;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0.5em;
  font-size: 18px;
  font-weight: bold; 
}

.page-sdgs .possibility_sdgs {
  background: #FFF;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  display: inline-block; 
}

.page-sdgs .possibility_sdgs_icn {
  width: 100%;
  max-width: 90px;
  margin-right: 10px;
  vertical-align: top;
  margin-left: 10px;
  float: left; 
}
@media print, screen and (min-width: 480px) {
  .page-sdgs .possibility_sdgs_icn {
    max-width: 121px;
    margin-right: 10px; 
  } 
}

.page-sdgs .possibility_sdgs_txt {
  overflow: hidden;
  width: auto; 
}
@media print, screen and (min-width: 480px) {
  .page-sdgs .possibility_sdgs_txt {
    margin-right: 10px; 
  } 
}

.page-sdgs .possibility_sdgs_title {
  font-weight: bold;
  font-size: 16px; 
}

.page-sdgs .possibility_sdgs_sub_icn {
  width: 100%;
  max-width: 60px;
  float: left;
  margin-left: 20px; 
}
@media print, screen and (min-width: 768px) {
  .page-sdgs .possibility_sdgs_sub_icn {
    padding-left: 10px;
    margin-left: 0; 
  } 
}

.page-sdgs .possibility_sdgs_sub_txt_right {
  padding-left: 20px;
  margin-right: 20px;
  overflow: hidden;
  width: auto; 
}

.page-sdgs .possibility_sdgs_sub_txt {
  padding-left: 20px;
  margin-right: 20px; 
}

.page-sdgs .possibility_sdgs_sub_title {
  color: #1b8a21;
  font-weight: bold; 
}

.page-sdgs .icn_yp {
  margin-right: 5px; 
}

.page-sdgs .possibility_sdgs_box {
  clear: both;
  border: 2px solid #1b8a21;
  background: #FFF;
  margin-top: 30px;
  padding: 20px; 
}
@media print, screen and (min-width: 480px) {
  .page-sdgs .possibility_sdgs_box {
      margin-left: 20px;
      margin-right: 20px; 
  } 
}
.page-sdgs .possibility_sdgs_box span {
  color: #ff0000; 
}

.page-sdgs .possibility_sdgs_bnr {
  text-align: center;
  vertical-align: middle;
  margin-top: 30px;
  margin-bottom: 20px; 
}

.page-sdgs .btn_ecoprintng_img {
  width: 100%; 
}
@media screen and (max-width: 480px) { /*2019.1.23 terada*/
  .page-sdgs .btn_ecoprintng_img {
    display: none; 
  } 
}

.page-sdgs .btn_ecoprintng_img_sp {
  width: 100%; }
@media print, screen and (min-width: 480px) {
  .page-sdgs .btn_ecoprintng_img_sp {
    display: none; 
  } 
}

.page-sdgs #base_wrap {
  background-image: url(../../sdgs/images/bg_02.png);
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover; 
}

.page-sdgs .base_sub_title {
  border-left: 10px solid #de2115;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0.5em;
  font-size: 18px;
  font-weight: bold; 
}

.page-sdgs .base_sdgs_sub_title {
  color: #de2115;
  font-weight: bold; 
}

.page-sdgs #everyone_wrap {
  background-image: url(../../sdgs/images/bg_03.png);
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover; 
}

.page-sdgs .everyone_sub_title {
  border-left: 10px solid #d00067;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0.5em;
  font-size: 18px;
  font-weight: bold; 
}

.page-sdgs .everyone_sdgs_sub_title {
  color: #d00067;
  font-weight: bold; 
}

.page-sdgs .everyone_sdgs_box {
  clear: both;
  border: 2px solid #d00067;
  background: #FFF;
  margin-top: 30px;
  padding: 10px;
  overflow: hidden; 
}
.page-sdgs .everyone_sdgs_box span {
  font-size: 10px; 
}

.page-sdgs .everyone_sdgs_sub_title {
  color: #d00067;
  font-weight: bold; 
}

.page-sdgs .everyone_font_img {
  width: 100%;
  max-width: 130px;
  margin-bottom: 10px; 
}
@media print, screen and (min-width: 768px) {
  .page-sdgs .everyone_font_img {
    max-width: 140px;
    margin-right: 20px;
    margin-left: 0;
    float: left;
    margin-right: 10px; 
  } 
}
@media print, screen and (max-width: 480px) {
  .page-sdgs .everyone_font_img {
    margin: auto; 
  } 
}

.page-sdgs .everyone_font_txt {
  overflow: hidden;
  width: auto; 
}

@media screen and (max-width: 480px) { /*2019.1.23 terada*/
  .page-sdgs .sp_none {
    display: none; 
  } 
}
@media print, screen and (min-width: 480px) {
  .page-sdgs .sp_only {
    display: none; 
  } 
}

/* title --------------- */
.contents_page h1 {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 26px;
  letter-spacing: 0.1em;
  text-align: center; 
}

.contents_page .h1En {
  margin-bottom: 14px;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  font-size: 10px;
  line-height: 1 !important;
  text-align: center; 
}
.contents_page .h1En span {
  color: #0075c1; 
}

.contents_page .h2 {
  margin-bottom: 20px;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 24px;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em; 
}
.contents_page .h2 span {
    color: #0075c1; 
}

.contents_page .h2_under {
  margin-bottom: 20px;
  padding-bottom: 12px;
  background-image: url(../images/bg_hr_sp.gif);
  background-repeat: repeat-x;
  background-position: center bottom; 
}

.contents_page .clTheme {
  color: #0075c1; 
}

.contents_page .areaTtlSub {
  background-size: 6px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; 
}
.contents_page .areaTtlSub h3 {
  font-size: 20px; 
}

.contents_page .section {
  width: 100%;
  padding-top: 30px; 
}

@media print, screen and (min-width: 768px) {
  .contents_page h1 {
    font-size: 36px; 
  }
  .contents_page .h1En {
    margin-bottom: 35px;
    font-size: 18px; 
  }
  .contents_page .h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 3.0rem;
    line-height: 4.0rem; 
  }
  .contents_page .h2_under {
    margin-bottom: 21px;
    padding-bottom: 9px;
    background-image: url(../images/bg_hr_pc.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
    font-size: 3.0rem; 
  }
  .contents_page .areaTtlSub {
    background-size: 9px;
    padding-bottom: 20px; 
  }
  .contents_page .areaTtlSub h3 {
    font-size: 26px; 
  }
  .contents_page .section {
    background-size: 9px; 
  } 
}

.contents_page .box_bgSmoke {
  background-color: #f4f7f1; 
}

.contents_page dl.dl dt {
  font-weight: bold; 
}
.contents_page dl.dl dt:nth-child(n+1) {
  margin-top: 1.5em; 
}

/*# sourceMappingURL=style.css.map */


/*社内外活動報告*/

/*ブログ記事一覧*/
.Activity_blog{
	float: left;
	margin: 0 25px 25px 25px;
}

.Blog_bg{
	background: #f4f6f1;
	padding: 40px 30px;
	margin: 0 0 50px 0;
}

.Blog_kiji{
	line-height: 2em;
}

.Blog_kiji a{
	color:#000!important;
}



@media print, screen and (max-width: 767px) {
	div.Activity_Textleft{
		background: #9ddf3f;
		padding:10px 10px 20px 10px;
		border-radius: 5px;
		margin-bottom:2em;
		line-height: 1.5em;
	}

	div.Activity_Textright{
		background: #fcff00;
		padding:10px 10px 20px 10px;
		border-radius: 5px;
		color: #000;
		margin-bottom:2em;
		line-height: 1.5em;
	}


}

@media print, screen and (min-width: 768px) {
	.ActivitySP{
		display:none;
	}
	div.img_baseball_bg{
		background: url(/activity/images/img_baseball_bg.png) no-repeat;
		width: 100%;
		height: 0;
		padding-top: 64.0833333%;
		background-size: cover;
		margin-bottom:2em;
	}

	div.img_golf_bg{
		background: url(/activity/images/img_golf_bg.png) no-repeat;
		width: 100%;
		height: 0;
		padding-top:75.25%;
		background-size: cover;
		margin-bottom:2em;
	}

	div.img_etc_bg{
		background: url(/activity/images/img_etc_bg.png) no-repeat;
		width: 100%;
		height: 0;
		padding-top: 78.1666666%;
		background-size: cover;
		margin-bottom:2em;
	}


	div.Activity_Textleft{
		float: left;
		width: 30%;
		max-width: 365px;
		margin-left: 10px;
		line-height: 1.5em;
	}
	

	div.Activity_Textright{
		float: right;
		width: 30%;
		max-width: 365px;
		color: #000;
		margin-top: -520px;
		margin-right: 10px;
		line-height: 1.5em;
	}

	.Txtmt_b{
		margin-top: -410px;
	}
	.Txtmt_e{
		margin-top: -525px;
	}
}

@media print, screen and (min-width: 1024px) {
	div.Activity_Textleft{
		float: left;
		width: 32%;
		max-width: 365px;
		margin-left: 20px;
		line-height: 1.5em;
	}

	div.Activity_Textright{
		float: right;
		width: 30%;
		max-width: 365px;
		color: #000;
		margin-top: -635px;
		margin-left: 10px;
		line-height: 1.5em;
	}

	.Txtmt_b{
		margin-top: -540px;
	}
	.Txtmt_e{
		margin-top: -700px;
	}
}


/*ブログ記事一覧*/
@media print, screen and (max-width: 768px){
	.Activity_blog{
		margin: 0 25px 25px 25px;
	}

	.Activity_blog img{
		width:100%;
	}

	.Blog_bg{
		padding: 40px 20px;
	}
}


@media print, screen and (min-width: 769px) and (max-width: 959px){
	.Activity_blog{
		margin: 0 25px 25px 25px;
		min-height: 300px;
	}

	.Activity_blog img{
		width:314px;
	}

	.Blog_bg{
		padding: 40px 20px;
	}
}

@media print, screen and (min-width: 960px) and (max-width: 1229px){
	.Activity_blog{
		margin: 0 20px 40px 20px;
		min-height: 400px;
	}

	.Activity_blog img{
		width:408px;
	}

	.Blog_bg{
		padding: 40px 20px;
	}
}


@media print, screen and (min-width: 1230px) {
	.Activity_blog{
		margin: 0 25px 25px 0;
	}

	.Activity_blog img{
		width:252px;
	}

	.Blog_bg{
		padding: 40px 50px;
	}
}


/*ypgリニューアル追加スタイル*/
.txt-center{
	text-align:center
}
.txt-white{
	color:#ffffff;
}

.gNaviPc_maintxt{
  position: relative;
  padding-top: 0 !important;
  margin-top: 10px;
}
@media print, screen and (max-width: 767px) {
  .gNaviPc_maintxt {
    font-weight: bold;
  }
}
@media print, screen and (min-width: 768px) {
  .gNaviPc_maintxt::before{
      content: '';
      transition: .5s;
  }
  .gNaviPc_maintxt:hover::before{
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      display: inline-block;
      width: 85px;
      height: 3px;
      -webkit-transform: translateX(-50%);
      transform: translate(-50%);
      background-color: #0969c7;
  }
}

.ypg_bg{
	background-color:#0969c7;
}

.aboutypg{
  font-family: 'Montserrat', sans-serif;
	color:#ffffff;
	font-size:76px;
	text-align:center;
	display:block;
	font-weight:bold;
	padding-top:3%;
	padding-bottom:3%;
	letter-spacing: 3.8px;
}

.aboutypg_txt{
  font-family: 'Noto Sans JP', sans-serif;
	color:#ffffff;
	font-size:20px;
	text-align:left;
	display:block;
	font-weight:normal;
	padding-bottom:10%;
	letter-spacing: 1px;
}

.aboutp{
	display:block;
	margin-top:-10%;
	text-align:center;
}


.ypg_h2{
  font-family: 'Montserrat', sans-serif;
	color:#000000;
	font-size:72px;
	text-align:center;
	display:block;
	font-weight:bold;
	padding-top:3%;
	padding-bottom:3%;
	letter-spacing: 3.8px;
}

.ypg_h3{
	color:#0969C7;
	font-size:36px;
  font-family: 'Noto Sans JP', sans-serif;
	text-align:center;
	display:block;
	font-weight:bold;
	padding-top:1%;
	padding-bottom:3%;
	letter-spacing: 2px;
}

.ypg_h4{
	color:#0969C7;
	font-size:20px;
  font-family: 'Noto Sans JP', sans-serif;
	text-align:center;
	display:block;
	font-weight:bold;
	padding-top:1%;
	padding-bottom:3%;
	letter-spacing: 1px;
}

.ypg_h2recommend{
  font-family: 'Montserrat', sans-serif;
	color:#000000;
	font-size:40px;
	text-align:center;
	display:block;
	font-weight:bold;
	padding-top:3%;
	padding-bottom:3%;
	letter-spacing: 2px;
}

.mb100 {
  margin-bottom: 100px; }

.mt60 {
  margin-top: 60px; }


.mt100 {
  margin-top: 100px; }

.btn_img_hover:hover {
	transition: 0.3s;
	opacity: 0.5;
}


.btn_product {
/*	width: 120px;*/
/*	height: 35px;*/
	padding:5px;
	border: solid 1px #DDDBDB;
	border-radius:50px;
	margin: 0 auto;
}

.btn_product:hover{
	transition: 0.2s;
	opacity: 0.7;
}

.btn_product a:hover{
	text-decoration: none;
}

.btn_product_link {
	color:#000000;
	font-size:14px;
    font-family: 'Noto Sans JP', sans-serif;
	text-align:center;
	vertical-align: middle;
	text-decoration: none;
	display:block;
}

.btn_product_link:hover{
	color:#ffffff !important;
}


.btn_productcolor001 {
	background-color:#EFF7FF;
}
.btn_productcolor002 {
	background-color:#E7ECFA;
}
.btn_productcolor003 {
	background-color:#FAE2EB;
}
.btn_productcolor004 {
	background-color:#FAEED4;
}
.btn_productcolor005 {
	background-color:#DBF5FF;
}
.btn_productcolor006 {
	background-color:#E0F4EE;
}

.btn_productcolor001:hover {
	background-color:#0a69c7;
}
.btn_productcolor002:hover {
	background-color:#4559eb;
}
.btn_productcolor003:hover {
	background-color:#eb86a5;
}
.btn_productcolor004:hover {
	background-color:#fd9301;
}
.btn_productcolor005:hover {
	background-color:#21c4ff;
}
.btn_productcolor006:hover {
	background-color:#24c7a8;
}

.btn_productcolor000 {
	background-color:#ffffff;
}

.btn_productcolor000:hover{
	background-color:#0069C7;
	transition: 0.7s;
}

.product_service_height{
	position: relative;
	height: 1000px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.product_service_height{
		position: relative;
		height: 1200px;
	}
}

/* @media print, screen and (max-width: 767px) {
	.product_service_height{
		position: relative;
		height: 850px;
	}
} */

	.col-xs-4,.col-sm-product{
		position: static !important;
	}
	.hover_contents{
		position: absolute;
    top: 10%;
		left: 0;
		width: 100%;
		padding-top: 20px;
		visibility: hidden;
	}

	@media screen and (max-width: 992px) {
    .hover_contents{
      top: 20%;
    }
    .btn_product_hover{
      margin-bottom: 7px;
    }
	}

/*製品サービスから探す*/
	@media(min-width:992px){
		.col-sm-product{
			float: left;
			width:14.28571428% ;
		}
	}


.bg_news {
	background-color:#F7F7F7;
	padding-top:20px;
	padding-bottom:20px;
}

.btn_blue {
  text-align: center;
}

.btn_blue_link {
	color:#ffffff !important;
  background-color:#0969c7;
  border-radius:50px;
  padding: 20px 80px;
	font-size:20px;
  font-family: 'Noto Sans JP', sans-serif;
	text-align:center;
	vertical-align: middle;
	text-decoration: none;
  transition: .5s;
  display: inline-block;
}
.btn_blue_link:hover{
  background-color:#2892FA;
  text-decoration: none;
}


.btn_blue_link_2nd{
  color:#0969c7;
  border:2px solid #0969c7;
  background-color:white;
  border-radius:50px;
  padding: 20px 80px;
	font-size:15px;
  font-family: 'Noto Sans JP', sans-serif;
	text-align:center;
	vertical-align: middle;
	text-decoration: none;
  transition: .5s;
  display: inline-block;
}
.btn_to_top {
    font-family: 'Montserrat' !important;
    font-weight: 600;
    letter-spacing: 1.1px;
    transition: .5s;
}
.btn_to_top span{
  display: inline-block;
  transition: .5s;
}
.btn_to_top:hover span{
  transform: translate(0px,-7px);
}


.areaFooterContact {
  background-color: #0969c7;
  color:#ffffff;
  padding-bottom:2%; 
}

.FooterTopButton {
	margin-top: -3%;
}

.sitemap_list-title{
	margin-bottom:20px;
}

.areaFooterCopyright {
  background-color: #ffffff;
}

.footertext {
	color:#ffffff;
	font-size:14px;
    font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.9px;
}

.btn_contact {
	margin: 0 auto;
  text-align: center;
}

.btn_contact_link {
	color:#ffffff;
	font-size:34px;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	font-weight:600;
	text-decoration: none;
  display: inline-block;
  padding: 20px 60px;
	line-height:20px;
	letter-spacing: 1.7px;
  background-color:#000000;
	border-radius:50px;
  transition: .5s;
}

.btn_contact_link:hover{
  background-color:#C4FF00;
  color:#000000;
  text-decoration: none;
}


.btn_contact_link .btn_contact_text{
  transition: .5s;
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  align-items: center;
  margin-right: calc(1.5rem * -.5);
  margin-left: calc(1.5rem * -.5);
}
.btn_contact_text > * {
  padding-left: calc(1.5rem * .5);
  padding-right: calc(1.5rem * .5);
  max-width: 100%;
  width: 100%
}
.btn_contact_text .mail_icon {
  color: #FFFFFF;
  text-align: center;
  flex: 0 0 auto;
  width: 20%;
  transition: .5s;
  font-size: 0.8em;
}
.btn_contact_text .mail_text {
  color: #FFFFFF;
  text-align: center;
  width: 76%;
  transition: .5s;
}
.btn_contact_link:hover .mail_icon,.btn_contact_link:hover .mail_text{
  color:#000000;
}

.btn_contact_link:hover .btn_contact_text{
  transform: translate(10px,0px);
}

.btn_contact_icon {
	position: relative;
	top:12.5px;
	left:-15px;
}

.footernavitext {
	color:#000000;
	font-size:14px;
    font-family: 'Noto Sans JP', sans-serif;
	line-height:28px;
}

.footer_copyrighttext {
	color:#000000;
	font-size:12px;
    font-family: 'Noto Sans JP', sans-serif;
	margin-top:1%;
	display:block;
}

.btn_contactimg {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 0; }

@media print, screen and (min-width: 768px) {
  .btn_contactimg {
    bottom: 203px;
    right: 0; 
  } 
}

/* header */
#gnavi .hoverMenu {
  width: 100%;
  opacity:0.95;
  position:absolute;
  left: 0px;
  z-index: 1001;
  display: none;
  transition: 0.5s;
  padding-top: 9px;
}
@media print, screen and (max-width: 767px) {
  #gnavi .hoverMenu{
    overflow-y: scroll;
    height: 70vh;
  }
}
#gnavi .gnavibg {
  background:#0069C7;
}
@media print, screen and (min-width: 768px) {
  #gnavi .gnavibg {
    margin-top: 20px;
  }
}

/* 保田追加 */
@media print, screen and (min-width: 1200px) {
  .gnavibg .container_nav{
      width: 1180px;
  }
}

@media print, screen and (min-width: 768px) {
  .navlist_01,.navlist_02{
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .navlist_02 > li{
    margin-bottom: 20px;
  }
  .gnavibg .container_nav{
    padding: 20px 0;
  }
  .navlist_01 .item:last-child{
    text-align: center !important;
  }
}

.navlist_01 .gnavi_contents{
  width: auto;
  height: auto;
  transition: .5s;
}
@media print, screen and (min-width: 768px) {
  .navlist_01 .gnavi_contents{
    margin-bottom: 15px;
  }
}
.navlist_01 .gnavi_contents:hover{
  opacity: 0.8;
}
.navlist_02 .gnavi_contents_child a{
  display: block;
  margin-top: 10px;
  transition: .5s;
}
.navlist_02 .gnavi_contents_child a:hover{
  opacity: 0.8;
}

#gnavi .hoverMenu.block {
  display: block;
}
#gnavi .hoverMenu li {
  text-align: left;
  position: relative;
}
#gnavi .hoverMenu li:last-child {
  margin-bottom:0;
}
#gnavi .hoverMenu li:before {
  border: solid 4px transparent;
  border-left: solid 10px #fff;
  position: absolute;
  top: 6px;
  left: 0;
}
#gnavi .hoverMenu li a {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.0;
  text-decoration: none;
}
#gnavi .hoverMenu li a:hover {
  text-decoration: none;
}

.gnavi_midashi {
	color:#ffffff;
	font-size:24px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
	border-bottom: solid 1px #ffffff;
	margin-top:20px;
	margin-bottom:20px;
  padding-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  .gnavi_midashi{
    margin-top: 30px;
    margin-bottom:10px;
    padding-bottom: 10px;
    font-size: 18px !important;
  }
}

.gnavi_contents {
	color:#ffffff;
	font-size:18px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
}

.gnavi_contents_child li {
	color:#ffffff;
	font-size:14px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
}

/*上部メニュー スマホ用体裁*/
@media print, screen and (max-width: 767px) {
	.gnavi_contents {
		margin-top:10px;
		display: block;
	}
  .gnavi_contents_child{
    margin-bottom: 10px;
  }
	.gnavi_contents_child li {
		margin-top:10px;
		display: block;
	}
}

/* 汎用切り替え用*/
.pc_only_767 {
	display: block;
}

.sp_only_767 {
	display: none;
}

@media screen and (max-width: 767px) {
	
.pc_only_767 {
	display: none;
}

.sp_only_767 {
	display: block;
}

}

/* footer切り替え用*/
.pc_only_991 {
	display: block;
}

.sp_only_991 {
	display: none;
}

@media screen and (max-width: 991px) {
	
.pc_only_991 {
	display: none;
}

.sp_only_991 {
	display: block;
}

}

/*スマホ用メニュー部分*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	.gNaviPc > li  {
		margin: 0 10px;
	}
	.gNaviPc > li > a > span {
		font-size:14px !important;
	}
}
@media print, screen and (max-width: 767px) {
	.header_hum_btn a{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 70px;
		height: 60px;
		z-index: 500;
	}
	.header_hum_btn a span{
		display: block;
		position: absolute;
		transition: .5s;
		top: 30px;
		right: 15px;
		width: 40px;
		height: 4px;
		background-color: #0A69C7;
	}
	.header_hum_btn a span::before{
		content: "";
		display: block;
		position: absolute;
		transition: .5s;
		top: -15px;
		right: 0;
		width: 40px;
		height: 4px;
		background-color: #0A69C7;
	}
	.header_hum_btn a span::after{
		content: "";
		display: block;
		position: absolute;
		transition: .5s;
		top: 15px;
		right: 0;
		width: 40px;
		height: 4px;
		background-color: #0A69C7;
	}
	.header_hum_btn a.open_hum span{
		width: 0;
	}
	.header_hum_btn a.open_hum span::before{
		transform: rotate(45deg);
		top: 5px;
		width: 40px;
		background-color: #FFFFFF;
	}
	.header_hum_btn a.open_hum span::after{
		transform: rotate(-45deg);
		top: 5px;
		width: 40px;
		background-color: #FFFFFF;
	}
	.gNaviSp_renewal{
		position: absolute;
		top: -500px;
		left: -500px;
		visibility: hidden;
		transition: .5s;
	}
	.gNaviSp_renewal.open_menu{
		visibility: visible;
		background-color: #0A69C7;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 210vh;
		z-index: 300;
		padding: 80px 15px 20px 15px;
		margin: 0;

	}
	.gNaviSp_renewal>li{
		font-family: "Times New Roman", "Noto Sans JP", "SemiBold", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
		margin-bottom: 30px;
		font-size: 18px;
	}
	.gNaviSp_renewal>li>a{
		color: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		padding-bottom: 10px;
		width: 100%;
		display: block;
		text-decoration: none;
	}
	.gNaviSp_renewal .sp_dropdown{
		position: relative;
		transition: .5s;
	}
	.gNaviSp_renewal .sp_dropdown::after{
		font-family: FontAwesome;
		content: "\f067";
		display: inline-block;
		position: absolute;
		top: 0;
		right: 4%;
		transition: .5s;
	}
	.gNaviSp_renewal .sp_dropdown.drop_open::after{
		font-family: FontAwesome;
		content: "\f068";
		display: inline-block;
		position: absolute;
		top: 0;
		right: 4%;
	}
	.hoverMenu.d-block{
		display: block !important;
	}
}

.sp_contact_btn{
	display: none;
}

@media print, screen and (max-width: 767px) {
	.sp_contact_btn{
		display: block;
	}
  .sp_contact_btn a{
    display: block;
    position: absolute;
    top: 17px;
    right: 80px;
    z-index: 501;
  }
}

.kerning{
  font-feature-settings: "palt";
}
.hover_contents > ul > li > a{
  text-decoration: none;
}
.sp-br{
  display: none;
}
.mt30 li{
  margin-top: 30px;
}
.box_circle{
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 625px) {
  .box_circle{
    height: 160px;
    width: 160px;
  }
}
@media screen and (max-width: 430px) {
  .sp-br{
    display: block;
  }
  .sp-pc{
    display: none;
  }
  .aboutypg, .ypg_h2{
    font-size: 55px;
  }
  .ypg_h3{
    font-size: 30px;
    letter-spacing: 1px;
  }
  .aboutypg_txt{
    font-size: 14.5px;
    letter-spacing: 0.2px;
  }
  .btn_product_link{
    font-size: 12.5px;
  }
}
.box_txt{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  letter-spacing: 1px;
}
.img_logo_yes{
  background: #F7F7F7 url(../../images/logo_yes.png) no-repeat center/auto 30%;
}
.img_ecopress{
  background: #F7F7F7 url(../../images/btn_service005_003.png) no-repeat center/70%;
}
.img_stockless{
  background: #F7F7F7 url(../../images/stockless.svg) no-repeat center/90% auto;
}
.img_uv_clear{
  background: url(../../images/btn_service002_002.svg) no-repeat center/cover;
}
.img_kamifile{
  background: #F7F7F7 url(../../images/btn_service005_001.png) no-repeat center/auto 80%;
}
.img_eco_printing{
  background: url(../../images/btn_service006_003.svg) no-repeat center/cover;
}
.img_eco_printing-2{
  background: url(../../images/btn_service003_003.png) no-repeat center/cover;
}
.img_knowledgegrow{
  background: #F7F7F7 url(../../images/knowledgegrow_logo.svg) no-repeat center/90% auto;
}
.img_mediaku-mo{
  background: #F7F7F7 url(../../images/mediakumo_logo.svg) no-repeat center/90% auto;
}
.img_bizsupport{
  background: #F7F7F7 url(../../images/bizsuppo_logo.svg) no-repeat center/60% auto;
}
.img_grantwill{
  background: #F7F7F7 url(../../images/grantwill_logo.svg) no-repeat center/90% auto;
}
.img_cloud-syllabus{
  background: #F7F7F7 url(../../images/kurasira_logo.svg) no-repeat center/80% auto;
}
.img_miuraori{
  background: #F7F7F7 url(../../images/btn_service002_001.png) no-repeat center/cover;
}
.img_movie{
  background: #F7F7F7 url(../../images/movie.svg) no-repeat center/80% auto;
}
.img_kasane{
  background: #F7F7F7 url(../../images/btn_service002_003.png) no-repeat center/cover;
}
.img_dppaper{
  background: #F7F7F7 url(../../images/dppaper.svg) no-repeat center/auto 90%;
}
.img_printing{
  background: url(../../images/btn_service001_001.svg) no-repeat center/cover;
}
.img_calendar{
  background: #F7F7F7 url(../../images/btn_service003_001.svg) no-repeat center/auto 75%;
}
.img_taisaku{
  background: #F7F7F7 url(../../images/btn_service003_002.svg) no-repeat center/90% auto;
}
.img_appromo{
  background: #F7F7F7 url(../../images/appromo_logo.svg) no-repeat center/75% auto;
}
.img_shizai{
  background: #F7F7F7 url(../../images/btn_service006_002.svg) no-repeat center/auto 75%;
}
.img_3dcg{
  background: #F7F7F7 url(../../images/btn_service007_001.svg) no-repeat center/80% auto;
}
.img_digitalbook{
  background: #F7F7F7 url(../../images/btn_service007_003.svg) no-repeat center/75% auto;
}
.header_img-pc{
  max-width: 1920px;
  height: 631px;
  margin: 0 auto;
  background: url(../../images/header.svg) no-repeat center/cover;
}
.header_img-sp{
  width: 100%;
  height: 0;
  /* padding-topは画像の（高さ÷幅）×100 */
  padding-top: 129.3333333333333%;
  margin: 0 auto;
  background: url(../../images/header_sp.png) no-repeat center/cover;
}
.pc_only_1130 {
	display: block;
}
.sp_only_1130 {
	display: none;
}
@media screen and (max-width: 1130px) {
.pc_only_1130 {
	display: none;
}
.sp_only_1130 {
	display: block;
}
}
@media screen and (min-width: 992px) {
.logo_mb > .sitemap_list-title {
  margin-bottom: 14px;
}
}
.logo_size{
  width: 120px;
}
.bnr_douwa_link{
  margin: 60px auto;
}
@media screen and (min-width: 992px) {
  .bnr_douwa_link{
    max-width: 920px;
  }
}
@media screen and (max-width: 991px) {
  .douwa_link{
    display: none;
  }
}
.douwa_link span{
  width: 330px;
  height: 165px;
  position: fixed;
  bottom: 50px;
  right: 70px;
  background: url(../../images/bnr_douwa_fix.png) center/cover;
  z-index: 9998;
}
.sastainability_img-pc{
  max-width: 920px;
  height: 220px;
  margin: 0 auto;
  background: url(../../images/bnr_sastainability_pc.png) no-repeat center/cover;
}
.sastainability_img-sp{
  width: 100%;
  height: 0;
  /* padding-topは画像の（高さ÷幅）×100 */
  padding-top: 58.66666666666667%;
  margin: 0 auto;
  background: url(../../images/bnr_sastainability_sp.png) no-repeat center/cover;
  position: relative;
}
.sastainability_img-pc a,.sastainability_img-sp a{
  display: block;
}
.bnr_txt{
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 800;
  color: #FFF;
  letter-spacing: 3px;
  padding-top: 53px;
}
.bnr_txt-2{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
  letter-spacing: 0.8px;
  margin-top: 45px;
  padding-bottom: 42px
}
@media screen and (max-width: 767px) {
  .bnr_txt{
    position: absolute;
    font-size:max(10vw,33px) ;
    letter-spacing: 1px;
    padding-top: 0;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .bnr_txt-2{
    position: absolute;
    font-size:max(4vw,15px) ;
    margin-top: 0;
    padding-bottom: 0;
    top: 55%;
    left: 37%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.deco_none:hover{
  text-decoration: none;
}

/* ボタンがクリックされたときの色固定用css */
.vis_1,
.vis_2 {
	background-color: #0a69c7;
	opacity: 0.7;
}

.vis_3 {
	background-color: #4559eb;
	opacity: 0.7;
}

.vis_4 {
	background-color: #eb86a5;
	opacity: 0.7;
}

.vis_5 {
	background-color: #fd9301;
	opacity: 0.7;
}

.vis_6 {
	background-color: #21c4ff;
	opacity: 0.7;
}

.vis_7 {
	background-color: #24c7a8;
	opacity: 0.7;
}

.vis_8,
.vis_9,
.vis_10,
.vis_11,
.vis_12,
.vis_13,
.vis_14 {
	background-color: #0069C7;
	opacity: 0.7;
}

/* ロゴアニメーション */
#splash {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background:#FFFFFF;
  text-align:center;
}
  
#splash_logo {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo img {
  width: 40%;
}

.fadeUp{
  animation-name: fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* お困りごとから探す */
.problem_area>li{
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-bottom: 20px;
}
.service_link{
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 800px;
}
.service_img img{
  width: 100%;
  max-width: 100%;
  transition: .5s;
}
.service_img .service_text{
  position: absolute;
  width: 100%;
  bottom: 4%;
  left: 5%;
  margin: 0;
  padding: 0;
  text-shadow: 0px 3px 10px rgb(0 0 0 / 16%);
}
.service_img:hover img{
  /* transform: scale(1.1); */
  opacity: 0.7;
}
.service_img .eachTextAnime{
  font-weight: bold;
  letter-spacing: 1.2px;
  margin-bottom: 5px;
  opacity: 1;
  font-family: 'Noto Sans JP', sans-serif;
}
.service_img .eachTextAnime span{
  opacity: 1;
}
.service_img:hover .eachTextAnime span{
  opacity: 0;
}
.service_img:hover .eachTextAnime.appeartext{
  opacity: 1;
}
.service_img:hover .eachTextAnime.appeartext span{
  animation:text_anime_on 1s ease-out forwards;
  background-color: #FFFFFF;
}
@keyframes text_anime_on {
0% {opacity:0;}
100% {opacity:1;}
}

.header_img-pc{
  background: url(../../images/header.png) no-repeat center/cover;
}