@charset "UTF-8";
input::-webkit-input-placeholder {
  color: #ccc; }

input:-ms-input-placeholder {
  color: #ccc; }

input::-moz-placeholder {
  color: #ccc; }

textarea::-webkit-input-placeholder {
  color: #ccc; }

textarea:-ms-input-placeholder {
  color: #ccc; }

textarea::-moz-placeholder {
  color: #ccc; }

.cf:after {
  content: " ";
  display: block;
  clear: both; }

.wrapper {
  padding-top: 68px;
  position: relative; }
@media screen and (max-width: 760px) {
  .wrapper {
    padding-top: 57px; } }

/*------------------------------------------------------------------
header
------------------------------------------------------------------*/
.header {
  padding: 15px 45px 22px;
  /* background: #C31214; */
  /* background: #601986; */
  /* background: #333; */
  background: #72c02c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.4s ease-in-out;
  }
.header_logo {
  position: absolute;
  top: 0px;
  left: 45px;
  z-index: 101; }
.header_logo img {
  transition: all 0.3s ease-in-out; }
.header_logo .passive {
  max-width: 130px; }
.header_logo .active {
  display: none; }
@media screen and (max-width: 760px) {
  .header_logo {
    width: 100%;
    text-align: center;
    position: relative;
    top: -5px;
    left: 0; } }
.header_logo a {
  color: #fff;
  font-size: 125%;
  padding-top: 10px;
  display: inline-block;
  width: 100%; }
.header_menu {
  float: right; }
@media screen and (max-width: 760px) {
  .header_menu {
    display: none; } }
.header_menu li {
  float: left;
  padding: 0 10px; }
.header_menu a {
  position: relative;
  padding-bottom: 10px;
  padding-top: 0;
  }
.header_menu a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -2.5px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-bottom: 0px solid #FFF;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  }
.header_menu a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -34px;
  width: 68px;
  height: 1px;
  background: #FFF;
  }
.header_menu a:hover {
  opacity: 1; }
.header_menu a:hover:before {
  content: "";
  position: absolute;
  opacity: 1;
  border-bottom: 5px solid #FFF;
  }
.header_menu .current a:before {
  content: "";
  position: absolute;
  opacity: 1;
  border-bottom: 5px solid #FFF;
  }
.header.header-active {
  position: fixed;
  padding: 8px 45px 13px;
  transition: all 0.4s ease-in-out; }
.header.header-active .header_menu a {
  padding-bottom: 6px; }
.header.header-active .header_logo .active {
  display: inline; }
.header.header-active .header_logo .passive {
  display: none; }
.header.header-active .header_logo img {
  max-width: 105px; }
@media screen and (max-width: 760px) {
  .header.header-active .header_logo img {
    max-width: 122px; } }
.header.header.fade {
  opacity: 1; }

@media screen and (max-width: 760px) {
  .header.mob-active {
    padding: 14px 45px 18px; }
  .header.mob-active .header_logo .passive {
    display: none; }
  .header.mob-active .header_logo .active {
    display: inline; }
  .header.mob-active .header_logo img {
    max-width: 122px; } }
.header_mob_menu, .header_mob_btn {
  display: none; }
@media screen and (max-width: 760px) {
  .header_mob_menu, .header_mob_btn {
    display: block; } }
.header_mob_btn {
  position: absolute;
  top: 12px;
  right: 8px;
  z-index: 101; }
.header_mob_btn p {
  color: #FFF;
  font-size: 10px;
  margin-top: 6px; }
.header_mob_btn_box {
  width: 25px;
  height: 18px;
  margin: 0 auto;
  position: relative; }
.header_mob_btn_box span {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #FFF;
  transition: all 0.3s ease-in-out; }
.header_mob_btn_box .top {
  top: 0; }
.header_mob_btn_box .middle {
  top: 50%; }
.header_mob_btn_box .bottom {
  bottom: 0; }
.header_mob_btn.btn-active .header_mob_btn_box .top, .header_mob_btn.btn-active .header_mob_btn_box .bottom {
  top: 50%;
  margin-top: -1px; }
.header_mob_btn.btn-active .header_mob_btn_box .top {
  transform: rotate(45deg); }
.header_mob_btn.btn-active .header_mob_btn_box .middle {
  opacity: 0; }
.header_mob_btn.btn-active .header_mob_btn_box .bottom {
  transform: rotate(135deg); }
.header_mob_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  overflow-y: scroll;
  pointer-events: none;
  z-index: -1;
  /* background: #601986; */
  background: #333;
  color: #fff;
  text-align: center;
  padding: 100px 20px 0;
  }
.header_mob_menu.menu-active {
  opacity: 1;
  z-index: 99;
  pointer-events: all;
  transition: all 0.3s ease-in-out; }
.header_mob_menu li {
  padding: 25px 0; }
.header_mob_menu li a {
  position: relative;
  padding-bottom: 10px; }
.header_mob_menu li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -34px;
  width: 68px;
  height: 1px;
  background: #FFF; }
.header_mob_menu .current a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -2.5px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-bottom: 5px solid #FFF; }
@media screen and (max-width: 760px) {
  .header_mob_menu .current a:before {
    margin-left: -5.5px; } }

/*------------------------------------------------------------------
footer
------------------------------------------------------------------*/
.footer {
  border-top: 1px solid #eee;
  padding: 25px 0; }
.footer p {
  font-weight: bold;
  color: #757575;
  font-size: 10px; }

/*------------------------------------------------------------------
index
------------------------------------------------------------------*/
.index_main {
  position: relative;
  height: 600px;
  z-index: 0;
  background: url("../img/index_main.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
@media screen and (max-width: 760px) {
  .index_main {
    height: 400px;
    background-position: right;
    } }
.index_main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(255, 244, 92, 0.8); */
  z-index: -1;
  }
.index_main_catch {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 0; */
  /* margin-left: -340px; */
  /* margin-top: -83.5px; */
  /* text-align: center; */
  width: 1004px;
  margin: 0 auto;
  padding-top: 210px;
  }
@media screen and (max-width: 760px) {
  .index_main_catch {
    top: auto;
    bottom: 50%;
    margin: 0;
    left: 5%;
    margin-left: 0px;
    text-align: left;
    position: absolute;
    width: 95%;
    padding-top: 0;
    } }
.index_main_catch .catch_pc {
  max-width: 800px; }
@media screen and (max-width: 760px) {
  .index_main_catch .catch_pc {
    display: none; } }
.index_main_catch .catch_sp {
  display: none; }
@media screen and (max-width: 760px) {
  .index_main_catch .catch_sp {
    display: inline-block;
    display: inline-block;
    max-width: 280px; } }
.index_main_catch h1 {
  font-size: 50px;
  color: #FFF;
  letter-spacing: 0.04em;
  font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic,sans-serif; }
@media screen and (max-width: 760px) {
  .index_main_catch h1 {
    line-height: 1.5em;
    font-size: 21px; } }
/* .index_main_catch h1 br {
  display: none; } */
@media screen and (max-width: 760px) {
  .index_main_catch h1 br {
    display: block; } }
.index_main_catch span {
  color: #FFF;
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.5em;
  font-weight: 100; }
@media screen and (max-width: 760px) {
  .index_main_catch span {
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 0.5em; } }
.index_news .btn_inner, .index_news .content_title {
  display: inline-block;
  width: 50%;
  float: left; }
.index_news .content_title {
  text-align: left; }
.index_news .btn_inner {
  text-align: right; }
.index_news .btn_inner .btn {

  padding: 8px 35px 8px 15px;
  font-size: 12px; }
.index_news_post_item {
  display: inline-block;
  width: 100%;
  margin-top: 25px; }
.index_news_post_item li {
  padding: 10px 0;
  border-bottom: 1px dashed #757575;
  width: 100%; }
.index_news_post_item li:first-child {
  border-top: 1px dashed #757575; }
.index_news_post_item li a {
  vertical-align: middle;
  width: 100%; }
.index_news_post_item li .post_day {
  min-width: 80px;
  font-size: 12px; }
.index_news_post_item li .post_tag {
  padding-left: 15px;
  font-size: 12px;
  width: 125px; }
.index_news_post_item li .post_tag span {
  padding: 4px;
  background: #9B9B9B;
  color: #FFF;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 10px; }
.index_news_post_item li .post_title {
  padding-left: 25px;
  font-size: 12px;
  font-weight: bold; }
@media screen and (max-width: 760px) {
  .index_news_post_item li .post_title {
    display: inline-block;
    width: 100%;
    padding: 6px 0 0; } }
.index_catch.content_pd {
  padding: 80px 0; }
@media screen and (max-width: 760px) {
  .index_catch.content_pd {
    padding: 40px 0; } }
.index_catch_imgBox, .index_catch_textBox {
  width: 49%;
  text-align: center;
  vertical-align: middle;
  display: inline-block; }
@media screen and (max-width: 760px) {
  .index_catch_imgBox, .index_catch_textBox {
    width: 100%; } }
.index_catch_imgBox {
  padding-left: 20px; }
@media screen and (max-width: 760px) {
  .index_catch_imgBox {
    float: none;
    padding: 40px 0; } }
.index_catch_textBox {
  padding-right: 20px; }
@media screen and (max-width: 760px) {
  .index_catch_textBox {
    float: none;
    padding: 0; } }
.index_catch_textBox .text {
  display: inline-block;
  text-align: left;
  color: #4A4A4A;
  line-height: 2.5; }
.index_service .btn_inner, .index_service .content_title {
  display: inline-block;
  width: 50%;
  float: left; }
.index_service .content_title {
  text-align: left; }
.index_service .btn_inner {
  text-align: right; }
.index_service .btn_inner .btn {
  padding: 8px 35px 8px 15px;
  font-size: 12px; }
.index_service_item {
  display: inline-block;
  width: 100%;
  margin-top: 25px; }
.index_service_item li {
  width: calc(100% / 3);
  float: left;
  padding-left: 10px; }
@media screen and (max-width: 760px) {
  .index_service_item li {
    width: 100%;
    float: none;
    padding: 20px 0 0; } }
.index_service_item li:first-child {
  padding: 0; }
.index_service_item .service_item01 .index_service_item_imgBox {
  background: url("../img/index_service01.webp") no-repeat;
  background-size: cover;
  background-position: center; }
.index_service_item .service_item02 .index_service_item_imgBox {
  background: url("../img/index_service02.webp") no-repeat;
  background-size: cover;
  background-position: center; }
.index_service_item .service_item03 .index_service_item_imgBox {
  background: url("../img/index_service03.webp") no-repeat;
  background-size: cover;
  background-position: center; }
.index_service_item .service_item04 .index_service_item_imgBox {
  background: url("../img/index_service04.webp") no-repeat;
  background-size: cover;
  background-position: center; }
.index_service_item .service_item05 .index_service_item_imgBox {
  background: url("../img/index_service05.webp") no-repeat;
  background-size: cover;
  background-position: center; }
.index_service_item .service_item06 .index_service_item_imgBox {
  background: url("../img/index_service06.webp") no-repeat;
  background-size: cover;
  background-position: center; }
.index_service_item_imgBox {
  width: 100%;
  height: 140px; }
@media screen and (max-width: 760px) {
  .index_service_item_imgBox {
    height: 160px; } }
.index_service_item_text {
  width: 100%;
  margin-top: 10px; }
.index_service_item_text p {
  font-weight: bold;
  color: #757575;
  font-size: 14px; }

/*------------------------------------------------------------------
news
------------------------------------------------------------------*/
.news_content {
  padding: 20px 0; }
.news_content_tag_item .news_tag {
  font-size: 12px; }
.news_content_tag_item .news_tag:after {
  display: none; }
.news_content_tag_item li {
  display: inline-block;
  margin-right: 5px; }
@media screen and (max-width: 760px) {
  .news_content_tag_item li {
    width: calc(100% / 2);
    float: left;
    padding: 10px 10px 0 0;
    margin: 0; }
  .news_content_tag_item li:nth-child(even) {
    padding-right: 0; }
  .news_content_tag_item li:nth-child(-n+2) {
    padding-top: 0; }
  .news_content_tag_item li .btn {
    width: 100%;
    padding: 8px 0; } }
.news_content_list {
  margin-top: 25px; }
.news_content_list_item li {
  position: relative;
  z-index: 1;
  padding: 20px 40px 20px 0;
  border-bottom: 1px dashed #757575; }
.news_content_list_item li:first-child {
  border-top: 1px dashed #757575; }
.news_content_list_item li:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg); }
.news_content_list_item li .news_post_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }
.news_content_list_item li .news_title {
  font-weight: bold; }
.news_content_list_item li .news_post_link:hover {
  background: #FFF; }
.news_content_list_item_data {
  margin-bottom: 10px; }
.news_content_post_imgBox {
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px; }
@media screen and (max-width: 760px) {
  .news_content_post_imgBox {
    height: 150px; } }
.news_content_post_pageNav {
  width: 100%;
  text-align: center;
  margin-top: 80px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  position: relative; }
@media screen and (max-width: 760px) {
  .news_content_post_pageNav {
    margin-top: 50px; } }
.news_content_post_pageNav .page_Nav_link {
  width: calc(100% / 2); }
.news_content_post_pageNav .page_Nav_link a {
  display: inline-block;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #757575; }
.news_content_post_pageNav .page_Nav_link a:after {
  content: "";
  position: absolute;
  top: 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #757575;
  border-right: 1px solid #757575;
  transform: rotate(45deg); }
.news_content_post_pageNav .page_Nav_link.post_prev {
  text-align: left;
  float: left; }
.news_content_post_pageNav .page_Nav_link.post_prev a {
  padding-left: 20px; }
.news_content_post_pageNav .page_Nav_link.post_prev a:after {
  transform: rotate(-135deg);
  left: 5px; }
.news_content_post_pageNav .page_Nav_link.post_next {
  text-align: right;
  float: right; }
.news_content_post_pageNav .page_Nav_link.post_next a {
  padding-right: 20px; }
.news_content_post_pageNav .page_Nav_link.post_next a:after {
  right: 5px; }
.news_content_post_pageNav .post_all {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -32px;
  z-index: 1; }
.news_content_post_pageNav .post_all a {
  color: #757575;
  max-width: 100%; }
.news .pagination {
  padding: 20px 0;
  margin-bottom: 30px; }
.news .pagination li {
  display: inline-block;
  font-size: 16px;
  padding: 0 22px 0 0; }
.news .pagination li .current {
  color: #9B9B9B; }
.news .pagination li .next, .news .pagination li .prev {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 8px; }
.news .pagination li .next:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg); }
.news .pagination li .prev:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(-135deg); }
.news .news_tag_icon {
  position: relative;
  z-index: 2; }
.news .news_tag_icon:hover {
  opacity: 1;
  background: #72c02c; }
.news .data_day {
  color: #757575;
  font-size: 12px; }
.news .news_title_data {
  margin-top: 15px; }
.news .news_title_data .news_tag_icon {
  margin-right: 12px;
  margin-left: 0; }
@media screen and (max-width: 760px) {
  .news .news_title_data .news_tag_icon {
    margin-right: 6px; } }
.news .news_title_data .data_day {
  font-size: 14px;
  padding: 0;
  letter-spacing: 0.2em; }
.news .post_title {
  font-size: 20px; }
.news_title_data {
  margin-top: 15px; }

.news_breadcrumb li:last-child {
  margin-left: -5px; }

/*------------------------------------------------------------------
service
------------------------------------------------------------------*/
.service_catch {
  border-bottom: 1px solid #eee; }
.service_catch .td {
  width: 50%;
  vertical-align: middle; }
@media screen and (max-width: 760px) {
  .service_catch .td {
    width: 100%;
    display: inline-block; } }
.service_catch_imgBox {
  width: 100%;
  height: 200px;
  background: url("../img/index_service02_b.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
@media screen and (max-width: 760px) {
  .service_catch_imgBox {
    width: 100%; } }
.service_catch_textBox {
  padding-left: 40px; }
@media screen and (max-width: 760px) {
  .service_catch_textBox {
    padding: 20px 0 0;
    margin-bottom: 30px; } }
@media screen and (max-width: 760px) {
  .service_list {
    margin-top: 45px; } }
.service_list_item li {
  width: calc(100% / 2);
  float: left;
  padding-left: 40px;
  margin-bottom: 40px; }
@media screen and (max-width: 760px) {
  .service_list_item li {
    width: 100%;
    float: none;
    padding: 0; } }
.service_list_item li:nth-child(odd) {
  padding-left: 0;
  clear: both; }
.service_list_item .produce .service_list_item_imgBox {
  background: url("../img/index_service01.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
.service_list_item .marketing .service_list_item_imgBox {
  background: url("../img/index_service02.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
.service_list_item .print .service_list_item_imgBox {
  background: url("../img/index_service03.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
.service_list_item .event .service_list_item_imgBox {
  background: url("../img/index_service04.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
.service_list_item_imgBox {
  width: 100%;
  height: 200px; }
.service_list_item_text {
  margin-top: 15px;
  padding: 0 15px; }
@media screen and (max-width: 760px) {
  .service_list_item_text {
    padding: 0; } }
.service_list_item_text h2 {
  font-size: 18px;
  font-weight: bold;
  color: #4A4A4A; }
@media screen and (max-width: 760px) {
  .service_list_item_text h2 {
    font-size: 16px; } }
.service_list_item_text p {
  margin-top: 10px; }

/*------------------------------------------------------------------
company
------------------------------------------------------------------*/
.company_data_list {
  max-width: 700px;
  width: 100%;
  margin: 0 auto; }
.company_data_list li {
  width: 100%; }
.company_data_list li:first-child .td {
  border-top: 1px dashed #eee; }
.company_data_list .td {
  border-bottom: 1px dashed #eee;
  padding: 15px 0;
  line-height: 2; }
.company_data_list .td span {
  color: #4A4A4A; }
.company_data_list .td .address_br {
  display: none; }
@media screen and (max-width: 760px) {
  .company_data_list .td .address_br {
    display: inline-block; } }
.company_data_list .list_title {
  font-weight: bold;
  width: 120px; }
@media screen and (max-width: 760px) {
  .company_data_list .list_title {
    width: 82px; } }
.company_data_list .list_text {
  padding-left: 40px;
  position: relative; }
@media screen and (max-width: 760px) {
  .company_data_list .list_text {
    padding-left: 20px; } }
.company_map {
  margin-bottom: 80px; }
@media screen and (max-width: 760px) {
  .company_map {
    margin-bottom: 40px; } }
.company_map #map {
  width: 100%;
  height: 600px; }
@media screen and (max-width: 760px) {
  .company_map #map {
    height: 400px; } }
