@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02rem;
}

a {
  text-decoration: none;
}

.is-hidden {
  display: none;
}

.article h4 {
  border: 0;
  margin: 40px 0;
  padding: 0;
}

.article h5 {
  border: 0;
  margin: 32px 0;
  padding: 0;
}

/* a:hover {
	color: inherit;
} */
.wrap {
  width: 100%;
  margin: 0 auto;
}

.main {
  width: 100%;
  padding: 0;
  border: 0;
}

.date-tags {
  display: none;
}

.content {
  margin-top: 0;
}

.entry-content {
  margin-top: 0;
  margin-bottom: 0 !important;
}

.article {
  margin-bottom: 0 !important;
}

.page_content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.breadcrumbs_content {
  background: #F5F5F5;
  margin-top: 6%;
}

.breadcrumb {
  background-color: transparent !important;
  max-width: 1280px;
  margin: 0 auto !important;
  padding: 21px 0 0 20px !important;
}

.breadcrumb.sbp-main-before + .content,
.breadcrumb.pbp-main-before + .content {
  margin-top: 0 !important;
}

.breadcrumb-home .fa-home,
.breadcrumb-item .fa-file {
  display: none;
}

.breadcrumb-home .breadcrumb-caption {
  color: #D6D6D6;
}

.breadcrumb-item a .breadcrumb-caption {
  color: #D6D6D6;
}

.breadcrumb-caption {
  color: #4B4B4B;
}

.breadcrumb .fa-angle-right {
  font-size: 10px;
  color: #C2D116;
}

.breadcrumb .fa-angle-right:before {
  content: "●";
}

.breadcrumb-category .fa-folder {
  display: none;
}

.page_title {
  background: #F5F5F5;
  padding: 0 0 37px;
}

.page_title_content {
  position: relative;
}

.page_title_English {
  margin-bottom: 0 !important;
  line-height: 1 !important;
  font-size: min(14vw, 160px) !important;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5rem;
}

.page_title h1,
.page_title h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  padding: 0;
  margin: 50px auto 30px;
  text-align: center;
  font-size: 32px;
  height: 40px;
}

.page_title_lead {
  position: absolute;
  top: 115px;
  left: 0;
  right: 0;
  padding: 0;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  height: 40px;
  margin-bottom: 0;
}

.sp_only {
  display: none !important;
}

/* header */
.header-in {
  display: none;
}

.header_slider {
  position: relative;
}

.header_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  padding-right: 100px;
}

.header_top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_top_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_top_title_logo {
  background: #FAFAFA;
  padding: 32px 26px;
  margin-right: 19px;
  border-radius: 0 0 20px 0;
  margin-bottom: 0 !important;
}

.header_top_title_text {
  font-size: 14px;
  color: #fff;
}

.header_top_nav_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.header_top_nav_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 60px;
  margin-bottom: 0;
  list-style: none;
}

.header_top_nav_item ul li {
  margin-left: 22px;
}

.header_top_nav_item ul li a {
  background: url("/wp/wp-content/uploads/2022/05/header_top_nav_item.png") no-repeat left center;
  font-size: 12px;
  padding-left: 13px;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_top_nav_item ul li a:hover {
  color: #93A432;
}

.header_top_nav_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header_top_nav_btn {
  margin-bottom: 0 !important;
  line-height: 0 !important;
}

.header_top_nav_btn a {
  padding: 5px 25px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
}

.header_top_nav_btn1 a {
  background: #fff;
  border: 1px #58BAA0 solid;
  color: #58BAA0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_top_nav_btn1 a:hover {
  opacity: 0.7;
}

.header_top_nav_btn2 {
  margin-left: 15px;
}

.header_top_nav_btn2 a {
  background: -webkit-gradient(linear, left top, right top, from(#C2D116), color-stop(#92C754), to(#58BAA0));
  background: linear-gradient(to right, #C2D116, #92C754, #58BAA0);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_top_nav_btn2 a:hover {
  opacity: 0.7;
}

.header_top_nav_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
}

.header_top_nav_list ul li {
  margin-left: 50px;
}

.header_top_nav_list ul li a {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_top_nav_list ul li a:hover {
  color: #93A432;
}

.header_top_nav_list ul li a::before {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_top_nav_list ul li a:hover::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  background: #C2D116;
  width: 100%;
  height: 3px;
}

.bx-wrapper {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
  margin-bottom: 0 !important;
}

.slide-content {
  padding: 0 !important;
}

.top_slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 92vh;
}

.top_slider_content_text {
  margin-bottom: 40px !important;
  line-height: 1.3 !important;
  font-size: 39px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.top_slider_content {
  background: #C2D116;
  width: 50%;
  padding: 13% 0 6%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header_top_slider_block4 .top_slider_content {
  padding: 13% 0 3.5%;
}

.header_top_slider_block5 .top_slider_content {
  padding: 13% 0 8.7%;
}

.top_slider_content_title {
  width: 500px;
  margin: 0 auto;
  font-size: 57px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4 !important;
}

.bx-wrapper .top_slider_content_title img {
  margin: 0 auto;
}

.header_top_slider_block4 .top_slider_content_title {
  width: 100%;
}

.header_top_slider_block5 .top_slider_content_title {
  width: 100%;
}

.top_slider_right {
  width: 50%;
  overflow: hidden;
}

.top_slider_right img {
  width: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.top_slider_right video {
  width: 100%;
  -webkit-transform: scale(2.7);
  transform: scale(2.7);
}

.top_slider_btn {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  width: 347px;
  margin-bottom: 0 !important;
  z-index: 500;
}

.top_slider_btn a {
  display: block;
  background-color: #fff;
  background-image: url(/wp/wp-content/uploads/2022/05/solution_item_background.png);
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 10px;
  padding: 21px 0;
  text-align: center;
  color: #000 !important;
  border-radius: 30px;
  font-size: 21px;
  font-weight: 500;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12);
  line-height: 1;
}

.top_slider_btn a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1) !important;
}

.header_top_slider_block video {
  width: 100%;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 30px !important;
}

.bx-wrapper .bx-controls-direction a {
  height: 34px !important;
  z-index: 5 !important;
}

.bx-wrapper .bx-prev {
  background: url("/wp/wp-content/uploads/2022/06/bx-prev.png") no-repeat !important;
  left: 55px !important;
}

.bx-wrapper .bx-next {
  background: url("/wp/wp-content/uploads/2022/06/bx-next.png") no-repeat !important;
  right: 55px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff !important;
  opacity: 0.7;
  margin: 0 12px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #666 !important;
}

.header_top_slider_block1 {
  position: relative;
}

.header_top_slider_block1 .top_slider_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  padding: 16% 0 17%;
}

.top_slider_content_video {
  position: relative;
  height: 92vh;
  margin-bottom: 0 !important;
}

.top_slider_content_video video {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}

.bxslider_sp {
  display: none;
}

.bxslider_sp .bx-controls-direction {
  display: none;
}

@media screen and (max-width: 1350px) {
  .top_slider_content_video video {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  .top_slider_content_video {
    overflow: hidden;
  }
}
@media screen and (max-width: 1150px) {
  .top_slider_content_video video {
    -webkit-transform: scale(1.65);
    transform: scale(1.65);
  }
}
.header_top_slider_block1 .top_slider_btn {
  bottom: 200px;
}

.header_nav_sp_btn {
  position: fixed;
  top: 0px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 200;
  cursor: pointer;
}

.header_nav_sp_btn span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  background: #C2D116;
}

.header_nav_sp_btn span::before,
.header_nav_sp_btn span::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  margin: auto;
  background: #C2D116;
}

.header_nav_sp_btn span::before {
  margin-top: 10px;
}

.header_nav_sp_btn span::after {
  margin-top: 8px;
}

.header_nav_sp_btn_close {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-bottom: 30px !important;
}

.header_nav_sp_btn_close span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  background: transparent;
}

.header_nav_sp_btn_close span::before,
.header_nav_sp_btn_close span::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  margin: auto;
  background: #fff;
}

.header_nav_sp_btn_close span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_nav_sp_btn_close span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

.header_nav_sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: -webkit-gradient(linear, left top, right top, from(rgba(194, 209, 22, 0.9)), color-stop(rgba(146, 199, 84, 0.9)), to(rgba(88, 186, 160, 0.9)));
  background: linear-gradient(to right, rgba(194, 209, 22, 0.9), rgba(146, 199, 84, 0.9), rgba(88, 186, 160, 0.9));
}

.header_nav_sp_block {
  padding: 70px 40px 50px;
  overflow-y: scroll;
  height: 100%;
}

.header_nav_sp_block ul {
  list-style: none;
  padding-left: 0;
}

.header_nav_sp_block ul li {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.header_nav_sp_block ul li::before,
.header_nav_sp_block ul li::after {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_nav_sp_block ul li.no_icon::before,
.header_nav_sp_block ul li.no_icon::after {
  display: none;
}

.header_nav_sp_block ul li.open::before,
.header_nav_sp_block ul li.open::after {
  display: none;
}

.header_nav_sp_block ul li::before {
  width: 12px;
  height: 1px;
  left: 90px;
  top: 18px;
}

.header_nav_sp_block ul li::after {
  width: 1px;
  height: 12px;
  left: 96px;
  top: 13px;
}

.header_nav_sp_block ul li:first-child::before {
  left: 150px;
}

.header_nav_sp_block ul li:first-child::after {
  left: 156px;
}

.header_nav_sp_block ul li:nth-child(2)::before {
  left: 230px;
}

.header_nav_sp_block ul li:nth-child(2)::after {
  left: 236px;
}

.header_nav_sp_block ul li:nth-child(3)::before {
  left: 230px;
}

.header_nav_sp_block ul li:nth-child(3)::after {
  left: 236px;
}

.header_nav_sp_block ul li:nth-child(4)::before {
  left: 110px;
}

.header_nav_sp_block ul li:nth-child(4)::after {
  left: 116px;
}

.header_nav_sp_block ul li:nth-child(5)::before {
  left: 190px;
}

.header_nav_sp_block ul li:nth-child(5)::after {
  left: 196px;
}

.header_nav_sp_block ul li a {
  color: #fff;
}

.header_nav_sp_block ul li ul {
  display: none;
  padding-left: 25px;
  margin-top: 15px;
}

.header_nav_sp_block ul li ul li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.header_nav_sp_block ul li ul li::before,
.header_nav_sp_block ul li ul li::after {
  display: none;
}

.header_nav_sp_block ul li ul li a {
  position: relative;
}

.header_nav_sp_block ul li ul li a::before,
.header_nav_sp_block ul li ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  background: #fff;
  width: 7px;
  height: 1px;
  border-radius: 5px;
}

.header_nav_sp_block ul li ul li a::before {
  top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_nav_sp_block ul li ul li a::after {
  top: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header_nav_sp_block .top_banner_wrap {
  display: block;
  margin-top: 30px;
}

.header_nav_sp_block .top_banner_btn {
  width: 90%;
  margin: 0 auto;
}

.header_nav_sp_block .top_banner_btn a {
  font-size: 18px;
  padding: 17px 0;
  margin-bottom: 15px;
}

.header_nav_sp_block .top_banner_btn1 a {
  margin-right: 0;
}

.eng-header-nav-sp .header_nav_sp_block ul li::before {
  left: 230px;
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 12px;
  height: 1px;
  top: 18px;
}

.eng-header-nav-sp .header_nav_sp_block ul li::after {
  left: 236px;
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 1px;
  height: 12px;
  top: 13px;
}

.eng-header-nav-sp .header_nav_sp_block ul li:nth-child(4)::before,
.eng-header-nav-sp .header_nav_sp_block ul li:nth-child(4)::after {
  display: block;
}

.eng-header-nav-sp .header_nav_sp_block ul li.open:nth-child(4)::before,
.eng-header-nav-sp .header_nav_sp_block ul li.open:nth-child(4)::after {
  display: none;
}

.eng-header-nav-sp .header_nav_sp_block ul li.open:nth-child(4) li {
  padding-bottom: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1070px) {
  .header_nav_sp_btn {
    display: none;
  }
}
@media screen and (max-width: 1350px) {
  .header_top_slider_block1 .top_slider_content {
    padding: 20% 0 17%;
  }
}
@media screen and (max-width: 1280px) {
  .top_slider_right img {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
  }
}
@media screen and (max-width: 1210px) {
  .header_top_nav_list ul li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1190px) {
  .header_top_title_logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 38px 5px;
    text-align: center;
  }
  .header_top_title_logo img {
    width: 75%;
  }
  .top_slider_right img {
    -webkit-transform: scale(2.8);
    transform: scale(2.8);
  }
  .header_top_slider_block1 .top_slider_content {
    padding: 21% 0 17%;
  }
}
@media screen and (max-width: 1100px) {
  .top_slider_content_title img {
    width: 65%;
  }
  .top_slider_content_text {
    font-size: 33px;
  }
  .top_slider_content_title {
    font-size: 50px;
  }
  .header_top_slider_block1 .top_slider_btn {
    bottom: 150px;
  }
  .top_slider_right img {
    -webkit-transform: scale(3);
    transform: scale(3);
  }
}
@media screen and (max-width: 994px) {
  .header_top_nav {
    display: none;
  }
  #header.header {
    display: none;
  }
}
@media screen and (max-width: 1045px) {
  .header_top_slider_block1 .top_slider_btn {
    bottom: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .top_slider_right img {
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  .top_slider_content_video video {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@media screen and (max-width: 896px) {
  main.main,
  div.sidebar {
    padding: 0;
  }
  .bxslider_pc {
    display: none;
  }
  .bxslider_sp {
    display: block;
  }
  .header_top_block_video {
    margin-bottom: 0 !important;
    overflow: hidden;
  }
  .header_top_block_video video {
    vertical-align: bottom;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    width: 100%;
  }
  .top_slider_content {
    width: 100%;
    padding: 40px 20px;
  }
  .top_slider_content_text {
    margin-bottom: 10px !important;
    font-size: 24px;
  }
  .top_slider_content_title {
    width: 80%;
    margin: 0 auto 15px !important;
  }
  .top_slider_btn {
    position: static;
    width: 300px;
  }
  .top_slider_btn a {
    background-size: 7px;
    padding: 16px 0;
    font-size: 18px;
  }
  .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  .top_slider_content_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs_content {
    background: transparent;
    margin-top: 0;
    padding: 0 20px;
  }
  .page_title {
    padding: 50px 20px 70px;
  }
  .header {
    display: block !important;
    opacity: 1 !important;
  }
  .header_top_title_logo {
    padding: 20px 26px;
    width: 120px;
  }
  .header_top_title_logo img {
    width: 100%;
  }
  .header_top_block_video_movie {
    height: 235px;
  }
}
/* header_nav */
.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 80px;
  z-index: 500;
}

.header_nav {
  max-width: 1280px;
  margin: 0 auto;
}

.header_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .header_nav_wrap {
    padding: 0;
  }
}

.header_nav_logo img {
  vertical-align: bottom;
  padding-top: 12px;
}

.header_nav_list .navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  height: 100%;
}

.header_nav_list .navi ul li {
  height: 60px;
  line-height: 60px;
  margin-left: 25px;
}

@media screen and (max-width: 1106px) {
  .header_nav_list .navi ul li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1382px) and (min-width: 1351px) {
  .top_slider_content_video video {
    top: -18px;
  }
}
.header_nav_list .navi ul li a {
  position: relative;
  display: block;
  height: 100%;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_nav_list .navi ul li a:hover {
  color: #93A432;
}

.header_nav_list .navi ul li a:hover::before {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  background: #C2D116;
  width: 100%;
  height: 3px;
}

.header_slider {
  margin-bottom: 0;
}

.header_nav_list .navi ul li .sub-menu {
  position: absolute;
  top: 80px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#C2D116), color-stop(#92C754), to(#58BAA0));
  background: linear-gradient(to right, #C2D116, #92C754, #58BAA0);
  display: none;
  width: 100%;
  padding: 0px 5px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

.header_nav_list .navi ul li .sub-menu .sub-menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}

.header_nav_list .navi ul li .sub-menu li {
  width: calc(33.33% - 50px);
  margin-left: 0;
  margin-right: 50px;
  height: 100px;
  line-height: 1.7;
  margin-top: 26px;
}

.header_nav_list .navi ul li:nth-child(2) .sub-menu li {
  line-height: 1.5;
}

.header_nav_list .navi ul li .sub-menu li:nth-child(3n+3) {
  margin-right: 0;
}

.header_nav_list .navi ul li .sub-menu li a {
  position: relative;
  color: #fff;
  font-size: 18px;
  padding-left: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header_nav_list .navi ul li:nth-child(2) .sub-menu li a {
  padding-top: 25px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header_nav_list .navi ul li .sub-menu li a span {
  display: block;
  font-size: 14px;
}

.header_nav_list .navi ul li .sub-menu li a .caption-wrap {
  position: relative;
}

.header_nav_list .navi ul li .sub-menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
  border-radius: 20px;
}

.header_nav_list .navi ul li:first-child .sub-menu li:first-child a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon1-1.png");
  background-size: 60px;
}

.header_nav_list .navi ul li:first-child .sub-menu li:nth-child(2) a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon1-2.png");
  background-size: 35px;
}

.header_nav_list .navi ul li:first-child .sub-menu li:last-child a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon1-3.png");
  background-size: 35px;
}

.header_nav_list .navi ul li:nth-child(2) .sub-menu li:first-child a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon2-1.png");
  background-size: 50px;
}

.header_nav_list .navi ul li:nth-child(2) .sub-menu li:nth-child(2) a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon2-5.png");
  background-size: 50px;
}

.header_nav_list .navi ul li:nth-child(2) .sub-menu li:nth-child(3) a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon2-6.png");
  background-size: 50px;
}

.header_nav_list .navi ul li:nth-child(2) .sub-menu li:nth-child(4) a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon2-2.png");
  background-size: 50px;
}

.header_nav_list .navi ul li:nth-child(2) .sub-menu li:nth-child(5) a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon2-3.png");
  background-size: 50px;
}

.header_nav_list .navi ul li:nth-child(2) .sub-menu li:last-child a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon2-4.png");
  background-size: 50px;
}

.header_nav_list .navi ul li:nth-child(3) .sub-menu li:first-child a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon3-1.png");
  background-size: 45px;
}

.header_nav_list .navi ul li:nth-child(3) .sub-menu li:nth-child(2) a::before {
  background-image: url("/wp/wp-content/uploads/2023/09/note1.png");
  background-size: 40px;
}

.header_nav_list .navi ul li:nth-child(3) .sub-menu li:nth-child(3) a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon3-2.png");
  background-size: 40px;
}

.header_nav_list .navi ul li:nth-child(3) .sub-menu li:last-child a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon3-3.png");
  background-size: 50px;
}

.header_nav_list .navi ul li:nth-child(5) .sub-menu li {
  width: calc(25% - 35px);
  margin-right: 35px;
}

.header_nav_list .navi ul li:nth-child(5) .sub-menu li:first-child a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon4-1.png");
  background-size: 35px;
}

.header_nav_list .navi ul li:nth-child(5) .sub-menu li:nth-child(2) a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon4-2.png");
  background-size: 40px;
}

.header_nav_list .navi ul li:nth-child(5) .sub-menu li:nth-child(3) a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon4-3.png");
  background-size: 50px;
}

.header_nav_list .navi ul li:nth-child(5) .sub-menu li:last-child a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon4-4.png");
  background-size: 50px;
}

.header_nav_list .navi ul li:last-child .sub-menu li:first-child a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon5-1.png");
  background-size: 45px;
}

.header_nav_list .navi ul li:last-child .sub-menu li:nth-child(2) a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon5-2.png");
  background-size: 45px;
}

.header_nav_list .navi ul li:last-child .sub-menu li:nth-child(3) a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon5-3.png");
  background-size: 45px;
}

.header_nav_list .navi ul li:last-child .sub-menu li:nth-child(4) a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon1-2.png");
  background-size: 45px;
}

.header_nav_list .navi ul li:last-child .sub-menu li:nth-child(5) a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon1-3.png");
  background-size: 45px;
}

.header_nav_list .navi ul li:last-child .sub-menu li:last-child a::before {
  background-image: url("/wp/wp-content/uploads/2022/06/sub-menu-icon5-5.png");
  background-size: 45px;
}

@media screen and (max-width: 767px) {
  .header {
    background: #FAFAFA;
    width: 120px;
    height: auto;
    padding: 0;
    border-radius: 0 0 20px 0;
  }
  .header_nav {
    padding: 0;
    margin: 0;
  }
  .header_nav_logo img {
    padding: 20px;
    margin: 0;
  }
  .header_nav_list {
    display: none;
  }
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
  .page_content {
    width: 100%;
    padding: 0 20px;
  }
}
/* top_content */
.top_content {
  padding: 30px 0 65px;
  margin-bottom: 0;
}

.top_content:nth-of-type(odd) {
  background-color: #FAFAFA;
}

.top_content_block {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.top_content_title {
  position: relative;
  margin-bottom: -10px;
}

.top_content_title_back {
  text-align: center;
  font-size: min(15vw, 160px);
  margin-bottom: 0 !important;
  line-height: 1 !important;
  font-family: "Lato", sans-serif;
}

.top_content_title h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: transparent;
  height: 52%;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1;
}

.top_content:nth-of-type(odd) .top_content_title_back {
  color: #fff;
}

.top_content:nth-of-type(even) .top_content_title_back {
  color: #FAFAFA;
}

.top_content_text {
  text-align: center;
  margin-bottom: 39px !important;
  font-size: 21px;
}

.top_content_btn {
  line-height: 1;
  text-align: center;
  width: 320px;
  margin: 0 auto;
}

.top_content_btn a {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#C2D116), color-stop(#92C754), to(#58BAA0));
  background: linear-gradient(to right, #C2D116, #92C754, #58BAA0);
  text-decoration: none;
  padding: 23px 0;
  color: #fff;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 18px;
}

.top_content_btn a:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.top_content_btn a::before,
.top_content_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #fff;
  width: 10px;
  height: 2px;
  border-radius: 5px;
}

.top_content_btn a::before {
  top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top_content_btn a::after {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.casestudyexample_top_content_btn {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#C2D116), color-stop(#92C754), to(#58BAA0));
  background: linear-gradient(to right, #C2D116, #92C754, #58BAA0);
  text-decoration: none;
  padding: 23px 0;
  color: #fff;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.casestudyexample_top_content_btn:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.casestudyexample_top_content_btn::before,
.casestudyexample_top_content_btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #fff;
  width: 10px;
  height: 2px;
  border-radius: 5px;
}

.casestudyexample_top_content_btn::before {
  top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.casestudyexample_top_content_btn::after {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .top_content {
    padding: 30px 0 40px;
  }
  .top_content_title {
    margin-bottom: 20px;
  }
  .top_content_title h2 {
    height: 65%;
    font-size: 20px;
  }
  .top_content_block {
    width: 100%;
    padding: 0 20px;
  }
  .top_content_btn a {
    padding: 15px 0;
  }
  .top_content_text {
    font-size: 16px;
  }
  .top_content_title_back {
    font-size: min(17vw, 160px);
  }
  .top_content.casestudy .top_content_title_back {
    font-size: min(15vw, 160px);
  }
}
/* top_lead */
.top_lead_img {
  margin-bottom: 0 !important;
  line-height: 1 !important;
  text-align: center;
}

/* about */
.about {
  padding: 0px 0 70px;
}

.about .top_content_text {
  margin-bottom: 0 !important;
  font-size: 21px;
  font-weight: 500;
}

.top_banner {
  padding: 15px 0 10px;
}

.top_banner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_banner_btn {
  width: 50%;
  margin-bottom: 0 !important;
}

.top_banner_btn a {
  display: block;
  padding: 15px 0;
  font-size: 13px;
  text-align: center;
  line-height: 1 !important;
  border-radius: 30px;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12);
}

.top_banner_btn1 a {
  background: #fff;
  border: 1px #71B7A1 solid;
  color: #71B7A1;
  font-weight: 500;
  margin-right: 15px;
}

.top_banner_btn2 a {
  background: -webkit-gradient(linear, left top, right top, from(#C2D116), color-stop(#92C754), to(#58BAA0));
  background: linear-gradient(to right, #C2D116, #92C754, #58BAA0);
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .page_title h1,
  .page_title h2 {
    font-size: 20px;
    margin: 5% 0 0;
  }
  .page_title_lead {
    top: 88%;
    margin-bottom: 0;
  }
  .page_title_content .page_title_lead {
    font-size: 14px;
  }
  .about {
    padding: 0 0 40px;
  }
  .about .top_content_title {
    margin-bottom: 5px;
  }
  .about .top_content_text {
    font-size: 16px;
  }
}
/* seminer */
.seminer_content {
  margin-bottom: 81px;
}

.seminer_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.seminer_item {
  width: 50%;
  margin-right: 40px;
  -webkit-box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.seminer_item a {
  display: block;
  text-decoration: none;
  color: #000;
}

.seminer_item:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.1);
}

.seminer_item:last-of-type {
  margin-right: 0;
}

.seminer_item_img {
  margin-bottom: 0 !important;
}

.seminer_item_img img {
  vertical-align: bottom;
  border-radius: 20px 20px 0 0;
}

.seminer_item_block {
  background: #fff;
  padding: 39px;
  border-radius: 0 0 20px 20px;
}

.seminer_item_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.seminer_item_block_tag {
  margin-bottom: 0 !important;
  margin-right: 53px;
  line-height: 1 !important;
}

.seminer_item_block_tag i {
  margin-right: 10px;
  color: #C2D116;
  font-size: 18px;
}

.seminer_item_block_date {
  margin-bottom: 0 !important;
  margin-right: 27px;
  line-height: 1 !important;
  font-size: 18px;
}

.seminer_item_block_date i {
  background: #C2D116;
  padding: 10px 12px;
  margin-right: 17px;
  font-size: 21px;
  color: #fff;
  border-radius: 50%;
}

.seminer_item_block_reception {
  margin-bottom: 0 !important;
  line-height: 1 !important;
}

.seminer_item_block_reception {
  font-weight: bold;
  color: #93A432;
  font-size: 18px;
}

.seminer_item_block_reception span {
  color: #C2D116;
  margin-right: 5px;
}

.seminer_item_block_text {
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
  font-weight: bold;
  font-size: 21px;
}

.seminer_item_block_link {
  position: relative;
  text-align: right;
  font-weight: bold;
  color: #93A432;
  padding-right: 20px;
  margin-bottom: 0 !important;
  font-size: 16px;
}

.seminer_item_block_link::before,
.seminer_item_block_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #93A432;
  width: 10px;
  height: 2px;
  border-radius: 5px;
}

.seminer_item_block_link::before {
  top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.seminer_item_block_link::after {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .seminer_item_block_wrap.sp_only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .seminer_item_block_date {
    margin-right: 0;
    font-size: 16px;
    line-height: 1.2 !important;
  }
  .seminer_item_block_date i {
    padding: 7px 8px;
    margin-right: 10px;
    font-size: 14px;
  }
  .seminer_item_block_reception {
    font-size: 16px;
    margin-top: 10px;
  }
  .seminer_item_block_reception span {
    margin-right: 8px;
    font-size: 13px;
  }
  .seminer_item_block_text {
    margin-bottom: 15px !important;
    font-size: 16px;
  }
  .seminer_item_block_link {
    padding-right: 15px;
    font-size: 12px;
  }
  .seminer_item_block_link::before,
  .seminer_item_block_link::after {
    width: 8px;
  }
  .seminer_item_block_link::before {
    top: -5px;
  }
}
/* casestudy */
.casestudy_img {
  padding: 65px 0;
  margin-bottom: 60px !important;
  border: 1px #eee solid;
  text-align: center;
  border-radius: 0 20px 0 20px;
}

.casestudy_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.casestudy_item {
  width: 33.33%;
  margin-right: 40px;
  margin-bottom: 32px;
}

.casestudy_item a {
  display: block;
  text-decoration: none;
  color: #000;
}

.casestudy_item:last-of-type {
  margin-right: 0;
}

.casestudy_item_content {
  position: relative;
  margin-bottom: 27px;
}

.casestudy_item_img {
  margin-bottom: 0 !important;
  border-radius: 20px;
  height: 327px;
  overflow: hidden;
}

.casestudy_item_img img {
  vertical-align: bottom;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.04);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.casestudy_item a:hover .casestudy_item_img img {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.1);
}

.casestudy_item_logo {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 200px;
  padding: 30px 0;
  margin-bottom: 0 !important;
  text-align: center;
  border-radius: 0 20px 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.casestudy_item a:hover .casestudy_item_logo {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.casestudy_item_logo img {
  vertical-align: bottom;
}

.casestudy_item_text {
  margin-bottom: 40px !important;
  font-size: 21px;
  font-weight: bold;
}

.casestudy_item:nth-of-type(2) .casestudy_item_text {
  margin-bottom: 5px !important;
}

.casestudy_item_name {
  margin-bottom: 0 !important;
  font-size: 18px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .casestudy_list {
    display: block;
  }
  .casestudy_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .casestudy_item:last-of-type {
    margin-bottom: 0;
  }
  .casestudy_item_text {
    font-size: 18px;
  }
  .casestudy_item_name {
    font-size: 16px;
  }
  .casestudy_item_img {
    height: 100%;
  }
}
/* point */
.point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px;
}

.point_item {
  width: 33.33%;
  background: #fff;
  margin-right: 40px;
  padding: 33px 0;
  -webkit-box-shadow: 1px 1px 20px #eee;
  box-shadow: 1px 1px 20px #eee;
  border-radius: 20px;
}

.point_item:last-of-type {
  margin-right: 0;
}

.point_item_icon {
  text-align: center;
  margin-bottom: 30px !important;
}

.point_item:first-of-type .point_item_icon {
  margin-bottom: 44px !important;
}

.point_item_icon i {
  background: #C2D116;
  padding: 15px;
  font-size: 25px;
  border-radius: 50%;
  color: #fff;
}

.point_item_lead {
  text-align: center;
  margin-bottom: 30px !important;
  font-size: 28px;
  font-weight: bold;
  color: #93A432;
  line-height: 1.5 !important;
}

.point_item:first-of-type .point_item_lead {
  margin-bottom: 53px !important;
}

.point_item_text {
  text-align: center;
  margin-bottom: 0 !important;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .point_list {
    display: block;
    margin: 0 0 20px;
  }
  .point_item {
    width: 100%;
    margin-right: 0;
    padding: 30px 15px 20px;
    margin-bottom: 20px;
  }
  .point_item_icon {
    margin-bottom: 5px !important;
  }
  .point_item:first-of-type .point_item_icon {
    margin-bottom: 5px !important;
  }
  .point_item_lead {
    margin-bottom: 5px !important;
  }
  .point_item:first-of-type .point_item_lead {
    margin-bottom: 5px !important;
  }
  .point_item_text {
    font-size: 16px;
  }
}
/* left_btn */
.left_btn {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1000;
}

.left_btn img {
  margin-bottom: 5px;
}

.left_btn_top {
  border-radius: 20px 0 0 0;
}

.left_btn_top a {
  display: block;
  background: #FAFAFA;
  color: #58BAA0;
  padding: 26px 24px 22px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px 0 0 0;
}

.left_btn_top a img {
  width: 16px;
}

.left_btn_middle a {
  display: block;
  background: #C2D116;
  color: #fff;
  padding: 26px 24px 22px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
}

.left_btn_middle a img {
  width: 16px;
}

.left_btn_bottom {
  border-radius: 0 0 0 20px;
}

.left_btn_bottom a {
  display: block;
  background: #58BAA0;
  color: #fff;
  padding: 26px 24px 22px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
  .left_btn {
    display: none;
  }
}
/* solution */
.solution .top_content_title {
  margin-bottom: -30px;
}

.solution_block {
  margin-bottom: 25px;
}

.solution_block2 {
  margin-bottom: 0;
}

.solution_block h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 11px;
  color: #93A432;
  font-size: 24px;
}

.solution_block h3 img {
  margin-right: 20px;
  vertical-align: bottom;
}

.solution_item_top {
  margin-bottom: 0;
}

.solution_item_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
}

.solution_item_top a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.1);
}

.solution_item_top_img {
  width: 32%;
  margin-bottom: 0 !important;
}

.solution_item_top_img img {
  width: 100%;
  vertical-align: bottom;
}

.solution_item_top_content {
  width: 68%;
  background-color: #F0F0F0;
  background-image: url("/wp/wp-content/uploads/2022/05/solution_item_background.png");
  background-repeat: no-repeat;
  background-position: center right 30px;
  padding: 56px 109px 57px 55px;
  border-radius: 0 20px 20px 0;
}

.solution_item_top_content_title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 25px !important;
  line-height: 1 !important;
}

.solution_item_top_content_text {
  margin-bottom: 0 !important;
  font-size: 21px;
}

.solution_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solution_item {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
}

.solution_item:nth-of-type(2n+2) {
  margin-right: 0;
}

.solution_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F0F0F0;
  background-image: url("/wp/wp-content/uploads/2022/05/solution_item_background.png");
  background-repeat: no-repeat;
  background-position: center right 30px;
  padding: 50px 70px 50px 50px;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.04);
}

.solution_item a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.1);
}

.solution_item_img {
  width: 30%;
  margin-bottom: 0 !important;
  margin-right: 40px;
}

.solution_item_content {
  width: 70%;
}

.solution_item_title {
  margin-bottom: 28px !important;
  font-size: 25px;
}

.solution_item_title span {
  font-size: 19px;
}

.solution_item_text {
  margin-bottom: 0 !important;
}

.solution_title_img {
  margin-right: 23px;
}

@media screen and (max-width: 767px) {
  .top_content.solution {
    padding: 30px 0 40px;
  }
  .solution_block:last-of-type {
    margin-bottom: 0;
  }
  .solution_block h3 img {
    margin-right: 7px;
    width: 55px;
  }
  .solution .top_content_title {
    margin-bottom: 20px;
  }
  .solution_item_top a {
    display: block;
  }
  .solution_item_top_img {
    width: 100%;
  }
  .solution_item_top_content {
    width: 100%;
    background-image: none;
    padding: 25px;
    border-radius: 0 0 20px 20px;
  }
  .solution_item_top_content_title {
    font-size: 21px;
    margin-bottom: 10px !important;
  }
  .solution_item_top_content_text {
    margin-bottom: 5px !important;
    font-size: 16px;
  }
  .solution_item_top_content .top_content_btn {
    width: 90%;
  }
  .solution_item_top a {
    color: #fff;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .seminer_content_wrap {
    display: block;
  }
  .seminer_content {
    width: 95%;
    margin: 0 auto 30px;
  }
  .seminer_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .seminer_item_block {
    padding: 20px;
  }
  .seminer_item_block_tag i {
    margin-right: 5px;
    font-size: 14px;
  }
  .seminer_item_block_tag {
    margin-right: 20px;
    font-size: 14px;
  }
}
/* news */
.news_list {
  padding: 0 0 40px;
}

.news_item {
  margin-bottom: 20px;
}

.news_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #FAFAFA;
  background-image: url("/wp/wp-content/uploads/2022/05/solution_item_background.png");
  background-repeat: no-repeat;
  background-position: center right 30px;
  padding: 19px 80px;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}

.news_item a:hover {
  opacity: 0.7;
}

.cat-item-57 {
  display: none !important;
}

.news_box_cate a:nth-child(2) {
  display: none;
}

.news_item_date {
  margin-bottom: 0 !important;
  margin-right: 110px;
  font-size: 21px;
}

.news_item_text {
  margin-bottom: 0 !important;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .news_list {
    padding: 0 0 10px;
  }
  .news_item a {
    display: block;
    padding: 20px 40px 20px 20px;
    background-position: center right 15px;
    background-size: 7px;
    margin-bottom: 10px;
  }
  .news_item_date {
    margin-bottom: 5px !important;
    margin-right: 0;
    font-size: 18px;
    font-weight: 500;
  }
  .news_item_text {
    font-size: 16px;
  }
}
/* column */
.column {
  height: 1000px;
}

.column .top_content_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column_title_back {
  position: absolute;
  bottom: -370px;
  left: -410px;
  font-size: 208px;
  font-size: min(15vw, 208px);
  margin-bottom: 0 !important;
  line-height: 1 !important;
  color: #fff;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.column_block {
  width: 85%;
}

.column_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 75px;
}

.column_title h2 {
  background: transparent;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0 !important;
  font-size: 32px;
  line-height: 1;
}

.column_title_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.column_title_arrow {
  margin-right: 64px;
  margin-bottom: 0 !important;
}

.column_title_arrow i {
  font-size: 32px;
  cursor: pointer;
}

.column_title_arrow .fa-arrow-left {
  margin-right: 48px;
  color: #D6D6D6;
}

.column_title_arrow .fa-arrow-right {
  color: #C2D116;
}

.current {
  color: #FFF !important;
  cursor: pointer !important;
}

.no_current {
  color: #93A432 !important;
  cursor: auto !important;
}

.column_content {
  max-width: 1300px;
  margin-left: auto;
  margin-right: 60px;
  overflow-x: scroll;
}

@media screen and (max-width: 1600px) {
  .column_content {
    max-width: 80%;
  }
}
.column_content::-webkit-scrollbar {
  width: 20px;
  height: 10px;
}

.column_content::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.column_content::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear, left top, right top, from(#C2D116), color-stop(#92C754), to(#58BAA0));
  background-image: linear-gradient(to right, #C2D116, #92C754, #58BAA0);
  border-radius: 100px;
}

.column_content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 2720px;
  padding: 10px 0 60px 10px;
}

.column_content_item {
  width: 440px;
  margin-right: 30px;
}

.column_content_item:last-of-type {
  margin-right: 0;
}

.column_content_item figure {
  position: relative;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px #bbb;
  box-shadow: 0 0 10px #bbb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.04);
}

.column_content_item figure:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.1);
}

.column_content_item figure img {
  border-radius: 20px;
  vertical-align: bottom;
}

.column_content_item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 26px 40px;
  color: #fff;
}

.column_content_item_date {
  margin-bottom: 10px !important;
}

.column_content_item_title {
  margin-bottom: 10px !important;
  line-height: 1.5 !important;
  font-size: 18px;
  font-weight: bold;
}

.column_content_item_text {
  margin-bottom: 0 !important;
  font-size: 14px;
}

/* contact */
.top_content.contact {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#C2D116), color-stop(#92C754), to(#58BAA0));
  background: linear-gradient(to right, #C2D116, #92C754, #58BAA0);
  padding-bottom: 215px;
}

.index {
  z-index: -100;
}

.contact .top_content_title h2 {
  color: #fff;
  height: 28%;
}

.contact .top_content_title_back {
  color: #fff;
  opacity: 0.2;
}

.contact .top_content_text {
  color: #fff;
  margin-top: 20px;
}

.contact_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 820px;
  margin: 0 auto 30px;
}

.contact_block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 820px;
  margin: 0 auto;
}

.contact_block_btn {
  width: 50%;
  margin-bottom: 0 !important;
  line-height: 1 !important;
  margin-right: 40px;
}

.contact_block_btn2 {
  margin-right: 0;
}

.contact_block_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  padding: 17px 0;
  border: 4px #fff solid;
  border-radius: 80px;
  font-size: 22px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 10px #bbb;
  box-shadow: 0 0 10px #bbb;
}

.contact_block_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 11px;
  height: 20px;
  margin: auto;
  background: url(/wp/wp-content/uploads/2022/05/contact_block_btn_arrow.png) no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: 90%;
}

.contact_block_btn1.contact_block_btn a::after {
  background-size: 90%;
}

.contact_block_btn2.contact_block_btn a::after {
  background: url(/wp/wp-content/uploads/2022/05/contact_block_btn_arrow.png) no-repeat;
}

.contact_block_btn a img {
  margin-right: 15px;
}

.contact_block_btn1 a {
  background-color: #fff;
  color: #58BAA0;
}

.contact_block_btn2 a {
  background: #fff;
  color: #58BAA0;
}

.contact_pageTop {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 167px;
  height: 167px;
  background: #FAFAFA;
  cursor: pointer;
  padding: 50px 0;
  margin-bottom: 0 !important;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  color: #C2D116;
}

.contact_pageTop::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 40px;
  background: url("/wp/wp-content/uploads/2022/05/solution_item_background.png") no-repeat;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.footer_content {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .contact_block {
    display: block;
    width: 100%;
  }
  .top_content.contact {
    padding-bottom: 60px;
    padding-top: 50px;
  }
  .contact .top_content_title h2 {
    height: 60%;
  }
  .contact_block_btn {
    width: 100%;
    margin-right: 0;
  }
  .contact_block_btn1 {
    margin-bottom: 35px !important;
  }
  .contact_block_btn a {
    font-size: 18px;
  }
  .contact_block_btn a::after {
    right: 20px;
  }
  .contact_block_btn a img {
    margin-right: 8px;
    width: 20px;
  }
}
.footer {
  position: relative;
  background: #FAFAFA;
  padding: 122px 0 82px;
  margin-top: 0;
}

.footer_content {
  max-width: 1280px;
  margin: 0 auto;
}

.footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_wrap1 {
  margin-bottom: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_title_logo img {
  vertical-align: bottom;
}

.footer_title_text {
  margin-left: 35px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.footer_sns {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.footer_sns.sp_only {
  display: none !important;
}

.footer_sns li {
  margin-left: 15px;
}

.footer_sns li:nth-child(2) img {
  width: 40px;
}

.footer_item_text {
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 500;
}

.footer_copyright {
  font-size: 12px;
  font-weight: 500;
}

.footer_nav {
  list-style: none;
  padding-left: 0;
}

.footer_nav li {
  margin-bottom: 28px;
  line-height: 1;
}

.footer_nav li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer_nav li a:hover {
  color: #93A432;
}

.footer_nav_in {
  margin-top: 20px;
  padding-left: 10px;
  list-style: none;
}

.footer_nav_in li {
  margin-bottom: 18px;
}

.footer_nav_in li a {
  padding-left: 15px;
  font-size: 14px;
  font-weight: 500;
  background: url("/wp/wp-content/uploads/2022/05/solution_item_background.png") no-repeat left center;
  background-size: 7px;
}

.footer-bottom {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 80px 0 25px;
  }
  .footer_content {
    width: 100%;
    padding: 0 20px;
  }
  .footer_wrap {
    display: block;
  }
  .footer_title {
    display: block;
    text-align: center;
  }
  .footer_title_logo {
    margin-bottom: 20px;
  }
  .footer_title_text {
    margin-left: 0;
  }
  .footer_title_logo img {
    width: 40%;
  }
  .footer_item_text {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .footer_nav1.sp_only .footer_nav_in {
    display: none;
  }
  .footer_nav1.sp_only li:nth-child(3) {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }
  .footer_nav1.sp_only li:nth-child(3)::before {
    content: "";
    position: absolute;
    background: #C2D116;
    width: 12px;
    height: 1px;
    left: 120px;
    top: 7px;
  }
  .footer_nav1.sp_only li:nth-child(3)::after {
    content: "";
    position: absolute;
    background: #C2D116;
    width: 1px;
    height: 12px;
    left: 125px;
    top: 2px;
  }
  .footer_nav1.sp_only li.open:nth-child(3)::after {
    display: none;
  }
  .footer_nav1.sp_only .footer_nav_in li:nth-child(3)::before,
  .footer_nav1.sp_only .footer_nav_in li:nth-child(3)::after {
    display: none;
  }
  .footer_nav2 {
    margin-bottom: 40px;
  }
  .footer_nav3 {
    margin-bottom: 30px;
  }
  .footer_nav3 li {
    margin-bottom: 15px;
  }
  .footer_nav3 li a {
    font-size: 13px;
    font-weight: 400;
  }
  .footer_sns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .footer_sns.pc_only {
    display: none !important;
  }
  .footer_sns.sp_only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .footer_sns li {
    margin-left: 0;
    margin-right: 15px;
  }
  .footer_copyright {
    text-align: center;
  }
}
/* document */
.document_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 27px;
}

.document_title_img {
  margin-bottom: 0;
  margin-right: 26px;
}

.document_title_img img {
  vertical-align: bottom;
}

.document_content {
  margin-top: 67px;
  margin-bottom: 74px;
}

.document_content_block {
  margin-bottom: 44px;
}

.document_content_block h3 {
  border: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  color: #93A432;
}

.document_content_block h3 img {
  margin-right: 20px;
  vertical-align: bottom;
}

.document_movie_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.document_movie_item {
  max-width: 386px;
  width: calc(33.33% - 40px);
}

.document_content_link {
  position: relative;
  cursor: pointer;
  margin-bottom: 24px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.document_movie_item_img {
  position: relative;
  margin-bottom: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.document_movie_item_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.document_content_link {
  margin-bottom: 14px;
}

.document_content_link:hover .document_movie_item_img {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}

.document_movie_item_img img {
  vertical-align: bottom;
  width: 100%;
}

.document_movie_item_click {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 65px;
  height: 65px;
}

.document_movie_item_click img {
  vertical-align: bottom;
}

.document_movie_item_time {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 78px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  line-height: 1;
  margin-bottom: 0;
  border-radius: 20px;
}

.document_movie_item_text {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.5;
}

.document_movie_item_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.document_movie_item_box_in {
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 981px;
  height: 552px;
}

.document_movie_item_box_in iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  border: 2px #fff solid;
}

.document_movie_item_box_btn {
  margin-bottom: 0;
  margin-left: auto;
  width: 34px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  /*all*/
  p {
    font-size: 16px;
  }
  .top_content {
    margin-top: 0;
  }
  /*document*/
  .document_content_block h3 {
    font-size: 24px;
  }
  .document_movie_item_text {
    font-size: 16px;
    line-height: 1;
    margin-top: 32px;
  }
  .document_content_block:first-of-type {
    margin-top: 80px;
  }
  .document_content {
    margin-top: 0 !important;
  }
  .document_title {
    margin-bottom: 56px;
  }
  .document_title_img {
    margin-right: 10px;
    width: 46px;
  }
  .document_movie_wrap {
    display: block;
  }
  .document_movie_item {
    width: 100%;
    margin: 0 auto 32px;
  }
  .document_content_link {
    margin-bottom: 0;
  }
  .document_content_block {
    margin-top: 48px;
    margin-bottom: 80px;
  }
  /* video */
  .document_movie_item_box_in iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .document_movie_item_box_in {
    padding: 0 20px;
    width: 100%;
  }
  .document_movie_item_img {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: unset;
    transition: unset;
  }
}
/* casestudyList */
.casestudyList_top {
  width: 95%;
  margin: 0 auto 83px !important;
  line-height: 1;
}

.casestudyList_top img {
  vertical-align: bottom;
}

.document_content_block.casestudyList {
  margin-top: 110px;
  margin-bottom: 120px;
}

.document_casestudyList_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.document_casestudyList_item {
  width: calc(33.33% - 26.66px);
  margin-right: 40px;
  margin-bottom: 73px;
}

.document_casestudyList_item:nth-of-type(3n+3) {
  margin-right: 0;
}

.document_casestudyList_item a {
  display: block;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.document_casestudyList_item a:hover .document_casestudyList_img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.document_casestudyList_content {
  position: relative;
  margin-bottom: 37px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.04);
}

.document_casestudyList_img {
  margin-bottom: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 327px;
}

.document_casestudyList_img img {
  vertical-align: bottom;
  border-radius: 21px;
}

.document_casestudyList_logo {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0 !important;
  background: #fff;
  width: 200px;
  padding: 30px 0;
  text-align: center;
  border-radius: 0 20px 0 20px;
  height: 90px;
}

.document_casestudyList_logo img {
  vertical-align: bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.document_casestudyList_tag {
  margin-bottom: 15px !important;
  font-size: 14px;
  line-height: 1;
}

.document_casestudyList_tag img {
  margin-right: 12px;
  vertical-align: bottom;
}

.document_casestudyList_text {
  margin-bottom: 40px !important;
  line-height: 1.5;
  font-weight: 500;
}

.document_casestudyList_name {
  margin-bottom: 0 !important;
  font-size: 16px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .document_content_block.casestudyList {
    margin-top: 80px;
  }
  .solution_content_block h3 {
    font-size: 24px;
  }
  .solution_content_block {
    margin-bottom: 80px;
  }
  .solution_title {
    margin-bottom: 56px;
  }
  .solution_point .solution_title_img img {
    width: 60px;
  }
  .solution_title_img img {
    width: 41px;
  }
  .document_casestudyList_wrap {
    display: block;
  }
  .document_casestudyList_item {
    margin-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
  .document_casestudyList_img {
    height: 100%;
  }
  .document_casestudyList_logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    padding: 10px 23px;
    width: 140px;
  }
  .document_casestudyList_name {
    color: #4B4B4B;
  }
  .document_casestudyList_tag {
    font-size: 16px;
    margin-bottom: 32px !important;
  }
  .document_casestudyList_text {
    line-height: 1.7;
    margin-bottom: 32px !important;
  }
  .document_casestudyList_wrap {
    margin-bottom: 32px;
  }
  .document_title.casestudyexample {
    margin-top: 80px;
  }
  .casestudyexample_content_item .casestudyexample_content_item_text {
    font-size: 16px;
    padding: 16px 40px;
  }
  .casestudyexample_content_item .casestudyexample_content_item_text::before {
    background-size: 50%;
    top: 19px;
    right: 20px;
  }
  .casestudyexample_content_item.slide .casestudyexample_content_item_text::before {
    top: 13px;
  }
  .casestudyexample_content_item .casestudyexample_content_item_block {
    padding: 40px 15px;
  }
  .casestudyexample_content_item.slide .casestudyexample_content_item_block {
    padding: 28px 15px;
  }
  .casestudyexample_content_item .slide {
    font-size: 16px;
  }
  .slide .casestudyexample_content_item_block tr {
    display: block;
    margin-bottom: 32px !important;
    width: 100%;
  }
  .slide .casestudyexample_content_item_block th {
    border-bottom: none;
    display: block;
    padding: 0;
    width: 100%;
  }
  .casestudyexample_content_item_block td {
    padding: 32px 0;
  }
  .casestudyexample_content_item_block table {
    margin-bottom: 0 !important;
  }
  .lower_btn {
    margin-top: 80px;
  }
  .casestudyList .top_content_btn a {
    padding: 23px 0;
  }
  .casestudyexample_content_item {
    margin: 0 10px 32px;
  }
}
/* 導入一覧 */
.entry-content {
  padding-top: 96px;
}

.casestudyexample {
  margin-top: 103px;
}

.casestudyexample_content_block {
  height: auto;
  overflow: hidden;
}

.open {
  height: 100% !important;
  padding-bottom: 25px;
}

.hight_change {
  height: 500px;
}

.casestudyexample_content_item {
  margin-bottom: 24px;
  border-radius: 20px;
}

.casestudyexample_content_item:last-of-type {
  margin-bottom: 0;
}

.casestudyexample_content_item_text {
  position: relative;
  background: #FAFAFA;
  padding: 16px 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.casestudyexample_content_item_text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  width: 17px;
  height: 34px;
  margin: auto;
  background: url("/wp/wp-content/uploads/2022/05/solution_item_background.png") no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slide {
  -webkit-box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.1);
}

.slide .casestudyexample_content_item_text {
  border-radius: 20px 20px 0 0;
}

.slide .casestudyexample_content_item_text::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.casestudyexample_content_item_block {
  background: #fff;
  padding: 0px 80px 10px;
  display: none;
}

.slide .casestudyexample_content_item_block {
  border-radius: 0 0 20px 20px;
}

.casestudyexample_content_item_block table {
  margin-bottom: 0px;
}

.casestudyexample_content_item_block th,
.casestudyexample_content_item_block td {
  border: 0;
  font-size: 16px;
  font-weight: 500;
}

.casestudyexample_content_item_block th {
  background: #fff;
  width: 22%;
  border-bottom: 1px #eee solid;
  padding: 23px 0 23px 40px;
  text-align: left;
  vertical-align: top;
}

.casestudyexample_content_item_block td {
  width: 78%;
  border-bottom: 1px #eee solid;
  padding: 23px 0;
}

.casestudyexample_content_item_block tr:last-of-type th {
  border-bottom: 0;
}

.casestudyexample_content_item_block tr:last-of-type td {
  border-bottom: 0;
}

.casestudyexample_content_item_block table tr:nth-of-type(2n+1) {
  background-color: #fff;
}

.casestudyexample_content_item_block td p:last-of-type {
  margin-bottom: 0 !important;
}

.casestudyexample_content_item_block_text {
  margin-bottom: 0 !important;
  padding: 57px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.top_content_btn {
  font-size: 18px;
  font-weight: 500;
}

.lower_btn {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .casestudyexample_content_block {
    height: auto;
    overflow: hidden;
  }
  .hight_change {
    height: 450px;
  }
}
/* ユーザーズマニュアル */
.onmanual-icon {
  color: #C2D116;
  font-size: 1.4em;
  margin-right: 10px;
}

.onmanual-table {
  margin-bottom: 100px;
}

.onmanual-table th,
.onmanual-table td {
  background: #fff;
  letter-spacing: 0.05em;
  vertical-align: middle;
  text-align: left;
}

.onmanual-table th {
  background: #C2D116;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  padding: 30px;
}

.onmanual-table td {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  padding: 25px;
}

.onmanual-table-bold {
  background: #F0F0F0 !important;
  color: #000 !important;
  padding: 25px;
  text-align: left;
}

.onmanual-link {
  color: #93A432;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  .main.main {
    padding: 0;
  }
  .document_content {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .onmanual-table th:first-child {
    width: 30%;
  }
  .onmanual-table th:nth-child(2) {
    width: 40%;
  }
  .onmanual-table th:last-child {
    width: 30%;
  }
  .onmanual-table th {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    padding: 32px 10px;
  }
  .onmanual-table-bold {
    font-size: 18px !important;
    padding: 32px 10px;
  }
  .onmanual-table td {
    line-height: 1.7;
    vertical-align: top;
    padding: 32px 10px;
  }
  .onmanual-icon {
    margin-right: 7px;
  }
}
@media screen and (min-width: 768px) {
  #onmanual-sp {
    display: none !important;
  }
}
/* ニュース＆トピック */
.newstopic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* news */
.news {
  margin-right: 40px;
  width: 82%;
}

.news_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #EEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 68px 17px 37px;
}

.news_box:last-of-type {
  border-bottom: 1px solid #EEE;
}

.news_box_cate a {
  border-radius: 13px;
  border: solid 1px #aaa;
  display: block;
  color: #aaa;
  font-size: 11px;
  font-weight: 500;
  margin-right: 39px;
  padding: 1px 8px;
  text-align: center;
  width: 111px;
}

.news_box_cate a.press-release {
  border: solid 1px #f00;
  color: #f00;
}

.news_box_date {
  width: 17%;
  font-size: 18px;
  line-height: 1.3rem;
}

.news_box_cate {
  font-size: 16px;
  width: 15%;
}

.news_box_link {
  padding-left: 17px;
  margin-left: auto;
}

.news_box_link.ext_link {
  width: 82px;
  padding-right: 0 !important;
}

.news_box_link img {
  width: 100%;
}

.news_box_link .ext_link img {
  height: auto;
  width: 100%;
}

.news_box_ttl {
  width: 62%;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  padding-right: 1px;
}

.news_box_ttl a {
  color: #4B4B4B;
}

.ext_link_img {
  text-align: center;
  margin-left: 22px;
  width: 20px;
}

.ext_link_text {
  color: #C2D116;
  font-size: 10px;
  font-weight: 500;
}

/* archive */
.archive_box {
  padding: 0 !important;
  background-color: #FAFAFA;
  border-radius: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 15%;
}

.archive_year {
  padding: 36px 20px 0;
  margin-bottom: 40px;
}

.archive_year_ttl,
.archive_cate_ttl {
  border-bottom: solid 1px #EEE;
  color: #93A432;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 14px;
  text-align: center;
}

.archive_year_ttl img,
.archive_cate_ttl img {
  margin-right: 9px;
}

.archive_year_all {
  margin-top: 21px;
}

.archive_year_all li,
.archive_cate_all li {
  line-height: 1.2;
  list-style: none;
  margin: 0 0 12px 0 !important;
}

.archive_year_all li a,
.archive_cate_all li a {
  color: #4B4B4B;
}

.archive_year_all ul {
  margin-bottom: 0 !important;
}

.archive_cate {
  padding: 0 20px 40px;
}

.archive_cate_all {
  margin-top: 21px;
}

.archive_year_all ul,
.archive_cate_all ul {
  padding: 0 25px 0 22px !important;
}

@media screen and (max-width: 767px) {
  .newstopic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news {
    margin-right: 0;
    margin-bottom: 80px;
    width: 100%;
  }
  .news_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: none;
    padding: 40px 15px;
  }
  .news_box_date {
    font-size: 16px;
    line-height: 1.7;
    width: 42%;
    margin-bottom: 32px;
  }
  .news_box_cate {
    margin-bottom: 32px;
    padding-left: 8px;
    width: 58%;
  }
  .news_box_cate a {
    margin-right: 0;
  }
  .news_box_link.ext_link {
    width: auto;
  }
  .news_box_ttl {
    font-size: 16px;
    line-height: 1.7;
    width: 94%;
  }
  .news_box_link {
    padding-left: 0;
  }
  .archive_box {
    width: 100%;
  }
  .archive_box {
    padding: 40px 15px !important;
  }
  .archive_year {
    margin-bottom: 56px;
    padding: 0;
  }
  .archive_year_ttl,
  .archive_cate_ttl {
    font-size: 16px;
    text-align: left;
    padding-bottom: 32px;
  }
  .archive_year_all {
    margin-top: 0;
  }
  .archive_year_all ul {
    padding: 32px 0 0 !important;
  }
  .archive_cate_all ul {
    padding: 32px 0 0 !important;
  }
  .archive_year_all li,
  .archive_cate_all li {
    margin: 0 0 32px 0 !important;
  }
  .archive_year_all li:last-of-type,
  .archive_cate_all li:last-of-type {
    margin-bottom: 0 !important;
  }
  .archive_cate {
    padding: 0;
  }
  .archive_cate_all {
    margin-top: 0;
  }
}
/* メンテナンス */
.maintenance-archive {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px auto;
}

/* maintenance */
.maintenance {
  border-bottom: 1px solid #EEE;
  margin-right: 40px;
  width: 82%;
}

.maintenance_box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #EEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 60px 20px 40px;
}

.maintenance_box_date {
  color: #4B4B4B;
  font-size: 18px;
  line-height: 1.3em;
  padding-top: 4px;
  width: 17%;
}

.maintenance_box_detail {
  padding-left: 40px;
  width: 83%;
}

.maintenance_box_detail_tll {
  color: #4B4B4B;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 30px;
  padding-right: 1px;
}

.maintenance_box_detail_text {
  color: #4B4B4B;
  font-size: 21px;
  line-height: 1.5em;
}

/* archive */
.archive_ttl {
  border-bottom: solid 1px #EEE;
  color: #93A432;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 21px;
  text-align: center;
}

.archive_ttl img {
  margin-right: 11px;
}

.archive_all li {
  list-style: none;
  margin: 24px 0 0 !important;
}

.archive_all li a {
  color: #4B4B4B;
}

.archive_all ul {
  padding: 0 20px !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .maintenance-archive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .maintenance {
    margin-right: 0;
    margin-bottom: 80px;
    width: 100%;
  }
  .maintenance_box {
    display: block;
    max-height: none;
    padding: 40px 15px;
  }
  .maintenance_box_date {
    font-size: 16px;
    padding-top: 0;
    line-height: 1.7;
    margin-bottom: 32px;
    width: 100%;
  }
  .maintenance_box_detail_tll {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 32px;
    padding-right: 0;
  }
  .maintenance_box_detail {
    padding-left: 0;
    width: 100%;
  }
  .maintenance_box_detail_text {
    font-size: 16px;
    line-height: 1.7;
  }
  .maintenance-archive .archive_year {
    margin-bottom: 0;
  }
}
/* サポート情報 */
.support-archive {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 120px auto;
}

/* support */
.support-area {
  margin-right: 39px;
  width: 83%;
}

.support-area-table th {
  background-color: #C2D116;
  border-bottom: #EEEEEE solid 1px;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  padding: 16px 0;
  text-align: center;
}

.support-area-table th:first-child {
  width: 21%;
}

.support-area-table td {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  padding: 19px 23px;
}

.support-area-table-btn {
  color: #93A432;
  font-size: 18px;
}

.support-area-table-btn i {
  margin-right: 9px;
}

.table_open i.fa-plus-circle:before {
  content: "\f056";
}

.support-area-table-detail {
  line-height: 1.7;
  padding: 40px 83px;
}

.support-area-table-detail-btn {
  background: #FFFFFF;
  border-radius: 31px;
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  line-height: 1.3;
  margin: 21px 0 0 auto;
  text-align: center;
  width: 220px;
  border: 2px solid #58BAA0;
}

.support-area-table-detail-btn a {
  color: #58BAA0;
  display: block;
  line-height: 1;
  padding: 12px 0;
  position: relative;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.support-area-table-detail-btn a::after {
  color: #58BAA0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 27%;
  right: 12px;
}

.support-area-table-detail-btn i {
  margin-left: 17%;
}

.support-area-table td:nth-child(3) {
  width: 18%;
  padding: 0 0 0 20px;
  cursor: pointer;
}

.support-date {
  font-size: 18px !important;
}

/* archive */
.archive_c {
  background-color: #FAFAFA;
  border-radius: 20px;
  width: 15%;
  padding: 36px 20px;
}

.archive_ttl {
  border-bottom: solid 1px #EEE;
  color: #93A432;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 19px;
  text-align: center;
}

.archive_ttl img {
  margin-right: 11px;
}

.archive_all li {
  list-style: none;
  margin: 18px 0 0 !important;
}

.archive_all li a {
  color: #4B4B4B;
}

.archive_all ul {
  padding: 0 20px !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .support-archive {
    display: block;
    margin: 80px auto;
  }
  .support-area {
    margin-right: 0;
    width: 100%;
    margin-bottom: 56px;
  }
  .support-area-table th {
    font-size: 16px;
    line-height: 1.7;
    padding: 21px;
    text-align: left;
  }
  .support-area-table th:first-child {
    width: 32%;
  }
  .support-area-table td:nth-child(3) {
    display: none;
  }
  .support-area-table td {
    font-size: 16px;
    line-height: 1.7;
    padding: 40px 15px;
    vertical-align: top;
  }
  .support-area-table-detail {
    line-height: 1.7;
    padding: 0;
  }
  .support-area-table-detail-btn {
    margin: 32px 0 0 auto;
    width: 100%;
  }
  .support-area-table-detail-btn a {
    padding: 17px 0;
  }
}
/*共通ボタン*/
.sss-btn {
  font-weight: bold;
  line-height: 1;
}

/* pc & sp */
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
}
/* イベント・セミナー */
.seminar_attention {
  background: #C2D116;
  padding: 60px 0 80px;
}

.seminar_attention h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 33px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 1;
}

.seminar_attention h3 img {
  margin-right: 15px;
}

.seminar_attention_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 35px;
  border-radius: 0 30px 0 30px;
}

.seminar_attention_block_left {
  position: relative;
  width: 50%;
  margin-right: 40px;
}

.seminar_attention_block_icon {
  position: absolute;
  top: -40px;
  right: -15px;
  background: #C2D116;
  width: 86px;
  height: 86px;
  line-height: 86px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.seminar_attention_block_img img {
  width: 100%;
  vertical-align: bottom;
}

.seminar_attention_block_right {
  width: 50%;
}

.seminar_attention_block_title {
  margin-bottom: 18px !important;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 500;
}

.seminar_attention_block_right dl {
  margin-bottom: 30px;
  overflow: hidden;
}

.seminar_attention_block_right dt {
  float: left;
  width: 20%;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.seminar_attention_block_right dt img {
  margin-right: 5px;
}

.seminar_attention_block_right dd {
  width: 80%;
  font-weight: 500;
  font-size: 18px;
}

.seminar_attention_block_btn {
  clear: both;
  line-height: 1 !important;
  text-align: center;
  width: 320px;
  margin: 0 !important;
}

.seminar_attention_block_btn a {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#C2D116), color-stop(#92C754), to(#58BAA0));
  background: linear-gradient(to right, #C2D116, #92C754, #58BAA0);
  text-decoration: none;
  padding: 23px 0;
  color: #fff;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 18px;
}

.seminar_attention_block_btn a:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.seminar_attention_block_btn a::before,
.seminar_attention_block_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #fff;
  width: 10px;
  height: 2px;
  border-radius: 5px;
}

.seminar_attention_block_btn a::before {
  top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.seminar_attention_block_btn a::after {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.seminar_schedule {
  padding: 80px 0;
}

.seminar_schedule2 {
  padding: 0 0 80px;
}

.seminar_schedule h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 33px;
  color: #93A432;
  font-size: 32px;
  line-height: 1;
}

.seminar_schedule h3 img {
  margin-right: 15px;
}

.seminar_schedule ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin-bottom: 33px;
}

.seminar_schedule ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 39px;
  font-size: 16px;
  font-weight: bold;
}

.seminar_schedule ul li span {
  margin-right: 8px;
  font-size: 11px;
}

.seminar_schedule ul li:first-child span {
  color: #C2D116;
}

.seminar_schedule ul li:nth-child(2) span {
  color: #CB0800;
}

.seminar_schedule ul li:last-child span {
  color: #D6D6D6;
}

.seminar_schedule table {
  margin-bottom: 40px;
}

.seminar_schedule table tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.seminar_schedule th {
  background: #C2D116;
  padding: 30px 0;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.seminar_schedule th:first-of-type {
  width: 20%;
}

.seminar_schedule th:last-of-type {
  width: 80%;
}

.seminar_schedule td {
  padding: 24px 33px;
}

.seminar_schedule_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.seminar_schedule_mark {
  margin-right: 15px;
  font-size: 11px;
  line-height: 1;
}

.mark_green {
  color: #C2D116;
}

.mark_red {
  color: #CB0800;
}

.mark_gray {
  color: #D6D6D6;
}

.seminar_schedule_date {
  font-size: 16px;
  line-height: 1.5;
}

.seminar_schedule_title {
  width: 800px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
}

.seminar_schedule_btn {
  width: 210px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #93A432;
  cursor: pointer;
}

.seminar_schedule_btn i {
  background: #C2D116;
  padding: 6px 7px;
  margin-right: 10px;
  color: #fff;
  border-radius: 50%;
}

.seminar_schedule_btn.table_open i:before {
  content: "\f068";
}

.seminar_schedule td.seminar_schedule_detail {
  background: #FAFAFA;
  padding: 38px 45px;
}

.seminar_schedule td.seminar_schedule_detail {
  background: #FAFAFA;
  padding: 38px 45px;
}

.seminar_schedule td.seminar_schedule_detail th,
.seminar_schedule td.seminar_schedule_detail td {
  background: transparent;
  border: 0;
}

.seminar_schedule td.seminar_schedule_detail th {
  width: 20%;
  text-align: left;
  color: #000;
  padding: 0 0 30px;
  vertical-align: top;
  line-height: 1.5;
}

.seminar_schedule td.seminar_schedule_detail td {
  width: 80%;
  padding: 0 0 30px;
  font-weight: 500;
}

.seminar_schedule_btn_in {
  line-height: 1 !important;
  text-align: center;
  width: 320px;
  margin: 0 auto !important;
}

.seminar_schedule_btn_in a {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#C2D116), color-stop(#92C754), to(#58BAA0));
  background: linear-gradient(to right, #C2D116, #92C754, #58BAA0);
  text-decoration: none;
  padding: 23px 0;
  color: #fff;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 18px;
}

.seminar_schedule_btn_in a:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.seminar_schedule_btn_in a::before,
.seminar_schedule_btn_in a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #fff;
  width: 10px;
  height: 2px;
  border-radius: 5px;
}

.seminar_schedule_btn_in a::before {
  top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.seminar_schedule_btn_in a::after {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.seminar_schedule_text {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7;
}

.seminar_form {
  background: #FAFAFA;
  padding: 73px 0;
}

.seminar_form h3 {
  margin-bottom: 33px;
  color: #93A432;
  text-align: center;
  font-size: 28px;
  line-height: 1;
}

.contact_text {
  font-size: 21px;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 81px !important;
}

.seminar_form .contact_text {
  margin-bottom: 30px !important;
}

.contact_text a {
  text-decoration: underline;
}

.contact_block_title {
  margin-bottom: 20px !important;
  line-height: 1 !important;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #93A432;
}

.contact_block_text {
  font-size: 21px;
  margin-bottom: 40px !important;
  text-align: center;
}

.contact_block_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.contact_block_item_check {
  margin-bottom: 28px;
}

.contact_block_item_title {
  width: 27%;
  margin-bottom: 0 !important;
  font-size: 21px;
  font-weight: 500;
}

.contact_block_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 73%;
}

.contact_block_item_content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0 !important;
  width: 100%;
}

.contact_block_item_tag {
  background: -webkit-gradient(linear, left top, right top, from(#D31A1A), to(#FF6302));
  background: linear-gradient(to right, #D31A1A, #FF6302);
  width: 61px !important;
  margin-bottom: 0 !important;
  padding: 2px 12px;
  margin-right: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  line-height: 1.2;
}

.contact_block_item_content .wpcf7-form-control-wrap {
  width: 100%;
}

.contact_block_item_content input {
  width: 100%;
  font-size: 18px;
  padding: 15px;
  border: 0;
}

.contact_block_item_content input::-webkit-input-placeholder {
  color: #D6D6D6;
}

.contact_block_item_content input::-moz-placeholder {
  color: #D6D6D6;
}

.contact_block_item_content input:-ms-input-placeholder {
  color: #D6D6D6;
}

.contact_block_item_content input::-ms-input-placeholder {
  color: #D6D6D6;
}

.contact_block_item_content input::placeholder {
  color: #D6D6D6;
}

.contact_block_item_content textarea {
  width: 100%;
  font-size: 16px;
  padding: 15px;
  border: 0;
}

.last_name {
  width: 235px !important;
  margin-right: 20px;
}

.first_name {
  width: 235px !important;
  margin-right: 20px;
}

.last_name_kana {
  width: 235px !important;
  margin-right: 20px;
}

.first_name_kana {
  width: 235px !important;
  margin-right: 20px;
}

.wpcf7-form-control-wrap.department {
  width: 90%;
  margin-left: auto;
}

.seminar_form .wpcf7-form-control-wrap.department {
  width: 100%;
}

.seminar_form .wpcf7-form-control-wrap.position {
  width: 91.5%;
  margin-left: auto;
}

.seminar_form .wpcf7-form-control-wrap.telephone {
  width: 91.5%;
  margin-left: auto;
}

.seminar_form select {
  border: 0;
  font-size: 18px;
  padding: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
}

.seminar_name {
  position: relative;
}

.seminar_name::before,
.seminar_name::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #93A432;
  width: 10px;
  height: 2px;
  border-radius: 5px;
}

.seminar_name::before {
  right: 45px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.seminar_name::after {
  right: 52px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.seminar_form .last_name {
  margin-right: 0;
}

.seminar_form .last_name_kana {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .seminar_attention h3 {
    margin-bottom: 56px;
    line-height: 1.7;
    font-size: 24px;
  }
  .seminar_attention h3 img {
    margin-right: 10px;
  }
  .seminar_attention_block {
    display: block;
    padding: 40px 20px;
  }
  .seminar_attention_block_icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: -33px;
  }
  .seminar_attention_block_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
  }
  .seminar_attention_block_right {
    width: 100%;
  }
  .seminar_attention_block_title {
    margin-bottom: 32px !important;
    line-height: 1.7;
    font-size: 18px;
  }
  .seminar_attention_block_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .seminar_attention_block_right dl {
    margin-bottom: 22px;
  }
  .seminar_attention_block_right dt {
    float: inherit;
    width: 100%;
    font-size: 16px;
  }
  .seminar_attention_block_right dd {
    width: 100%;
    line-height: 1.7;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .seminar_attention_block_btn {
    width: 100%;
  }
  .seminar_schedule h3 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 56px;
    font-size: 24px;
    line-height: 1.7;
  }
  .seminar_schedule h3 img {
    margin-right: 10px;
    margin-top: 5px;
  }
  .seminar_schedule ul {
    margin-bottom: 32px;
  }
  .seminar_schedule ul li {
    margin-right: 20px;
  }
  .seminar_schedule th {
    padding: 20px 15px;
    font-size: 16px;
    text-align: left;
  }
  .seminar_schedule th:first-of-type {
    width: 30%;
  }
  .seminar_schedule th:last-of-type {
    width: 70%;
  }
  .seminar_schedule td {
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .seminar_schedule_title {
    width: auto;
  }
  .seminar_schedule_text {
    font-size: 16px;
  }
  .seminar_schedule2 table {
    margin-bottom: 0;
  }
  .seminar_form h3 {
    margin-bottom: 56px;
    font-size: 24px;
  }
  .seminar_form .contact_text {
    margin-bottom: 32px !important;
  }
  .seminar_form .contact_block_item {
    display: block;
  }
  .seminar_form .contact_block_item_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact_block_item_tag {
    padding: 2px 9px;
    margin-left: 10px;
    margin-bottom: 0 !important;
    line-height: 1.7;
  }
  .seminar_form .contact_block_item_check_name_title {
    font-size: 16px;
  }
  .seminar_form .contact_block_item_check_name_title span {
    margin-left: 10px;
    margin-right: 0;
    width: 50px !important;
    display: block;
  }
  .seminar_form .contact_block_item_content input {
    font-size: 16px;
  }
  .seminar_form .contact_block_item_list input[type=checkbox] + span,
  .seminar_form .contact_block_item_list input[type=checkbox] + span {
    font-size: 16px;
  }
  .seminar_schedule_btn_sp {
    font-size: 16px;
    font-weight: 500;
    color: #93A432;
    cursor: pointer;
    margin-top: 32px;
  }
  .seminar_schedule_btn_sp i {
    background: #C2D116;
    padding: 6px 7px;
    margin-right: 10px;
    color: #fff;
    border-radius: 50%;
  }
  .seminar_schedule_btn_sp.table_open i:before {
    content: "\f068";
  }
  .seminar_schedule td.seminar_schedule_detail {
    padding: 40px 15px;
  }
  .seminar_schedule table {
    margin-bottom: 32px;
  }
  .seminar_schedule_btn_in {
    width: 100%;
  }
  .seminar_schedule_btn_in a {
    font-size: 16px;
  }
  .seminar_schedule td.seminar_schedule_detail td {
    font-size: 16px;
    line-height: 1.7;
  }
  .seminar_schedule td.seminar_schedule_detail tr:last-of-type th {
    padding: 0;
  }
}
.seminar_schedule td.seminar_schedule_detail tr:last-of-type td {
  padding: 0;
}

.seminar_name::before,
.seminar_name::after {
  bottom: 0;
}

.contact_block_item_check_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.contact_block_item_check_name_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 28px !important;
  margin-right: 46px;
}

.contact_block_item_check_name_title span {
  margin-left: 25px;
}

.contact_block_item_list {
  margin-bottom: 20px;
}

.contact_block_item_list input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact_block_item_request {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact_block_item_list label {
  position: relative;
  display: block;
  word-break: break-all;
  font-size: 18px;
  font-weight: 500;
}

.contact_block_item_list input[type=checkbox] + span,
.contact_block_item_list input[type=checkbox] + span {
  position: relative;
  padding: 0 37px 0 40px;
  font-size: 18px;
}

.contact_block_item_list label span {
  display: inline-block;
}

.contact_block_item_list label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.contact_block_item_list label input[type=checkbox] + span::before,
.contact_block_item_list label input[type=checkbox] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact_block_item_list label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

.contact_block_item_list label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 7px 10px;
  width: 9px;
  height: 12px;
}

.contact_block_item_list label input[type=checkbox]:checked + span::before {
  background-color: #58BAA0;
}

.contact_block_item_list label input[type=checkbox]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact_block_item_list .wpcf7-list-item {
  margin-left: 0;
  margin-right: 46px;
  margin-bottom: 15px;
}

.wpcf7-form-control-wrap.request {
  width: 90%;
  margin-left: auto;
}

.contact_block_item_submit {
  position: relative;
  width: 320px;
  margin: 40px auto 0 !important;
  background: #D6D6D6;
  padding: 19px 0;
  line-height: 1;
  border-radius: 30px;
  cursor: pointer;
}

.contact_block_item_submit input[type=submit] {
  display: block;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.contact_block_item_submit:hover {
  background: -webkit-gradient(linear, left top, right top, from(#C2D116), color-stop(#92C754), to(#58BAA0));
  background: linear-gradient(to right, #C2D116, #92C754, #58BAA0);
}

.contact_block_item_submit::before,
.contact_block_item_submit::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #fff;
  width: 10px;
  height: 2px;
  border-radius: 5px;
}

.contact_block_item_submit::before {
  top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact_block_item_submit::after {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact_block_item_submit .wpcf7-spinner {
  display: none;
}

.contact_text {
  font-size: 21px;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 81px !important;
  padding: 0 20px !important;
}

.contact_text a {
  text-decoration: underline;
}

.contact_form_block {
  background: #FAFAFA;
  padding: 46px 106px 56px;
  border-radius: 20px;
  margin-bottom: 78px;
}

.contact_block_title {
  margin-bottom: 20px !important;
  line-height: 1 !important;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #93A432;
}

.contact_block_text {
  font-size: 21px;
  margin-bottom: 40px !important;
  text-align: center;
}

.contact_block_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.contact_block_item_check {
  margin-bottom: 28px;
}

.contact_block_item_title {
  width: 27%;
  margin-bottom: 0 !important;
  font-size: 21px;
  font-weight: 500;
}

.contact_block_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 73%;
}

.contact_block_item_content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0 !important;
  width: 100%;
}

.contact_block_item_tag {
  background: -webkit-gradient(linear, left top, right top, from(#D31A1A), to(#FF6302));
  background: linear-gradient(to right, #D31A1A, #FF6302);
  width: 61px !important;
  margin-bottom: 0 !important;
  padding: 2px 12px;
  margin-right: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  line-height: 1.2;
}

.contact_block_item_content .wpcf7-form-control-wrap {
  width: 100%;
}

.contact_block_item_content input {
  width: 100%;
  font-size: 18px;
  padding: 15px;
  border: 0;
}

.contact_block_item_content input::-webkit-input-placeholder {
  color: #D6D6D6;
}

.contact_block_item_content input::-moz-placeholder {
  color: #D6D6D6;
}

.contact_block_item_content input:-ms-input-placeholder {
  color: #D6D6D6;
}

.contact_block_item_content input::-ms-input-placeholder {
  color: #D6D6D6;
}

.contact_block_item_content input::placeholder {
  color: #D6D6D6;
}

.contact_block_item_content textarea {
  width: 100%;
  font-size: 16px;
  padding: 15px;
  border: 0;
}

.last_name {
  width: 235px !important;
  margin-right: 20px;
}

.first_name {
  width: 235px !important;
  margin-right: 20px;
}

.last_name_kana {
  width: 235px !important;
  margin-right: 20px;
}

.first_name_kana {
  width: 235px !important;
  margin-right: 20px;
}

.wpcf7-form-control-wrap.department {
  width: 90%;
  margin-left: auto;
}

.contact_block_item_check_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.contact_block_item_check_name_title {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 24px !important;
  margin-right: 0;
}

.contact_block_item_list input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact_block_item_request {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact_block_item_list label {
  position: relative;
  display: block;
  word-break: break-all;
  font-size: 14px;
  font-weight: 500;
}

.contact_block_item_list input[type=checkbox] + span,
.contact_block_item_list input[type=checkbox] + span {
  position: relative;
  padding: 0 37px 0 40px;
}

.contact_block_item_list label span {
  display: inline-block;
}

.contact_block_item_list label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.contact_block_item_list label input[type=checkbox] + span::before,
.contact_block_item_list label input[type=checkbox] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact_block_item_list label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

.contact_block_item_list label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 7px 10px;
  width: 9px;
  height: 12px;
}

.contact_block_item_list label input[type=checkbox]:checked + span::before {
  background-color: #58BAA0;
}

.contact_block_item_list label input[type=checkbox]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact_block_item_list .wpcf7-list-item {
  margin-left: 0;
  margin-right: 46px;
  margin-bottom: 20px;
}

.wpcf7-form-control-wrap.request {
  width: 90%;
  margin-left: auto;
}

.contact_block_item_submit {
  position: relative;
  width: 320px;
  margin: 40px auto 0 !important;
  background: #D6D6D6;
  padding: 19px 0;
  line-height: 1;
  border-radius: 30px;
  cursor: pointer;
}

.contact_block_item_submit input[type=submit] {
  display: block;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.contact_block_item_submit:hover {
  background: -webkit-gradient(linear, left top, right top, from(#C2D116), color-stop(#92C754), to(#58BAA0));
  background: linear-gradient(to right, #C2D116, #92C754, #58BAA0);
}

.contact_block_item_submit::before,
.contact_block_item_submit::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #fff;
  width: 10px;
  height: 2px;
  border-radius: 5px;
}

.contact_block_item_submit::before {
  top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact_block_item_submit::after {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact_block_item_submit .wpcf7-spinner {
  display: none;
}

.here {
  margin-left: 26px;
}

#contact_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #contact_sp {
    display: block;
  }
  #contact_pc {
    display: none;
  }
  .contact_text {
    font-size: 16px;
    margin-bottom: 80px !important;
  }
  .contact_form_block {
    padding: 40px 15px;
  }
  .contact_block_title {
    font-size: 22px;
    margin-bottom: 32px !important;
  }
  .contact_block_text {
    font-size: 16px;
    margin-bottom: 32px !important;
    text-align: left;
  }
  .contact_block_item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 32px;
  }
  .contact_block_item_title {
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 10px;
    margin-bottom: 20px !important;
  }
  .contact_block_item_content {
    display: block;
    width: 100%;
  }
  .contact_block_item_content p {
    font-size: 16px;
  }
  .contact_block_item_tag {
    font-size: 14px;
    margin-top: 5px;
    padding: 2px 9px;
    width: auto !important;
  }
  .contact_block_item_wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .two-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .two-boxes span {
    width: 49% !important;
  }
  .last_name,
  .last_name_kana {
    margin-right: 2%;
  }
  .first_name,
  .first_name_kana {
    margin-right: 0;
  }
  .no-tag {
    display: block;
  }
  .contact_form_block {
    margin-bottom: 80px;
  }
  .contact_block_item_submit {
    margin: 32px auto 0 !important;
    width: 100%;
  }
}
/* eng page */
.top_content.eng_page {
  padding: 80px 0 123px;
}

.eng_page .top_content_block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  max-width: 550px;
}

.eng_page .top_content_title {
  margin-top: -31px;
  margin-bottom: 0;
  width: 50%;
}

.eng_page .contact_block {
  display: block;
  margin: 0;
  width: 50%;
}

.eng_page .contact_block_btn a {
  color: #58BAA0;
  background: #fff;
  font-family: Lato;
  font-size: 21px;
  font-weight: bold;
  width: 320px;
}

.eng_page .top_content_title h2 {
  font-family: Lato;
  font-size: 30px;
}

.eng_page .contact_block_btn a::after {
  background: url(https://f-tech-next.site/wp/wp-content/uploads/2022/09/fi-rr-angle-small-right-green.png) no-repeat;
  height: 15px;
}

.eng-footer.footer {
  padding: 85px 0 25px;
}

.eng-footer .footer_wrap1 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header_nav_list .eng-navi.navi ul li:nth-child(4) .sub-menu li:first-child a::before {
  background-image: url(/wp/wp-content/uploads/2022/06/sub-menu-icon4-1.png);
  background-size: 35px;
}

.header_nav_list .eng-navi.navi ul li:nth-child(4) .sub-menu li:nth-child(2) a::before {
  background-image: url(/wp/wp-content/uploads/2022/06/sub-menu-icon5-1.png);
  background-size: 45px;
}

.header_nav_list .eng-navi.navi ul li:nth-child(2) .sub-menu li:first-child a::before {
  background-image: url(/wp/wp-content/uploads/2022/06/sub-menu-icon3-1.png);
  background-size: 45px;
}

.header_nav_list .eng-navi.navi ul li:nth-child(2) .sub-menu li:last-child a::before {
  background-image: url(/wp/wp-content/uploads/2022/06/sub-menu-icon5-5.png);
  background-size: 45px;
}

.footer_content.eng_footer {
  font-family: Lato;
}

.eng-navi.navi ul li {
  margin-left: 29px;
}

.eng-top .header_top_nav_item ul li a {
  letter-spacing: 0.005em;
}

.eng-top .header_top_nav_list li a {
  letter-spacing: 0;
}

.header_nav_list .eng-navi ul li a {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .header_nav_sp.eng-header-nav-sp {
    font-family: Lato;
  }
  .eng-footer.footer {
    font-size: 20px;
    font-weight: bold;
    padding: 55px 25px 70px;
  }
  .eng_footer.footer_content {
    padding: 0;
  }
  .eng_footer .footer_wrap1 {
    margin-bottom: 49px;
  }
  .eng-footer .footer_copyright {
    font-size: 16px;
    font-weight: 600;
    margin-left: 0;
    text-align: center;
  }
  .eng_footer .footer_nav2 {
    margin-bottom: 45px;
  }
  .eng_footer .footer_nav li {
    margin-bottom: 18px;
  }
  .eng_footer .footer_sns.sp_only {
    margin-bottom: 30px;
  }
  .top_content.eng_page {
    padding: 70px 0 54px;
  }
  .eng_page .top_content_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  .eng_page .top_content_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 37px;
    width: 100%;
  }
  .eng_page .contact_block {
    margin-top: 36px;
    width: 86%;
  }
  .eng_page .contact_block_btn1 {
    margin-bottom: 0 !important;
  }
  .eng-header-nav-sp .header_nav_sp_block ul li:first-child::before,
  .eng-header-nav-sp .header_nav_sp_block ul li:first-child::after,
  .eng-header-nav-sp .header_nav_sp_block ul li:nth-child(3)::before,
  .eng-header-nav-sp .header_nav_sp_block ul li:nth-child(3)::after {
    content: none;
  }
  .eng_page .contact_block_btn a {
    width: 100%;
  }
}
.bx-viewport {
  max-height: 650px;
}

@media screen and (max-width: 897px) {
  .bx-viewport {
    max-height: none;
  }
}
.top_slider {
  max-height: 650px;
}

@media screen and (max-width: 897px) {
  .top_slider {
    max-height: none;
  }
}
.top_slider_content_title {
  line-height: 1.2 !important;
}

.header_top_slider_block1 .top_slider_content_video {
  max-height: 650px;
}

@media screen and (max-width: 897px) {
  .header_top_slider_block1 .top_slider_content_video {
    max-height: none;
  }
}
.header_top_slider_block1 .top_slider_content {
  top: 220px;
  padding: 0 !important;
}

.header_top_slider_block1 .top_slider_content_text {
  margin-bottom: 30px !important;
  margin-top: -20px !important;
  line-height: 1.3;
  font-size: 39px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.header_top_slider_block1 .top_slider_content_title {
  font-size: 20px;
  line-height: 1;
  margin: 0 auto 70px !important;
}

.header_top_slider_block1 .top_slider_btn {
  position: relative !important;
  bottom: auto !important;
}

.only_top.header_nav_list .navi ul li .sub-menu {
  top: 124px;
}

/* ----- 2025/03/15 ------ */
#slider {
  overflow: hidden;
  height: min(130vw, 550px);
}

.top_slider_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px min(4vw, 40px) 0;
  height: min(130vw, 550px);
  background-color: #c2d116;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top_slider_item {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 70px;
}

@media screen and (max-width: 767px) {
  .top_slider_item {
    padding: 0;
  }
}
.top_slider_title {
  font-size: min(6.2vw, 55px);
  font-weight: 700;
  line-height: 1.2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 980px) {
  .top_slider_title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .top_slider_title {
    font-size: 6.2vw;
    text-align: center;
  }
}

.top_slider_title2 {
  font-size: min(5.2vw, 45px);
  font-weight: 700;
  line-height: 1.3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 767px) {
  .top_slider_title2 {
    text-align: center;
  }
}
.top_slider_text {
  max-width: 720px;
  padding-top: 30px;
  font-size: 15px;
  line-height: 1.8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 980px) {
  .top_slider_text {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_slider_text {
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }
}

.top_slider_text2 {
  padding-top: 20px;
  font-size: min(5vw, 28px);
  font-weight: 500;
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 767px) {
  .top_slider_text2 {
    text-align: center;
  }
}
.top_slider_cta {
  margin-top: 30px;
  margin-bottom: 0 !important;
  z-index: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 767px) {
  .top_slider_cta {
    text-align: center;
  }
}
.top_slider_cta a {
  display: inline-block;
  background-color: #fff;
  background-image: url(/wp/wp-content/uploads/2022/05/solution_item_background.png);
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 6px;
  padding: 15px 80px;
  text-align: center;
  color: #000 !important;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s !important;
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12);
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.top_slider_cta a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1) !important;
}

.news_item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/************************************
** 業種別事例
************************************/
.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.logo_group_top {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .logo_group_top {
    padding-bottom: 40px;
  }
}

.logo-swiper {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  max-width: 1240px;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.logo_group {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .logo_group {
    margin-top: 40px !important;
  }
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.jirei_box1 {
  padding: 40px 0;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .jirei_box1 {
    padding: 0 0 24px;
  }
}
.jirei_box1 p {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .jirei_box1 p {
    font-size: 15px;
  }
}

dl.jirei_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 2px;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  dl.jirei_box2 {
    display: block;
  }
}

.jirei_box2 dt {
  width: 12em;
  margin: 0;
  padding: 0 1em;
  background-color: #f2facd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .jirei_box2 dt {
    width: 100%;
    display: block;
    font-size: 15px;
  }
}

.jirei_box2 dd {
  font-size: 16px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 !important;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .jirei_box2 dd {
    font-size: 15px;
    display: block;
    padding: 40px 0px 20px;
  }
}

.kadai_box {
  padding-top: 24px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .kadai_box {
    display: block;
  }
}

.kadai_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.05);
}

.kadai_arrow {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .kadai_arrow {
    padding: 10px;
    text-align: center;
  }
  .kadai_arrow img {
    width: 30px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.kadai_item_ttl {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .kadai_item_ttl {
    font-size: 18px;
  }
}
.kadai_item_ttl.col1 {
  background-color: #99aa1f;
}
.kadai_item_ttl.col2 {
  background-color: #99aa1f;
}

.kadai_item_list {
  padding: 24px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .kadai_item_list {
    padding: 15px;
    margin-left: 25px;
  }
}

.kadai_item_list li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kadai_item_list li {
    font-size: 15px;
  }
}
.kadai_item_list li::marker {
  color: #99aa1f;
}

@media screen and (max-width: 767px) {
  .solution_block_content_text {
    padding-right: 0 !important;
  }
  .solution_block_content_link.solution_btn2 {
    padding: 0px 20px !important;
    height: auto !important;
    text-align: center !important;
    max-width: 360px;
  }
  .solution_block_content_link.solution_btn2 a {
    padding: 10px !important;
    line-height: 1.3;
    margin: 0 !important;
  }
  .solution_btn2::before {
    display: none !important;
  }
  .solution_btn2::before i.fas.fa-angle-right {
    display: none !important;
  }
  .solution_block_content_link a i {
    margin-left: 0 !important;
  }
}
h1.site_title {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}