/*------------------------------------------------------------------------
サックルさんがFTP経由でアップしていた「style.min.css」をマージしたデータ。非圧縮
-------------------------------------------------------------------------*/
@charset "UTF-8";
/*------------------------------------------------------------------------
 各ページ共通
-------------------------------------------------------------------------*/
.basic_contents {
  padding: 100px 40px 40px;
}

.basic_contents p {
  margin: 15px 0;
  line-height: 1.9;
}

.basic_contents img {
  width: auto;
  max-width: 100%;
}

.basic_contents ol {
  margin-left: 2em;
}

.basic_contents ol li {
  padding-left: 1em;
  list-style-type: decimal;
}

.basic_contents li {
  margin-bottom: 10px;
  line-height: 1.9;
}

.basic_contents a {
  border-bottom: 1px solid #059B55;
  word-break: break-all;
  transition: 0.3s;
}

.basic_contents a:hover {
  border-bottom: 1px solid transparent;
}

.basic_contents .bold {
  font-weight: bold;
}

.basic_contents .small {
  font-size: 1.3rem;
}

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

.basic_contents .t_right {
  text-align: right;
}

.basic_contents .none {
  display: none;
}

@media screen and (max-width: 896px) {
  .basic_contents {
    padding: 80px 45px 20px 30px;
  }
  .basic_contents p {
    margin-bottom: 20px;
  }
}

/*------------------------------------------------------------------------
 検索
-------------------------------------------------------------------------*/
.search_list_item {
  margin-bottom: 30px;
  word-break: break-all;
}

.search_list_item p {
  margin-bottom: 0;
}

.search_list_item .small {
  margin-top: 10px;
}

/*------------------------------------------------------------------------
 セキュリティポリシー
-------------------------------------------------------------------------*/
.privacy_policy .tab-base {
  border-collapse: collapse;
}

.privacy_policy .tab-base th, .privacy_policy .tab-base td {
  padding: 10px;
  border: 1px solid #CCC;
}

.privacy_policy td {
  vertical-align: top;
}

.privacy_policy .basic_contents ul {
  margin-left: 2em;
}

.privacy_policy .basic_contents ul li {
  list-style-type: disc;
}

/*------------------------------------------------------------------------
 過去のキャンペーン / 過去の掲載記事
-------------------------------------------------------------------------*/
.basic_contents .main-list,
.main_contents .main-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
  list-style-type: none;
}

.basic_contents .main-list > a,
.main_contents .main-list > a {
  border-color: transparent;
}

.basic_contents .main-list p,
.main_contents .main-list p {
  margin-top: 0;
}

.basic_contents .main-list .list-box,
.main_contents .main-list .list-box {
  margin-left: 15px;
}

@media screen and (max-width: 896px) {
  .basic_contents .main-list,
  .main_contents .main-list {
    display: block;
  }
  .basic_contents .main-list .left,
  .main_contents .main-list .left {
    width: auto;
    margin: 0;
  }
  .basic_contents .main-list .list-box,
  .main_contents .main-list .list-box {
    margin: 10px 0 0;
  }
}

/*------------------------------------------------------------------------
 過去の掲載記事
-------------------------------------------------------------------------*/
.basic_contents .j-pdf {
  text-align: right;
}

.basic_contents .j-pdf img {
  display: inline;
  width: auto;
}

.basic_contents .j-txt {
  line-height: 2;
}

/*------------------------------------------------------------------------
 サイトマップ
-------------------------------------------------------------------------*/
.sitemap ul li {
  list-style-type: none;
}

.sitemap .item_title {
  margin: 0 0 26px;
}

.sitemap .item_title a {
  border: none;
}

.sitemap .business_name {
  margin: 0 0 15px;
}

.sitemap .business_name a {
  border-color: #101412;
  color: #101412;
  font-weight: bold;
}

.sitemap .sitemap_list {
  margin: 0 0 70px;
}

.sitemap .products_sitemap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.sitemap .products_sitemap li {
  width: calc(100% / 2);
}

.sitemap .products_sitemap li ul {
  margin: 0;
}

.sitemap .products_sitemap li li {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .sitemap .products_sitemap {
    display: block;
  }
  .sitemap .products_sitemap li {
    width: 100%;
  }
}

/*------------------------------------------------------------------------
 TOP
-------------------------------------------------------------------------*/
/*----------------------------
 first view
----------------------------*/
.first_view {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
}

.first_view .bg_video {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translate(-50%, -50%);
  background-image: url(../item/mainvisual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.first_view .fv_contents {
  z-index: 2;
  position: relative;
  height: 100vh;
  min-height: 700px;
  background: rgba(25, 55, 65, 0.3) url(../item/bg_ol.png) repeat;
}

.first_view .main_title {
  margin: 0 100px 0 0;
  padding: 8% 0 0;
  color: #fff;
  font-size: 7.6rem;
  letter-spacing: 0.03em;
  line-height: 1.46053;
  text-align: right;
  text-shadow: 0px 0px 10px #101412;
  opacity: 0;
}

.first_view .main_title .big {
  font-size: 8.4rem;
}

.first_view .secondary_title {
  margin: 3% 100px 0 0;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 2.88462;
  text-align: right;
}

.first_view .secondary_title span {
  position: relative;
  padding: 11.5px 20px;
  background-color: rgba(0, 116, 74, 0.95);
  opacity: 0;
}

.first_view .secondary_title span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-color: rgba(0, 116, 74, 0.95);
  content: "";
}

.first_view .news_box {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
  align-items: center;
  justify-content: space-between;
  width: 730px;
  padding: 20px 26px;
  border-radius: 15px;
  background-color: #fff;
}

.first_view .news_box .news_name {
  margin: 0 23px 0 0;
  color: #00744A;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.first_view .news_box .news_list {
  width: calc(100% - 57px);
}

.first_view .news_box .news_list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.first_view .news_box .img_box {
  width: 80px;
}

.first_view .news_box .img_box img {
  width: 80px;
  height: 60px;
}

.first_view .news_box .text_box {
  width: calc(100% - 150px);
  margin-left: 20px;
  overflow: hidden;
}

.first_view .news_box .text_box .date {
  margin-right: 10px;
  color: #909090;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
}

.first_view .news_box .text_box .news_title {
  overflow: hidden;
  color: #101412;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2.14286;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 896px) {
  .first_view {
    min-height: 650px;
  }
  .first_view .bg_video{
    top: auto;
    bottom: 0;
    min-height: 62%;
    transform: translate(-50%,0%);
  }
  .first_view .fv_contents {
    min-height: 650px;
  }
  .first_view .title_bg {
    padding: 150px 0 150px;
    background-color: #fff;
  }
  .first_view .main_title {
    margin: 0;
    padding: 0;
    color: #00744A;
    font-size: 3.6rem;
    line-height: 1.47222;
    text-align: center;
    text-shadow: none;
  }
  .first_view .main_title .big {
    font-size: 3.9rem;
  }
  .first_view .main_title .small {
    font-size: 3.2rem;
    letter-spacing: 0;
  }
  .first_view .secondary_title {
    margin: 30px 15px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: left;
  }
  .first_view .secondary_title span {
    padding: 2.5px 15px;
    white-space: nowrap;
  }
  .first_view .news_box {
    display: flex;
    bottom: 40px;
    left: 30px;
    align-items: center;
    justify-content: space-between;
    width: 66%;
    padding: 15px;
  }
  .first_view .news_box .news_name {
    display: none;
  }
  .first_view .news_box .news_list {
    width: 100%;
  }
  .first_view .news_box .news_list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .first_view .news_box .img_box {
    display: none;
  }
  .first_view .news_box .text_box {
    width: 100%;
    margin-left: 0;
  }
  .first_view .news_box .text_box .date {
    font-size: 1.3rem;
  }
  .first_view .news_box .text_box .news_title {
    font-size: 1.2rem;
    line-height: 2.5;
  }
  .first_view .cm_icon {
    position: absolute;
    top: 250px;
    right: -5px;
    width: 104px;
  }
}

/* タブレット除外SP 大　*/
@media screen and (max-width: 812px) {
  .first_view .bg_video {
    min-height: 72%;
  }
  .first_view .title_bg {
    padding: 93px 0 47px;
  }
}

/* タブレット除外SP　小　*/
@media screen and (max-width: 480px) {
  .first_view .bg_video {
    min-height: 68%;
  }
}

/*----------------------------
 LPバナー
----------------------------*/
.landing_bnr_box {
  position: absolute;
  bottom: 145px;
  left: 20px;
  padding: 13px 30px 30px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.77);
}

.landing_bnr_box .onair {
  width: 270px;
  margin: 0 auto 10px;
}

.landing_bnr_box .landing_bnr_list {
  width: 400px;
}

.landing_bnr_box .landing_bnr_list .slick-list {
  padding-right: 20px;
}

.landing_bnr_box .landing_bnr_list .slick-dots {
  bottom: -20px;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .landing_bnr_area .landing_bnr_box {
    position: relative;
    right: 0;
    bottom: auto;
    left: 0;
    padding: 17px 15px 34px;
    border-radius: 0;
    text-align: center;
  }
  .landing_bnr_area .landing_bnr_box .onair {
    margin: 0 auto 15px;
  }
  .landing_bnr_area .landing_bnr_box .landing_bnr_list {
    width: 100%;
  }
}

/*----------------------------
 PURPOSE
----------------------------*/
.top_purpose {
  position: relative;
  padding: 200px 0 110px;
  overflow: hidden;
  background: linear-gradient(#016451 0%, #059b55 100%);
}

.top_purpose::before {
  display: block;
  z-index: 0;
  position: absolute;
  top: -50px;
  left: -90px;
  width: 100%;
  height: 100%;
  transform: scaleX(-1) rotate(5deg);
  background-image: url(../item/hammock.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 726px;
  mix-blend-mode: screen;
  content: "";
  opacity: 0.15;
}

.top_purpose .catch_contents {
  z-index: 1;
  position: relative;
}

.top_purpose .contents_title {
  margin: 0 0 90px;
  color: #fff;
  line-height: 2;
  text-align: center;
}

.top_purpose .contents_title span:nth-of-type(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.top_purpose .contents_title span:nth-of-type(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.top_purpose .contents_title span:nth-of-type(4) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.top_purpose .more_link {
  display: block;
  width: 165px;
  margin: auto;
  color: #fff;
  text-align: center;
}

.top_purpose .link_icon {
  margin-left: 10px;
}

@media screen and (max-width: 896px) {
  .top_purpose {
    padding: 140px 30px 80px;
  }
  .top_purpose::before {
    right: -30px;
    left: auto;
    transform: none;
    background-position: top right;
    background-size: 75%;
  }
  .top_purpose .contents_title {
    margin: 0 0 60px;
    letter-spacing: 0.08em;
  }
  .top_purpose .contents_title span:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .top_purpose .contents_title span:nth-of-type(3) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .top_purpose .contents_title span:nth-of-type(4) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
}

/*----------------------------
 BUSINESS DOMAIN
----------------------------*/
.top_business {
  padding: 40px 35px 35px;
  background-color: #f5f5f5;
}

.top_business .bg_box {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  padding: 67px 61px 22px 66px;
  border-radius: 30px;
  background-image: url(../item/bg_border.png);
}

.top_business .text_box {
  width: 55%;
}

.top_business .section_title {
  margin: 0 0 31px;
}

.top_business .business_title {
  margin: 0 0 20px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 2.22222;
}

.top_business .business_title span {
  position: relative;
  padding: 5.5px 20px;
  background-color: #059B55;
  white-space: nowrap;
  opacity: 0;
}

.top_business .business_title span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-color: #059B55;
  content: "";
}

.top_business .text {
  margin: 0 0 25px;
  font-size: 1.6rem;
  line-height: 1.875;
}

.top_business .img_box {
  z-index: -1;
  position: relative;
  left: 85px;
  width: 45%;
}

.top_business .img_box:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -85px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f5f5f5;
  content: "";
}

@media screen and (max-width: 896px) {
  .top_business {
    padding: 20px 15px 30px;
    overflow: hidden;
  }
  .top_business .bg_box {
    display: block;
    padding: 60px 15px 40px;
  }
  .top_business .text_box {
    width: 100%;
  }
  .top_business .section_title {
    margin: 0 0 40px;
  }
  .top_business .business_title {
    margin: 0 0 53px;
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 2;
  }
  .top_business .business_title span {
    padding: 2.5px 15px;
  }
  .top_business .text {
    width: 90%;
    margin: 0 0 40px;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 2;
  }
  .top_business .img_box {
    position: relative;
    left: auto;
    width: 240px;
    margin: 0 auto 65px;
  }
  .top_business .img_box:after {
    top: -27px;
    right: -91px;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
}

/*----------------------------
 PRODUCT
----------------------------*/
.top_service {
  padding: 90px 0 0;
  background-color: #fff;
}

.top_service .section_title {
  margin: 0 0 50px;
  text-align: center;
}

.top_service .catch_text {
  margin-bottom: 40px;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.66667;
  text-align: center;
}

.top_service .btn {
  width: 764px;
  margin: 0 auto 48px;
  padding: 32px 0;
  border-radius: 45px;
  text-align: center;
}

.top_service .btn .ellipsis {
  right: 60px;
}

.top_service .service_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.top_service .service_list li {
  width: calc(100% / 3);
  /* 231110変更 height: 480px;*/
  height: 610px;
  text-align: center;
}

.top_service .service_list p {
    position: relative;
    font-weight: bolder;
  /* 231110削除 margin-bottom: 6px;*/
}

.operations {
    color: white;
    font-size: 22px;
    margin: 27px 0 24px 0;
}

.operations_n {
	font-size: 25px; /*font-size: 31px;*/
}

.service_name_s{
  font-size: 12px  
}

.top_service .service_list li:nth-child(2) .imgSlide::after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.top_service .service_list li:last-child .imgSlide::after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.top_service .service_list li a {
  display: block;
  overflow: hidden;
}

.top_service .service_list li a:before {
 	position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-width: 0px 0 61px 53px;
    border-style: solid;
    border-color: transparent transparent #939393 transparent;
    content: "";
}
.top_service .service_list li a:after {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.2s ease-out;
    position: absolute;
    border-radius: 2px;
    right: 12px;
    bottom: 4px;
    transform: translateY(-50%) rotate(45deg);
}

.top_service .service_list li a:hover {
  opacity: 0.8;
}

.top_service .service_list .service_logo {
  width: 60%;
  max-width: 240px;
  margin-bottom: 5px;
}

.top_service .service_list .av {
  background-image: url(../item/av.jpg);
  background-size: cover;
  position: relative;
}
.top_service .service_list .av::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(rgba(0,131,15,0.8),rgba(198,255,198,0.8));
}

.top_service .service_list .av .service_name {
  letter-spacing: -.5px;
}

.top_service .service_list .hot {
  background-image: url(../item/hp.jpg);
  background-size: cover;
  position: relative;
}
.top_service .service_list .hot::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(rgba(172,2,2,0.8),rgba(247,142,142,0.8));
}

.top_service .service_list .defact {
  background-image: url(../item/ocr.jpg);
  background-size: cover;
  position: relative;
}
.top_service .service_list .defact::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(rgba(2,100,172,0.8),rgba(134,209,255,0.8));
}

.top_service .service_list .defact .service_name {
  letter-spacing: -.5px;
}

.top_service .service_list .service_item {
    width: 80%;
	max-width: 400px;
    margin: 12px auto;
    padding: 13px 0 4px;
    border-radius: 15px 15px 0 15px;
    background-color: #fff;
    color: #101412;
    font-size: 1.4rem;
    position: relative;
}

@media screen and (max-width: 896px) {
  .top_service {
    padding: 50px 0;
  }
  .top_service .section_title {
    margin: 0 0 25px;
  }
  .top_service .catch_text {
    padding: 0 45px 0 30px;
    font-size: 2rem;
    line-height: 1.8;
    text-align: left;
  }
  .top_service .service_list {
    display: block;
  }
  .top_service .service_list li {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-bottom: 12px;
  }
  .top_service .service_list li a {
    overflow: visible;
  }
  .top_service .service_list li a:hover::before {
    transform: none;
  }
  .top_service .service_list .service_logo {
    width: 60%;
    margin: auto;
    padding: 0 0 4px;
  }
  .top_service .service_list .service_item {
    width: 80%;
    padding: 1px 0 4px;
  }
  .top_service .service_list .service_logo {
    position: relative;
    width: 60%;
    padding: 0 0 3px;
  }
  .top_service .service_list .service_name {
    padding: 15px 0 0 0;
    font-size: 13px;
    margin-bottom: 0;
  }
  .operations {
    font-size: 20px;
    padding: 20px 0 3px 0;
    margin: 0; /*231110追加*/
  }
  .operations_n {
	font-size: 28px;
  }
  .service_name_s {
    font-size: 10px;
  }
}

/*----------------------------
 RANKING
----------------------------*/
.top_ranking {
  padding: 100px 0;
  background-color: #f5f5f5;
}

.top_ranking .section_title {
  margin-bottom: 40px;
  text-align: center;
}

.top_ranking .ranking_list {
  width: 65%;
  margin: auto;
}

@media screen and (max-width: 896px) {
  .top_ranking {
    padding: 50px 30px;
  }
  .top_ranking .section_title {
    margin-bottom: 20px;
  }
  .top_ranking .ranking_list {
    width: 100%;
  }
}

/*----------------------------
 NEWS
----------------------------*/
.top_news {
  padding: 90px 100px 75px;
  background-color: #fff;
}

.top_news .section_title {
  margin-bottom: 40px;
  text-align: center;
}

.top_news .news_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 0 50px;
}

.top_news .news_list li {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
}

.top_news .news_list li:nth-child(2) .imgSlide::after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.top_news .news_list li:nth-child(3) .imgSlide::after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.top_news .news_list li:last-child {
  margin-right: 0;
}

.top_news .news_list li:last-child .imgSlide::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.top_news .news_list a:hover img {
  transform: scale(1.1, 1.1);
  opacity: 0.6;
}

.top_news .news_list a:hover .news_title span {
  border-bottom: 1px solid #101412;
}

.top_news .news_list .img_box {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  overflow: hidden;
}

.top_news .news_list .img_box img {
  width: 100%;
  height: 200px;
  transition: 0.8s;
}

.top_news .news_list .date {
  margin-right: 8px;
  color: #909090;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
}

.top_news .news_list .news_title {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 15px 0 0;
  overflow: hidden;
  color: #101412;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.73333;
}

.top_news .news_list .news_title span {
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

@media screen and (max-width: 896px) {
  .top_news {
    padding: 50px 30px;
  }
  .top_news .section_title {
    margin-bottom: 30px;
  }
  .top_news .news_list {
    display: block;
    margin: 0 0 50px;
  }
  .top_news .news_list li {
    width: 100%;
    margin: 0 0 30px;
  }
  .top_news .news_list a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .top_news .news_list .img_box {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
  }
  .top_news .news_list .img_box img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
  }
  .top_news .news_list .text_box {
    width: calc(100% - 95px);
  }
  .top_news .news_list .news_title {
    -webkit-line-clamp: 2;
    margin: 8px 0 0;
  }
}

/*----------------------------
 RECRUIT
----------------------------*/
.top_recruit {
  position: relative;
  padding: 110px 100px 200px;
  overflow: hidden;
  background: linear-gradient(#016451 0%, #059b55 100%);
  color: #fff;
}

.top_recruit::after {
  display: block;
  z-index: 0;
  position: absolute;
  top: -50px;
  right: -90px;
  width: 100%;
  height: 100%;
  transform: rotate(5deg);
  background-image: url(../item/hammock.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 930px;
  mix-blend-mode: screen;
  content: "";
  opacity: 0.15;
}

.top_recruit .text_box {
  z-index: 2;
  position: relative;
}

.top_recruit .section_title {
  margin: 0 0 33px;
}

.top_recruit .contents_title {
  margin: 0 0 37px;
}

.top_recruit a {
  color: #fff;
}

@media screen and (max-width: 896px) {
  .top_recruit {
    z-index: 1;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 70px 30px 130px;
  }
  .top_recruit::after {
    right: -30px;
    background-size: 75%;
  }
  .top_recruit .section_title {
    margin: 0 0 40px;
  }
  .top_recruit .contents_title {
    margin: 0 0 30px;
  }
  .top_recruit .text_box {
    width: 100%;
  }
}

/*----------------------------
 INTERVIEW
----------------------------*/
.top_interview {
  z-index: 1;
  position: relative;
  background-color: #f5f5f5;
}

.top_interview .interview_box {
  position: relative;
  bottom: 100px;
  width: 89%;
  margin: auto;
  padding: 10px;
  border-radius: 30px;
  background-color: #fff;
}

.top_interview .interview_box:before {
  display: block;
  z-index: 2;
  position: absolute;
  top: -71px;
  left: 152px;
  width: 113px;
  height: 122px;
  background-image: url(../item/balloon.png);
  background-size: contain;
  content: "";
}

.top_interview .interview_box:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 33px;
  left: 25px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: url(../item/bg_border.png);
  content: "";
}

.top_interview .interview_box .border_box {
  position: relative;
  padding: 68px 93px 97px;
  border: 1px solid #059B55;
  border-radius: 30px;
}

.top_interview .interview_box .border_box:before {
  display: block;
  position: absolute;
  top: -3px;
  left: 243px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #059B55;
  content: "";
}

.top_interview .interview_box .border_box:after {
  display: block;
  z-index: 3;
  position: absolute;
  top: -3px;
  left: 158px;
  width: 1px;
  height: 6px;
  transform: rotate(10deg);
  background-color: #059B55;
  content: "";
}

.top_interview .section_title {
  margin: 0 0 60px;
  text-align: center;
}

.top_interview .interview_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.top_interview .interview_list li {
  width: calc((100% - 100px) / 3);
}

.top_interview .interview_list li:nth-child(2) .imgSlide::after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.top_interview .interview_list li:last-child .imgSlide::after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.top_interview .interview_list a {
  display: block;
  position: relative;
  color: #101412;
}

.top_interview .interview_list a:hover img {
  transform: scale(1.1, 1.1);
  opacity: 0.6;
}

.top_interview .pick_up {
  z-index: 1;
  position: absolute;
  top: 30px;
  left: 10px;
  padding: 3px 6px;
  background-image: url(../item/pickup.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: -0.03em;
}

.top_interview .img_box {
  position: relative;
  overflow: hidden;
}

.top_interview .img_box img {
  transition: 0.8s;
}

.top_interview .text_box {
  position: relative;
  padding: 15px 15px 15px 20px;
}

.top_interview .text_box .department {
  margin: 0 0 12px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.71429;
}

.top_interview .text_box .job {
  margin: 0 0 15px;
  padding-top: 15px;
  color: #00744A;
  font-weight: bold;
}

.top_interview .text_box .job:before {
  display: block;
  position: relative;
  top: -15px;
  width: 50%;
  height: 2px;
  border-radius: 6px;
  background-color: #00744A;
  content: "";
}

.top_interview .text_box .summary {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.625;
}

.top_interview .text_box .more_link {
  position: absolute;
  right: 0;
  bottom: -20px;
}

@media screen and (max-width: 896px) {
  .top_interview .interview_box {
    bottom: 70px;
    width: 100%;
    padding: 45px 30px 70px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .top_interview .interview_box:before {
    top: -54px;
    left: 50px;
    width: 86px;
    height: 93px;
  }
  .top_interview .interview_box:after {
    top: auto;
    bottom: -70px;
    left: 0;
    border-radius: 0;
  }
  .top_interview .interview_box .border_box {
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .top_interview .interview_box .border_box:before {
    display: none;
  }
  .top_interview .interview_box .border_box:after {
    display: none;
  }
  .top_interview .section_title {
    margin: 0 0 30px;
  }
  .top_interview .interview_list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .top_interview .interview_list li {
    margin: 0 10px;
  }
  .top_interview .img_box .pick_up {
    top: 15px;
    left: 15px;
    font-size: 0.9rem;
  }
  .top_interview .text_box {
    padding: 15px;
  }
  .top_interview .text_box .department {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
  .top_interview .text_box .summary {
    font-size: 1.5rem;
    line-height: 2;
  }
  .top_interview .text_box .more_link {
    display: none;
  }
  .top_interview .slick-dots {
    bottom: -20px;
    text-align: center;
  }
  .top_interview .slick-dots li {
    width: 5px;
    margin: 0 5px 0 0;
  }
}

/*------------------------------------------------------------------------
 会社案内TOP
-------------------------------------------------------------------------*/
/*----------------------------
 top message
----------------------------*/
.top_message {
  padding: 115px 80px 90px;
  background-color: #f5f5f5;
}

.top_message .section_title {
  margin: 0 0 65px 37%;
}

.top_message .message_contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}

.top_message .message_contents .text_box {
  width: calc(100% - 37%);
}

.top_message .message_contents .text_box .text {
  margin-bottom: 45px;
  font-size: 1.6rem;
  line-height: 2.5;
}

.top_message .message_contents .text_box .profile_title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: underline;
}

.top_message .message_contents .text_box .profile_text {
  margin-bottom: 45px;
  font-size: 1.4rem;
  line-height: 2;
}

.top_message .img_name_box {
  position: relative;
  top: -105px;
  width: 25%;
}

.top_message .img_name_box .name_circle {
  display: flex;
  position: absolute;
  right: -23px;
  bottom: -53px;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 126px;
  margin-left: auto;
  border-radius: 50%;
  background-color: #00744A;
}

.top_message .img_name_box .president_name {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 2.30769;
  text-align: center;
}

.top_message .img_name_box .name {
  display: block;
  font-size: 1.6rem;
}

.top_message .philosophy_box {
  position: relative;
}

.top_message .philosophy_box::before {
  display: block;
  z-index: 0;
  position: absolute;
  top: -60%;
  left: -9%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-image: url(../item/bg_border.png);
  content: "";
}

.top_message .philosophy_box .philosophy_inner {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 40px 40px 24px;
  border-radius: 22px;
  background-color: #fff;
}

.top_message .philosophy_box .philosophy_title {
  padding-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.top_message .philosophy_box .philosophy_title .green {
  padding-bottom: 5px;
  background-image: radial-gradient(1.5px 1.5px at center center, #00744A, #00744A 100%, transparent);
  background-position: bottom left -3.5px;
  background-repeat: repeat-x;
  background-size: 1em 3px;
  color: #00744A;
}

.top_message .philosophy_box .philosophy_title .number {
  font-size: 1.8rem;
}

.top_message .philosophy_definition {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 7px 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.86667;
}

.top_message .philosophy_definition:not(:last-child) {
  border-bottom: 1px dashed #00744A;
}

.top_message .philosophy_definition dt {
  width: 100px;
  color: #00744A;
}

@media screen and (max-width: 896px) {
  .top_message {
    padding: 80px 45px 70px 30px;
  }
  .top_message .section_title {
    margin: 0 0 40px;
  }
  .top_message .message_contents {
    display: block;
    margin-bottom: 80px;
  }
  .top_message .message_contents .text_box {
    width: 100%;
  }
  .top_message .message_contents .text_box .text {
    margin-bottom: 35px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .top_message .img_name_box {
    top: auto;
    width: 100%;
    margin-bottom: 78px;
  }
  .top_message .img_name_box .img_box img {
    width: 58%;
  }
  .top_message .img_name_box .name_circle {
    position: absolute;
    right: 0;
    bottom: -28px;
    width: 110px;
    height: 110px;
  }
  .top_message .img_name_box .president_name {
    font-size: 1.2rem;
    line-height: 2.16667;
  }
  .top_message .img_name_box .name {
    font-size: 1.4rem;
  }
  .top_message .philosophy_box::before {
    top: -15%;
    left: -25%;
    width: 300px;
    height: 300px;
  }
  .top_message .philosophy_box .philosophy_inner {
    display: block;
    padding: 50px 30px;
  }
  .top_message .philosophy_box .philosophy_title {
    padding-bottom: 20px;
    font-size: 1.6rem;
    text-align: center;
  }
  .top_message .philosophy_definition {
    display: block;
    padding: 20px 0;
  }
  .top_message .philosophy_definition:first-child dd {
    white-space: nowrap;
  }
  .top_message .philosophy_definition dt {
    width: 100%;
  }
}

/*----------------------------
 company profile
----------------------------*/
.company_profile {
  z-index: 1;
  position: relative;
  padding: 80px;
  background-color: #fff;
}

.company_profile .section_title {
  margin-bottom: 65px;
  text-align: center;
}

.company_profile .company_info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 35px 57px;
  border-top: 1px solid #CCC;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2;
}

.company_profile .company_info:last-child {
  border-bottom: 1px solid #CCC;
}

.company_profile .company_info dt {
  width: 30%;
  color: #00744A;
}

.company_profile .company_info dd {
  width: 70%;
}

.company_profile .officer_list .post_name {
  display: inline-block;
  width: 160px;
}

.company_profile .business_list li::before {
  content: "・";
}

@media screen and (max-width: 896px) {
  .company_profile {
    padding: 70px 30px;
  }
  .company_profile .section_title {
    margin-bottom: 40px;
  }
  .company_profile .company_info {
    display: block;
    padding: 30px 15px;
  }
  .company_profile .company_info dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .company_profile .company_info dd {
    width: 100%;
  }
  .company_profile .company_info .text_link {
    margin-top: 10px;
  }
  .company_profile .business_list li {
    padding-left: 1em;
    text-indent: -1em;
  }
}

/*------------------------------------------------------------------------
 会社案内 下層共通
-------------------------------------------------------------------------*/
.fv_img_area {
  width: 100%;
  height: 330px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 896px) {
  .fv_img_area {
    height: 98vw;
  }
}

/*------------------------------------------------------------------------
 所在地・アクセス
-------------------------------------------------------------------------*/
.access .fv_img_area {
  background-image: url(../company/img/fv_access.jpg);
}

.access_contents {
  padding: 85px 50px 0;
}

.location_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.location_list li {
  margin: 0 17.5px;
}

.location_list a {
  padding-bottom: 7px;
  border-bottom: 1px solid #CCC;
  color: #101412;
  font-family: "Helvetica Neue", sans-serif;
}

.location_list a:hover {
  border-color: transparent;
}

.location .location_title {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 500px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 6rem;
  text-align: center;
}

.location .location_title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}

.location .location_title span {
  z-index: 2;
  position: relative;
  margin-bottom: 50px;
}

.location .location_box {
  position: relative;
  top: -145px;
  width: 92%;
  margin: auto;
}

.location .location_box:after {
  display: block;
  z-index: 0;
  position: absolute;
  top: 25px;
  left: 20px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: url(../item/bg_border.png);
  content: "";
}

.location .location_inner {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px;
  border-radius: 30px;
  background-color: #fff;
}

.location .location_inner .text_box {
  /*width: 38%;*/
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1300px) {
.location .location_inner .text_box {
  display: contents;
}
}

.location .location_inner .business_office {
  display: inline-block;
  margin-bottom: 30px;
  color: #00744A;
  font-size: 1.8rem;
  font-weight: bold;
}

.location .location_inner .opening_date {
  display: table-cell;
  margin-left: 17px;
  color: #909090;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.3rem;
}

.location .location_inner .opening_date .date {
  font-size: 1.4rem;
}

.location .location_inner .address_info {
  position: relative;
  margin-bottom: 58px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  line-height: 1.66667;
}
@media screen and (min-width: 1300px) {
.location .location_inner .address_info {
  margin-bottom: 0;
}
}

.location .location_inner .address_info::after {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 200px;
  height: 2px;
  background-color: #00744A;
  content: "";
}
@media screen and (min-width: 1300px) {
.location .location_inner .address_info::after {
  bottom: 0;
  left: auto;
  right: -17%;
  width: 2px;
  height: 100px;
}
}

.blank_box{
    width: 10%;
    visibility: hidden;
}
@media screen and (max-width: 1500px) {
.blank_box{
  display: none;
}
}

.location .location_inner .how_to_access {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.66667;
}

.location .location_inner .map_link {
  padding-bottom: 4px;
}

.location .location_inner .map_box {
  width: 60%;
}

.location .location_inner .map_box img {
  width: auto;
}

.location .location_inner .map {
  width: 100%;
  height: 320px;
}

#tokyo .location_title {
  background-image: url(../company/img/img_access_tokyo.jpg);
}

#sapporo .location_title {
  background-image: url(../company/img/img_access_sapporo.jpg);
}

#nagoya .location_title {
  background-image: url(../company/img/img_access_nagoya.jpg);
}

#osaka .location_title {
  background-image: url(../company/img/img_access_osaka.jpg);
}

#fukuoka .location_title {
  background-image: url(../company/img/img_access_fukuoka.jpg);
}

@media screen and (max-width: 896px) {
  .access .fv_img_area {
    background-image: url(../company/img/fv_access_sp.jpg);
  }
  .access_contents {
    padding: 80px 0 0;
  }
  .location_list {
    flex-wrap: wrap;
    margin-bottom: 70px;
    padding: 0 45px 0 30px;
  }
  .location_list li {
    margin: 0 11px;
    text-align: center;
  }
  .location_list li:first-child {
    width: 100%;
    margin: 0 0 24px;
  }
  .location_list li:nth-child(2) {
    margin-left: 0;
  }
  .location_list li:last-child {
    margin-right: 0;
  }
  .location_list a {
    padding-bottom: 4px;
    font-size: 1.3rem;
  }
  .location {
    margin-bottom: -260px;
  }
  .location .location_title {
    display: block;
    height: 480px;
    padding: 65px 45px 0 30px;
    font-size: 3rem;
  }
  .location .location_box {
    top: -330px;
    width: auto;
    margin: 0 45px 0 30px;
  }
  .location .location_box::after {
    top: 20px;
    left: 15px;
    border-radius: 15px;
  }
  .location .location_inner {
    display: block;
    padding: 40px 30px 30px;
    border-radius: 15px;
  }
  .location .location_inner .text_box {
    width: 100%;
  }
  .location .location_inner .business_office {
    margin-bottom: 18px;
  }
  .location .location_inner .address_info {
    margin-bottom: 60px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .location .location_inner .address_info::after {
    width: 195px;
  }
  .location .location_inner .how_to_access {
    margin-bottom: 18px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .location .location_inner .map_box {
    width: 100%;
    margin-top: 30px;
  }
  .location .location_inner .map {
    height: 160px;
  }
  #tokyo .location_title {
    background-image: url(../company/img/img_access_tokyo_sp.jpg);
  }
  #sapporo .location_title {
    background-image: url(../company/img/img_access_sapporo_sp.jpg);
  }
  #nagoya .location_title {
    background-image: url(../company/img/img_access_nagoya_sp.jpg);
  }
  #osaka .location_title {
    background-image: url(../company/img/img_access_osaka_sp.jpg);
  }
  #fukuoka .location_title {
    background-image: url(../company/img/img_access_fukuoka_sp.jpg);
  }
}

/*------------------------------------------------------------------------
 沿革
-------------------------------------------------------------------------*/
.enkaku .fv_img_area {
  background-image: url(../company/img/fv_history.jpg);
}

.history_contents {
  padding: 115px 100px 40px;
}

.history_box {
  position: relative;
  margin-bottom: 70px;
}

.history_box:after {
  display: block;
  z-index: 0;
  position: absolute;
  top: 25px;
  left: 20px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: url(../item/bg_border.png);
  content: "";
}

.history_box .history_inner {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 50px 50px 50px 60px;
  border-radius: 30px;
  background-color: #fff;
}

.history_box .year_title {
  width: 46px;
  margin-right: 60px;
  padding-bottom: 10px;
  border-bottom: 3px solid #00744A;
  color: #00744A;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
}

.history_box .every_month_list {
  width: calc(100% - 106px);
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2;
}

.history_box .every_month_list dt {
  width: 40px; /*34px;*/
  margin-right: 32px;
  float: left;
  clear: left;
  color: #00744A;
  text-align: right;
}

.history_box .every_month_list dd {
  /*width: calc(100% - 66px);*/
  margin-bottom: 15px;
  float: left;
}

.history_box .every_month_list dd:last-child {
  margin-bottom: 0;
}

.history_box .withyear dt {
  width: 95px; /*89px;*/
  margin-right: 25px;
}

/*.history_box .withyear dd {
  width: calc(100% - 114px);
}*/

.history_box:last-child .every_month_list dt {
  width: 95px; /*89px;*/
  margin-right: 25px;
}

/*.history_box:last-child .every_month_list dd {
  width: calc(100% - 114px);
}*/

@media screen and (max-width: 896px) {
  .enkaku .fv_img_area {
    background-image: url(../company/img/fv_history_sp.jpg);
  }
  .history_contents {
    padding: 80px 45px 40px 30px;
  }
  .history_box:after {
    top: 20px;
    left: 15px;
    border-radius: 15px;
  }
  .history_box .history_inner {
    display: block;
    padding: 40px 30px;
    border-radius: 15px;
  }
  .history_box .year_title {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    border-bottom: none;
    text-align: center;
  }
  .history_box .year_title::after {
    display: block;
    width: 46px;
    height: 3px;
    margin: 10px auto 0;
    background-color: #00744A;
    content: "";
  }
  .history_box .every_month_list {
    width: 100%;
  }
  .history_box .every_month_list dt {
    position: relative;
    width: 100%;
    margin: 0 0 8px;
    float: none;
    background-color: #fff;
    text-align: left;
  }
  .history_box .every_month_list dt::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(100% - 50px);
    height: 1px;
    background-image: linear-gradient(to right, #00744A, #00744A 2px, transparent 2px, transparent 6px);
    background-repeat: repeat-x;
    background-size: 6px 1px;
    content: "";
  }
  .history_box .every_month_list dd {
    width: 100%;
    margin: 0 0 30px;
    float: none;
  }
  .history_box:last-child .every_month_list dt {
    width: 100%;
    margin: 0;
  }
  .history_box:last-child .every_month_list dt::after {
    width: calc(100% - 100px);
  }
  .history_box:last-child .every_month_list dd {
    width: 100%;
  }
}

/*------------------------------------------------------------------------
 会社案内 下層コンテンツ
-------------------------------------------------------------------------*/
.lower_layer_contents {
  padding: 115px 40px 40px;
}

.lower_layer_section {
  margin: 0 auto 60px;
}

.lower_layer_section .text {
  margin-bottom: 30px;
  line-height: 1.9;
}

.lower_layer_section .bold {
  display: block;
  font-weight: bold;
}

.lower_layer_section .img_auto {
  width: auto;
  margin: 0;
}

.lower_layer_section li {
  margin-bottom: 10px;
  line-height: 1.9;
}

.lower_layer_section .small {
  font-size: 1.3rem;
}

@media screen and (max-width: 896px) {
  .lower_layer_contents {
    padding: 80px 45px 20px 30px;
  }
  .lower_layer_section {
    margin-bottom: 50px;
  }
  .lower_layer_section .text {
    margin-bottom: 20px;
  }
}

/*------------------------------------------------------------------------
 社会貢献活動
-------------------------------------------------------------------------*/
.contribution .fv_img_area {
  background-image: url(../company/img/fv_csr.jpg);
}

@media screen and (max-width: 896px) {
  .contribution .fv_img_area {
    background-image: url(../company/img/fv_csr_sp.jpg);
  }
}

/*------------------------------------------------------------------------
 主要取引先・提携企業
-------------------------------------------------------------------------*/
.partner .fv_img_area {
  background-image: url(../company/img/fv_partner.jpg);
}

@media screen and (max-width: 896px) {
  .partner .fv_img_area {
    background-image: url(../company/img/fv_partner_sp.jpg);
  }
}

/*------------------------------------------------------------------------
 事業案内TOP
-------------------------------------------------------------------------*/
/*----------------------------
 service summary
----------------------------*/
.service_summary {
  position: relative;
  padding: 108px 100px 65px;
  background: linear-gradient(#016451 0%, #059b55 100%);
}

.service_summary::before {
  display: block;
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: url(../products/img/bg_business_domain.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.service_summary .summary_title {
  color: #fff;
  font-size: 4.4rem;
  line-height: 1.63636;
  text-align: center;
}

.service_summary .img_box {
  z-index: 1;
  position: relative;
  width: 73%;
  margin: auto;
}

@media screen and (max-width: 896px) {
  .service_summary {
    padding: 40px 30px 0;
  }
  .service_summary::before {
    bottom: 0;
    width: 100%;
    background-size: 100%;
  }
  .service_summary .summary_title {
    margin-bottom: 20px;
    font-size: 2.2rem;
    line-height: 2;
    text-align: left;
  }
  .service_summary .img_box {
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
}

.product .catch_text {
  padding: 50px 0 56px;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.66667;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .product .catch_text {
    padding: 40px 45px 33px 30px;
    font-size: 2rem;
    line-height: 1.8;
    text-align: left;
  }
}

/*----------------------------
 products area
----------------------------*/
.products_area .product_contents {
  position: relative;
  min-height: 768px;
  padding: 148px 100px 90px;
  overflow: hidden;
}

.products_area .product_contents.reverse {
  position: relative;
}

.products_area .product_contents.reverse::before {
  display: block;
  position: absolute;
  top: 40px;
  left: 34px;
  width: calc(100% - 68px);
  height: calc(100% - 95px);
  background-image: url(../item/bg_border.png);
  content: "";
}

.products_area .product_contents.reverse .service_title {
  width: 35%; /*308px;*/
  margin-left: auto;
}

.products_area .product_contents.reverse .text_box {
  margin-left: auto;
  /*text-align: right;*/
}

/*.products_area .product_contents.reverse .category_list {
  justify-content: flex-end;
}*/

.products_area .product_contents.reverse .category_list li {
  margin: 0 0 0 10px;
}

.products_area .product_contents.reverse .img_box {
  right: auto;
  left: -20px;
}

.products_area .product_contents:last-child .img_box {
  top: 42px;
  right: 52px;
}

.products_area .service_title {
  position: relative;
  width: 43%;
  padding-left: 93px;
  letter-spacing: 0.03em;
  margin-bottom: 23px;
}

.products_area .service_title::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 73px;
  height: 73px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.products_area .service_title.nws::before {
  background-image: url(../products/img/icon_nws.png);
}

.products_area .service_title.glue::before {
  background-image: url(../products/img/icon_glue.png);
}

.products_area .service_title.dcs::before {
  background-image: url(../products/img/icon_dcs.png);
}

/*.products_area .service_title .main {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 3.6rem;
}*/
.products_area .service_title .main {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 2.6rem;
    line-height: 89px;
}

.products_area .service_title .sub {
  display: block;
  font-weight: normal;
}

.products_area .text_box {
  width: 35%;
}

.products_area .text {
  margin-bottom: 30px;
  letter-spacing: 0.03em;
  line-height: 1.9;
}

.products_area .category_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.products_area .category_list li {
  margin-right: 10px;
  color: #00744A;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.3rem;
  line-height: 2;
}

.products_area .img_box {
  position: absolute;
  top: 30px;
  right: -30px;
  width: 50%;
  max-width: 685px;
}

@media screen and (max-width: 896px) {
  .products_area .product_contents {
    min-height: auto;
    padding: 80px 45px 70px 30px;
  }
  .products_area .product_contents.reverse::before {
    position: absolute;
    top: 15px;
    left: 18px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
  .products_area .product_contents.reverse .service_title {
    width: auto;
    margin-left: 0;
  }
  .products_area .product_contents.reverse .text_box {
    text-align: left;
  }
  .products_area .product_contents.reverse .category_list {
    justify-content: flex-start;
  }
  .products_area .product_contents.reverse .category_list li {
    margin: 0 15px 0 0;
  }
  .products_area .product_contents.reverse .img_box {
    left: auto;
  }
  .products_area .product_contents:last-child .service_title {
    width: calc(100% + 15px);
  }
  .products_area .product_contents:last-child .img_box {
    top: auto;
    right: auto;
  }
  .products_area .service_title {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 70px;
  }
  .products_area .service_title::before {
    top: 0;
    width: 60px;
    height: 60px;
  }
  .products_area .service_title .main {
    font-size: 2.1rem;
  }
  .products_area .service_title .sub {
    font-size: 1.3rem;
  }
  .products_area .text_box {
    width: 100%;
  }
  .products_area .text {
    line-height: 2;
  }
  .products_area .category_list {
    margin-bottom: 40px;
  }
  .products_area .category_list li {
    margin-right: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .products_area .img_box {
    position: relative;
    top: auto;
    right: auto;
    width: 80%;
    margin: 0 auto 30px;
  }
}

/*------------------------------------------------------------------------
 事業案内 下層
-------------------------------------------------------------------------*/
/*----------------------------
 product title
----------------------------*/
.product_ttl {
  position: relative;
}

/*----------------------------
 product summary
----------------------------*/
.summary_area {
  position: relative;
  min-height: 330px;
  padding: 48px 100px;
  background: linear-gradient(#016451 0%, #059b55 100%);
}

.summary_area .summary_text {
  width: calc(100% - 250px);
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 2.5;
}

.summary_area .img_box {
  position: absolute;
  top: 48px;
  right: 9%;
  width: 248px;
}

.product_summary .related_word {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 52%;
  padding: 15px 25px;
  border-radius: 8px;
  background-color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  line-height: 1.8;
}

.product_summary .related_word .category_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 110px);
  margin-left: 30px;
  color: #00744A;
}

.product_summary .related_word .category_list li {
  margin-right: 15px;
}

@media screen and (max-width: 896px) {
  .summary_area {
    padding: 40px 45px 60px 30px;
  }
  .summary_area .summary_text {
    width: 100%;
    margin-bottom: 40px;
    line-height: 2;
  }
  .summary_area .img_box {
    position: relative;
    top: auto;
    right: auto;
    width: 70%;
    margin: 0 auto 40px;
  }
  .product_summary .related_word {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background-color: #fff;
  }
  .product_summary .related_word .category_list {
    width: 100%;
    margin-left: 0;
  }
  .product_summary .related_word .category_list li {
    margin-right: 6px;
  }
}

/*----------------------------
 products list area
----------------------------*/
.products_list_area {
  padding: 40px 34px 55px;
}

.products_list_area .products_list_inner {
  margin-bottom: 38px;
  padding: 60px 66px;
  border-radius: 30px;
  background-image: url(../item/bg_border.png);
}

.products_list_area .products_list_inner .section_title {
  margin-bottom: 36px;
  text-align: center;
}

.products_list_area .products_list_inner .products_list {
  -ms-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.products_list_area .products_list_inner .products_list.dcs_list {
  justify-content: space-between;
}

.products_list_area .products_list_inner .product_box {
  width: calc((100% - 60px)/ 3);
  min-width: 300px;
  max-width: 28%;
  margin: 0 5px 40px;
  padding: 34px 34px 45px;
  border-radius: 15px;
  background-color: #fff;
}

.product_box.last {
  width: calc((100% - 60px)/ 3);
  min-width: 300px;
  max-width: 28%;
  margin: 0 5px 40px;
  padding: 34px 34px 45px;
  border-radius: 15px;
  background-color: #fff;
  opacity: 0;
}

.products_list_area .products_list_inner .product_box .img_box {
  width: calc(100% + 68px);
  margin: 0 -34px 42px;
}

.products_list_area .products_list_inner .product_box .img_box .img_box--woze {
    height: 98px;
    width: auto;
    padding: 22px 0 40px;
    margin-bottom: -18px;
}

.products_list_area .products_list_inner .product_box .product_name {
  margin-bottom: 24px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.71429;
}

.product_name h3 {
  font-size: 1.8rem;
}

.products_list_area .products_list_inner .product_box .product_name::after {
  display: block;
  width: 55%;
  height: 2px;
  margin-top: 12px;
  border-radius: 6px;
  background-color: #00744A;
  content: "";
}

.products_list_area .products_list_inner .product_box .overview {
  margin-bottom: 30px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.products_list_area .products_list_inner .product_box .btn {
  width: 100%;
  padding: 7px 0 7px 33px;
}

.products_list_area .products_list_inner .product_box .center {
  margin-top: 14px;
  text-align: center;
}

.products_list_area .products_list_inner .product_box .center .text_link {
  font-size: 1.5rem;
}

.products_list_area > .text_link {
  margin-left: 66px;
  border-color: #101412;
  color: #101412;
  letter-spacing: 0.03em;
}

.products_list_area > .text_link:hover {
  border-color: transparent;
}

@media screen and (max-width: 896px) {
  .products_list_area {
    padding: 16px 15px 45px;
  }
  .products_list_area .products_list_inner {
    margin-bottom: 30px;
    padding: 64px 30px 50px 15px;
    border-radius: 15px;
  }
  .products_list_area .products_list_inner .section_title {
    margin-bottom: 40px;
  }
  .products_list_area .products_list_inner .products_list {
    display: block;
  }
  .products_list_area .products_list_inner .product_box {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 50px;
    padding: 30px 30px 40px;
  }
  .products_list_area .products_list_inner .product_box:last-child {
    margin-bottom: 0;
  }
  .products_list_area .products_list_inner .product_box .img_box {
    width: 100%;
    margin: 0 0 30px;
  }
  .products_list_area .products_list_inner .product_box .img_box .img_box--woze {
      height: 80px;
      padding: 25px 0;
      margin-bottom: 0;
  }
  .products_list_area .products_list_inner .product_box .product_name {
    margin-bottom: 30px;
  }
  .products_list_area .products_list_inner .product_box .product_name::after {
    width: 60%;
    margin-top: 10px;
  }
  .products_list_area .products_list_inner .product_box .overview {
    line-height: 2;
  }
  .products_list_area .products_list_inner .product_box .btn {
    padding: 10px 0 10px 30px;
    font-size: 1.4rem;
  }
  .products_list_area .products_list_inner .product_box .center {
    margin-top: 16px;
  }
  .products_list_area > .text_link {
    margin-left: 15px;
  }
}

/*----------------------------
 logo summary
----------------------------*/
.summary_area {
  position: relative;
  min-height: 330px;
  padding: 48px 100px;
  background: linear-gradient(#016451 0%, #059b55 100%);
}

.summary_area .summary_text {
  width: calc(100% - 250px);
  margin-bottom: 30px;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 2.5;
}

.summary_area .img_box {
  position: absolute;
  top: 48px;
  right: 9%;
  width: 248px;
}

.logo_summary .related_word {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 70%;
  padding: 15px 25px 15px 15px;
  border-radius: 8px;
  background-color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 30px;
}

.logo_summary .related_word .prohibited_matters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-left: 30px;
  color: #00744A;
}

.logo_summary .related_word .prohibited_matters li {
  margin-right: 15px;
  list-style-type: disc;
}

.logo_summary .logo_link {
  border-bottom: solid 1px transparent;
  transition: 0.3s;
  color: #fff;
}

.logo_summary .logo_link:hover {
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 896px) {
  .summary_area {
    padding: 40px 45px 60px 30px;
  }
  .summary_area .summary_text {
    width: 100%;
    margin-bottom: 40px;
    line-height: 2;
  }
  .summary_area .img_box {
    position: relative;
    top: auto;
    right: auto;
    width: 70%;
    margin: 0 auto 40px;
  }
  .logo_summary .related_word {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background-color: #fff;
  }
  .logo_summary .related_word .prohibited_matters {
    width: 100%;
    margin-left: 15px;
  }
  .logo_summary .related_word .prohibited_matters li {
    margin-right: 6px;
    list-style-type: disc;
  }
  .logo_summary .logo_link {
  border-bottom: solid 1px #fff;
  color: #fff;
  }
}

/*----------------------------
 logo list area
----------------------------*/
.logo_list_area {
  padding: 40px 34px 55px;
}

.logo_list_area .logo_list_inner {
  margin-bottom: 38px;
  padding: 60px 80px;
  border-radius: 30px;
  background-image: url(../item/bg_border.png);
}

.logo_list_area .logo_list_inner .section_title {
  margin-bottom: 36px;
  text-align: center;
}

.logo_list_area .logo_list_inner .logo_list {
  -ms-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.logo_list_area .logo_list_inner .logo_list.dcs_list {
  justify-content: space-between;
}

.logo_list_area .logo_list_inner .logo_box {
  width: calc((100% - 60px)/ 3);
  min-width: 300px;
  max-width: 28%;
  margin: 0 5px 40px;
  padding: 34px 34px 45px;
  border-radius: 15px;
  background-color: #fff;
}

.logo_box.last {
  width: calc((100% - 60px)/ 3);
  min-width: 300px;
  max-width: 28%;
  margin: 0 5px 40px;
  padding: 34px 34px 45px;
  border-radius: 15px;
  background-color: #fff;
  opacity: 0;
}

.logo_list_area .logo_list_inner .logo_box .img_box {
  width: calc(100% + 68px);
  margin: 0 -34px 42px;
}

.logo_list_area .logo_list_inner .logo_box .product_name {
  margin-bottom: 32px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.71429;
}

.product_name h3 {
  font-size: 1.8rem;
}

.logo_list_area .logo_list_inner .logo_box .product_name::after {
  display: block;
  width: 55%;
  height: 2px;
  margin-top: 12px;
  border-radius: 6px;
  background-color: #00744A;
  content: "";
}

.logo_list_area .logo_list_inner .logo_box .overview {
  margin-bottom: 30px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.logo_list_area .logo_list_inner .logo_box .btn {
  width: 100%;
  padding: 7px 0 7px 33px;
  margin-bottom: 20px;
}

.logo_list_area .logo_list_inner .logo_box .btn.last {
  width: 100%;
  padding: 7px 0 7px 33px;
  margin-bottom: 0;
}

.logo_list_area .logo_list_inner .logo_box .center {
  margin-top: 24px;
  text-align: center;
}

.logo_list_area .logo_list_inner .logo_box .center .text_link {
  font-size: 1.5rem;
}

.logo_list_area > .text_link {
  margin-left: 66px;
  border-color: #101412;
  color: #101412;
  letter-spacing: 0.03em;
}

.logo_list_area > .text_link:hover {
  border-color: transparent;
}

@media screen and (max-width: 896px) {
  .logo_list_area {
    padding: 16px 15px 45px;
  }
  .logo_list_area .logo_list_inner {
    margin-bottom: 30px;
    padding: 64px 30px 50px 15px;
    border-radius: 15px;
  }
  .logo_list_area .logo_list_inner .section_title {
    margin-bottom: 40px;
  }
  .logo_list_area .logo_list_inner .products_list {
    display: block;
  }
  .logo_list_area .logo_list_inner .logo_box {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 50px;
    padding: 30px 30px 40px;
  }
  .logo_list_area .logo_list_inner .logo_box:last-child {
    margin-bottom: 0;
  }
  .logo_list_area .logo_list_inner .logo_box .img_box {
    width: 100%;
    margin: 0 0 30px;
  }
  .logo_list_area .logo_list_inner .logo_box .product_name {
    margin-bottom: 30px;
  }
  .logo_list_area .logo_list_inner .logo_box .product_name::after {
    width: 60%;
    margin-top: 10px;
  }
  .logo_list_area .logo_list_inner .logo_box .overview {
    line-height: 2;
  }
  .logo_list_area .logo_list_inner .logo_box .btn {
    padding: 10px 0 10px 30px;
    font-size: 1.4rem;
  }
  .logo_list_area .logo_list_inner .logo_box .center {
    margin-top: 16px;
  }
  .logo_list_area > .text_link {
    margin-left: 15px;
  }
}


/*------------------------------------------------------------------------
 新着情報 一覧
-------------------------------------------------------------------------*/
/*----------------------------
 main contents
----------------------------*/
.news_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 48px 100px 90px;
}

.news_container .main_contents {
  width: calc(100% - 286px);
}

.news_container .access_ranking {
  margin-bottom: 90px;
}

.news_container .heading {
  margin-bottom: 30px;
  font-weight: normal;
  letter-spacing: 0.03em;
}

.basic_news_list li {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #CCC;
}

.basic_news_list li:last-child {
  border-bottom: 1px solid #CCC;
}

.basic_news_list li a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.basic_news_list li a:hover img {
  transform: scale(1.1, 1.1);
  opacity: 0.6;
}

.basic_news_list li a:hover .news_title span {
  border-bottom: 1px solid #101412;
}

.basic_news_list .img_box {
  position: relative;
  width: 90px;
  height: 90px;
  margin-right: 25px;
  overflow: hidden;
}

.basic_news_list .img_box img {
  width: 90px;
  height: 90px;
  transition: 0.8s;
}

.basic_news_list .text_box {
  width: 100%;
}

.basic_news_list .date {
  margin-right: 10px;
  color: #909090;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
}

.basic_news_list .news_title {
  margin: 14px 0 0;
  color: #101412;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.73333;
  transition: 0.3s;
}

.basic_news_list .news_title span {
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

.ranking_list .rank_number {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 16px;
  left: -16px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #00734a;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.ranking_list .text_box {
  width: calc(100% - 115px);
}

@media screen and (max-width: 896px) {
  .news_container {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 0;
  }
  .news_container .main_contents {
    width: 100%;
    padding: 40px 45px 0 30px;
  }
  .news_container .access_ranking {
    margin-bottom: 70px;
  }
  .news_container .bnr_area {
    margin: 70px -45px 0 -30px;
    padding: 30px;
    background-color: #F0F2F0;
  }
  .news_container .bnr_area img {
    width: 200px;
    margin: 0;
  }
  .basic_news_list li {
    padding: 25px 0;
  }
  .basic_news_list .img_box {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  .basic_news_list .img_box img {
    width: 70px;
    height: 70px;
  }
  .basic_news_list .news_title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 4px;
    overflow: hidden;
    font-size: 1.5rem;
    line-height: 1.46667;
  }
  .ranking_list .rank_number {
    top: 15px;
    left: -15px;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    font-size: 1.6rem;
    line-height: 25px;
  }
  .ranking_list .text_box {
    width: calc(100% - 80px);
  }
}

/*----------------------------
 side_contents
----------------------------*/
.side_contents {
  width: 200px;
}

.side_contents .select_box {
  position: relative;
  margin-bottom: 40px;
}

.side_contents .select_box select {
  width: 100%;
  padding: 15px 30px;
  border: 1px solid #CCC;
  border-radius: 30px;
  background-color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
}

.side_contents .select_box::before, .side_contents .select_box::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #059B55;
  content: "";
  pointer-events: none;
}

.side_contents .select_box::after {
  transform: translateY(-50%) rotate(90deg);
}

.side_contents .news_category_list {
  margin-bottom: 40px;
}

.side_contents .news_category_list li {
  border-top: 1px solid #CCC;
}

.side_contents .news_category_list li:last-child {
  border-bottom: 1px solid #CCC;
}

.side_contents .news_category_list li.current a {
  color: #00744A;
}

.side_contents .news_category_list a {
  display: block;
  padding: 18px 30px;
  color: #101412;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.73333;
}

.side_contents .news_category_list a:hover {
  color: #00744A;
}

.side_contents ul.news_category_list:first-child {
  margin-top: 54px;
}

@media screen and (max-width: 896px) {
  .side_contents {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 15px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background-color: #fff;
  }
  .side_contents .select_box {
    width: 85px;
    margin: 0;
  }
  .side_contents .select_box select {
    padding: 8px 16px;
    border-radius: 16px;
    border-color: #059B55;
    background-color: #059B55;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
  }
  .side_contents .select_box::before, .side_contents .select_box::after {
    right: 16px;
    background-color: #fff;
  }
  .side_contents .news_category_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
  }
  .side_contents .news_category_list li {
    margin-right: 15px;
    border: none;
  }
  .side_contents .news_category_list li:last-child {
    border: none;
  }
  .side_contents .news_category_list li.current a {
    font-weight: bold;
  }
  .side_contents .news_category_list a {
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
  .side_contents .side_contents ul.news_category_list:first-child {
    margin-top: 0;
  }
}

/*------------------------------------------------------------------------
 新着情報 詳細
-------------------------------------------------------------------------*/
.news_article .date {
  margin-right: 10px;
  color: #909090;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
}

.news_article .article_title {
  margin: 30px 0 50px;
  font-size: 2.8rem;
  line-height: 1.78571;
}

.news_article .article_title::after {
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 15px;
  background: linear-gradient(90deg, #00744A 0%, #00744A 50%, #CCC 50%, #CCC 100%);
  content: "";
}

.news_article p {
  margin-bottom: 30px;
  letter-spacing: 0.03em;
  line-height: 2;
}

.news_article p:last-child {
  margin-bottom: 0;
}

.news_article a {
  border-bottom: 1px solid #059B55;
  word-break: break-all;
  transition: 0.3s;
}

.news_article a:hover {
  border-bottom: 1px solid transparent;
}

.news_article img {
  width: auto;
  max-width: 100%;
  margin: 0;
}

.news_article u {
  display: block;
  padding: 0 0 9px 0;
  border-bottom: 1px dashed #00744A;
  font-size: 2rem;
  font-weight: normal;
  text-decoration: none;
}

.news_article u::before {
  display: inline-block;
  width: 6px;
  height: 20px;
  margin-right: 9px;
  border-radius: 4px;
  background-color: #00744A;
  vertical-align: -3px;
  content: "";
}

.news_article .t_bold {
  font-weight: bold;
}

.news_article .em_s {
  font-size: 1.3rem;
  line-height: 1.84615;
}

.news_article .blocknote {
  margin: 10px 0;
  padding: 15px;
  background-color: #fff;
}

.news_article ul li {
  list-style:inside;
  padding-left: 1em;
  text-indent: -1.3em;
}

.news_article .order {
  background-color: #fff;
  padding: 0 40px 20px;
  margin-bottom: 20px;
}

.news_article .order li {
  list-style-type: decimal;
}

.news_article .order ul li {
  list-style-type: disc;
}

.news_article .info {
  background-color: #fff;
  padding: 20px;
  line-height: 2;
}

.news_article .release-sub {
  margin-bottom: 24px;
  font-size: 1.2em;
}

.news_article .movie_frame {
  width:100%;
  max-width: 650px;
  height: calc((100vw - 75px) / 650 * 390);
  max-height: 390px;
}

@media screen and (max-width: 896px) {
  .news_article .article_title {
    margin: 20px 0 50px;
    font-size: 2.2rem;
    line-height: 1.81818;
  }
  .news_article .article_title::after {
    margin-top: 30px;
  }
  .news_article img {
    width: 100%;
    height: auto;
  }
  .news_article u {
    position: relative;
    margin-bottom: 30px;
    padding-left: 16px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .news_article u::before {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 9px);
  }
}

/*------------------------------------------------------------------------
 お問い合わせ
-------------------------------------------------------------------------*/
/*----------------------------
 contact contents
----------------------------*/
.contact_container {
  padding: 78px 30px 70px;
}

.contact_contents {
  position: relative;
  overflow: hidden;
}

.contact_contents .text {
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  line-height: 1.875;
}

.contact_contents .link_list {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2;
}

.contact_contents .link_list li {
  margin-top: 10px;
}

.contact_contents .btn_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}

.contact_contents .btn_box .btn {
  margin-top: 0;
}

.contact_contents .btn_box .btn:last-child {
  margin-left: 40px;
}

.contact_contents .btn {
  width: calc((100% - 40px) /2);
  max-width: 380px;
  margin-top: 10px;
  padding: 17px 30px;
}

.contact_contents .btn.wide {
  width: 100%;
  max-width: 420px;
}

.tab_list {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
  background-color: #F0F2F0;
}

.tab_list li {
  width: 50%;
  padding: 20px;
  color: #00744A;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.tab_list li.current {
  border-radius: 8px;
  background-color: #fff;
  background-color: #00744A;
  color: #fff;
}

.tab_list::after {
  display: block;
  position: absolute;
  bottom: -15px;
  left: calc(25% - 50px);
  width: 100px;
  height: 4px;
  border-radius: 2px;
  background-color: #00744A;
  content: "";
  transition: 0.5s;
}

.tab_list.current::after {
  left: calc(75% - 50px);
}

.tab_contents_area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 200%;
}

.tab_contents {
  position: relative;
  width: 100%;
  height: 0;
}

.tab_contents.show {
  display: block;
  height: 100%;
}

.tab_contents .target_product {
  margin-bottom: 30px;
}

.tab_contents .product_header {
  position: relative;
  padding: 34px 50px;
  border: 1px solid #00744A;
  border-radius: 8px;
  background-color: #fff;
  color: #00744A;
  font-size: 2.6rem;
  letter-spacing: 0.03em;
  line-height: 1.15385;
  cursor: pointer;
}

.tab_contents .product_header::before, .tab_contents .product_header::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #059B55;
  content: "";
}

.tab_contents .product_header:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease;
}

.tab_contents .product_header.active {
  margin: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #00744A;
  color: #fff;
}

.tab_contents .product_header.active:after {
  transform: rotate(0);
  background-color: #fff;
}

.tab_contents .product_contact {
  display: none;
  padding: 40px 40px 50px;
  border: 1px solid #00744A;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #fff;
}

.tab_contents .contact_box {
  margin-bottom: 40px;
}

.tab_contents .contact_box:last-child {
  margin-bottom: 0;
}

.tab_contents .phone_inquiries {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tab_contents .phone_inquiries .wf_freedial {
  font-size: 3.4rem;
}

.tab_contents .phone_inquiries .phone_number {
  margin-right: 18px;
  color: #101412;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 4.43rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 0.54176;
}

.tab_contents .phone_inquiries .phone_info {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1.46154;
}

.tab_contents .phone_inquiries .other_number {
  color: #101412;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
}

.tab_contents .phone_inquiries .time {
  font-family: "Helvetica Neue", sans-serif;
}

.tab_contents .annotation {
  margin-top: 10px;
  color: #909090;
  font-size: 1.3rem;
}

.new_consideration {
  left: -50%;
  transition: left 0.5s;
}

.new_consideration.show {
  left: 0;
}

.introduced {
  right: 0;
  width: 100%;
  transition: right 0.5s;
}

.introduced.show {
  right: 50%;
}

@media screen and (max-width: 896px) {
  .contact_container {
    padding: 40px 40px 40px 20px;
  }
  .contact_contents {
    max-width: 100%;
  }
  .contact_contents .text {
    line-height: 1.65;
  }
  .contact_contents .link_list {
    font-size: 1.3rem;
    line-height: 2.15385;
  }
  .contact_contents .btn_box {
    display: block;
    margin-top: 0;
  }
  .contact_contents .btn_box .btn {
    margin-top: 15px;
  }
  .contact_contents .btn_box .btn:last-child {
    margin-left: 0;
  }
  .contact_contents .btn {
    width: 95%;
    max-width: 100%;
    margin-top: 5px;
    padding: 16px 50px 16px 20px;
    font-size: 1.4rem;
    line-height: 1.28571;
  }
  .contact_contents .btn.wide {
    max-width: 100%;
  }
  .tab_list {
    display: block;
  }
  .tab_list li {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0 20px 54px;
    border: 2px solid #00744A;
    border-radius: 8px;
    background-color: #fff;
    font-size: 1.5rem;
    line-height: 1.73333;
    text-align: left;
  }
  .tab_list li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 14px;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #eee;
    content: "";
  }
  .tab_list li::after {
    display: block;
    position: absolute;
    top: 42px;
    left: 22px;
    width: 10px;
    height: 5px;
    transform: rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
  }
  .tab_list li.current::before {
    background-color: #fff;
  }
  .tab_list li.current::after {
    border-color: #00744A;
  }
  .tab_list::after {
    display: none;
  }
  .tab_contents .product_header {
    padding: 13px 20px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .tab_contents .product_header::before, .tab_contents .product_header::after {
    right: 20px;
  }
  .tab_contents .product_contact {
    padding: 30px 20px;
  }
  .tab_contents .phone_inquiries {
    display: block;
  }
  .tab_contents .phone_inquiries .wf_freedial {
    margin-right: 7px;
    font-size: 1.6rem;
  }
  .tab_contents .phone_inquiries .phone_number {
    display: block;
    position: relative;
    margin: 0 0 10px;
    padding: 10px 10px 10px 0;
    border: 1px solid #088E86;
    border-radius: 22px;
    background-color: #088E86;
    box-shadow: 0 3px 0 #025F33;
    color: #fff;
    font-size: 2.02rem;
    letter-spacing: 0.08em;
    line-height: 1.18812;
    text-align: center;
  }
  .tab_contents .phone_inquiries .phone_number::after {
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    border-width: 5px 0 5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
  }
  .tab_contents .phone_inquiries .phone_info {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.33333;
  }
}

/*----------------------------
 mail magazine area
----------------------------*/
.mail_magazine_area {
  padding: 78px 30px 70px;
}

.mail_magazine_area .unsubscribe_box {
  margin-top: 44px;
  padding: 30px;
  border-radius: 22px;
  background-color: #F0F2F0;
}

@media screen and (max-width: 896px) {
  .mail_magazine_area {
    padding: 70px 40px 70px 20px;
  }
  .mail_magazine_area .unsubscribe_box {
    margin-top: 30px;
    padding: 25px 5px 25px 25px;
    border-radius: 15px;
  }
}

/*----------------------------
 various contact
----------------------------*/
.various_contact {
  padding: 70px 30px;
}

.various_contact .contact_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.various_contact .contact_list li {
  width: calc((100% - 40px) /2);
  margin-bottom: 40px;
}

.various_contact .contact_list li:last-child {
  margin-bottom: 0;
}

.various_contact .contact_list li .btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 420px;
  height: 100px;
  padding-left: 35px;
  border-radius: 50px;
}

.various_contact .contact_list li .btn .ellipsis {
  right: 60px;
}

.various_contact .contact_list li .icon {
  margin-right: 25px;
  font-size: 3.4rem;
}

@media screen and (max-width: 896px) {
  .various_contact {
    padding: 70px 40px 70px 20px;
  }
  .various_contact .contact_list {
    display: block;
  }
  .various_contact .contact_list li {
    width: 100%;
    margin-bottom: 25px;
  }
  .various_contact .contact_list li:last-child {
    margin-bottom: 0;
  }
  .various_contact .contact_list li .btn {
    max-width: 100%;
    height: 73px;
    padding-left: 25px;
    border-radius: 35px;
    font-size: 1.45rem;
    line-height: 1.5;
  }
  .various_contact .contact_list li .btn .ellipsis {
    right: 40px;
  }
  .various_contact .contact_list li .icon {
    margin-right: 14px;
    font-size: 2.35rem;
  }
}

/*----------------------------
ニュースリリース追加
----------------------------*/
.introduce_area {
    display: flex;
    align-items: center;
    margin: 30px 0px 15px;
}
p.t_bold.right_area {
    margin-left: 29px;
    line-height: 2;
    width: 50%;
}
img.l_img {
    height: 200px;
}

@media screen and (max-width: 768px) {
 img.l_img {
    height: 150px;
}
}

@media screen and (max-width: 350px) {
.introduce_area {
 display: block;
}
p.t_bold.right_area {
    margin-left: 0px;
    width: 100%;
    margin-top: 15px;
}
img.l_img {
    height: auto;
}
}
/*ダウンロードページ*/
#web-tools_biz .pankuzu{
display: none;
}
#web-tools_biz .logo .logo{
width: 180px;
float: left;
}
#web-tools_biz h1{
font-size: 28px;
margin: 0;
line-height: 1.4;
color: #015e4a;
}
#web-tools_biz h3{
font-size: 15px;
}
@media screen and (max-width: 767px) {
#web-tools_biz h1{
font-size: 24px;
line-height: 1.2;
}
}
#web-tools_biz .category_title_wtb{
font-size: 24px;
margin: 2em 0;
border-bottom: solid 2px #015e4a;
padding: 0;
color: #444;
}
#web-tools_biz .download_wappar{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
@media screen and (max-width: 767px) {
#web-tools_biz .download_wappar{
flex-direction: column;
width: 80%;
margin: 0 auto;
}
}
#web-tools_biz .download_wappar::after {
display: block;
content:"";
width: 28%;
}
#web-tools_biz a.download_area {
color: #000;
text-decoration: none;
display: flex;
flex-direction: column;
align-items: flex-start;
width: 28%;
margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
#web-tools_biz a.download_area {
width: 28%;
}
}
@media screen and (max-width: 767px) {
#web-tools_biz a.download_area {
width: 100%;
/*
flex-direction: row;
*/
}
}
#web-tools_biz a.download_area:visited,
#web-tools_biz a.download_area:link,
#web-tools_biz a.download_area:hover {
color: #000;
text-decoration: none;
}
#web-tools_biz a.download_area:hover{
opacity: .6;
}
#web-tools_biz .download_title{
color: #000;
margin: 0;
line-height: 1.3;
}
#web-tools_biz .download_button {
border: solid 1px #015e4a;
color: #015e4a;
border-radius: 20px;
text-align: center;
font-size: 16px;
padding: 3px;
margin: revert;
}
#web-tools_biz .download_button img {
vertical-align: middle;
padding: 0 0 4px 4px;
display: unset;
width: auto;
margin: auto;
}
#web-tools_biz .kome{
font-size: 12px;
}
#web-tools_biz .download_wappar_2{
display: grid;
grid-template-rows: 4em 6em 64px;
width: 100%;
}
@media screen and (max-width: 767px) {
#web-tools_biz .download_wappar_2{
display: block;
width: 100%;
}
}
#web-tools_biz .download_contents{
line-height: 1.4em;
margin: 0;
padding: 0;
font-size: 15px;
}
#web-tools_biz .download_contents.giga_contents {
margin-top: -28px;
}
#web-tools_biz .download_image{
display: inline-block;
width: auto;
margin: 0 auto 10px;
}
#web-tools_biz .t_center{
text-align: center;
}
#web-tools_biz div .g-contents{
width: 1000px;
overflow: hidden;
clear: both;
margin: 0 auto;
padding: 0;
}
@media screen and (max-width: 767px){
#web-tools_biz div .g-contents{
    width: 100%;
    padding: 0 1.5%;
    box-sizing: border-box;
}
}

/* salesdx-shohyo */

.accordion {
  width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  background: #059B55;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
  color: #fff;
}

/* ＋アイコン */
/*.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}*/

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */


/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -.6em;
  left: -1.3em;
}

.accordion_qa .Q::before {
  content: 'Q.';
}

.accordion_qa .A::before {
  content: 'A.';
}

.accordion_qa .accordion-open {
  padding-left: 2.5em;
}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 2.5em;
}

.salesdx-shohyo h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.salesdx-shohyo .summary_text span {
  font-size: 2rem;
  font-weight: bold;
}

.related_word.salesdx-shohyo {
  display: block;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 15px 25px;
  border-radius: 8px;
  background-color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  line-height: 1.8;
}

.related_word.salesdx-shohyo h3 {
  font-size: 2rem;
  color: #059B55;
}


/*---------------------------------------
menu_products
---------------------------------------*/
.useful_products .useful_inner {
  padding: 64px 0 50px 0;
  max-width: 1000px;
}

.useful_products .list_product a img[src$=".svg"] {
  height: 55px;
}

.list_product a {
  display: block;
  position: relative;
  margin-bottom: 7px;
  padding: 15px 40px;
  color: #d30909;
  font-size: 12px;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.list_product a:hover {
  text-decoration: none;
  border-color: #0E744A;
}

.list_product .operations_name {
  display: initial;
  position: initial;
  margin-bottom: 7px;
  padding: 25px 0;
  color: initial;
  font-size: initial;
  border: initial;
  border-radius: initial;
  background-color: initial;
  font-size: 12px;
}
.list_product .operations_name:hover {
  text-decoration: underline;
}

.list_product a img[src$=".svg"] {
  display: block;
  width: 100%;
}

.list_product .main_list a:before {
  display: block;
    position: absolute;
    top: 8px;
    right: 6px;
    color: #00744A;
    font-family: 'hammock';
    content: "\e901";
}

@media (min-width: 960px) {
  .list_product {
    width: 78%;
  }
  .list_product .main_list {
    width: 30%;
    height: 140px;
    margin-right: 4%;
    display: inline-block;
  }
  .list_product .product_list_name{
    height: 35px;
    text-align: center;
    font-weight: bold;
  }
  .list_product .main_list:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 1450px) {
  .list_product {
    width: 85%;
  }
}
@media (max-width: 1365px) {
  .list_product {
    width: 95%;
  }
}


@media (max-width: 959px) {
  .list_product .main_list:not(:last-child) {
    margin-bottom: 26px;
  }
  .main_list{
    padding-bottom: 8px;
  }
}

.list_product .product_outline_wrap .product_name {
  margin-bottom: 5px;
  color: #0d0a34;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 1365px) {
  .list_product .product_outline_wrap .product_name {
    font-size: 10px;
  }
}

.list_product .product_outline_wrap .product_outline {
  font-size: 14px;
  line-height: 1.85;
}


/*---------------------------------------
menu_seminar
---------------------------------------*/
#seminar .list_product a {
  padding: 0;
}
#seminar .list_product .product_outline_wrap .product_name {
    font-size: 13px;
    line-height: 2.5;
}
.img_seminar_menu{
    width: 55%;
    margin: 0 0 0 14%;
}

@media (max-width: 1700px) {
#seminar .list_product {
    width: 100%;
}
}
@media (min-width: 1440px) {
#seminar .br_small {
    display: none;
}
}

/*---------------------------------------
ISO・プライバシーマーク
---------------------------------------*/
.iso_white_area{
  border: 1.5px solid #CCC;
  padding: 50px;
  border-radius: 16px;
  margin-top: 70px;
}
.iso_white_area dl{
  display: flex;
}
.iso_white_area dt{
  margin: auto;
}
.iso_white_area dd{
  font-size: 13px;
  width: 67%;
  line-height: 24px;
}
.iso_img{
  width: 84px;
}
.privacy_img{
  width: 100px;
}
.underline{
  border-bottom: 1px solid #CCC;
  padding: 24px 0;
  margin-bottom: 48px;
}

@media (max-width: 999px) {
.iso_white_area{
  padding: 30px;
}
.iso_white_area dl{
  display: block;
}
.iso_white_area dd{
  width: 100%;
  padding-top: 35px;
}
}