@charset "utf-8";
/****************************
変数設定
******************************/
:root {
  --dark-orange: #d96a00;
  --light-orange: #db8a00;
  --orange: #db8a00;
  --subtitle-orange: #dd921f;
  --dark-brown: #8b6611;
  --brown: #b7930d;
  --gold: #be9b20;
  --light-gray: #f1f4f4;
  --font_80: clamp(3.125rem, 2.4432rem + 3.4091vw, 5rem);
  --font_60: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  --font_50: clamp(4.4rem, 4.182rem + 0.682vw, 5rem);
  --font_45: clamp(2.7rem, 2.5rem + 1vw, 2.8125rem);
  --font_40: clamp(1.4375rem, 1.1rem + 1.3vw, 2.5rem);

  --font_38: clamp(0.9375rem, 0.4148rem + 2.6136vw, 2.375rem);
  --font_31: clamp(1.375rem, 1.17rem + 1.02vw, 1.938rem);
  --font_28: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  --font_25: clamp(1.1875rem, 1.0511rem + 0.6818vw, 1.5625rem);
  --font_23: clamp(1.05rem, 1rem + 0.5vw, 1.45rem);
  --font_21: clamp(1rem, 0.886rem + 0.57vw, 1.313rem);
  --font_19: clamp(0.9375rem, 0.8466rem + 0.4545vw, 1.1875rem);
  --font_18: clamp(1rem, 0.9545rem + 0.2273vw, 1.125rem);
  --font_17: clamp(0.9375rem, 0.892rem + 0.2273vw, 1.0625rem);
  --font_16: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  --font_15: clamp(0.8125rem, 0.767rem + 0.2273vw, 0.9375rem);
  --font_14: clamp(0.75rem, 0.7045rem + 0.2273vw, 0.875rem);
  --font_13: clamp(0.6875rem, 0.642rem + 0.2273vw, 0.8125rem);
  --font_12: clamp(0.625rem, 0.5795rem + 0.2273vw, 0.75rem);
}
/****************************
基本設定
******************************/
html {
  width: 100%;
  scroll-behavior: auto;
  background-color: #fff;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "Noto Sans JP", "メイリオ", sans-serif;
  font-size: var(--font_16);
  color: #2f2f2f;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  margin: 0;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
main,
header,
nav {
  /* overflow: clip; */
  position: relative;
  /* z-index: 2; */
}
.inner {
  /* max-width: 962px; */
  max-width: 1040px;
  margin: 0 auto;
  width: 90%;
}
.clear {
  clear: both;
}
.clear hr {
  display: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
img {
  max-width: 100%;
}
a {
  color: #2f2f2f;
  text-decoration: none;
}
address {
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
}
iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
#map {
  width: 100%;
  aspect-ratio: 16/9;
}
.uppercase {
  /*小文字を大文字に変換*/
  text-transform: uppercase;
}
em {
  font-style: normal;
  font-size: var(--font_17);
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/****************************
font設定
******************************/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/NotoSans_Regular.woff2") format("woff2"),
    url("./fonts/NotoSans_Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/NotoSans_Medium.woff2") format("woff2"),
    url("./fonts/NotoSans_Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/NotoSans_Bold.woff2") format("woff2"),
    url("./fonts/NotoSans_Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url("path/to/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.noto {
  font-family: "Noto Sans JP", sans-serif;
}
/****************************
title
******************************/
#title {
  line-height: 1.6;
}
.en-title {
  font-family: "Roboto", sans-serif;
  font-size: var(--font_19);
  color: var(--dark-brown);
  position: relative;
  padding-left: 40px;
}
.en-title:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../common/images/sub-title-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.second-title {
  color: #3e3e3e;
  font-size: var(--font_40);
  line-height: calc(var(--font_40) * 1.675);
  position: relative;
  letter-spacing: 0;
}
.second-title::before {
  content: "";
  background-color: #dd921f;
  width: 1em;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.second-blog-title::before {
  bottom: -10px;
}
.third-title {
  color: #3e3e3e;
  font-size: var(--font_25);
  position: relative;
}
.text-orange {
  color: var(--dark-orange);
}
.text-lightorange {
  color: var(--light-orange);
}
.text-brown {
  color: var(--dark-brown);
  font-size: var(--font_21);
}
.text-blue {
  color: #2a5a9b;
  border-bottom: 1px solid #2a5a9b;
}
.fourth-title {
  padding: 0.5em 0.7em;
  border-left: 5px solid var(--subtitle-orange);
  background-color: #f8f5e9;
  display: inline-block;
  font-size: var(--font_23);
}
@media screen and (max-width: 768px) {
  .second-title::before {
    bottom: -20px;
  }
}
/****************************
  contact-form
******************************/
.hs-button {
  width: 200px !important;
}
/****************************
cookie設定
******************************/
.cookie-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: opacity 0.3s, border-color 0.3s;
}
.cookie-link:hover {
  opacity: 0.6;
  border-color: #ccc;
}
@media screen and (max-width: 768px) {
  .cookie-notice-container,
  .cookie-revoke-container {
    padding: 15px 30px !important;
  }
  #cn-notice-text {
    text-align: left !important;
  }
}
/****************************
button
******************************/
.f_cta {
  margin: 0 auto;
}
/*注意：全てのボタンに共通するstyle*/
.f_cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  border-radius: 50px;
  background: var(--light-orange);
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 300px;
  height: 80px;
  padding: 12px 0;
  font-size: var(--font_16);
  margin: 0 auto;
  text-decoration: none;
  transition: ease-in-out 0.5s;
}
.f_cta a span {
  width: 60%;
}
.f_cta_download a {
  background: var(--brown);
}
.f_cta a:hover {
  transform: scale(1.05);
}
.f_cta_mail a:hover {
  background: var(--dark-orange);
}
.f_cta_download a:hover {
  background: var(--dark-brown);
}
.mainbtn-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.top-cta .mainbtn-wrap {
  row-gap: 20px;
}
.more-btn {
  width: 255px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  border: 1px solid #2f2f2f;
  background: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

.more-btn::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  background-color: var(--subtitle-orange);
  background: url(../common/images/more-btn.svg) no-repeat center center /
    contain;
  transition: transform 0.3s ease;
}

.more-btn:hover::after {
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  #top .f_cta {
    margin-top: 16px !important;
  }
  .f_cta {
    position: relative;
  }
  .btn-icon {
    position: absolute;
    left: 10px;
  }
  .achievements .btn-icon {
    left: 7%;
  }
  .more-btn {
    width: 90%;
    height: 50px;
    margin: 0 auto;
  }
  .more-btn::after {
    width: 30px;
    height: 30px;
  }
  .f_cta a {
    width: 260px;
    height: 50px;
  }
  .f_cta a span {
    width: 90%;
    padding-left: 6%;
  }
  .main-content .mainbtn-wrap {
    width: 100%;
  }
}
/***************************************
pagination
****************************************/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  margin-top: 30px;
  margin-left: -20px;
}
.pagination__list {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.pagination__item,
.pagination__item--current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pagination__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--orange);
  background: #fff;
  border: 1px solid var(--orange);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.pagination__item a:hover {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}
.pagination__item--current {
  background: var(--orange);
  color: #fff;
  border: 2px solid var(--orange);
}
.pagination__pos {
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}
.pagination__btn--prev,
.pagination__btn--next {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: var(--orange) !important;
  background: none !important;
  border: none !important;
  transition: all 0.3s ease;
}
.pagination__item--dots {
  color: var(--orange);
}
@media screen and (max-width: 480px) {
  .pagination__item,
  .pagination__item--current {
    width: 30px;
    height: 30px;
  }
}
/****************************
border-line
******************************/
.border-line {
  width: 90%;
  border-top: 1px solid #c8c9cb;
  margin: 0 auto;
}
/****************************
pc spの切り替え
******************************/
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.flow_sp-only {
  display: none;
}
.thumbnail_sp-only {
  display: none;
}
@media screen and (max-width: 1100px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .thumbnail_pc-only {
    display: none;
  }
  .thumbnail_sp-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .flow_sp-only {
    display: block;
  }
  .flow_pc-only {
    display: none;
  }
}
/****************************
br pc spの切り替え
******************************/
.br-pc {
  display: block;
}
.br-sp {
  display: block;
}
.br-link {
  display: none;
}
@media screen and (max-width: 960px) {
  .br-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .btn-br {
    display: none;
  }
}
@media screen and (max-width: 555px) {
  .br-sp {
    display: none;
  }
  .br-link {
    display: block;
  }
}
@media screen and (max-width: 370px) {
  .btn-br {
    display: block;
  }
}
/****************************
header
******************************/
header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 10;
  padding: 0 5%;
  top: 0px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.logo {
  float: left;
  max-width: 225px;
}
header nav {
  float: left;
}
header nav ul li {
  display: inline-block;
  position: relative;
}
.nav-item {
  position: relative;
  padding: 0 5px;
  transition: transform 0.3s;
  white-space: nowrap;
}
.nav-item:hover {
  color: var(--dark-brown);
}
.nav-item:after {
  background-color: var(--gold);
  bottom: -5px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
}
.nav-item:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header-content {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.nav-list {
  display: flex;
  column-gap: 20px;
}
.btn-wrap {
  display: flex;
  column-gap: 20px;
}
.btn-icon {
  width: 36px;
}
.h_cta {
  float: right;
}
.h_cta a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  width: 240px;
  padding: 8px 10px;
}
.h_cta_download a {
  column-gap: 30px;
}
.h_cta_mail a {
  background: var(--light-orange);
  transition: ease-in-out 0.5s;
}
.h_cta_download a {
  background: var(--brown);
  transition: ease-in-out 0.5s;
}
.h_cta a:hover {
  transform: scale(1.05);
}
.h_cta_mail a:hover {
  background: var(--dark-orange);
}
.h_cta_download a:hover {
  background: var(--dark-brown);
}
header nav > ul > li {
  position: relative;
}

.global-sub-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  padding-top: 22px;
}
.global-sub-nav-list {
  display: flex;
  justify-content: space-around;
  column-gap: 10px;
  width: 620px;
  padding: 30px 60px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 1px 2px 2px rgba(148, 139, 116, 0.51);
}
.features-global-sub-nav-list {
  width: 410px;
}
.global-sub-nav-item-wrap {
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.global-sub-nav-list-title {
  font-size: var(--font_14);
  width: 42%;
}
.nav-more-btn {
  font-size: var(--font_21);
  color: var(--dark-brown);
  display: block;
  font-weight: bold;
}
.nav-more-btn::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 57px;
  left: 160px;
  background-color: var(--subtitle-orange);
  background: url(../common/images/more-btn.svg) no-repeat center center /
    contain;
  transition: transform 0.3s ease;
}
.nav-more-btn:hover::after {
  transform: scale(1.15);
}
.features-global-sub-nav-list .nav-more-btn::after {
  left: 120px;
}
.global-sub-nav-item {
  font-size: 15px;
  line-height: 2em;
  white-space: nowrap;
}

.global-sub-nav-item a {
  display: block;
  padding: 0 0 0 16px;
  color: #000;
  text-decoration: none;
}
.global-sub-nav-item a:hover {
  text-decoration: underline;
}
.global-sub-nav-item a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 4px;
  background-color: var(--subtitle-orange);
  margin-right: 6px;
  vertical-align: middle;
}
header nav > ul > li:hover .global-sub-nav {
  display: block;
}
@media screen and (max-width: 1360px) {
  .btn-wrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    width: 100%;
    height: 60px;
  }
  header .inner {
    width: auto;
  }
  .logo {
    margin: 6px 0 0;
    padding: 0;
    max-width: 200px;
  }
  .h_nav-item a {
    font-weight: bold;
    padding: 5px 0;
  }
  .h_nav-item a::before {
    content: "●";
    font-size: 10px;
    margin-right: 5px;
    color: var(--subtitle-orange);
  }
  .h_nav-sub {
    margin-left: 1rem;
    font-weight: normal;
  }
  #nav-drawer {
    position: relative;
  }
  .nav-unshown {
    display: none;
  }
  #nav-open {
    display: inline-block;
    width: 20px;
    height: 35px;
    vertical-align: middle;
    right: 5px;
    top: -10px;
    position: absolute;
  }
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: var(--brown);
    display: block;
    content: "";
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 60px;
    height: calc(100% - 60px);
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 60px;
    height: calc(100% - 60px);
    right: 0;
    z-index: 9999;
    width: 80%;
    max-width: 300px;
    height: 100%;
    background: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  #nav-content ul li a {
    color: #444;
    padding: 10px 20px;
    display: block;
  }
  #nav-content .h_nav-sub a {
    padding: 5px 20px;
  }
  .h_cta {
    display: none;
  }
}
/****************************
header pc spの切り替え
******************************/
.header-nav {
  display: block;
}
#nav-drawer {
  display: none;
}
.sp__only {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
  }
  #nav-drawer {
    display: block;
  }
  .pc__only {
    display: none;
  }
  .sp__only {
    display: block;
  }
}
/****************************
footer
******************************/
footer {
  margin: 0 auto;
  width: 100%;
  padding: 40px 0 70px;
  position: relative;
}
.footerlogo img {
  width: 136px;
}
.footerlogo-sp {
  display: none;
}
.footer-top-content {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.f_nav {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
}
.f_nav_middle {
  display: flex;
  flex-direction: column;
}
.f_nav-item {
  font-weight: bold;
  padding: 5px 0;
}
.f_nav-item::before {
  content: "●";
  font-size: 10px;
  margin-right: 5px;
  color: var(--subtitle-orange);
}
.f_nav-detail-item {
  font-size: var(--font_14);
  margin-left: 15px;
}
footer .f_cta a {
  margin: 0 0 0 auto;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-top: 40px;
}
.footer-bottom a {
  font-size: 12px;
  padding: 0 7px;
}
.footer-bottom-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*page-top-btn*/
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 40px;
  bottom: 50px;
  background: #e28c24;
  opacity: 0.9;
  border-radius: 50%;
  background-image: url("../common/images/page-top-icon.svg");
  background-size: cover;
  background-position: center;
  z-index: 9;
}
#page_top a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0 30px;
  }
  .f_nav {
    flex-direction: column;
  }
  .f_line {
    display: none;
  }
  .footerlogo {
    display: none;
  }
  .footerlogo-sp {
    display: block;
    width: 80%;
    margin: 20px auto 0;
  }
  .f_nav-detail-item {
    padding: 2px 0;
  }
  footer .f_cta a {
    height: 50px;
    width: 100%;
    margin: 20px 0;
  }
  #page_top {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
  .footer-bottom {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}
/****************************
breadcrumb
******************************/
.breadcrumb {
  padding: 10px 5% 0;
  font-size: 12px;
  color: #999;
}
#blog .breadcrumb {
  padding-top: 0;
  margin-left: 0;
  margin-bottom: 40px;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li::after {
  display: inline;
  content: ">";
  padding-left: 10px;
  color: #999;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li a {
  color: #333;
  border-bottom: 1px solid #333;
}
.breadcrumb li br {
  display: none;
}
/****************************
PDCA 
******************************/
.pdca-inner {
  background-image: url(../common/images/pdca.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 620px;
  width: 95%;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 1200px;
}
.pdca-list {
  display: flex;
  padding: 0 7%;
  column-gap: 9px;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif;
}
.pdca-item {
  width: calc(100% / 5);
  border-radius: 20px;
  border: 1px solid var(--gold);
  background: #fff;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 40px 10px 20px;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.pdca-item:hover {
  transform: scale(1.05);
  z-index: 2;
}
.pdca-item:hover .more-btn::after {
  transform: scale(1.2);
}
.service-pdca-inner .pdca-item:not(.pdca-item-active):hover .fase-text-wrap,
.service-pdca-inner .pdca-item:not(.pdca-item-active):hover h3,
.service-pdca-inner .pdca-item:not(.pdca-item-active):hover p,
.service-pdca-inner .pdca-item:not(.pdca-item-active):hover img,
.service-pdca-inner .pdca-item:not(.pdca-item-active):hover::after {
  opacity: 1;
}
.pdca-item::after {
  content: "";
  position: absolute;
  top: 14%;
  right: -32px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url("../common/images/pdcs-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.pdca-item:last-child::after {
  display: none;
}
.fase {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--subtitle-orange);
  border-radius: 50%;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  line-height: 1.3 !important;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.fase span {
  display: block;
  font-size: 16px;
}
.fase-title {
  text-align: center !important;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px !important;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.fase-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fase-text {
  font-size: 14px;
  margin-bottom: 10px !important;
  line-height: 1.5 !important;
  height: 70px;
}
.fase-feature {
  text-align: center !important;
  white-space: nowrap;
  color: var(--dark-orange);
  font-size: var(--font_14);
  border-top: 1px solid var(--dark-orange);
  border-bottom: 1px solid var(--dark-orange);
  margin-bottom: 0 !important;
  font-weight: bold;
  line-height: 1.2 !important;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdca-list .more-btn {
  width: auto;
  font-size: var(--font_12);
  height: 50px;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 0 !important;
}
.pdca-list .more-btn::after {
  width: 30px;
  height: 30px;
  right: 10px;
}
.more-btn_sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .fase-content img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 960px) {
  .more-btn_pc {
    display: none;
  }
  .more-btn_sp {
    display: block;
  }
  .pdca-inner {
    background-image: url(../common/images/pdca_sp.png);
    background-position: right;
    width: 90%;
    height: auto;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .pdca-list {
    flex-direction: column;
    padding: 6% 8% 6% 0;
    row-gap: 15px;
  }
  .pdca-item {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 10px 20px 30px;
  }
  .pdca-item::after {
    content: "";
    position: absolute;
    top: 104%;
    right: 40%;
    transform: translateY(-50%) rotate(90deg);
    width: 50px;
    height: 50px;
  }
  .fase {
    top: -10px;
    left: 15px;
  }
  .fase-title {
    height: auto;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .fase-text-wrap {
    display: flex;
    flex-direction: column;
  }
  .fase-text {
    height: auto;
  }
  .fase-feature {
    height: auto;
    padding: 8px 0;
  }
  .fase-content {
    flex-direction: row;
  }
  .pdca-item .fase-text-wrap {
    width: calc(100% / 2);
  }
  .fase-content img {
    width: 50%;
    height: auto;
  }
  .pdca-list .more-btn_sp {
    font-size: var(--font_14);
    margin-top: 20px !important;
    display: flex;
    height: 40px;
    padding: 0 14px;
  }
  .pdca-list .more-btn::after {
    width: 25px;
    height: 25px;
    right: 10px;
  }
}
@media screen and (max-width: 520px) {
  .pdca-item {
    padding: 20px 0 20px 14px;
  }
}
/****************************
こんなお悩みありませんか？
******************************/
.trouble {
  padding: 30px 0 40px;
  margin: 0;
}
.service-bg .trouble {
  padding-bottom: 0;
}
.trouble .inner {
  display: flex;
  background: #f1f4f4;
  column-gap: 30px;
  padding: 35px 20px 35px 40px;
}
.trouble-q {
  display: table;
}
.trouble h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: clamp(1.125rem, 0.819rem + 1.53vw, 1.813rem);
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 0;
  min-width: 210px;
}
.trouble ul {
  float: left;
}
.trouble ul li {
  font-size: clamp(1rem, 0.944rem + 0.28vw, 1.125rem);
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2;
  background: url(../common/images/check.svg) no-repeat left 13px;
  background-size: 22px;
  padding: 5px 0 5px 35px;
}
.trouble .check-icon {
  width: 30px;
}
/*吹き出し*/
.arrow_box {
  position: relative;
  width: 290px;
  padding: 16px;
  background: #f1f4f4;
  text-align: center;
  border: 2px solid var(--gold);
  color: var(--dark-brown);
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.arrow_box:after,
.arrow_box:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 50%;
}
.arrow_box:after {
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-top: -10px;
  margin-left: -1px;
  border-left-color: #f1f4f4;
}
.arrow_box:before {
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-top: -10px;
  margin-left: 2px;
  border-left-color: var(--gold);
}
/* 文字の上に点 */
.dots {
  background-image: radial-gradient(
    circle at center,
    #e6bd2f 20%,
    transparent 20%
  ); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.4em; /* 縦方向の位置調整 */
}
@media screen and (max-width: 768px) {
  .trouble {
    padding: 16px 0 30px;
  }
  .trouble .inner {
    flex-direction: column;
    padding: 20px 16px;
  }
  .trouble ul {
    margin-top: 30px;
  }
  /*吹き出し（下側）*/
  .arrow_box {
    padding: 16px 0 10px;
    border-radius: 20px;
  }
  .arrow_box:after,
  .arrow_box:before {
    top: 100%;
    left: 50%;
  }
  .arrow_box:after {
    border-color: rgba(241, 244, 244, 0);
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-left: -12px;
    border-top-color: #f1f4f4;
  }
  .arrow_box:before {
    border-color: rgba(30, 144, 255, 0);
    border-top-width: 14px;
    border-bottom-width: 14px;
    border-left-width: 8px;
    border-right-width: 8px;
    margin-left: -8px;
    margin-top: 2px;
    border-top-color: var(--gold);
  }
}
/****************************
中小企業の...加速します
******************************/
.top_promo {
  margin-top: 80px;
}
.top_promo_content {
  margin-top: 60px;
}
.top_promo_content p {
  margin-bottom: 30px;
}
.btn-center {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.probability {
  background: #f5f7f7;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .top_promo {
    margin-top: 20px;
  }
  .top_promo_content {
    margin-top: 40px;
  }
  .top_promo_content p {
    margin-bottom: 20px !important;
  }
  .probability {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .btn-center {
    margin-top: 20px;
  }
}
/****************************
cta
******************************/
.top-cta {
  width: 100%;
  padding: 40px 0;
  background: #c6a73b;
  background-image: linear-gradient(
      rgba(215, 195, 122, 0.3) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(215, 195, 122, 0.3) 1px, transparent 1px);
  background-size: 10px 10px;
}
.top-cta-wrap {
  align-items: center;
  justify-content: center;
}
.top-cta-item {
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-cta-text {
  font-size: 19px;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .top-cta-item {
    padding: 16px;
  }
}
/****************************
できること・得意なこと
******************************/
.capa {
  padding-top: 80px;
}
.capa-description {
  margin-top: 70px !important;
}
.capa-img {
  width: calc(100% + 10%);
  max-width: none;
  display: block;
  margin: 0 auto;
  transform: translateX(-5%);
  z-index: -1;
}
.capa-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin-top: -25px;
}
.capa-last-list li:last-child {
  grid-column: span 2;
  grid-row: span 3;
}

.capa-item {
  text-align: center;
  padding: 40px 30px;
  background-color: white;
  background-image: linear-gradient(
    to bottom,
    rgba(228, 169, 0, 0.2) 2%,
    rgba(255, 255, 255, 1) 15%
  );
  background-blend-mode: normal;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.capa-title {
  display: inline-block;
  position: relative;
  color: #333;
  font-size: clamp(1.063rem, 0.84rem + 1.11vw, 1.563rem);
}
.capa-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background-color: var(--subtitle-orange);
}
.capa-text {
  margin-top: 30px !important;
}
.capa-last-img {
  display: block;
  margin-top: -40px;
}
.capa-last-list {
  margin-top: -40px;
}
.capa-item-detail-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
}
.capa-item-detail-item {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .capa {
    padding-top: 30px;
  }
  .capa-inner {
    width: 100%;
  }
  .capa-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    display: block;
    margin: 0 auto;
    transform: translateX(0);
    z-index: -1;
  }
  .capa-last-img {
    margin-top: 0;
  }
  .capa-description {
    margin-top: 50px !important;
  }
  .capa-list {
    display: block;
    margin-top: 0;
  }
}
/****************************
対応可能なプロモーション施策
******************************/
.measures {
  padding-top: 100px;
}
.measures-description {
  margin-top: 20px;
  margin-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}
.measures-description li {
  list-style: disc;
  margin-bottom: 10px;
  /* opacity: 0.8; */
}
.measures-title {
  font-size: var(--font_18);
  color: var(--subtitle-orange);
  margin-top: 20px;
}
.measures-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  border: 1px solid var(--dark-brown);
  border-radius: 10px;
  padding: 20px 40px 40px;
  margin-top: 40px;
}
.measures-kinds-item {
  font-size: var(--font_14);
}
.measures-detail-item {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .measures {
    padding-top: 30px;
  }
  .measures-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px 20px;
    margin-top: 30px;
  }
}
/****************************
blog
******************************/
.blog {
  background: url(../common/images/blog-bg.jpg) center top no-repeat;
  background-size: cover;
  color: var(--gold);
  font-weight: bold;
  padding: 90px 20px;
  border-radius: 14px;
  width: 95%;
  margin: 0 auto 30px;
}
.blogbanner-top_title {
  width: 43%;
}
.blog-inner-content {
  width: 70%;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.blog-en-title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.blog-en-title {
  font-size: var(--font_80);
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
  margin-bottom: 20px;
}
.blog-sub-title {
  font-size: var(--font_16);
  display: block;
}
.blog-text {
  font-size: var(--font_14);
  color: #2f2f2f;
}
.blogbanner-title {
  width: 50%;
}
.blogbtn-icon {
  width: 50px;
  transition: transform 0.3s ease-in-out;
}
a:hover .blogbtn-icon {
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .blog {
    background: url(../common/images/blog-bg_footersp.jpg) center top no-repeat;
    background-size: cover;
    padding: 30px 16px;
    margin-bottom: 20px;
    width: 90%;
  }
  .blogbanner-top_title {
    width: 100%;
  }
  .blog-inner-content {
    width: 100%;
    text-align: left;
    margin: 0;
    column-gap: 5px;
    justify-content: flex-start;
  }
  .blog-en-title-wrap {
    justify-content: flex-start;
  }
  .blogbtn-icon {
    width: 22px;
  }
}
/****************************
footer-cta
******************************/
.footer-cta {
  width: 100%;
  padding: 40px 0;
  background: #c6a73b;
  background-image: linear-gradient(
      rgba(215, 195, 122, 0.3) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(215, 195, 122, 0.3) 1px, transparent 1px);
  background-size: 10px 10px;
  color: #fff;
}
.footer-cta-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}
.footer-cta-text {
  font-size: clamp(1.25rem, 0.75rem + 2.5vw, 2.375rem);
  font-weight: bold;
}
.footer-cta-laurel-wrap {
  display: flex;
  column-gap: 30px;
}
.footer-cta-laurel {
  position: relative;
  display: inline-block;
  width: 200px;
  margin: 0 !important;
}
.footer-laurel-img {
  position: relative;
}
.footer-cta-laurel::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  filter: blur(14px);
  border-radius: 50px;
  pointer-events: none;
}
/*btn*/
.footer-cta-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  column-gap: 30px;
  row-gap: 20px;
  margin-top: 40px;
}
.footer-cta-btn a {
  font-weight: bold;
  height: 80px;
}
/*process btn*/
.process-btn-list {
  background: #e68e0a;
  padding: 40px 0;
}
.process-title {
  color: #fff !important;
  font-size: var(--font_25) !important;
  font-weight: bold !important;
  margin-bottom: 14px !important;
  line-height: 1.2 !important;
}
.process-container {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  column-gap: 20px;
  row-gap: 20px;
}
.process-item {
  border-radius: 10px;
  border: 2px solid #fff;
  width: 100%;
  height: 80px;
  line-height: 1.5;
  padding: 0 20px;
  font-weight: bold;
  justify-content: flex-start;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.process-item img {
  width: 54px;
  margin-right: 14px;
}
.process-item::after {
  width: 30px;
  height: 30px;
}
.process-item:hover {
  background: #e68e0a;
  color: #ffffff;
}
.process-btn-list .more-btn:hover::after {
  background: url(../common/images/more-btn-white.svg) no-repeat center center /
    contain;
}
.process-item .h_service-fase {
  width: 54px;
  height: 54px;
  font-size: 8px;
  margin-right: 14px !important;
  background: #e68e0a;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.process-item .h_service-fase span {
  font-size: 23px;
}
.process-item:hover .h_service-fase {
  background: #ffffff;
  color: #e68e0a;
}

@media screen and (max-width: 1000px) {
  .footer-cta-wrap {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-cta {
    padding: 20px 0;
  }
  .footer-cta .f_cta a {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
    height: 50px;
    padding: 0 10%;
  }
  .footer-cta-btn {
    display: block;
    padding: 20px;
    margin-top: 20px;
  }
  .process-item {
    height: 60px;
    padding: 0 10px;
    line-height: 1.5;
  }
  .process-item img {
    width: 40px;
  }
  .process-item .h_service-fase {
    width: 40px;
    height: 40px;
    font-size: 7px;
    margin: 0 10px 0 0 !important;
  }
  .process-item .h_service-fase span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .footer-cta-wrap {
    align-items: flex-start;
  }
  .footer-cta-laurel-wrap {
    flex-direction: row;
    column-gap: 10px;
    width: 100%;
  }
}
