@charset "UTF-8";
@import url("add.css");
.sf-shared-parts html, .sf-shared-parts body, .sf-shared-parts div, .sf-shared-parts span, .sf-shared-parts object, .sf-shared-parts iframe, .sf-shared-parts h1, .sf-shared-parts h2, .sf-shared-parts h3, .sf-shared-parts h4, .sf-shared-parts h5, .sf-shared-parts h6, .sf-shared-parts p, .sf-shared-parts blockquote, .sf-shared-parts pre, .sf-shared-parts abbr, .sf-shared-parts address, .sf-shared-parts cite, .sf-shared-parts code, .sf-shared-parts del, .sf-shared-parts dfn, .sf-shared-parts em, .sf-shared-parts img, .sf-shared-parts ins, .sf-shared-parts kbd, .sf-shared-parts q, .sf-shared-parts samp, .sf-shared-parts small, .sf-shared-parts strong, .sf-shared-parts sub, .sf-shared-parts sup, .sf-shared-parts var, .sf-shared-parts b, .sf-shared-parts i, .sf-shared-parts dl, .sf-shared-parts dt, .sf-shared-parts dd, .sf-shared-parts ol, .sf-shared-parts ul, .sf-shared-parts li, .sf-shared-parts fieldset, .sf-shared-parts form, .sf-shared-parts label, .sf-shared-parts legend, .sf-shared-parts table, .sf-shared-parts caption, .sf-shared-parts tbody, .sf-shared-parts tfoot, .sf-shared-parts thead, .sf-shared-parts tr, .sf-shared-parts th, .sf-shared-parts td, .sf-shared-parts article, .sf-shared-parts aside, .sf-shared-parts canvas, .sf-shared-parts details, .sf-shared-parts figcaption, .sf-shared-parts figure, .sf-shared-parts footer, .sf-shared-parts header, .sf-shared-parts hgroup, .sf-shared-parts menu, .sf-shared-parts nav, .sf-shared-parts section, .sf-shared-parts summary, .sf-shared-parts time, .sf-shared-parts mark, .sf-shared-parts audio, .sf-shared-parts video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }
.sf-shared-parts html {
  scroll-behavior: smooth; 
}
.sf-shared-parts body {
  font-family: Noto Sans JP, sans-serif ;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #fff;
  padding-top: 90px;
  color: #1f1f1f;
}
@media (max-width: 768px) {
  body {
    padding-top: 90px;
  }
}
.sf-shared-parts .btn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  outline: none;
  transition: ease .2s;
  width: 100px;
  background: #FFE419;
  border-radius: 100px;
  font-weight: bold;
}
.sf-shared-parts .btn span {
position: relative;
z-index: 3;
color:#333;
}
.sf-shared-parts .btn:hover span {
color:#fff;
}
.sf-shared-parts .bgskew::before {
content: '';
  
position: absolute;
top: 0;
left: -130%;
  
background:#333;
width:120%;
height: 100%;
transform: skewX(-25deg);
}
.sf-shared-parts .bgskew:hover::before {
animation: skewanime .5s forwards;
}

@keyframes skewanime {
100% {
  left:-10%;
}
}
@media (max-width: 768px) {
  .is_pc{
    display: none;
  }
}
@media (min-width: 769px) {
  .is_sp{
    display: none;
  }
}
.sf-shared-parts .slider {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.sf-shared-parts .slider.slick-initialized {
  opacity: 1;
}
@media (max-width: 768px) {
  .msg-left-align p {
    flex-direction: column!important;
  }
}
.sf-shared-parts header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 40px;
  box-shadow: 0px 5px 15px 0px #00000014;
  position: fixed;
  z-index: 9999;
  background: #fff;
  width: 100%;
  top: 0px;
  box-sizing: border-box;
  height: 90px;
}
@media (max-width: 768px) {
  header {
    padding: 15px 10px;
  }
}
.sf-shared-parts header .headtitle {
  display: flex;
  align-items: center;
}
.sf-shared-parts header .headtitle img {
  width: 155px;
}
@media (max-width: 768px) {
  header .headtitle img{
      width: 80px;
  }
}
.sf-shared-parts header .headtitle span { 
  font-size: 12px;
  white-space: nowrap;
  padding-left: 10px;
}
.sf-shared-parts header ul.gNavi {
  display: flex;
  width: 100%;
  justify-content: end;
  align-items: center;
}
.sf-shared-parts #header_mobile {
  display: none;
}
@media (max-width: 1024px) {
  #header_pc {
      display: none;
  }
.sf-shared-parts #header_mobile {
    display: flex;
    padding: 12px 18px;
  }
}
.sf-shared-parts header ul .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sf-shared-parts header ul li {
  margin-right: 20px;
  list-style: none;
  font-size: 14px;
}
@media (max-width: 768px) {
  header ul li{
    margin-right: 8px;
  }
}
.sf-shared-parts header ul li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.sf-shared-parts header ul.gNavi>li:nth-last-child(2) {
  margin-right: 16px;
}
@media (max-width: 768px) {
  header ul.gNavi>li:nth-last-child(2) {
    margin-right: 8px;
  }
}
.sf-shared-parts header ul.gNavi>li:nth-last-child(2) a {
  border: solid 2px #1f1f1f;
  width: 176px;
  display: block;
  text-align: center;
  height: 56px;
  line-height: 56px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  header ul.gNavi>li:nth-last-child(2) a {
    font-size: 10px;
    height: 42px;
    line-height: 42px;
    width: 105px;
  }
}
.sf-shared-parts header ul.gNavi>li:nth-last-child(1) {
  margin-right: 0px;
}
.sf-shared-parts header ul.gNavi>li:nth-last-child(1) a {
  border: solid 2px #1f1f1f;
  background-color: #1f1f1f;
  color: #fff;
  width: 176px;
  display: block;
  text-align: center;
  height: 56px;
  line-height: 56px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  header ul.gNavi>li:nth-last-child(1) a {
    font-size: 10px;
    height: 42px;
    line-height: 42px;
    width: 105px;
  }
}
.sf-shared-parts #menu-btn-check {
  display: none;
}
.sf-shared-parts .menu-btn {
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  margin-left: 18px;
  position: relative;
}
@media (max-width: 768px) {
  .menu-btn {
    margin-left: 8px;
  }
}
.sf-shared-parts .menu-btn span, .sf-shared-parts .menu-btn span:before, .sf-shared-parts .menu-btn span:after {
  content: '';
  display: block;
  height: 4px;
  width: 20px;
  border-radius: 3px;
  background-color: #1f1f1f;
  position: absolute;
}
.sf-shared-parts .menu-btn span:before {
  bottom: 12px;
}
.sf-shared-parts .menu-btn span:after {
  top: 12px;
}
.sf-shared-parts #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
.sf-shared-parts #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #000;
}
.sf-shared-parts #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #000;
}
.sf-shared-parts .menu-content {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #F9F4EA;
  transition: all 0.5s;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .menu-content {
    margin-top: 90px;
  }
}
.sf-shared-parts .menu-content ul {
  padding: 0px 30px 0;
}
.sf-shared-parts .menu-content ul li {
  border-bottom: solid 1px #1f1f1f;
  list-style: none;
  margin-right: 0px;
}
.sf-shared-parts .menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  padding: 30px 20px 30px 0;
  position: relative;
}
.sf-shared-parts .menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 40px;
}
.sf-shared-parts #menu-btn-check:checked ~ .menu-content {
  left: 0;
}
.sf-shared-parts footer {
  width: 100%;
  min-height: 420;
  padding: 120px;
  box-sizing: border-box;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background: #F9F4EA;
}
@media (max-width: 1024px) {
  footer {
    padding: 80px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 60px 20px;
  }
}
.sf-shared-parts footer .flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  footer .flex{
    flex-direction: column;
  }
}
.sf-shared-parts footer .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.sf-shared-parts footer .inner .flex .card:nth-child(2) {
  width: 432px;
}
@media (max-width: 1024px) {
  footer .flex .card{
    width: 100%;
  }
.sf-shared-parts footer .inner .flex .card:nth-child(2) {
    width: 100%;
  }
}
.sf-shared-parts footer .inner .card .cv_button {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  footer .inner .card .cv_button {
    margin-top: 48px;
    text-align: center;
  }
}
.sf-shared-parts footer .inner .card .cv_button a {
  background-color: #fff;
  width: 200px;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  color: #1f1f1f;
  border: solid 2px #1f1f1f;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 768px) {
  footer .inner .card .cv_button a {
    width: 100%;
  }
}
.sf-shared-parts footer .inner .card .cv_button a:nth-child(2) {
  background-color: #1F1F1F;
  color: #fff;
  margin-left: 16px;
}
@media (max-width: 768px) {
  footer .inner .card .cv_button a:nth-child(2) {
    margin-left: 0px;
    margin-top: 16px;
  }
}
.sf-shared-parts footer .inner .card ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.sf-shared-parts footer .inner .card ul li {
  list-style: none;
  margin-bottom: 16px;
  margin-right: 24px;
}
.sf-shared-parts footer .inner .card ul li a {
  display: block;
  font-weight: 700;
  color: #1f1f1f;
  text-decoration: none;
  width: fit-content;
}
.sf-shared-parts footer .inner p.copy_right {
  font-size: 12px;
  text-align: right;
}
@media (max-width: 768px) {
  footer .inner p.copy_right {
    text-align: center;
  }
}
.sf-shared-parts footer p.subtitile {
  font-weight: 700;
  margin-bottom: 32px;
}
.sf-shared-parts footer .info p {
  font-size: 14px;
  margin-bottom: 8px;
}
.sf-shared-parts footer img.pv {
  width: 90px;
  margin-top: 20px;
}
.sf-shared-parts .slick-dotted.slick-slider {
  margin-top: 48px;
  overflow: hidden;
}
.sf-shared-parts .slick-slide {
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .slick-slide {
      padding: 10px;
  }
}
.sf-shared-parts .slider {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: visible; 
}
.sf-shared-parts .slide img {
  width: 100%;
  border-radius: 8px;
  height: auto;
  display: block;
  object-fit: cover;
  border: solid 1px #DDDDDD;
  height: 380px;
}
@media (max-width: 768px) {
  .slide img {
    height: 180px;
  }
}
.sf-shared-parts .slick-dots {
  margin-top: 16px!important;
  position: unset!important;
}
.sf-shared-parts .slick-dots li button:before {
  font-size: 10px!important;
}
.sf-shared-parts .slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: #FFC001!important;
}
.sf-shared-parts .button a {
  width: 340px;
  height: 72px;
  background: #FFF;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0 auto;
  color: #1f1f1f;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border: solid 2px #1f1f1f;
  text-decoration: none;
  padding-left: 40px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 768px) {
  .button a {
    width: 100%;
  }
}
.sf-shared-parts .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #1f1f1f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
}
.sf-shared-parts .button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 44px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  z-index: 2;
  transition: right 0.3s;
}
.sf-shared-parts .button a:hover {
  background: #FFC001;
}
.sf-shared-parts .button a:hover::after {
  right: 20px;
  background: #fff;
}
.sf-shared-parts .button a:hover::before {
  right: 32px;
  border-top: 2px solid #1f1f1f;
  border-right: 2px solid #1f1f1f;
}
.sf-shared-parts .button_back a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #1f1f1f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
}
.sf-shared-parts .button_back a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(225deg);
  pointer-events: none;
  z-index: 2;
  transition: right 0.3s;
}
.sf-shared-parts .button_back a:hover::after {
  right: 50px;
  background: #fff;
}
.sf-shared-parts .button_back a:hover::before {
  right: 60px;
  border-top: 2px solid #1f1f1f;
  border-right: 2px solid #1f1f1f;
}
.sf-shared-parts .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin-top: 2em;
  flex-wrap: wrap;
}
.sf-shared-parts .pagination a, .sf-shared-parts .pagination span {
  display: inline-block;
  padding: 0.4em 0.9em;
  font-size: 0.9rem;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #333;
  background-color: #fff;
  transition: all 0.2s ease;
}
.sf-shared-parts .pagination a:hover {
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
}
.sf-shared-parts .pagination .current {
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
  font-weight: bold;
  pointer-events: none;
}
.sf-shared-parts .breadcrumb {
  font-size: 14px;
  margin-bottom: 63px;
  color: #555;
}
.sf-shared-parts .breadcrumb a {
  text-decoration: none;
  color: #0073aa;
}
.sf-shared-parts .breadcrumb span {
  color: #333;
}
.sf-shared-parts section {
  padding: 120px;
}
@media (max-width: 1024px) {
  section {
    padding: 80px;
  }
}
@media (max-width: 768px) {
  section {
    padding: 60px 20px;
  }
}
.sf-shared-parts section .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.sf-shared-parts section .flex {
  display: flex;
  justify-content: center;
}
.sf-shared-parts section h2 {
  font-family: Noto Sans JP, sans-serif ;
  font-weight: 700;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: bottom;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  section h2 {
      font-size: 32px;
  }
}
.sf-shared-parts section h2 span {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FFBF00;
  display: block;
}
@media (max-width: 1024px) {
  section h2 span {
      font-size: 18px;
  }
}
.sf-shared-parts section h3 {
  font-family: Noto Sans JP, sans-serif ;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: bottom;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  section h3 {
      font-size: 20px;
  }
}
.sf-shared-parts section p {
  font-family: Noto Sans JP, sans-serif ;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: bottom;
  text-align: left;
}
.sf-shared-parts section.main-visual {
  padding: 0px 0px 0px 120px;
}
.sf-shared-parts section.main-visual .pc_view {
  display: block;
}
.sf-shared-parts section.main-visual .sp_view {
  display: none;
}
@media (max-width: 1024px) {
  section.main-visual .pc_view{
    display: none;
  }
.sf-shared-parts section.main-visual .sp_view {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
.sf-shared-parts section.main-visual .sp_view span {
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  section.main-visual .sp_view{
    font-size: 15px;
    margin-bottom: 16px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (max-width: 1024px) {
  section.main-visual {
      padding: 80px 0px 30px ;
      text-align: center;
  }
}
@media (max-width: 768px) {
  section.main-visual {
    padding: 40px 0px 0px;
  }
}
.sf-shared-parts section.main-visual .inner {
  max-width: 1500px;
}
.sf-shared-parts section.main-visual .inner .flex {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  section.main-visual .inner .flex{
      flex-direction: column;
  }
}
.sf-shared-parts section.main-visual .inner .flex .box:nth-of-type(1) {
  width: calc(100% - 780px);
}
@media (max-width: 1024px) {
  section.main-visual .inner .flex .box:nth-of-type(1){
      width: 100%;
  }
}
@media (max-width: 768px) {
  section.main-visual .inner .flex .box:nth-of-type(1){
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }
}
.sf-shared-parts section.main-visual .inner .flex .box:nth-of-type(1) p.subtitle {
  font-size: 20px;
  font-weight: 700;
  Line-height: 150%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section.main-visual .inner .flex .box:nth-of-type(1) p.subtitle{
    font-size: 15px;
    margin-bottom: 16px;
  }
}
.sf-shared-parts section.main-visual .inner .flex .box:nth-of-type(1) p.subtitle span.highlight {
  background-color: #FEE366;
  padding: 0.2em;
}
@media (max-width: 768px) {
  section.main-visual .inner .flex .box:nth-of-type(1) p.subtitle span.highlight{
    font-size: 15px;
  }
}
.sf-shared-parts section.main-visual .inner .flex .box:nth-of-type(1) h1 {
  font-size: 34px;
  Line-height: 150%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section.main-visual .inner .flex .box:nth-of-type(1) h1{
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.sf-shared-parts section.main-visual .inner .flex .box:nth-of-type(1) h1 span span {
  font-size: 30px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  section.main-visual .inner .flex .box:nth-of-type(1) h1 span span {
    font-size: 20px;
    padding-top: 10px;
  }
}
.sf-shared-parts section.main-visual .inner .flex .box:nth-of-type(1) h1 img {
  margin-right: 8px;
}
.sf-shared-parts section.main-visual .inner .flex .box:nth-of-type(1) .kintone-logo-text {
  display: inline-flex;  
  align-items: center;   
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  section.main-visual .inner .flex .box:nth-of-type(1) .kintone-logo-text img{
    width: 180px;
  }
}
.sf-shared-parts section.main-visual .associate {
  display: none;
}
.sf-shared-parts section.main-visual .inner .flex .box:nth-of-type(1) .image, .sf-shared-parts section.main-visual .associate {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sf-shared-parts section.main-visual .associate {
  display: none;
}
@media (max-width: 1024px) {
  section.main-visual .inner .flex .box:nth-of-type(1) .image{
      display: none;
  }
}
@media (max-width: 1024px) {
  section.main-visual .associate{
      display: flex;
      justify-content: center;
  }
}
.sf-shared-parts section.main-visual .inner .flex .box:nth-of-type(1) .image img, .sf-shared-parts section.main-visual .associate img {
  margin-right: 20px;
}
@media (max-width: 768px) {
  section.main-visual .associate img:nth-child(1){
    width: 140px;
    margin-right: 16px;
  }
}
@media (max-width: 768px) {
  section.main-visual .associate img:nth-child(3){
    height: 64px;
    margin-right: 16px;
  }
}
@media (max-width: 768px) {
  section.main-visual .associate img:nth-child(3){
    height: 64px;
    margin-right: 0px;
  }
}
.sf-shared-parts section.main-visual .inner .flex .box:nth-of-type(1) p {
  font-size: 16px;
}
@media (max-width: 1024px) {
  section.main-visual .inner .flex .box:nth-of-type(1) p{
      text-align: center;
  }
}
.sf-shared-parts section.main-visual .inner .flex .box:nth-of-type(1) p span {
  font-weight: 700;
}
.sf-shared-parts section.main-visual .inner .flex .box:nth-of-type(2) {
  width: 780px;
}
@media (max-width: 1024px) {
  section.main-visual .inner .flex .box:nth-of-type(2){
      width: 100%;
  }
}
.sf-shared-parts section.main-visual .inner .flex .box:nth-of-type(2) .image:nth-child(1) img {
  width: 100%;
  max-width: 780px;
  height: auto;
}
@media (max-width: 1024px) {
  section.main-visual .inner .flex .box:nth-of-type(2) .image:nth-child(1) img{
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  section.main-visual .inner .flex .box:nth-of-type(2) .image:nth-child(1) img{
    margin-bottom: 16px;
  }
}
.sf-shared-parts #products {
  
  background: #F9F4EA;
}
.sf-shared-parts #products .w__m {
max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.sf-shared-parts #products h2 {
  text-align: left;
}
.sf-shared-parts #products .box .icon {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 140px;
}
.sf-shared-parts #products .box .icon .image {
  margin-right: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
  width: calc(100% - 100px);
  height: 100%;
  max-width: 200px;
}
.sf-shared-parts #products .box .icon .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sf-shared-parts #products .under {
  margin-top: 24px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 1024px) {
  #products .under{
    flex-direction: column;
  }
}
.sf-shared-parts #products .under a {
  width: 100%;
}
@media (max-width: 768px) {
  #products .box .icon{
    padding: 24px;
  }
}
.sf-shared-parts section.intro {
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 768px) {
  section.intro {
    padding: 60px 20px;
  }
}
.sf-shared-parts section.intro h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-bottom: 48px;
}
.sf-shared-parts section.intro img {
  right: 0;
  left: 0;
  margin: 0 auto;
}
.sf-shared-parts section.intro .image {
  position: relative;
  min-height: 80px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  section.intro .image {
    margin-bottom: 68px;
  }
}
.sf-shared-parts section.intro .image img.main {
  position: absolute;
  max-width: 890px;
  width: 100%;
  margin-bottom: 24px;
}
.sf-shared-parts section.intro .image img.back {
  position: absolute;
  width: 100%;
  z-index: -1;
    top: -60px;
}
@media (max-width: 768px) {
  section.intro .image img.back {
    top: -50px;
  }
}
.sf-shared-parts section.intro p {
  font-size: 20px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  section.intro p{
    text-align: left;
    margin-bottom: 64px;
  }
}
.sf-shared-parts section.service {
  background: #F9F4EA;
}
.sf-shared-parts section.service .flex {
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 64px;
}
.sf-shared-parts section.service .flex .card {
  flex: 0 0 calc((100% - 48px) / 3); 
  box-sizing: border-box;
  width: 384px;
  min-height: 432px;
  gap: 10px;
  border-radius: 8px;
  padding-top: 40px;
  padding-right: 32px;
  padding-bottom: 40px;
  padding-left: 32px;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  section.service .flex .card {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
@media (max-width: 480px) {
  section.service .flex .card {
    flex: 0 0 100%;
  }
}
.sf-shared-parts section.service .flex .card .image {
  width: 220px;
  height: 180px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
}
.sf-shared-parts section.service .flex .card .image img {
  width: 220px;
  height: 180px;
  object-fit: contain;
}
.sf-shared-parts section.service h3 span {
  font-size: 14px;
  background: #FFBF00;
  padding: 2px 12px;
  border-radius: 99px;
  margin: 3px;
  display: inline-block;
  line-height: 20px;
}
.sf-shared-parts section.about .flex {
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 48px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  section.about .flex .card {
    width: 50%;
  }
}
.sf-shared-parts section.about .flex .card {
  flex: 0 0 calc((100% - 100px) / 5); 
  box-sizing: border-box;
  width: 220px;
  min-height: 304px;
}
@media (max-width: 768px) {
  section.about .flex .card {
    width: 155px;
  }
} 
@media (max-width: 768px) {
  section.about .flex::after {
    content:"";
    display: block;
    width:155px;
  }
} 

@media (max-width: 768px) {
  section.about .flex .card {
    flex: 0 0 calc((100% - 20px) / 3);
  }
}
.sf-shared-parts section.about .flex .card .image {
  width: 140px;
  height: 140px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 16px;
}
.sf-shared-parts section.about .flex .card .image img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}
.sf-shared-parts section.about .flex h3 {
  font-size: 20px;
  min-height: 3em; 
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  margin: 16px 0 8px;
}
.sf-shared-parts section.reason {
  background: #F9F4EA;
}
.sf-shared-parts section.reason .flex {
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 64px;
}
.sf-shared-parts section.reason .flex .card {
  flex: 0 0 calc((100% - 48px) / 2); 
  box-sizing: border-box;
  width: 588px;
  min-height: 578px;
  gap: 10px;
  border-radius: 8px;
  padding-top: 40px;
  padding-right: 32px;
  padding-bottom: 40px;
  padding-left: 32px;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  section.reason .flex .card {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
@media (max-width: 480px) {
  section.reason .flex .card {
    flex: 0 0 100%;
  }
}
.sf-shared-parts section.reason .flex .card .image {
  width: 380px;
  height: 270px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  section.reason .flex .card .image {
    width: 260px;
    height: 180px;
  }
}
.sf-shared-parts section.reason .flex .card .image img {
  width: 380px;
  height: 270px;
  object-fit: contain;
}
@media (max-width: 768px) {
  section.reason .flex .card .image img {
    width: 260px;
    height: 180px;
  }
}
.sf-shared-parts section.case {
  background-image: url('../images/hougan.png');
  background-repeat: repeat;
  background-size: 25px 25px; 
}
.sf-shared-parts section.case .flex {
  justify-content: space-around;
}
.sf-shared-parts section.case .flex .card {
  width: 50%;
}
.sf-shared-parts section.case h3 {
  font-size: 40px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  section.case h3 {
      font-size: 20px;
  }
}
@media (max-width: 768px) {
  section.case h3 {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sf-shared-parts section.case .flex .card .image {
  width: 240px;
  height: 240px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  section.case .flex .card .image {
    width: 120px;
    height: 120px;
  }
}
.sf-shared-parts section.case .flex .card .image img {
  width: 240px;
  height: 240px;
  object-fit: contain;
}
@media (max-width: 768px) {
  section.case .flex .card .image img{
    width: 120px;
    height: 120px;
  }
}
.sf-shared-parts section.case .flex .button a {
  width: 130px;
  background: transparent;
  border: unset;
  height: unset;
  padding: unset;
}
.sf-shared-parts section.case .flex .button a::after {
  right: 0px;
}
.sf-shared-parts section.case .flex .button a::before {
  right: 12px;
}
.sf-shared-parts section.case .flex .button a:hover {
  color: #FFC001;
  transition: right 0.3s;
}
.sf-shared-parts section.case .flex .button a:hover::after {
  background: #FFC001;
  right: -20px;
}
.sf-shared-parts section.case .flex .button a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: -8px;
}
.sf-shared-parts section.column .flex {
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  section.column .flex {
    flex-direction: column;
  }
}
.sf-shared-parts section.column .flex .card {
  flex: 0 0 calc((100% - 48px) / 2); 
  box-sizing: border-box;
  width: 384px;
  min-height: 327px;
  gap: 10px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  section.column .flex .card {
    width: 100%;
  }
}
.sf-shared-parts section.column .flex .card .image {
  width: 384px;
  height: 255px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
}
.sf-shared-parts section.column .flex .card .image img {
  width: 384px;
  height: 255px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  section.column .flex .card .image,section.column .flex .card .image img {
    width: 100%;
  }
}
.sf-shared-parts section.column .flex a {
  text-decoration: none;
  color: #1F1F1F;
}
@media (max-width: 768px) {
  section.column .flex a {
    width: 100%;
  } 
}
.sf-shared-parts section.column .card .image {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #f0f0f0; 
  overflow: hidden;
  border-radius: 6px;
}
.sf-shared-parts section.column .card .no-image {
  width: 100%;
  height: 100%;
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 0.9rem;
}
.sf-shared-parts section.column .card h3 {
  font-size: 20px;  
  text-align: left;
}
.sf-shared-parts section.column .flex a span.date {
  font-size: 14px;
}
.sf-shared-parts section.column .flex a span.category {
  background-color: #FFC001;
    padding: 3px 9px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    margin-right: 3px;

}
.sf-shared-parts section.event .flex {
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 64px;
}
.sf-shared-parts section.event .flex .card {
  flex: 0 0 calc((100% - 48px) / 2); 
  box-sizing: border-box;
  width: 384px;
  min-height: 327px;
  gap: 10px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  section.event .flex .card {
    width: 100%;
  }
}
.sf-shared-parts section.event .flex .card .image {
  width: 384px;
  height: 255px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
}
.sf-shared-parts section.event .flex .card .image img {
  width: 384px;
  height: 255px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  section.event .flex .card .image,section.event .flex .card .image img {
    width: 100%;
  }
}
.sf-shared-parts section.event .flex a {
  text-decoration: none;
  color: #1F1F1F;
}
.sf-shared-parts section.event .card h3 {
  font-size: 20px;  
  text-align: left;
}
.sf-shared-parts section.event .flex a span.date {
  font-size: 14px;
}
.sf-shared-parts section.event .flex a span.category {
  background-color: #FFC001;
    padding: 3px 9px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    margin-right: 3px;

}
.sf-shared-parts section.company .inner {
  background-image: url('../images/hougan.png');
  background-repeat: repeat;
  background-size: 25px 25px; 
  border-radius: 8px;
  border: solid 1px #1f1f1f;
  padding-top: 48px;
  padding-right: 120px;
  padding-bottom: 48px;
  padding-left: 120px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  section.company .inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.sf-shared-parts section.company .flex {
  justify-content: space-around;
}
@media (max-width: 768px) {
  section.company .flex {
    flex-direction: column-reverse;
  }
}
.sf-shared-parts section.company .flex .card:nth-child(2) {
  padding-left: 10px;
}
@media (max-width: 768px) {
  section.company .flex .card:nth-child(2){
    padding-left: 0px;
    margin-bottom: 48px;
  }
}
.sf-shared-parts section.company .flex .card img {
  width: 100%;
}
.sf-shared-parts section.company h3 {
  font-size: 40px;
  margin-bottom: 24px;
}
.sf-shared-parts section.company .flex .button a {
  width: 170px;
  background: transparent;
  border: unset;
  height: unset;
  padding: unset;
  margin: 0;
}
.sf-shared-parts section.company .flex .button a::after {
  right: 0px;
}
.sf-shared-parts section.company .flex .button a::before {
  right: 12px;
}
.sf-shared-parts section.company .flex .button a:hover {
  color: #FFC001;
  transition: right 0.3s;
}
.sf-shared-parts section.company .flex .button a:hover::after {
  background: #FFC001;
  right: -20px;
}
.sf-shared-parts section.company .flex .button a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: -8px;
}
.sf-shared-parts section.title h1 {
  font-size: 48px;
  text-align: center;

}
@media (max-width: 1024px) {
  section.title h1 {
    font-size: 32px;
  }
}
.sf-shared-parts section.title h1 span {
  font-size: 18px;
  text-align: center;
  color: #FFBF00;
  display: block;

}
.sf-shared-parts section.title p.title {
  font-size: 48px;
  text-align: center;
    line-height: 48px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  section.title p.title {
    font-size: 32px;
  }
}
.sf-shared-parts section.title p.title span {
  font-size: 18px;
  text-align: center;
  color: #FFBF00;
  display: block;
    font-weight: bold;
}
.sf-shared-parts section.vision h2, .sf-shared-parts section.mission h2, .sf-shared-parts section.value h2, .sf-shared-parts section.guideline h2 {
  font-size: 40px;
  position: relative;
  text-align: left;
}
@media (max-width: 1024px) {
  section.vision h2,
  section.mission h2,
  section.value h2,
  section.guideline h2{
    font-size: 24px;
  }
}
.sf-shared-parts section.vision h2 span img, .sf-shared-parts section.mission h2 span img, .sf-shared-parts section.value h2 span img, .sf-shared-parts section.guideline h2 span img {
  font-size: 40px;
  position: absolute;
  top: -45px;
  z-index: -1;
}
@media (max-width: 768px) {
  section.vision h2 span img,
section.mission h2 span img,
section.value h2 span img,
section.guideline h2 span img{
  height: 40px;
  top: -20px;
  }
}
.sf-shared-parts section.mission, .sf-shared-parts section.guideline {
  background: #F9F4EA;
  z-index: -2;
  position: relative;
}
.sf-shared-parts section.vision {
  padding-top: 0px;
  text-align: center;
}
.sf-shared-parts section.vision img {
  margin-bottom: 32px;
}
.sf-shared-parts section.vision h3 img {
  max-width: 996px;
  width: 100%;
}
.sf-shared-parts section.vision p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  section.vision p {
text-align: left;
  }
}
.sf-shared-parts section.mission .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.mission .flex {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  section.mission .flex {
    flex-direction: column;
  }
}
.sf-shared-parts section.mission .flex .card {
  box-sizing: border-box;
  width: 346px;
  min-height: 209px;
}
@media (max-width: 1024px) {
  section.mission .flex .card {
    width: 28%;
  }
}
@media (max-width: 768px) {
  section.mission .flex .card {
    width: 100%;
    padding-bottom: 32px;
    padding-top: 32px;
    display: flex;
    min-height: unset;
    align-items: center;
  }
}
@media (max-width: 768px) {
  section.mission .flex .card:nth-of-type(1) {
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  section.mission .flex .card:nth-of-type(3) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  section.mission .flex .card:nth-of-type(5) {
    padding-bottom: 0px;
  }
}
.sf-shared-parts section.mission .flex .card .image {
  width: 105px;
  height: 105px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  section.mission .flex .card .image {
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  section.mission .flex .card:nth-of-type(3) .image {
    padding-right: 0px;
    padding-left: 10px;
  }
}
.sf-shared-parts section.mission .flex .card .image img {
  width: 105px;
  height: 105px;
  object-fit: contain;
}
.sf-shared-parts section.mission .flex .line {
  height: auto;
  width: 4px;
  background: #fff;
}
@media (max-width: 768px) {
  section.mission .flex .line {
    height: 4px;
    width: 100%;
  }
}
.sf-shared-parts section.mission .flex .card p span {
  font-weight: 700;
  border-bottom: solid 3px #FFBF00;
}
.sf-shared-parts section.value .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sf-shared-parts section.value .flex .card {
  box-sizing: border-box;
  width: 373px;
  min-height: 328px;
}
@media (max-width: 1024px) {
  section.value .flex {
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  section.value .flex .card {
    width: 100%;
  }
}
.sf-shared-parts section.value .flex .card .image {
  width: 260px;
  height: 180px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
}
.sf-shared-parts section.value .flex .card .image img {
  width: 260px;
  height: 180px;
  object-fit: contain;
}
.sf-shared-parts section.guideline {
  text-align: center;
}
.sf-shared-parts section.guideline .inner>img {
  margin-bottom: 24px;
  width: 100%;
  max-width: 690px;
}
.sf-shared-parts section.guideline .flex {
  flex-wrap: wrap;
  gap: 16px;
}
.sf-shared-parts section.guideline .flex .card {
  flex: 0 0 calc((100% - 32px) / 3); 
  text-align: left;
  box-sizing: border-box;
  width: 389px;
  gap: 10px;
  border-radius: 8px;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  section.guideline .flex .card {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
@media (max-width: 480px) {
  section.guideline .flex .card {
    flex: 0 0 100%;
  }
}
.sf-shared-parts section.guideline .flex .card h3 {
  text-align: left;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 0px;
  font-size: 20px;
}
.sf-shared-parts section.guideline .flex .card h3 span {
  font-size: 14px;
  background: #FFBF00;
  color: #fff;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.sf-shared-parts section.guideline .flex .card p {
  padding-left: 40px;
}
.sf-shared-parts section.slogan .flex {
  justify-content: center;
  align-self: center;
}
@media (max-width: 1024px) {
  section.slogan .flex {
    flex-direction: column;
    align-items: center;

  }
}
.sf-shared-parts section.slogan .flex .image:nth-child(1) {
  margin-right: 64px;
}
@media (max-width: 1024px) {
  section.slogan .flex .image:nth-child(1){
    margin-right: 0px;

  }
}
@media (max-width: 768px) {
  section.slogan .flex .image:nth-child(1) img{
    width: 260px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  section.slogan .flex .image:nth-child(2) img {
    width: 280px;
  }
}
.sf-shared-parts section.slogan .link .button {
  margin: 15px;
}
@media (max-width: 768px) {
  section.slogan .link .button {
    width: 100%;
  }
}
.sf-shared-parts article.service .service_intro h3, .sf-shared-parts article.service .service_detail h3 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  margin-top: 60px;
  text-align: left;
}
@media (max-width: 768px) {
  article.service .service_intro h3,
  article.service .service_detail h3 {
    text-align: left;
  }
}
.sf-shared-parts article.service .service_intro h3 img, .sf-shared-parts article.service .service_detail h3 img {
  margin-right: 10px;
}
.sf-shared-parts section.service_intro .flex {
  align-items: center;
  justify-content: space-between;
}
.sf-shared-parts section.service_intro .flex .card {
  width: 50%;
}
@media (max-width: 768px) {
  section.service_intro .flex .card img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  section.service_intro .flex {
    flex-direction: column;
  }
.sf-shared-parts section.service_intro .flex .card {
    width: 100%;
    box-sizing: border-box;
  }
}
.sf-shared-parts section.service_intro .flex .card>img {
  width: 100%;
}
.sf-shared-parts section.service_intro .flex .card:nth-child(2) {
  padding-left: 40px;
}
@media (max-width: 768px) {
  section.service_intro .flex .card:nth-child(2){
    padding-left: 0px;
  }
}
.sf-shared-parts section.service_intro .flex .card:nth-child(2) h2 {
  font-size: 24px;
  margin-bottom: 32px;
}
.sf-shared-parts section.service_intro .flex .card:nth-child(2) p {
  padding-bottom: 40px;
  border-bottom: solid 1px #1f1f1f;
  margin-bottom: 40px;
}
.sf-shared-parts section.service_intro a {
  background: #1F1F1F;
  padding: 16px 30px;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  margin-right: 16px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  section.service_intro a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: center;
  }
}
@media (max-width: 768px) {
  section.service_detail h2 {
    text-align: center;
  }
}
.sf-shared-parts section.service_detail {
  background: #F9F4EA;
}
.sf-shared-parts section.service_detail .inner {
  background: #fff;
  border-radius: 40px;
  padding: 80px 100px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  section.service_detail .inner {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  section.service_detail .inner {
    padding: 40px 20px;
  }
}
@media (max-width: 1024px) {
  section.service_detail .inner .flex {
    flex-direction: column-reverse;
  }
}
.sf-shared-parts section.service_detail .flex:nth-of-type(1) .card:nth-child(1) {
  padding-right: 40px;
}
@media (max-width: 768px) {
  section.service_detail .flex:nth-of-type(1) .card:nth-child(1){
    padding-right: 0px;
  }
}
.sf-shared-parts section.service_detail .flex:nth-of-type(1) {
  align-items: center;
}
.sf-shared-parts section.service_detail .flex_recomend {
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1024px) {
  section.service_detail .inner .flex_recomend {
    flex-direction: row;
  }
}
.sf-shared-parts section.service_detail .flex_recomend .card {
  flex: 0 0 calc((100% - 72px) / 4); 
  text-align: left;
  box-sizing: border-box;
  width: 232px;
  border: solid 5px #FFBF00;
  gap: 10px;
  border-radius: 8px;
  padding-top: 21.5px;
  padding-right: 30px;
  padding-bottom: 21.5px;
  padding-left: 30px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  section.service_detail .flex_recomend .card {
    flex: 0 0 calc((100% - 20px) / 3);
  }
}
@media (max-width: 768px) {
  section.service_detail .flex_recomend .card {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
@media (max-width: 480px) {
  section.service_detail .flex_recomend .card {
    flex: 0 0 100%;
  }
}
.sf-shared-parts section.service_detail .flex_recomend .card p {
  font-weight: 700;
}
.sf-shared-parts section.service_detail .flex_product {
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  section.service_detail .inner .flex_product {
    flex-direction: row;
  }
}
.sf-shared-parts section.service_detail .flex_product .card {
  flex: 0 0 calc((100% - 80px) / 3); 
  box-sizing: border-box;
  width: 306px;
  min-height: 308px;
  gap: 10px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  section.service_detail .flex_product .card {
    flex: 0 0 calc((100% - 20px) / 2);
    width: 260px;
  }
}
@media (max-width: 768px) {
  section.service_detail .flex_product .card {
    width: 100%;
  }
}
.sf-shared-parts section.service_detail .flex_product .card .image {
  width: 306px;
  height: 210px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  section.service_detail .flex_product .card .image {
    width: 260px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  section.service_detail .flex_product .card .image {
    width: 100%;
    height: 200px;
  }
}
.sf-shared-parts section.service_detail .flex_product .card .image img {
  width: 306px;
  height: 210px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  section.service_detail .flex_product .card .image img{
    width: 260px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  section.service_detail .flex_product .card .image img{
    width: 100%;
    height: 200px;
  }
}
.sf-shared-parts section.service_detail .flex_product a {
  text-decoration: none;
  color: #1F1F1F;
  display: block;
  width: fit-content;
}
.sf-shared-parts section.service_detail .flex_product .card .h4 {
  margin-bottom: 16px;
}
.sf-shared-parts section.column_index {
  padding-top: 0px;
}
.sf-shared-parts section.column_index h3 {
  text-align: left;
}
.sf-shared-parts section.column_index .card {
  margin-bottom: 64px;
}
.sf-shared-parts section.column_index .filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: center;
  margin-bottom: 2em;
  padding: 1em;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.sf-shared-parts section.column_index .filter-form label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
  background: #eee;
  border-radius: 999px;
  font-size: 0.95rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  user-select: none;
  white-space: nowrap;
}
.sf-shared-parts section.column_index .filter-form label:hover {
  background-color: #e0e0e0;
}
.sf-shared-parts section.column_index .filter-form input[type="checkbox"] {
  display: none;
}
.sf-shared-parts section.column_index .filter-form input[type="checkbox"]:checked + label, .sf-shared-parts section.column_index .filter-form label:has(input[type="checkbox"]:checked) {
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
}
.sf-shared-parts section.column_index .filter-form button[type="submit"] {
  padding: 0.5em 1.4em;
  font-size: 1rem;
  background-color: #0073aa;
  color: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-left: auto;
}
.sf-shared-parts section.column_index .filter-form button[type="submit"]:hover {
  background-color: #005e8c;
}


@media screen and (max-width: 600px) {
  section.column_index .filter-form {
    flex-direction: column;
    align-items: stretch;
  }
.sf-shared-parts section.column_index .filter-form label {
    justify-content: flex-start;
    font-size: 1rem;
  }
.sf-shared-parts section.column_index .filter-form button[type="submit"] {
    width: 100%;
    margin-left: 0;
    margin-top: 0.8em;
    text-align: center;
  }
}



@media (max-width: 768px) {
  section.download_category .inner {  
    flex-wrap: wrap;
  }
}
.sf-shared-parts section.column_single {
  padding-top: 0px;
}
.sf-shared-parts section.column_single .inner {
  padding-top: 0px;
}
.sf-shared-parts section.column_single .inner .date {
  font-size: 12px;
  margin-bottom: 16px;
}
.sf-shared-parts section.column_single .inner .image {
  width: 100%;
  margin-bottom: 40px;
}
.sf-shared-parts section.column_single .inner .image img {
  width: 100%;
  height: auto;
}
.sf-shared-parts section.column_single .inner h2 {
  font-size: 24px;
}
.sf-shared-parts section.column_single .button {
  margin-top: 64px;
}
.sf-shared-parts section.column_single h3 {
  text-align: left;
}
.sf-shared-parts section.single .content {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}
.sf-shared-parts section.single .content h1, .sf-shared-parts section.single .content h2, .sf-shared-parts section.single .content h3, .sf-shared-parts section.single .content h4, .sf-shared-parts section.single .content h5, .sf-shared-parts section.single .content h6 {
  margin: 2em 0 1em;
  font-weight: bold;
  line-height: 1.4;
  color: #222;
}
.sf-shared-parts section.single .content h2 {
  font-size: 1.6em;
  border-left: 6px solid #ffc001;
  padding-left: 12px;
}
.sf-shared-parts section.single .content h3 {
  font-size: 1.3em;
  border-bottom: 2px solid #eee;
  padding-bottom: 6px;
}
.sf-shared-parts section.single .content p {
  margin: 1em 0;
}
.sf-shared-parts section.single .content ul, .sf-shared-parts section.single .content ol {
  margin: 1em 0 1em 1.5em;
  padding-left: 1em;
}
.sf-shared-parts section.single .content ul li {
  list-style: disc;
}
.sf-shared-parts section.single .content ol li {
  list-style: decimal;
}
.sf-shared-parts section.single .content strong {
  font-weight: bold;
  color: #d35400;
}
.sf-shared-parts section.single .content em {
  font-style: italic;
  color: #555;
}
.sf-shared-parts section.single .content blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1em;
  color: #666;
  margin: 1.5em 0;
  font-style: italic;
  background: #f9f9f9;
}
.sf-shared-parts section.single .content img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
  display: block;
  border: solid 1px #dedede;
}
.sf-shared-parts section.single .content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 15px;
}
.sf-shared-parts section.single .content table th, .sf-shared-parts section.single .content table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: left;
}
.sf-shared-parts section.single .content table th {
  background: #f5f5f5;
  font-weight: bold;
}
.sf-shared-parts section.single .content pre, .sf-shared-parts section.single .content code {
  font-family: Menlo, Consolas, monospace;
  background: #f4f4f4;
  padding: 4px 8px;
  border-radius: 4px;
}
.sf-shared-parts section.single .content pre {
  overflow-x: auto;
  margin: 1em 0;
}
.sf-shared-parts section.single .content a {
  color: #007acc;
  text-decoration: underline;
}
.sf-shared-parts section.single .content a:hover {
  text-decoration: none;
  color: #005999;
}
.sf-shared-parts section.download_category .inner {  
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.download_category .inner {  
    flex-wrap: wrap;
  }
}
.sf-shared-parts section.download_category a {  
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #1F1F1F;
  margin-right: 40px;
}
@media (max-width: 768px) {
  section.download_category a{  
    width: 180px;
    margin-right: 0px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  section.download_category {  
    padding: 40px 20px;
  }
}
.sf-shared-parts section.download_category a:nth-child(4) {
  margin-right: 0px;
}
.sf-shared-parts section.download_category a img {
  padding-right: 8px;
}
.sf-shared-parts section.download_index_bg {
  background-color: #F9F4EA;
}
.sf-shared-parts section.download_index .flex {
  flex-wrap: wrap;
  gap: 32px;
}
.sf-shared-parts section.download_index h2 {
  text-align: center;
}
.sf-shared-parts section.download_index .flex .card {
  flex: 0 0 calc((100% - 96px) / 4); 
  box-sizing: border-box;
  width: 276px;
  min-height: 412px;
  gap: 10px;
  border-radius: 8px;
  padding: 30px;
  background-color: #F9F4EA;
}
.sf-shared-parts section.download_index_bg .flex .card {
  background-color: #FFF;
}
@media (max-width: 768px) {
  section.download_index .flex .card {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
@media (max-width: 480px) {
  section.download_index .flex .card {
    flex: 0 0 100%;
  }
}
.sf-shared-parts section.download_index .flex .card .image {
  width: 210px;
  height: 140px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
}
.sf-shared-parts section.download_index .flex .card .image img {
  width: 210px;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
}
.sf-shared-parts section.download_index .flex .card h3 {
  text-align: left;
  font-size: 20px;
}
.sf-shared-parts section.download_index .flex .card .excerpt {
  margin-bottom: 24px;
  min-height: 100px;
}
.sf-shared-parts section.download_index .flex .card a {
  background: #FFBF00;
  height: 38px;
  display: block;
  line-height: 39px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  color: #1f1f1f;
  border-radius: 8px;
  border: solid 2px #1f1f1f;
}
.sf-shared-parts section.download_index .flex .card a img {
  padding-left: 12px;  
}
.sf-shared-parts section.download_index .flex .card .date {
  font-size: 12px;
  margin-top: 16px;
  text-align: center;
}
.sf-shared-parts section.download_single {
  background: #F9F4EA;
}
.sf-shared-parts section.download_single .inner {
  background: #fff;
  padding: 100px;
  box-sizing: border-box;
  border-radius: 40px;
}
@media (max-width: 1024px) {
  section.download_single .inner {
    padding: 80px;
  }
}
@media (max-width: 768px) {
  section.download_single .inner {
    padding: 60px 20px;
  }
}
.sf-shared-parts section.download_single .inner .date {
  font-size: 12px;
  margin-bottom: 16px;
}
.sf-shared-parts section.download_single .inner .image {
  width: 100%;
  margin-bottom: 40px;
}
.sf-shared-parts section.download_single .inner .image img {
  width: 100%;
  height: auto;
}
.sf-shared-parts section.download_single .inner h2 {
  font-size: 24px;
}
.sf-shared-parts section.download_single .button {
  margin-top: 64px;
}
.sf-shared-parts section.download_single h3 {
  text-align: left;
}
.sf-shared-parts section.download_single .card:nth-child(1) {
  padding-right: 48px;
}
@media (max-width: 1024px) {
  section.download_single .card:nth-child(1){
    padding-right: 0px;
    margin-bottom: 60px;
  }
}
.sf-shared-parts section.download_single .card {
  width: 50%;
}
@media (max-width: 1024px) {
  section.download_single .card {
    width: 100%;
  }
}
.sf-shared-parts section.download_single .card .form iframe {
  width: 100%!important;
}
@media (max-width: 1024px) {
  section.download_single .inner .flex {
    flex-direction: column;
  }
}
.sf-shared-parts section.contact {
  padding-top: 0px;
}
.sf-shared-parts section.contact .inner {
  max-width: 900px;
}
.sf-shared-parts section.contact iframe {
  width: 100%!important;
}
.sf-shared-parts section.company_detail {
  padding-top: 0px;
}
.sf-shared-parts section.company_detail .inner {
  max-width: 900px;
}
.sf-shared-parts section.company_detail .company-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.sf-shared-parts section.company_detail .company-table th, .sf-shared-parts section.company_detail .company-table td {
  border-top: 1px solid #1f1f1f;
  padding: 30px 10px;
  vertical-align: top;
  text-align: left;
}
.sf-shared-parts section.company_detail .company-table th {
  width: 25%;
  font-weight: bold;
  color: #1f1f1f;
}




@media (max-width: 600px) {
  section.company_detail .company-table th,
  section.company_detail .company-table td {
    display: block;
    width: 100%;
  }
.sf-shared-parts section.company_detail .company-table th {
    background-color: transparent;
    padding-top: 20px;
    box-sizing: border-box;
    padding-bottom: 10px;
  }
.sf-shared-parts section.company_detail .company-table td {
    padding-top: 5px;
    box-sizing: border-box;
    border-top: unset;
  }
}
.sf-shared-parts .privacye, .sf-shared-parts .privacy {
  padding-top: 0px;
  line-height: 1.8;
}
.sf-shared-parts .privacye .inner, .sf-shared-parts .privacy .inner {
  max-width: 900px;
  margin: 0 auto;
}
.sf-shared-parts .privacye h2, .sf-shared-parts .privacy h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  border-left: 6px solid #ffc001;
  padding-left: 12px;
}
.sf-shared-parts .privacye p, .sf-shared-parts .privacy p {
  margin-bottom: 20px;
  font-size: 15px;
}
.sf-shared-parts .privacye dl, .sf-shared-parts .privacy dl {
  margin-bottom: 30px;
}
.sf-shared-parts .privacye dt, .sf-shared-parts .privacy dt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  color: #111;
}
.sf-shared-parts .privacye dd, .sf-shared-parts .privacy dd {
  margin-left: 0;
  padding-left: 1em;
  border-left: 3px solid #eee;
  font-size: 15px;
}
.sf-shared-parts .privacy_footer {
  margin-top: 40px;
  font-size: 14px;
  color: #666;
}
.sf-shared-parts .privacy table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 14px;
}
.sf-shared-parts .privacy table th, .sf-shared-parts .privacy table td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}
.sf-shared-parts .privacy table th {
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: left;
}
.sf-shared-parts .privacy .font_bl {
  font-weight: bold;
  background: #fafafa;
}
.sf-shared-parts .privacy .center {
  text-align: center;
}
.sf-shared-parts .privacy_box {
  background-color: #f9f9f9;
  padding: 20px;
  border-left: 6px solid #ffc001;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .title h1 {
    font-size: 22px;
  }
.sf-shared-parts .privacye h2, .sf-shared-parts .privacy h2 {
    font-size: 18px;
  }
.sf-shared-parts .privacy table th, .sf-shared-parts .privacy table td {
    font-size: 13px;
  }
}
.sf-shared-parts section.event_index {
  padding-top: 0px;
}
.sf-shared-parts section.event_index h3 {
  text-align: left;
}
.sf-shared-parts section.event_index .flex .card {
  margin-bottom: 64px;
  flex: unset;
}
.sf-shared-parts section.event_index .flex .card a {
  height: 44px;
  width: 100%;
  margin-top: 24px;
}
.sf-shared-parts section.event_index .flex .card .button a::after {
  width: 24px;
  height: 24px;
}
.sf-shared-parts section.event_index .flex .card .button a::before {
  right: 41px;
  width: 6px;
  height: 6px;
}
.sf-shared-parts section.event_index .flex .card .button a:hover:before {
  right: 30px;
}
.sf-shared-parts section.event_index .flex .ev-date {
  margin-bottom: 16px;
  font-size: 14px;
}
.sf-shared-parts section.event_single {
  padding-top: 0px;
}
.sf-shared-parts section.event_single .inner {
  padding-top: 0px;
  max-width: 900px;
}
.sf-shared-parts section.event_single .inner .date {
  font-size: 12px;
  margin-bottom: 16px;
}
.sf-shared-parts section.event_single .inner .image {
  width: 100%;
  margin-bottom: 40px;
}
.sf-shared-parts section.event_single .inner .image img {
  width: 100%;
  height: auto;
}
.sf-shared-parts section.event_single .inner h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
.sf-shared-parts section.event_single .inner .ev-date {
  margin-bottom: 40px;
}
.sf-shared-parts section.event_single .button {
  margin-top: 64px;
}
.sf-shared-parts section.event_single h3 {
  text-align: left;
}
.sf-shared-parts section.event_single .form {
  margin-top: 60px;
}
.sf-shared-parts section.event_single .form p {
  text-align: center;
  margin-bottom: 16px;
}
.sf-shared-parts section.event_single .form iframe {
  width: 100%!important;
}
.sf-shared-parts section.event_single .event-summary {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
  font-size: 15px;
}
.sf-shared-parts section.event_single .event-summary caption {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
.sf-shared-parts section.event_single .event-summary th, .sf-shared-parts section.event_single .event-summary td {
  padding: 20px 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
.sf-shared-parts section.event_single .event-summary th {
  width: 140px;
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.event_single .event-summary thead, 
  section.event_single .event-summary tbody, 
  section.event_single .event-summary th, 
  section.event_single .event-summary td, 
  section.event_single .event-summary tr {
    display: block;
    width: 100%;
  }
.sf-shared-parts section.event_single .event-summary th {
    border-bottom: none;
    padding: 20px 15px 0px 15px;
    box-sizing: border-box;
  }
.sf-shared-parts section.event_single .event-summary td {
    padding: 8px 15px 20px 15px;
    border-bottom: none;
    border: none;
  }
.sf-shared-parts section.event_single .event-summary caption {
    font-size: 16px;
  }
}
.sf-shared-parts section.case_index {
  padding-top: 0px;
  background-image: unset;
}
.sf-shared-parts section.case_index h3 {
  text-align: left;
  font-size: 16px;
  margin-bottom: 16px;
}
.sf-shared-parts section.case_index .flex .card p {
  font-size: 14px;
}
.sf-shared-parts section.case_index .flex .card {
  margin-bottom: 64px;
  flex: unset;
}
.sf-shared-parts section.case_index .flex .card a {
  height: 44px;
  width: 100%;
  margin-top: 24px;
  border: solid 2px #1f1f1f;
  padding-left: 40px;
}
.sf-shared-parts section.case_index .flex .card .button a::after {
  width: 24px;
  height: 24px;
  right: 2rem;
}
.sf-shared-parts section.case_index .flex .card .button a::before {
  right: 41px;
  width: 6px;
  height: 6px;
}
.sf-shared-parts section.case_index .flex .card .button a:hover {
  color: #1f1f1f;
  background-color: #FFBF00;
}
.sf-shared-parts section.case_index .flex .card .button a:hover:before {
  right: 30px;
  border-top: 2px solid #1f1f1f;
  border-right: 2px solid #1f1f1f;
}
.sf-shared-parts section.case_index .flex .card .button a:hover::after {
  right: 20px;
  background-color: #fff;
}
.sf-shared-parts section.case_index .flex .ev-date {
  margin-bottom: 16px;
  font-size: 14px;
}
.sf-shared-parts section.case_index .flex {
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 64px;
}
.sf-shared-parts section.case_index .flex .card {
  box-sizing: border-box;
  width: 384px;
  min-height: 327px;
  gap: 10px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  section.case_index .flex .card {
    width: 100%;
  }
}
.sf-shared-parts section.case_index .flex .card .image {
  width: 384px;
  height: 255px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
}
.sf-shared-parts section.case_index .flex .card .image img {
  width: 384px;
  height: 255px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  section.case_index .flex .card .image,section.case_index .flex .card .image img {
    width: 100%;
  }
}
.sf-shared-parts section.case_index .flex a {
  text-decoration: none;
  color: #1F1F1F;
}
.sf-shared-parts section.case_index .flex .card ul, .sf-shared-parts section.case_single ul {
  display: flex;
  flex-wrap: wrap;
}
.sf-shared-parts section.case_index .flex .card ul li, .sf-shared-parts section.case_single ul li {
  list-style: none;
  padding: 3px 7px 4px 7px;
  background-color: #1f1f1f;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 12px;
  color: #fff;
}
.sf-shared-parts section.case_single {
  padding-top: 0px;
}
.sf-shared-parts section.case_single .inner {
  max-width: 1000px;
}
.sf-shared-parts section.case_single h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
.sf-shared-parts section.case_single h3 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sf-shared-parts section.case_single h3 img {
  margin-right: 10px;
}
.sf-shared-parts section.case_single ul {
  margin-bottom: 32px;
}
.sf-shared-parts section.case_single .intro {
  background-color: #F9F4EA;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  section.case_single .intro {
      flex-direction: column-reverse;
  }
}
@media (max-width: 786px) {
  section.case_single .intro {
      padding: 40px 20px;
  }
}
.sf-shared-parts section.case_single .intro .card p {
  font-size: 20px;
  font-weight: 600;
}
.sf-shared-parts section.case_single .intro .card .image {
  margin-left: 40px;
  width: 330px;
  height: 230px;
}
@media (max-width: 1024px) {
  section.case_single .intro .card .image {
      width: 100%;
      height: 230px;
      margin-bottom: 16px;
      margin-left: 0px;
  }
}
.sf-shared-parts section.case_single .intro .card .image img {
  width: 330px;
  height: 230px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  section.case_single .intro .card .image img{
      width: 100%;
      height: 230px;
      margin-bottom: 16px;
  }
}
.sf-shared-parts section.case_single p.company_name {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 64px;
  text-align: center;
}
.sf-shared-parts section.case_single .event-summary {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 64px;
}
.sf-shared-parts section.case_single .event-summary th, .sf-shared-parts section.case_single .event-summary td {
  padding: 20px 60px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
.sf-shared-parts section.case_single .event-summary th {
  width: 140px;
  white-space: nowrap;
  font-weight: 500;
  padding-right: 0px;
}
.sf-shared-parts section.case_single .event-summary td {
  padding-left: 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section.case_single .event-summary thead, 
  section.case_single .event-summary tbody, 
  section.case_single .event-summary th, 
  section.case_single .event-summary td, 
  section.case_single .event-summary tr {
    display: block;
    width: 100%;
  }
.sf-shared-parts section.case_single .event-summary th {
    border-bottom: none;
    padding: 20px 15px 0px 15px;
    box-sizing: border-box;
  }
.sf-shared-parts section.case_single .event-summary td {
    padding: 8px 15px 20px 15px;
    border-bottom: none;
    border: none;
  }
.sf-shared-parts section.case_single .event-summary caption {
    font-size: 16px;
  }
}
.sf-shared-parts section.case_single .product-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 64px;
}
.sf-shared-parts section.case_single .product-table thead th {
  background-color: #faf7ee;
  font-weight: bold;
  text-align: left;
  padding: 14px 12px;
}
.sf-shared-parts section.case_single .product-table thead th:nth-child(1) {
  border-right: solid 5px #fff;
}
.sf-shared-parts section.case_single .product-table tbody td {
  padding: 14px 12px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}
.sf-shared-parts section.case_single .product-table tbody td:nth-child(1) {
  width: 230px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  section.case_single .product-table {
    font-size: 14px;
  }
}
.sf-shared-parts section.case_single .frame .frame_text {
  padding: 30px;
  border: 5px solid #D7D7D7;
  margin-bottom: 64px;
  border-radius: 10px;
}
.sf-shared-parts section.case_single .frame .og {
  border: 5px solid #FFBF00;
  margin-bottom: 0px;
}
.sf-shared-parts section.case_single_bg {
  background: #F9F4EA;
  padding: 120px;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  section.case_single_bg {
      padding: 80px;
  }
}
@media (max-width: 786px) {
  section.case_single_bg {
      padding: 60px 20px;
  }
}
.sf-shared-parts section.case_single_bg .inner {
  background: #FFF;
  border-radius: 40px;
  padding: 100px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  section.case_single_bg .inner {
      padding: 60px 40px;
  }
}
@media (max-width: 786px) {
  section.case_single_bg .inner {
      padding: 40px 20px;
  }
}
.sf-shared-parts section.case_single_bg .inner>h3 {
  font-size: 32px;
  text-align: center;
  display: block;
}
.sf-shared-parts .button_back_case_single {
  margin-bottom: 64px;
}
.sf-shared-parts article.zoho section {
  background: #fff;
  padding: 100px 120px;
}
.sf-shared-parts article.zoho section .button a {
  border-radius: 100px;
  justify-content: center;
  padding: 0px;
  color: #1f1f1f;
}
.sf-shared-parts article.zoho section .button a:hover {
  background: #64B46F;
  color: #fff;
}
.sf-shared-parts article.zoho section.bg {
  background: #F6F7F8;
}
.sf-shared-parts article.zoho section.title {
  padding: 0px;
  max-width: 2000px;
  margin: 0 auto;
  display: block;
}
.sf-shared-parts article.zoho h2 {
  font-size: 40px;
  text-align: center;
}
.sf-shared-parts article.zoho section.title .flex {
  justify-content: space-between;
}
.sf-shared-parts article.zoho section.title .flex .card:nth-child(1) {
  width: 600px;
  padding-top: 120px;
  padding-left: 120px;
}
.sf-shared-parts article.zoho section.title .flex .card:nth-child(1) h1 {
  text-align: left;
  line-height: 150%;
  margin-bottom: 8px;
}
.sf-shared-parts article.zoho section.title .flex .card:nth-child(1) p.subtitle {
  font-size: 32px;
  margin-bottom: 24px;
  line-height: 180%;
}
.sf-shared-parts article.zoho section.title .flex .card:nth-child(1) p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 32px;
}
.sf-shared-parts article.zoho section.title .flex .card:nth-child(2) {
  width: calc(100% - 600px);
}
.sf-shared-parts article.zoho section.title .flex .card:nth-child(2) .image {
  width: 100%;
  height: 700px;
}
.sf-shared-parts article.zoho section.title .flex .card:nth-child(2) .image img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: top;
}
.sf-shared-parts article.zoho section.about h2 {
  text-align: center;
  position: relative;
  font-size: 48px;
}
.sf-shared-parts article.zoho section.about h2 span {
  font-size: 32px;
  display: inline;
  color: #1f1f1f;
}
.sf-shared-parts article.zoho section.about h2 img {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -8px;
}
.sf-shared-parts article.zoho section.about p {
  text-align: center;
}
.sf-shared-parts article.zoho section.about .text_box {
  padding: 64px 40px;
  box-sizing: border-box;
  background: #F6F7F8;
  border-radius: 40px;
}
.sf-shared-parts article.zoho section.service .card {
  background: #F6F7F8;
  min-height: 394px;
  border-radius: 40px;
}
.sf-shared-parts article.zoho section.service .card p {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
.sf-shared-parts article.zoho section.feature p.messege {
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 700;
}
.sf-shared-parts article.zoho section.feature p.text {
  text-align: center;
  margin-bottom: 48px;
}
.sf-shared-parts article.zoho section.feature .text_box {
  width: 100%;
  background-color: #fff;
  padding: 40px 48px;
  box-sizing: border-box;
  border-radius: 40px;
  margin-bottom: 40px;
  align-items: center;
}
.sf-shared-parts article.zoho section.feature .text_box:nth-of-type(4) {
  margin-bottom: 0px;
}
.sf-shared-parts article.zoho section.feature .text_box:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.sf-shared-parts article.zoho section.feature .text_box .card:nth-child(1) {
  margin-right: 40px;
}
.sf-shared-parts article.zoho section.feature .text_box:nth-of-type(2n) .card:nth-child(1) {
  margin-right: 0px;
  margin-left: 40px;
}
.sf-shared-parts article.zoho section.feature .text_box .card h3 {
  text-align: left;
  font-size: 28px;
}
.sf-shared-parts article.zoho section.feature .text_box .card h3 span {
  display: block;
  margin-bottom: 8px;
}
.sf-shared-parts article.zoho section.feature .text_box .card p {
  font-size: 18px;
}
.sf-shared-parts article.zoho section.case .flex {
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 64px;
}
.sf-shared-parts article.zoho section.case .flex .card {
  box-sizing: border-box;
  width: 380px;
  min-height: 439px;
  gap: 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #2626261A;

}
@media (max-width: 768px) {
  article.zoho section.case .flex .card {
    width: 100%;
  }
}
.sf-shared-parts article.zoho section.case .flex .card .image {
  width: 380px;
  height: 250px;
}
.sf-shared-parts article.zoho section.case .flex .card .image img {
  width: 380px;
  height: 250px;
  object-fit: cover;
}
.sf-shared-parts article.zoho section.case .flex .card .excerpt {
  padding: 0px 32px 32px 32px;
  box-sizing: border-box;
  display: inline-block;
  color: #1f1f1f;
  word-break: break-word;
  overflow-wrap: break-word;
}
.sf-shared-parts article.zoho section.case .flex .card .excerpt span {
 padding:  4px 6px; 
 font-size: 14px;
 background: #F1F1F1;
 margin-right: 8px;
 margin-bottom: 8px;
 display: inline-block;
 display: block;
width: fit-content;
}
.sf-shared-parts article.zoho section.case .flex .card .excerpt .category {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
}
.sf-shared-parts article.zoho section.solution .flex {
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 64px;
}
.sf-shared-parts article.zoho section.solution .flex .card {
  box-sizing: border-box;
  width: 150px;
  min-height: 204px;
  gap: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  article.zoho section.solution .flex .card {
    width: 100%;
  }
}
.sf-shared-parts article.zoho section.solution .flex a {
  text-decoration: unset;
}
.sf-shared-parts article.zoho section.solution .flex .card p {
  text-align: center;
  color: #1f1f1f;
  font-weight: 700;
  font-size: 20px;
}
.sf-shared-parts article.zoho section.event .flex {
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 64px;
}
.sf-shared-parts article.zoho section.event .flex .card {
  box-sizing: border-box;
  width: 380px;
  min-height: 439px;
  gap: 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #2626261A;

}
@media (max-width: 768px) {
  article.zoho section.event .flex .card {
    width: 100%;
  }
}
.sf-shared-parts article.zoho section.event .flex .card .image {
  width: 380px;
  height: 250px;
}
.sf-shared-parts article.zoho section.event .flex .card .image img {
  width: 380px;
  height: 250px;
  object-fit: cover;
}
.sf-shared-parts article.zoho section.event .flex .card .excerpt {
  padding: 0px 32px 32px 32px;
  box-sizing: border-box;
  display: inline-block;
  color: #1f1f1f;
  word-break: break-word;
  overflow-wrap: break-word;
}
.sf-shared-parts article.zoho section.event .flex .card .excerpt p.ev-date {
  font-size: 14px;
  margin-bottom: 16px;
}
.sf-shared-parts article.zoho section.column .flex {
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 64px;
}
.sf-shared-parts article.zoho section.column .flex .card {
  box-sizing: border-box;
  width: 380px;
  min-height: 439px;
  gap: 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px #2626261A;
  background: #fff;
}
@media (max-width: 768px) {
  article.zoho section.column .flex .card {
    width: 100%;
  }
}
.sf-shared-parts article.zoho section.column .flex .card .image {
  width: 380px;
  height: 250px;
}
.sf-shared-parts article.zoho section.column .flex .card .image img {
  width: 380px;
  height: 250px;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}
.sf-shared-parts article.zoho section.column .flex .card .excerpt {
  padding: 0px 32px 32px 32px;
  box-sizing: border-box;
  display: inline-block;
  color: #1f1f1f;
  word-break: break-word;
  overflow-wrap: break-word;
}
.sf-shared-parts article.zoho section.column .flex .card .excerpt .date-cate {
  margin-bottom: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sf-shared-parts article.zoho section.column .flex .card .excerpt span.date {
  font-size: 14px;
  display: block;
}
.sf-shared-parts article.zoho section.column .flex .card .excerpt span.category {
  padding: 4px 6px;
  font-size: 14px;
  background: #F1F1F1;
  margin-left: 16px;
  display: block;
  width: fit-content;
}
.sf-shared-parts article.zoho section.download .flex {
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 64px;
}
.sf-shared-parts article.zoho section.download .flex .card {
  box-sizing: border-box;
  width: 380px;
  min-height: 250px;
  gap: 10px;
}
@media (max-width: 768px) {
  article.zoho section.download .flex .card {
    width: 100%;
  }
}
.sf-shared-parts article.zoho section.download .flex .card .image {
  width: 380px;
  height: 250px;
}
.sf-shared-parts article.zoho section.download .flex .card .image img {
  width: 380px;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}
.sf-shared-parts article.zoho section.goal {
  background-color: #333333;
}
.sf-shared-parts article.zoho section.goal .inner {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px;
  box-sizing: border-box;
}
.sf-shared-parts article.zoho section.goal .inner .text_box p {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}
.sf-shared-parts article.zoho section.goal .inner .text_box span {
  font-size: 40px;
}
.sf-shared-parts article.zoho section.goal .inner .text_box p span:nth-of-type(1) {
  color: #F40014;
}
.sf-shared-parts article.zoho section.goal .inner .text_box p span:nth-of-type(2) {
  color: #009C3E;
}
.sf-shared-parts article.zoho section.goal .inner .text_box p span:nth-of-type(3) {
  color: #006EB9;
}
.sf-shared-parts article.zoho section.goal .inner .text_box p span:nth-of-type(4) {
  color: #FFAF00;
}
.sf-shared-parts article.zoho section.goal .button a {
  width: 350px;
  height: 100px;
  font-size: 20px;
}
.sf-shared-parts article.zoho section.goal .button:nth-of-type(1) a {
  margin-right: 80px;
}
.sf-shared-parts article.zoho section.goal .button:nth-of-type(2) a {
  background-color: #333;
  color: #fff;
}
.sf-shared-parts article.zoho section.goal .button:nth-of-type(2) a:hover {
  background-color: #64B46F;
}
@media (max-width: 1024px) {
  article.zoho section.title .flex {
    flex-direction: column-reverse;
  }
.sf-shared-parts article.zoho section.title .flex .card:nth-child(1) {
    width: 100%;
    padding: 80px;
    padding-top: 24px;
    padding-bottom: 0px;
    box-sizing: border-box;
  }
.sf-shared-parts article.zoho section.title .flex .card:nth-child(2) {
    width: 100%;
  }
.sf-shared-parts article.zoho section.title .flex .card:nth-child(2) .image {
    height: 500px;
  }
.sf-shared-parts article.zoho section.title .flex .card:nth-child(2) .image img {
    height: 500px;
  }
.sf-shared-parts article.zoho section {
    padding: 80px;
  }
.sf-shared-parts article.zoho section.title .flex .card:nth-child(1) p.subtitle {
    font-size: 20px;
  }
.sf-shared-parts article.zoho section.feature .text_box {
    flex-direction: column;
  }
.sf-shared-parts article.zoho section.feature .text_box:nth-of-type(2n) {
    flex-direction: column;
  }
.sf-shared-parts article.zoho section.feature .text_box .card:nth-child(1), .sf-shared-parts article.zoho section.feature .text_box:nth-of-type(2n) .card:nth-child(1) {
    margin: 0px;
  }
}
@media (max-width: 768px) {
  article.zoho section {
    padding: 64px 20px;
  }
.sf-shared-parts article.zoho section h1 {
    font-size: 28px;
  }
.sf-shared-parts article.zoho section h2 {
    font-size: 32px;
  }
.sf-shared-parts article.zoho section h3 {
    font-size: 24px;
  }
.sf-shared-parts article.zoho section .flex {
    flex-direction: column;
  }
.sf-shared-parts article.zoho section.title .flex .card:nth-child(1) {
    padding: 20px;
    position: relative;
    top: -80px;
    margin-bottom: -80px;
  }
.sf-shared-parts article.zoho section.title .flex .card:nth-child(1) h1 {
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
                -2px 2px 0 #FFF, 2px -2px 0 #FFF,
                0px 2px 0 #FFF,  0 -2px 0 #FFF,
                -2px 0 0 #FFF, 2px 0 0 #FFF;
  }
.sf-shared-parts article.zoho section.title .flex .card:nth-child(1) img {
    width: 160px;
  }
.sf-shared-parts article.zoho section.title .flex .card:nth-child(2) .image {
    height: 400px;
  }
.sf-shared-parts article.zoho section.title .flex .card:nth-child(2) .image img {
    height: 400px;
  }
.sf-shared-parts article.zoho section.about .text_box {
    padding: 32px 20px;
  }
.sf-shared-parts article.zoho section.service .card {
    width: 100%;
    text-align: center;
    min-height: unset;
  }
.sf-shared-parts article.zoho section.service .card img {
    width: 175px;
  }
.sf-shared-parts article.zoho section.feature p.messege {
    font-size: 20px;
  }
.sf-shared-parts article.zoho section.feature .text_box {
    padding: 30px;
  }
.sf-shared-parts article.zoho section.feature .text_box h3 span img {
    height: 28px;
  }
.sf-shared-parts article.zoho section.feature .text_box .card:nth-of-type(2) img {
    width: 100%;
  }
.sf-shared-parts article.zoho section.case .flex .card .image {
    width: 100%;
  }
.sf-shared-parts article.zoho section.case .flex .card .image img {
    width: 100%;
  }
.sf-shared-parts article.zoho section .button a {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
.sf-shared-parts article.zoho section.solution .flex {
    flex-direction: row;
  }
.sf-shared-parts article.zoho section.event .flex .card .image {
    width: 100%;
  }
.sf-shared-parts article.zoho section.event .flex .card .image img {
    width: 100%;
  }
.sf-shared-parts article.zoho section.column .flex .card .image {
    width: 100%;
  }
.sf-shared-parts article.zoho section.column .flex .card .image img {
    width: 100%;
  }
.sf-shared-parts article.zoho section.download .flex .card .image {
    width: 100%;
  }
.sf-shared-parts article.zoho section.download .flex .card .image img {
    width: 100%;
  }
.sf-shared-parts article.zoho section.goal .inner {
    padding: 32px 23.5px;
  }
.sf-shared-parts article.zoho section.goal .inner .text_box p {
    font-size: 24px;
  }
.sf-shared-parts article.zoho section.goal .inner .text_box p span {
    font-size: 38px;
  }
.sf-shared-parts article.zoho section.goal .button:nth-of-type(1) a {
    width: 100%;
    margin-bottom: 24px;
  }
.sf-shared-parts article.zoho section.goal .button:nth-of-type(2) a {
    width: 100%;
  }
.sf-shared-parts article.zoho section.title .flex .card:nth-child(1) p {
    font-size: 14px;
  }
}
.sf-shared-parts article.kintone section {
  background: #fff;
  padding: 100px 120px;
}
.sf-shared-parts article.kintone section h2 span {
  font-family: Noto Sans JP, sans-serif;
}
.sf-shared-parts article.kintone section.oneArea {
  background: linear-gradient(-75deg, #FDD836 0%, #FDD836 50%, #fff 50%, #fff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.sf-shared-parts article.kintone section .button a {
  border-radius: 100px;
  justify-content: center;
  padding: 0px;
  color: #1f1f1f;
}
.sf-shared-parts article.kintone section .button a:hover {
  background: #FDD836;
}
.sf-shared-parts article.kintone section.og {
  background: #FDD836;
}
.sf-shared-parts article.kintone section.gr {
  background: #F8F8F6;
}
.sf-shared-parts article.kintone h2 {
  font-size: 20px;
  text-align: center;
  color: #1f1f1f;
}
.sf-shared-parts article.kintone h2 span {
  font-size: 64px;
  color: #1f1f1f;
}
.sf-shared-parts article.kintone section.title {
  max-width: 2000px;
  margin: 0 auto;
  display: block;
}
.sf-shared-parts article.kintone section.title .button a {
  background-color: #FDD836;
  border: solid 2px #FDD836;
}
.sf-shared-parts article.kintone section.title .button a:hover {
  color: #1F1F1F;
}
.sf-shared-parts article.kintone section.title .flex {
  justify-content: space-between;
}
.sf-shared-parts article.kintone section.title .flex .card:nth-child(1) h1 {
  font-size: 40px;
  margin-bottom: 38px;
}
.sf-shared-parts article.kintone section.title .flex .card:nth-child(1) p.subtitle {
  font-size: 28px;
  margin-bottom: 8px;
  line-height: 180%;
  text-align: center;
}
.sf-shared-parts article.kintone section.title .flex .card:nth-child(1) p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 32px;
}
.sf-shared-parts article.kintone section.title .flex .card:nth-child(1) {
  text-align: center;
}
.sf-shared-parts article.kintone section.title .flex .card:nth-child(1) img:nth-of-type(1) {
  margin-bottom: 32px;
}
.sf-shared-parts article.kintone section.title .flex .card:nth-child(1) img:nth-of-type(2) {
  margin-bottom: 40px;
}
.sf-shared-parts article.kintone section.title .flex .card:nth-child(2) {
  width: calc(100% - 600px);
}
.sf-shared-parts article.kintone section.title .flex .card:nth-child(2) .image {
  width: 100%;
  text-align: center;
}
.sf-shared-parts article.kintone section.title .flex .card:nth-child(2) .image:nth-child(2) img {
  width: 100%;
  max-width: 686px;
}
.sf-shared-parts article.kintone section.about .flex {
  flex-wrap: unset;
}
.sf-shared-parts article.kintone section.about .flex .card {
  flex: unset;
}
.sf-shared-parts article.kintone section.about .flex .card:nth-of-type(1) {
  width: 100%;
  max-width: 490px;
  min-height: unset;
}
.sf-shared-parts article.kintone section.about .flex .card:nth-of-type(2) {
  width: 100%;
  max-width: 710px;
  min-height: unset;
}
.sf-shared-parts article.kintone section.about h2 {
  text-align: left;
  position: relative;
  font-size: 64px;
  color: #FFBF00;
  z-index: 9;
  position: relative;
}
.sf-shared-parts article.kintone section.about h2 span {
  font-size: 40px;
  display: inline;
  color: #1f1f1f;
}
.sf-shared-parts article.kintone section.about h2 img {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 30px;
  z-index: -1;
}
.sf-shared-parts article.kintone section.about p {
  text-align: left;
  position: relative;
  z-index: 10;
}
.sf-shared-parts article.kintone section.about .text_box {
  padding: 64px 40px;
  box-sizing: border-box;
  background: #F6F7F8;
  border-radius: 40px;
}
.sf-shared-parts article.kintone section.service .card {
  background: #F6F7F8;
  min-height: 394px;
  border-radius: 20px;
  min-height: unset;
  display: flex;
  flex-direction: column;
}
.sf-shared-parts article.kintone section.service .card p {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  background: #FDD836;
  padding: 5px 30px;
  color: #fff;
  width: fit-content;
  border-radius: 18px;
  margin: 0 auto;
  margin-bottom: 17px;
}
.sf-shared-parts article.kintone section.service .card p span {
  font-size: 24px;
  margin-left: 5px;
}
.sf-shared-parts article.kintone section.feature p.messege {
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 700;
  background: #FDD836;
  width: fit-content;
  padding: 16px 43px;
  border-radius: 100px;
  margin: 0 auto;
  margin-bottom: 16px;
  position: relative;
}
.sf-shared-parts article.kintone section.feature p.messege:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FDD836;
}
.sf-shared-parts article.kintone section.feature p.text {
  text-align: center;
  margin-bottom: 48px;
}
.sf-shared-parts article.kintone section.feature .text_box {
  width: 100%;
  background-color: #fff;
  padding: 40px 48px;
  box-sizing: border-box;
  border-radius: 40px;
  margin-bottom: 40px;
  align-items: center;
}
.sf-shared-parts article.kintone section.feature .text_box:nth-of-type(4) {
  margin-bottom: 0px;
}
.sf-shared-parts article.kintone section.feature .text_box:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.sf-shared-parts article.kintone section.feature .text_box .card {
  width: 50%;
}
.sf-shared-parts article.kintone section.feature .text_box .card img {
  width: 100%;
}
.sf-shared-parts article.kintone section.feature .text_box:nth-of-type(2n-1) .card:nth-child(2) {
  padding-left: 40px;
  box-sizing: border-box;
}
.sf-shared-parts article.kintone section.feature .text_box:nth-of-type(2n) .card:nth-child(2) {
  padding-right: 40px;
  box-sizing: border-box;
}
.sf-shared-parts article.kintone section.feature .text_box .card h3 {
  text-align: left;
  font-size: 32px;
  margin-bottom: 24px;
}
.sf-shared-parts article.kintone section.feature .text_box .card h3 span {
  display: block;
  margin-bottom: 8px;
}
.sf-shared-parts article.kintone section.feature .text_box .card p {
  font-size: 18px;
}
.sf-shared-parts article.kintone section.case h2 {
  text-align: left;
  position: relative;
  font-size: 20px;
  
  z-index: 9;
  position: relative;
  padding-top: 65px;
}
.sf-shared-parts article.kintone section.case h2 span {
  font-size: 64px;
  display: block;
  color: #1f1f1f;
}
.sf-shared-parts article.kintone section.case h2 img {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 65px;
  z-index: -1;
}
.sf-shared-parts article.kintone section.case .flex .card {
  width: unset;
}
.sf-shared-parts article.kintone section.case .inner {
  position: relative;
  min-height: 400px;
}
.sf-shared-parts article.kintone section.case .flex>.card:nth-of-type(1) {
  width: calc(100% - 710px);
}
.sf-shared-parts article.kintone section.case .inner>img {
  position: absolute;
  bottom: -100px;
}
.sf-shared-parts article.kintone section.case .flex>.card:nth-of-type(2) {
  box-sizing: border-box;
  width: 710px;
  max-width: 710px;
  min-height: 210px;
  gap: unset;
  border-radius: 20px;
  position: relative;
    z-index: 10;
}
.sf-shared-parts article.kintone section.case .flex>.card:nth-of-type(2) .flex {
  justify-content: start;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  article.kintone section.case .flex .card {
    width: 100%;
  }
}
.sf-shared-parts article.kintone section.case .flex .card a {
  text-decoration: none;
}
.sf-shared-parts article.kintone section.case .flex .card h3 {
  font-size: 18px;
  margin-bottom: 16px;
  text-align: left;
}
.sf-shared-parts article.kintone section.case .flex .card p {
  font-size: 16px;
  margin-bottom: 16px;
  text-align: left;
  font-weight: 700;
}
.sf-shared-parts article.kintone section.case .flex .card .image {
  width: 320px;
  height: auto;
  margin: 0;
}
.sf-shared-parts article.kintone section.case .flex .card .image img {
  border-radius: 20px 0px 0px 20px;
  width: 320px;
  height: 100%;
  object-fit: cover;
}
.sf-shared-parts article.kintone section.case .flex .card .excerpt {
  padding: 44.5px 24px;
  box-sizing: border-box;
  color: #1f1f1f;
  width: 100%;
  text-align: left;
}
.sf-shared-parts article.kintone section.case .flex .card .excerpt span {
  padding: 4px 18px;
  font-size: 16px;
  background: #FDD836;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  display: block;
  width: fit-content;
  border-radius: 100px;
  font-weight: bold;
}
.sf-shared-parts article.kintone section.case .flex .card .excerpt .category {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
}
.sf-shared-parts article.kintone section.solution .flex {
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 64px;
}
.sf-shared-parts article.kintone section.solution .flex .card {
  box-sizing: border-box;
  width: 150px;
  min-height: 204px;
  gap: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  article.kintone section.solution .flex .card {
    width: 100%;
  }
}
.sf-shared-parts article.kintone section.solution .flex a {
  text-decoration: unset;
}
.sf-shared-parts article.kintone section.solution .flex .card p {
  text-align: center;
  color: #1f1f1f;
  font-weight: 700;
  font-size: 20px;
}
.sf-shared-parts article.kintone section.event .flex {
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 64px;
}
.sf-shared-parts article.kintone section.event .flex h3 {
  font-size: 16px;
  text-align: left;
}
.sf-shared-parts article.kintone section.event .flex .card {
  box-sizing: border-box;
  width: 380px;
  min-height: 439px;
  gap: 10px;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 768px) {
  article.kintone section.event .flex .card {
    width: 100%;
  }
}
.sf-shared-parts article.kintone section.event .flex .card .image {
  width: 380px;
  height: 250px;
}
.sf-shared-parts article.kintone section.event .flex .card .image img {
  width: 380px;
  height: 250px;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}
.sf-shared-parts article.kintone section.event .flex .card .excerpt {
  padding: 0px 32px 32px 32px;
  box-sizing: border-box;
  display: inline-block;
  color: #1f1f1f;
  word-break: break-word;
  overflow-wrap: break-word;
}
.sf-shared-parts article.kintone section.event .flex .card .excerpt p.ev-date {
  font-size: 14px;
  margin-bottom: 16px;
}
.sf-shared-parts article.kintone section.column .flex {
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 64px;
}
.sf-shared-parts article.kintone section.column .flex .card {
  box-sizing: border-box;
  width: 380px;
  min-height: 439px;
  gap: 10px;
  border-radius: 20px;
  background: #fff;
  border: solid 2px #EDEDED;
}
@media (max-width: 768px) {
  article.kintone section.column .flex .card {
    width: 100%;
  }
}
.sf-shared-parts article.kintone section.column .flex .card .image {
  width: 376px;
  height: 250px;
}
.sf-shared-parts article.kintone section.column .flex .card .image img {
  width: 376px;
  height: 250px;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}
.sf-shared-parts article.kintone section.column .flex .card .excerpt {
  padding: 0px 32px 32px 32px;
  box-sizing: border-box;
  display: inline-block;
  color: #1f1f1f;
  word-break: break-word;
  overflow-wrap: break-word;
}
.sf-shared-parts article.kintone section.column .flex .card .excerpt .date-cate {
  margin-bottom: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sf-shared-parts article.kintone section.column .flex .card .excerpt span.date {
  font-size: 14px;
  display: block;
}
.sf-shared-parts article.kintone section.column .flex .card .excerpt span.category {
  padding: 4px 6px;
  font-size: 14px;
  background: #F1F1F1;
  margin-left: 16px;
  display: block;
  width: fit-content;
}
.sf-shared-parts article.kintone section.download .flex {
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 64px;
}
.sf-shared-parts article.kintone section.download a {
  text-decoration: none;
  color: #1f1f1f;
}
.sf-shared-parts article.kintone section.download .flex h3 {
  font-size: 18px;
  margin-top: 16px;
}
.sf-shared-parts article.kintone section.download .flex .card {
  box-sizing: border-box;
  width: 380px;
  min-height: 250px;
  gap: 10px;
}
@media (max-width: 768px) {
  article.kintone section.download .flex .card {
    width: 100%;
  }
}
.sf-shared-parts article.kintone section.download .flex .card .image {
  width: 380px;
  height: 250px;
}
.sf-shared-parts article.kintone section.download .flex .card .image img {
  width: 380px;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}
.sf-shared-parts article.kintone section.goal {
  background-color: #000;
}
.sf-shared-parts article.kintone section.goal .inner {
  padding: 40px;
  box-sizing: border-box;
  color: #fff;
}
.sf-shared-parts article.kintone section.goal .inner .text_box p {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}
.sf-shared-parts article.kintone section.goal .inner .text_box span {
  font-size: 40px;
}
.sf-shared-parts article.kintone section.goal .inner .text_box p span:nth-of-type(1) {
  color: #FDCF00;
}
.sf-shared-parts article.kintone section.goal .button a {
  width: 350px;
  font-size: 20px;
}
.sf-shared-parts article.kintone section.goal .button:nth-of-type(1) a {
  background-color: #FDCF00;
  margin-right: 40px;
}
.sf-shared-parts article.kintone section.goal .button:nth-of-type(2) a {
  
}
.sf-shared-parts article.kintone section.goal .button:nth-of-type(2) a:hover {
  background-color: #FDD836;
}
.sf-shared-parts article.kintone section.title .flex .card .sp_view {
  display: none;
}
@media (max-width: 1024px) {
  article.kintone section.title .flex {
    flex-direction: column;
  }
.sf-shared-parts article.kintone section.title .flex .card:nth-child(1) {
    width: 100%;
    padding: 80px;
    padding-top: 24px;
    padding-bottom: 0px;
    box-sizing: border-box;
  }
.sf-shared-parts article.kintone section.title .flex .card:nth-child(2) {
    width: 100%;
  }
.sf-shared-parts article.kintone section.title .flex .card .pc_view {
    display: none;
  }
.sf-shared-parts article.kintone section.title .flex .card .sp_view {
    display: block;
  }
.sf-shared-parts article.kintone section.title .flex .card .sp_view a {
    border: solid 2px #1f1f1f;
    margin-top: 40px;
  }
.sf-shared-parts article.kintone section {
    padding: 80px;
  }
.sf-shared-parts article.kintone section.title .flex .card:nth-child(1) p.subtitle {
    font-size: 20px;
    margin-bottom: 4px;
  }
.sf-shared-parts article.kintone section.about .flex {
    flex-direction: column;
    gap: unset;
  }
.sf-shared-parts article.kintone section.feature .text_box {
    flex-direction: column;
  }
.sf-shared-parts article.kintone section.feature .text_box:nth-of-type(2n) {
    flex-direction: column;
  }
.sf-shared-parts article.kintone section.feature .text_box .card:nth-child(1), .sf-shared-parts article.kintone section.feature .text_box:nth-of-type(2n) .card:nth-child(1) {
    margin: 0px;
  }
.sf-shared-parts article.kintone section.case .inner>.flex {
    flex-direction: column;
  }
.sf-shared-parts article.kintone section.case h2 img {
    margin: 0px;
  }
.sf-shared-parts article.kintone section.case .flex>.card:nth-of-type(1) {
    width: 100%;
  }
.sf-shared-parts article.kintone section.case .flex>.card:nth-of-type(2) {
    width: 100%;
  }
.sf-shared-parts article.kintone section.case .inner {
    padding-bottom: 300px;
  }
.sf-shared-parts article.kintone section.case .inner>img {
    bottom: -80px;
  }
.sf-shared-parts article.kintone section.feature .text_box .card {
    width: 100%;
  }
.sf-shared-parts article.kintone section.feature .text_box .card img {
    width: 100%;
  }
.sf-shared-parts article.kintone section.feature .text_box:nth-of-type(2n-1) .card:nth-child(2) {
    padding: 0px;
  }
.sf-shared-parts article.kintone section.feature .text_box:nth-of-type(2n) .card:nth-child(2) {
    padding: 0px;
  }
.sf-shared-parts article.kintone section.feature .text_box .card p {
    margin-bottom: 24px;
}
}


@media (max-width: 768px) {
  article.kintone section {
    padding: 64px 20px;
  }
.sf-shared-parts article.kintone section h1 {
    font-size: 28px;
  }
.sf-shared-parts article.kintone section h2 {
    font-size: 18px;
  }
.sf-shared-parts article.kintone section h3 {
    font-size: 24px;
  }
.sf-shared-parts article.kintone section .flex {
    flex-direction: column;
  }
.sf-shared-parts article.kintone section.title .flex .card:nth-child(1) {
    padding: 0px;
  }
.sf-shared-parts article.kintone section.title .flex .card:nth-child(1) img:nth-child(3) {
    width: 295px;
    margin-bottom: 24px;
  }
.sf-shared-parts article.kintone section.title .flex .card:nth-child(1) img:nth-child(4) {
    width: 130px;
    margin-bottom: 33px;
  }
.sf-shared-parts article.kintone section.about .text_box {
    padding: 32px 20px;
  }
.sf-shared-parts article.kintone section.service .card {
    width: 100%;
    text-align: center;
    min-height: unset;
    padding: 16px 24px;
  }
.sf-shared-parts article.kintone section.service .card img {
    width: 175px;
    margin: 0 auto;
  }
.sf-shared-parts article.kintone section.feature p.messege {
    font-size: 18px;
  }
.sf-shared-parts article.kintone section.feature .text_box {
    padding: 0px;
  }
.sf-shared-parts article.kintone section.feature .text_box h3 span img {
    height: 28px;
  }
.sf-shared-parts article.kintone section.feature .text_box .card:nth-of-type(2) img {
    width: 100%;
  }
.sf-shared-parts article.kintone section.case .flex .card .image {
    width: 100%;
  }
.sf-shared-parts article.kintone section.case .flex .card .image img {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
  }
.sf-shared-parts article.kintone section .button a {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
.sf-shared-parts article.kintone section.solution .flex {
    flex-direction: row;
  }
.sf-shared-parts article.kintone section.event .flex .card .image {
    width: 100%;
  }
.sf-shared-parts article.kintone section.event .flex .card .image img {
    width: 100%;
  }
.sf-shared-parts article.kintone section.column .flex .card .image {
    width: 100%;
  }
.sf-shared-parts article.kintone section.column .flex .card .image img {
    width: 100%;
  }
.sf-shared-parts article.kintone section.download .flex .card .image {
    width: 100%;
  }
.sf-shared-parts article.kintone section.download .flex .card .image img {
    width: 100%;
  }
.sf-shared-parts article.kintone section.goal .inner {
    padding: 32px 23.5px;
  }
.sf-shared-parts article.kintone section.goal .inner .text_box p {
    font-size: 24px;
  }
.sf-shared-parts article.kintone section.goal .inner .text_box p span {
    font-size: 38px;
  }
.sf-shared-parts article.kintone section.goal .button:nth-of-type(1) a {
    width: 100%;
    margin-bottom: 24px;
  }
.sf-shared-parts article.kintone section.goal .button:nth-of-type(2) a {
    width: 100%;
  }
.sf-shared-parts article.kintone section.title .flex .card:nth-child(1) p {
    font-size: 14px;
  }
.sf-shared-parts article.kintone section.about h2 img, .sf-shared-parts article.kintone section.case h2 img {
    width: 100%;
  }
.sf-shared-parts article.kintone section.case .inner>img {
    width: 100%;
    bottom: -65px;
  }
.sf-shared-parts article.kintone h2 span {
    font-size: 40px;
  }
.sf-shared-parts article.kintone section.about h2 {
    font-size: 40px;
    margin-bottom: 24px;
  }
.sf-shared-parts article.kintone section.feature .text_box .card h3 {
    font-size: 24px;
  }
.sf-shared-parts article.kintone section.feature .text_box .card p {
    margin-bottom: 24px;
  }
.sf-shared-parts article.kintone section.case .flex .card .excerpt {
    padding: 24px;
  }
.sf-shared-parts article.kintone section.case .flex .card h3 {
    display: unset;
  }
.sf-shared-parts article.kintone section.title .flex .card:nth-child(1) h1 {
    font-size: 28px;
    margin-bottom: 24px;
  }
.sf-shared-parts article.kintone section.title .flex .card:nth-child(2) .image {
    display: flex;
    margin-right: 8px;
  }
.sf-shared-parts article.kintone section.title .flex .card:nth-child(2) .image:nth-child(1) img:nth-child(1) {
    width: 150px;
    margin-bottom: 5px;
  }
.sf-shared-parts article.kintone section.title .flex .card:nth-child(2) .image:nth-child(1) img:nth-child(2) {
    width: 170px;
  }
}
.sf-shared-parts article.kintone section.service_price .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.sf-shared-parts article.kintone section.service_price .flex_box {
  gap: 24px;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #fff;
  width: 280px;
}
@media (max-width: 1020px) {
  article.kintone section.service_price .flex_box {
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }
}
.sf-shared-parts article.kintone section.service_price .flex_box_text {
  padding: 15px 15px;
}
@media (max-width: 1020px) {
  article.kintone section.service_price .flex_box_text {
    
  }
}
.sf-shared-parts article.kintone section.service_price .bottom_box {
  width: 100% ;
  text-align: center;
}
.sf-shared-parts article.kintone section.service_price .flex_box h3 {
  background-color: #00A99D;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 20px 20px 0px 0px;
}
@media (max-width: 1020px) {
  article.kintone section.service_price .flex_box h3 {
    font-size: 1.8rem;
  }
}
.sf-shared-parts article.kintone section.service_price .flex_box h4 {
  color: #00A99D; 
  text-align: center;
  margin-bottom: 10px;
}
.sf-shared-parts article.kintone section.service_price .flex_box p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: left;
}
@media (max-width: 1020px) {
  article.kintone section.service_price .flex_box p {
    font-size: 1.6rem;
  }
}
.sf-shared-parts article.kintone section.service_price .bottom_box .btn06 {
  margin-top: 0px;
}
.sf-shared-parts article.kintone section.service_price .flex_box p.price2 {
  line-height: 3rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 0px;
}
@media (max-width: 1020px) {
  article.kintone section.service_price .flex_box p.price2 {
    font-size: 2.4rem;
    margin-top: 0px;
  }
}
.sf-shared-parts article.kintone section.service_price .flex_box p.price2 span {
  font-size: 1.6rem;
  margin-left: 5px;
}
.sf-shared-parts article.kintone section.service_price .flex_box ul {
  list-style-type: none;
  width: fit-content;
  margin: 20px auto 0px;
}
@media (max-width: 1020px) {
  article.kintone section.service_price .flex_box ul {
    padding: 0px 30px;
  }
}
.sf-shared-parts article.kintone section.service_price .flex_box li {
  position: relative;
  text-align: left;
}
.sf-shared-parts article.kintone section.service_price .flex_box li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #00A99D;
  border-bottom: 3px solid #00A99D;
  transform: rotate(-45deg);
}
.sf-shared-parts article.kintone section.service_price .bottom_box p {
  text-align: center;
}
.sf-shared-parts article.kintone .table-scroll {
  overflow-x: auto;
}
.sf-shared-parts article.kintone .table_design12 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
}
.sf-shared-parts article.kintone .table_design12 th {

}
.sf-shared-parts article.kintone .table_design12 thead th:not(:first-child) {
  background: #00A99D;
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 0.5em;
  text-align: center;
}
.sf-shared-parts article.kintone .table_design12 thead th span {
  font-size: .8rem;
}
.sf-shared-parts article.kintone .table_design12 thead th:nth-child(3) {
  background-color: #00A99D;
  position: relative;
}
.sf-shared-parts article.kintone .table_design12 tbody {
  border: 2px solid #d2e8f1;
}
.sf-shared-parts article.kintone .table_design12 tbody th {
  padding: 1em .8em;
  text-align: center;
  vertical-align: middle;
}
.sf-shared-parts article.kintone .table_design12 tbody tr {
  background-color: #e6f1f6;
}
.sf-shared-parts article.kintone .table_design12 tbody tr:nth-child(odd) {
  background-color: #fff;
}
.sf-shared-parts article.kintone .table_design12 td {
  border-left: 2px solid #d2e8f1;
}
.sf-shared-parts article.kintone .table_design12 td {
  
  padding: 1em;
}
.sf-shared-parts article.kintone .table_design12 td {
  
  border-right: 2px solid #00A99D;
  border-left: 2px solid #00A99D;
}
.sf-shared-parts article.kintone .table_design12 tbody tr:nth-child(5) td {
  text-align: center;
}
.sf-shared-parts article.kintone .table_design12 tr:last-child td {
  border-bottom: 2px solid #00A99D;
}
.sf-shared-parts article.kintone section.service  ul {
  list-style-type: none;
  width: fit-content;
  margin: 20px auto 0px;
  padding-left: 20px;
}
@media (max-width: 1020px) {
  article.kintone section.service  ul {
    padding: 0px 30px;
  }
}
.sf-shared-parts article.kintone section.service  li {
  position: relative;
  text-align: left;
}
.sf-shared-parts article.kintone section.service  li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #00A99D;
  border-bottom: 3px solid #00A99D;
  transform: rotate(-45deg);
}
.sf-shared-parts article.kintone section.service .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.sf-shared-parts article.kintone section.service .flex_box {
  
  width: 49%;
  
  padding: 30px 20px;
  box-shadow: 0px 0px 8px 1px rgba(210, 210, 210, 0.45);
  margin: 0px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media (max-width: 1020px) {
  article.kintone section.service .flex_box {
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }
}
.sf-shared-parts article.kintone section.service .flex_box_text {
  padding: 10px 60px 20px;
}
@media (max-width: 1020px) {
  article.kintone section.service .flex_box_text {
    padding: 0px;
  }
}
.sf-shared-parts article.kintone section.service .bottom_box {
  width: 100% ;
  text-align: center;
}
.sf-shared-parts article.kintone section.service .flex_box h3 {
  background-color: #00A99D;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  letter-spacing: 0.2rem;
}
@media (max-width: 1020px) {
  article.kintone section.service .flex_box h3 {
    font-size: 1.8rem;
  }
}
.sf-shared-parts article.kintone section.service .flex_box h4 {
  color: #00A99D; 
  text-align: center;
  margin-bottom: 10px;
}
.sf-shared-parts article.kintone section.service .flex_box p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: left;
}
@media (max-width: 1020px) {
  article.kintone section.service .flex_box p {
    font-size: 1.6rem;
  }
}
.sf-shared-parts article.kintone section.service .bottom_box .btn06 {
  margin-top: 0px;
}
.sf-shared-parts article.kintone section.service .flex_box p.price2 {
  font-size: 6rem;
  line-height: 5rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 30px;
}
@media (max-width: 1020px) {
  article.kintone section.service .flex_box p.price2 {
    font-size: 3.6rem;
    margin-top: 0px;
  }
}
.sf-shared-parts article.kintone section.service .flex_box p.price2 span {
  font-size: 1.6rem;
  margin-left: 5px;
}
.sf-shared-parts article.kintone section.service .flex_box ul {
  list-style-type: none;
  width: fit-content;
  margin: 20px auto 0px;
}
@media (max-width: 1020px) {
  article.kintone section.service .flex_box ul {
    padding: 0px 30px;
  }
}
.sf-shared-parts article.kintone section.service .flex_box li {
  position: relative;
  text-align: left;
}
.sf-shared-parts article.kintone section.service .flex_box li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #00A99D;
  border-bottom: 3px solid #00A99D;
  transform: rotate(-45deg);
}
.sf-shared-parts article.kintone section.service .bottom_box p {
  text-align: center;
}
.sf-shared-parts article.kintone section.banner .flex {
  background-color: #CDDFE6;
  border-radius: 20px;
  max-width: 750px;
  height: 150px;
  padding: 16px;
  box-sizing: border-box;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  article.kintone section.banner .flex {
    flex-direction: column;
    height: auto;
    justify-content: center;
    padding: 40px 30px;
  }

}
.sf-shared-parts article.kintone section.banner .flex img {
  margin-right: 80px;
}
@media (max-width: 1020px) {

  article.kintone section.banner .flex img {
    margin-right: 0px;
    margin-bottom: 32px;
  }
}
.sf-shared-parts article.kintone section.banner .flex .button a {
  background-color: #1C7E94;
  color: #fff;
  border: unset;
  width: 230px;
  padding-right: 40px;
  height: 50px;
}
.sf-shared-parts article.kintone section.banner .flex .button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1f1f1f;
  border-right: 2px solid #1f1f1f;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  z-index: 2;
  transition: right 0.3s;
}
.sf-shared-parts article.kintone section.banner .flex .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
}
.sf-shared-parts section.solution_index .flex {
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  section.solution_index .flex {
    flex-direction: solution_index;
  }
}
.sf-shared-parts section.solution_index .flex .card {
  flex: 0 0 calc((100% - 48px) / 2); 
  box-sizing: border-box;
  width: 384px;
  min-height: 327px;
  gap: 10px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  section.solution_index .flex .card {
    width: 100%;
  }
}
.sf-shared-parts section.solution_index .flex .card .image {
  width: 384px;
  height: 255px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 16px;
  background: #efefef;
}
.sf-shared-parts section.solution_index .flex .card .image img {
  width: 384px;
  height: 255px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  section.solution_index .flex .card .image,section.solution_index .flex .card .image img {
    width: 100%;
  }
}
.sf-shared-parts section.solution_index .flex a {
  text-decoration: none;
  color: #1F1F1F;
}
.sf-shared-parts section.solution_index .flex h3 {
  font-size: 20px;
  text-align: left;
  position: relative;
  padding-right: 35px;
}
.sf-shared-parts section.solution_index .flex .card h3 img {
  right: 0;
  position: absolute;
}
.sf-shared-parts section.solution_single {
  background: #F9F4EA;
  margin-bottom: 64px;
}
.sf-shared-parts section.solution_single .inner {
  background-color: #fff;
  border-radius: 40px;
  padding: 100px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.sf-shared-parts section.solution_single .inner h2 {
  font-size: 32px;
}
.sf-shared-parts section.solution_single .inner h3 {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.sf-shared-parts section.solution_single .inner h3 img {
  margin-right: 8px;
}
.sf-shared-parts section.solution_single .inner .company-info-table {
  width: 100%;
  border-top: 1px solid #ddd;
  font-family: sans-serif;
  margin-bottom: 64px;
}
.sf-shared-parts section.solution_single .inner .company-info-table .row {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 20px 60px;
}
.sf-shared-parts section.solution_single .inner .company-info-table .label {
  width: 150px;
  font-weight: bold;
  color: #333;
}
.sf-shared-parts section.solution_single .inner .company-info-table .value {
  flex: 1;
  color: #000;
}
.sf-shared-parts section.solution_single .inner .solution-table .text {
  width: calc(100% - 330px);
  padding-right: 40px;
  box-sizing: border-box;
}
.sf-shared-parts section.solution_single .inner .solution-table .text p {
  white-space: pre-wrap;
}
.sf-shared-parts section.solution_single .inner .solution-table .text h4 {
  font-size: 20px;
  margin-bottom: 24px;
}
.sf-shared-parts section.solution_single .inner .solution-table {
  justify-content: space-between;
}
.sf-shared-parts section.solution_single .inner .solution-table .image {
  width: 330px;
  height: 230px;
  border-radius: 8px;
      background: #efefef;
}
.sf-shared-parts section.solution_single .inner .solution-table .image img {
  width: 330px;
  height: 230px;
  border-radius: 8px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  section.solution_single .inner{
    padding: 40px;
  }
.sf-shared-parts section.solution_single .inner .solution-table {
    flex-direction: column-reverse;
    align-items: center;
  }
.sf-shared-parts section.solution_single .inner .solution-table .text {
    width: 100%;
    padding-right: 0px;
  }
.sf-shared-parts section.solution_single .inner .solution-table .image {
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  section.solution_single .inner .company-info-table .row{
    flex-direction: column;
    padding: 20px 10px;
  }
.sf-shared-parts section.solution_single .inner {
    padding: 30px;
  }
.sf-shared-parts section.solution_single .inner .solution-table .image {
    width: 100%;
    height: 180px;
  }
.sf-shared-parts section.solution_single .inner .solution-table .image img {
    width: 100%;
    height: 180px;
  }
.sf-shared-parts section.solution_single .inner .company-info-table {
    margin-bottom: 40px;
  }
}
  