@charset "utf-8";
html {
  font-size: 16px;
  box-sizing: border-box;
  scroll-padding-top: 72px;
}
body {
  font-family: 'Noto Sans JP', 'Yu Gothic', 'Meiryo', sans-serif;
  font-weight: 300;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  font-size: clamp(16px, 1vw, 20px);
  position: relative;
  height: 100%;
  letter-spacing: 0.1em;
  background: #fff;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
*, *::before, *::after {
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
}
main {
  padding-top: 72px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/* Header */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
.newpost .post-box .first-post::after, .case-study .custom-card .card-content .detail-btn::after, .main-img-box::after, .point-box2item h2::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 6px;
  background: #00b580;
  border-radius: 5px;
}
.point-box2item h2::after {
  right: -50%;
  bottom: -10px;
}
.point-box2:nth-of-type(2) h2::after {
  left: -50%;
  right: 0;
}
.header-nav {
  justify-content: center;
  font-weight: bold;
  width: 100%;
  max-width: 800px;
}
.header-nav ul {
  width: 100%;
  gap: 2%;
  margin-right: 2%;
}
.header-nav li {
  flex: 1;
  overflow: initial;
}
.header-nav li a {
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 0.4vw;
  background-color: #f0f0f0;
  font-size: clamp(11px, 1vw, 14px);
}
.header-nav li:nth-of-type(3) a {
  background-color: #f18b02;
  color: #fff;
}
.header-nav li:nth-of-type(4) a {
  background-color: #00b580;
  color: #fff;
}
.header-nav li:nth-of-type(5) a {
  background-color: #fff;
  border: #00b580 solid;
  color: #00b580;
}
.header-nav li a:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.header-logo img {
  max-width: 200px;
  padding: 25px 20px;
}
.sp-nav-toggle {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.sp-nav-toggle span {
  height: 2px;
  width: 100%;
  background-color: #000;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.sp-nav-toggle.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.sp-nav-toggle.active span:nth-child(2) {
  opacity: 0;
}
.sp-nav-toggle.active span:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg);
}
.header {
  list-style: none;
  height: 72px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #333;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 20px;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}
.scroll-to-top.show {
  opacity: 0.7;
  pointer-events: auto;
}
.scroll-to-top:hover {
  opacity: 1;
}
/*フォントサイズ*/
p {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 2;
  text-align: justify;
}
small {
  font-size: clamp(16px, 1vw, 18px);
  font-weight: bold;
}
h1 {
  font-size: clamp(16px, 3vw, 40px);
  font-weight: bold;
}
h2 {
  font-size: clamp(16px, 3vw, 48px);
  font-weight: bold;
}
h3 {
  font-size: clamp(16px, 3vw, 40px);
  font-weight: bold;
}
h4 {
  font-size: clamp(16px, 1vw, 20px);
  font-weight: bold;
}
strong {
  font-size: clamp(16px, 3vw, 40px);
  font-weight: bold;
}
.main-img-item-box-01 p {
  font-size: clamp(16px, 4vw, 80px);
  font-weight: bold;
}
.case-box4 p, .case-box1 p {
  font-size: clamp(16px, 3vw, 39px);
}
.point-box2item h2 span:nth-of-type(1) {
  font-size: clamp(16px, 3vw, 40px);
}
.point-box2item h2 span:nth-of-type(2) {
  font-size: clamp(16px, 3vw, 44px);
}
.main-img-item-box-02 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 80%;
  margin: auto;
}
.main-img-item-box-02 p {
  font-weight: bold;
}
.main-img-item-box-02 .flex-box-column:nth-of-type(1) p {
  color: #f18b02;
}
.main-img-item-box-02 .flex-box-column:nth-of-type(2) p {
  color: #00b580;
}
.main-img-item-box-02 h1 + .flex-box-row {
  gap: 2rem;
  max-width: 1100px;
}
.main-img-item-box-02 h1 + .flex-box-row > .flex-box-column {
  justify-content: center;
  align-items: center;
  flex: 1;
}
.main-img-item-box-02 h1 + .flex-box-row > .flex-box-column a {
  font-weight: bold;
  background-color: #f18b02;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5vw;
  width: 100%;
}
.main-img-item-box-02 h1 + .flex-box-row > .flex-box-column:nth-of-type(2) a {
  background-color: #00b580;
}
.flex-box-row {
  display: flex;
  flex-direction: row;
}
.flex-box-column {
  display: flex;
  flex-direction: column;
}
.main-img-item-box-02 .btm01 {
  font-weight: bold;
  background-color: #f0f0f0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5vw;
  width: 100%;
}
/*text-align*/
.header-nav, .case-box3 .case-box3item p:nth-of-type(1), section.dl-box h2, section.dl-box a, .titlebox h2, .titlebox p, .features li h3, .case-btn, .newpost .post-box .other-post .post-category, .media-coverage, .media-coverage .media-partner p, .media-coverage .media-item p, footer ul li a, .point-item, .point-item p, .case h3, .case-box3 .case-box3item, .case-box4 p, .performance-imgbox, .performance-itembox h3, .performance-textbox strong {
  text-align: center;
}
/*padding*/
.top .main-img-box {
  padding: 3% 1% 3% 1%;
}
.top .logo-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.top .logo-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1%;
}
footer ul, .case h3 {
  padding-bottom: 5%;
}
.performance-imgbox h4 {
  padding-bottom: 2%;
}
.performance-itembox, .case-box4, .case h3, .point, section.dl-box,  .features li p {
  padding: 4rem;
}
.features ul{
	padding:2rem;
}
section.dl-box a, .features li h3 {
  padding: 5%;
}
/*margin: auto*/
.point-box2 > .flex-box-row {
  margin: auto;
  width: 90%;
}
/*color: #00b580;*/
.point-item h2 span, .point-box2item strong, .case-box4 p span:nth-of-type(2), .features li h3 span, .performance-itembox h3 span:nth-of-type(2) {
  color: #00b580;
}
/*background: #fff;*/
.point-box, section.dl-box a, .features li h3, .features li img, .features li p {
  background: #fff;
}
/*background: #c7efe2;*/
.point, .features li {
  background: #c7efe2;
}
/*border-radius: 1vw*/
.case-study .custom-card .card-image, .case-btn, .newpost .post-box, .newpost .post-box .first-post .post-thumbnail, .newpost .post-box .first-post .post-thumbnail img, .point-box, .features li, .accordion-box li, .performance-imgbox, .performance-textbox strong {
  border-radius: 1vw
}
/*gap: 2rem;*/
.titlebox, section.dl-box, .case-box3, .case-study .custom-card .card-content, .media-coverage, footer ul {
  gap: 2rem;
}
/*gap: 3rem;*/
.point-box2item, .accordion-box, .newpost .post-box, .newpost .post-box .first-post {
  gap: 3rem;
}
/*transition: all 0.3s ease;*/
.header-nav li a, .header-logo img, section.dl-box a, .case-study .custom-card .card-content .detail-btn a, .case-btn, .newpost .post-box .other-post .post-category, .newpost .post-box .other-post .post-title, .newpost .post-box .first-post .post-title a, .newpost .post-box .first-post .post-category, .newpost .post-box .first-post .post-thumbnail img, footer ul li a, .main-img-item-box-02 h1 + .flex-box-row > .flex-box-column a {
  transition: all 0.3s ease;
}
/*transform: scale(1.1);*/
section.dl-box a:hover, .header-nav li a:hover, .newpost .post-box .first-post .post-title a:hover, .newpost .post-box .first-post .post-category:hover, .newpost .post-box .first-post .post-thumbnail img:hover, .header-logo img:hover, footer ul li a:hover, .main-img-item-box-02 h1 + .flex-box-row > .flex-box-column a:hover {
  transform: scale(1.05);
}
/*display: block;*/
img, .sp-nav-toggle span .case-box3 .case-box3item span, .titlebox h2 span:nth-of-type(1), label[for], .case-study .custom-card .card-content .detail-btn a, .case-btn, .newpost .post-box .other-post .post-category, .newpost .post-box .other-post .post-title a, .newpost .post-box .first-post .post-title a, .newpost .post-box .first-post .post-thumbnail {
  display: block;
}
/*overflow: hidden;*/
.point-box2item2, .features li img, .accordion-box li, .accordion-box .accordion-item, .case-study .custom-card .card-image, .newpost .post-box .other-post .post-title, .newpost .post-box .first-post .post-thumbnail {
  overflow: hidden;
}
/* frontpage-Section 1 */
.top .main-img-box {
  gap: 5%;
  position: relative;
}
.top .main-img-item {
  line-height: 2;
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
.top .main-img-item h1, .top .main-img-item p {
  white-space: nowrap;
  line-height: 2.5;
}
.top .main-img-item h1 span:nth-of-type(1) {
  display: flex;
  align-items: baseline;
  line-height: 1.8;
  white-space: nowrap;
}
.top .main-img-item h1 span:nth-of-type(2) {
  color: #00b580;
}
.top .main-img-item .last {
  white-space: initial;
}
.top .main-img-item img {
  max-width: clamp(200px, 50vw, 427px);
}
.top .main-img {
  justify-content: end;
  z-index: -1;
  flex: 0.8;
}
.top .logo-list {
  gap: 3%;
  justify-content: space-between;
  margin-left: -1%;
  width: 100%;
}
.top .logo-list li {
}
.top .logo-list li img {
  width: 100%;
  max-width: 150px;
  height: auto;
}
.top .main-img-box + .flex-box-row {
  gap: 5%;
}
/*frontpage-section02*/
.point-box {
  max-width: 1275px;
}
.point-box2 {
  gap: 2rem;
  align-items: flex-start;
}
.point-item {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 3rem 5% 0;
}
.point-box .point-box2:nth-of-type(2) {
  flex-direction: row-reverse;
}
.point-box .point-box2:nth-of-type(3) h2 span:nth-of-type(2) {
  font-size: clamp(16px, 3vw, 48px);
}
.point-box ul {
  gap: 4rem;
  padding: 4rem;
}
.point-box2item h2 {
  position: relative;
	line-height: 1.5;
}
.point-box2item strong{
	line-height: 1.5;
}
.point-box2item h2 span:nth-of-type(1) {
  font-size: clamp(16px, 2vw, 30px);
  font-weight: bold;
}
.point-box2item {
  flex: 1.5;
}
.point-box2item2 {
  border-radius: 50%;
  z-index: 1;
  flex: 1;
  border: #00b580 solid 6px;
  background: #fff;
}
.point-box2item2 img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  object-position: 35% 50%;
}
.point-box2:nth-of-type(3) .point-box2item2 img {
  object-position: 50% 50%;
  object-fit: contain;
}
/*frontpage-section03*/
.point, .case, .performance, .features .flex-box-column:nth-of-type(2), .accordion .flex-box-column:nth-of-type(2), .newpost article {
  background: #c7efe2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5% 5%;
}
.case > .flex-box-column {
  max-width: 1275px;
  background: #fff;
  border-radius: 1vw;
}
.case .case-box1 {
  padding: 10% 5%;
  background: #DAECDD;
}
.case-box3 .case-box3item, .case .case-box2, .case .case-box1 {
  align-items: center;
}
.case .case-box1 .flex-box-row img {
  width: 40%;
}
.case .case-box2 {
  gap: 4rem;
  padding: 0 4rem;
}
.case .case-detail {
  width: 50%;
}
.case-box3 {
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.case-box3 .case-box3item {
  width: 32%;
  gap: 1rem;
}
.case-box3 .case-box3item h4 {
  background: #F18B00;
  padding: 4%;
  border-radius: 0.5vw;
  color: #fff;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  width: 100%;
}
.case-box3 .case-box3item img {
  width: 100%;
  height: 10rem;
  max-width: 200px;
}
.case-box3 .case-line {
  width: 1%;
  min-width: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: clamp(5px, 1vw, 10px);
  align-self: stretch;
}
.case-box4 p {
  font-weight: bold;
}
.case-box4 p span, .case .case-box1 .flex-box-row {
  align-items: baseline;
  justify-content: center;
}
.features h2 span:nth-of-type(2) img, .case-box4 p span img {
  width: 30%;
}
section.dl-box {
  justify-content: center;
  background: #00b580;
}
section.dl-box h2 {
  color: #fff;
}
section.dl-box .flex-box-column {
  align-items: center;
  width: 30%;
  gap: 1rem;
}
section.dl-box ul {
  justify-content: center;
  gap: 5%;
	background: #fff;
    padding: 2%;
    border-radius: 1vw;
}
section.dl-box p {
  color: #333;
}
section.dl-box a {
  width: 100%;
  border-radius: 0.5vw;
  font-weight: bold;
  font-size: clamp(16px, 2vw, 30px);
	background-color: #f18b02;
	color:#fff;
}
section.dl-box li:nth-of-type(2) a {
	background-color: #00b580;
}
/*titlebox　frontpageのcase-studytitlebox兼用　case-studyは下にあります*/
.titlebox {
  background: #fff;
  padding: 10% 5%;
}
.titlebox h2 {
  gap: 1rem;
}
.another-title .another-title-box1 {
  padding: 10% 5%;
  background: #fff;
}
.another-title .another-title-box1 {
  align-items: center;
}
.another-title .another-title-box1 .flex-box-row {
  align-items: baseline;
  justify-content: center;
}
.another-title .another-title-box1 p {
  font-size: clamp(16px, 4vw, 80px);
    font-weight: bold;
    line-height: 1.5;
}
.another-title .another-title-box1 .flex-box-row img {
  width: 60%;
}
.case-study .titlebox h2 span {
  width: 100%;
  display: flex;
}
.case-study .titlebox .flex-box-row, .case-study .titlebox h2 {
  padding: initial;
}
.case-study .titlebox .flex-box-row img {
  width: 30%;
}
.case-study .titlebox span, .titlebox h2 span:nth-of-type(2) {
  align-items: baseline;
  justify-content: center;
  font-size: clamp(16px, 4vw, 80px);
}
.case-study .titlebox span, .titlebox h2 span:nth-of-type(2) img {
  width: 30%;
}
/*frontpage-features*/
.features .flex-box-column:nth-of-type(2) ul {
  max-width: 1275px;
  background: #fff;
  border-radius: 1vw;
}
.features ul {
  flex-wrap: wrap;
  justify-content: space-between;
	display: initial;
}
.features li {
  padding: 2rem;
  margin-bottom: 5%;
}
.features li:nth-of-type(4){
  margin-bottom: 0%;
}
.features li h3 {
 
  border-radius: 1vw 1vw 0vw 0vw;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
.features li img {
  object-fit: contain;
    object-position: center;
    height: 250px;
    padding: 1% 5%;
    background: #c7efe2;
    margin-left: 2%;
    float: right;
    border-radius: 1vw 0vw 0 1vw;
    width: 35%;
}
.features li p {
 
  border-radius: 0 0 1vw 1vw;
    padding: 0 5% 5%;
}
/* Firefox（PC、Android）scrollbarデザイン*/
.accordion-box .accordion-item p, .features li p {
  scrollbar-width: thin; /* "auto" | "thin" | "none" */
  scrollbar-color: #00b580 #DAECDD; /* thumb color | track color */
}
/* Chrome, Safari（WebKit系ブラウザ）用 */
.features li p::-webkit-scrollbar {
  width: 6px;
}
.features li p::-webkit-scrollbar-track {
  background: #DAECDD;
  border-radius: 1vw;
}
.features li p::-webkit-scrollbar-thumb {
  background-color: #00b580;
  border-radius: 1vw;
}

.features.features-margin li:nth-of-type(2) {
  margin-bottom: 0;
}
.features-margin li img{
	height: 250px;
}
/*frontpage-section-5*/
.accordion-box {
  padding: 4rem;
}
label[for] {
  background: #00b580;
  position: relative;
  color: #fff;
}
label::after {
  font: var(--fa-font-solid);
  content: "\f0d7";
  font-size: clamp(16px, 3vw, 40px);
  position: absolute;
  transition: all 0.3s ease;
  top: 50%;
  right: 1em;
  transform: translateY(-130%);
}
input[type="checkbox"] {
  display: none;
}
.accordion .flex-box-column:nth-of-type(2) ul {
  background: #fff;
  max-width: 1275px;
  border-radius: 1vw;
}
.accordion-box li {
  background: #c7efe2;
	border-radius: 1vw;
}
.accordion-box li:nth-of-type(3) {
  margin-bottom: 0;
}
/*:hasはエディター上でエラーが出る可能性がありますが正常です*/
.accordion-box li:has(input:checked) .accordion-item {
  max-height: 1000px;
  opacity: 1;
}
/*:hasはエディター上でエラーが出る可能性がありますが正常です*/
.accordion-box li:has(input:checked) .accordion-label::after {
  transform: rotate(180deg);
  transform-origin: 50% -20%;
  color: #333;
}
.accordion-box li:has(input:checked) .accordion-item{
	padding: 2%;
}
.accordion-box li h3 {
  padding: 1% 2%;
  background: #00b580;
  color: #fff;
	font-size: clamp(16px, 3vw, 35px);
}
.accordion-box .accordion-item {
  max-height: 0;
    transition: all 0.3s ease;
    padding: 0 2%;
}
.accordion-box .accordion-item p {
  padding: 2%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.9)), url(../../images/frontpage/bg_img.webp);
  background-repeat: no-repeat;
  background-position: right bottom 0;
  background-size: contain;
  background-color: #fff;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
/*frontpage-performance*/
.performance {
  padding-top: 0;
}
.performance > .flex-box-column {
  max-width: 1275px;
  gap: 5vw;
}
.performance .flex-box-column .performance-itembox {
  background: #fff;
  border-radius: 1vw;
  align-items: center;
}
.performance .flex-box-column .performance-itembox:nth-of-type(4) h3 {
  font-size: clamp(16px, 3vw, 38px);
}
.performance-imgbox h4 span, .performance-itembox h3 span:nth-of-type(1) {
  color: #F18B00;
}
.performance-imgbox {
  border: #00b580 solid 6px;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80%;
  flex: 2;
}
.performance-itembox {
  gap: 3rem;
}
.performance-textbox strong {
  padding: 1% 0;
  background: #00b580;
  color: #fff;
  font-size: clamp(14px, 1vw, 16px);
}
.performance-itembox .flex-box-column {
  gap: 4rem;
}
.performance-itembox .performance-textbox {
  gap: 1rem;
  flex: 1;
}
.performance-itembox .flex-box-column .flex-box-row {
  gap: 3rem;
}
.performance-itembox .flex-box-column .row-reverse {
  flex-direction: row-reverse;
}
.performance-itembox .flex-box-column .flex-box-row p {
  flex: 1;
}
.performance-itembox .flex-box-column .flex-box-row .performance-textbox p {
  flex: initial;
}
.performance-itembox .table-box {
  overflow: hidden;
  gap: 1rem;
  align-items: end;
  padding-bottom: 2rem;
}
.performance-itembox .table-box:nth-of-type(3) {
  padding-bottom: initial;
}
.performance-itembox .table-box:nth-of-type(1) p {
  color: #00b580;
}
.performance-itembox .table-box h4, .performance-itembox .table-box .table-item p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: #00b580 solid 6px;
  border-radius: 1vw;
  text-align: center;
  font-size: clamp(16px, 2vw, 25px);
  font-weight: bold;
}
.performance-itembox .table-box .table-item .font-size {
  font-size: clamp(16px, 2vw, 20px);
}
.performance-itembox .table-box .table-item .font-size span {
  font-size: clamp(16px, 2vw, 25px)
}
.performance-itembox .table-box h4 {
  flex: 1;
  height: 230px;
  color: #00b580;
}
.performance-itembox .table-box .table-item {
  flex: 1;
  gap: 2rem;
}
.performance-itembox .table-box .table-item p {
  padding: 5%;
  height: 100px;
  line-height: 1.5;
  flex-direction: row;
  align-items: center;
  text-align: justify;
}
.performance-itembox .table-box .table-item .detail{
	position: relative;
	border: initial;
    border-radius: initial;
    background: #00b580;
    color: #fff;
    justify-content: center;
    padding-right: 10%;
    clip-path: polygon(0 0, /* 左上 */ calc(100% - 30px) 0, /* 右上を少し手前まで */ 100% 50%, /* 右真ん中 → 三角の先端 */ calc(100% - 30px) 100%, /* 右下を少し手前まで */ 0 100% /* 左下 */);
}

.performance-itembox .table-box .table-item .detail::after{
	content: "";
    scale: 0.9;
   width: 105.5%;
    right: -2.5%;
    height: 98%;
    background: #fff;
    position: absolute;
    clip-path: polygon(0 0, /* 左上 */ calc(100% - 30px) 0, /* 右上を少し手前まで */ 100% 50%, /* 右真ん中 → 三角の先端 */ calc(100% - 30px) 100%, /* 右下を少し手前まで */ 0 100% /* 左下 */);
}
.performance-itembox .table-box .table-item .detail span{
	font-size: clamp(16px, 2vw, 20px);
	z-index: 1;
	color: #00b580;
}
.performance-itembox .table-box .table-item p img {
  height: 1.3em !important;
  width: 1.3em !important;
}
.performance-itembox .table-box .table-item .img-box {
  overflow: hidden;
  height: 230px;
  width: 100%;
  border-radius: 1vw;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.performance-itembox .table-box .table-item .img-box img {
  object-fit: cover;
  height: 100%;
}
.performance-itembox .box-2 {
  overflow: initial;
}
.performance-itembox .box-2 h4 {
  height: 250px;
}
.performance-itembox .table-box .item-2 p {
  height: 250px;
  background: #00b580;
  border: initial;
  color: #fff;
}
.performance-itembox .table-box .item-3 {
  align-items: center;
}
.performance-itembox .table-box .item-3 h4 {
  height: 250px;
}
.performance-itembox .table-box .item-3 img {
  width: 50%;
  height: 200px;
}
.performance-itembox .table-box .item-3::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f338";
  font-size: clamp(20px, 4vw, 50px);
  color: #f18b02;
}
.performance-itembox .table-box .item-3 p {
  border: initial;
  font-size: clamp(16px, 2vw, 20px);
  text-align: center;
  flex: 1;
  padding-bottom: 0;
}
/*frontpage-case-study*/
.flex-box-column:has(.width1275) {
  background: #c7efe2;
  gap: 4vw;
  padding: 5% 5%;
}
.case-study .width1275 {
  max-width: 1275px;
  background: #fff;
  border-radius: 1vw;
  margin: auto;
}
.case-study .custom-card {
  gap: 2%;
  padding: 4rem;
  justify-content: space-between;
  align-items: center;
}
.case-study .custom-card:nth-of-type(2) {
  flex-direction: row-reverse;
  padding-top: 0;
}
.case-study .custom-card .card-image {
  border-radius: 1vw;
  border: #000 solid;
  height: 20vw;
  width: 100%;
  min-height: 300px;
  flex: 1;
  flex-basis: 100px;
}
.case-study .custom-card .card-image img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.case-study .custom-card .card-content {
  justify-content: space-between;
  flex: 2;
}
.case-study .custom-card .card-content .detail-btn {
  font-size: clamp(16px, 3vw, 30px);
  text-align: end;
  position: relative;
  padding: 5% 1% 1% 0;
  justify-content: end;
  font-weight: bold;
  color: #00b580;
}
.case-study .custom-card .card-content .detail-btn a {
  width: fit-content;
}
.case-study .custom-card .card-content .detail-btn a:hover {
  transform: translateX(-1rem);
}
.case-study .custom-card .card-content h2 {
  color: #F18B00;
}
.case-study .custom-card .card-content .subtitle {
  font-weight: bold;
}
.case-btn {
  padding: 2%;
  width: 40%;
  margin: 0% auto 0% auto;
  color: #fff;
  background: #00b580;
  border-radius: 1vw;
  font-size: clamp(16px, 3vw, 30px);
  font-weight: bold;
}
/*frontpage-newpost*/
.newpost {
  background: #c7efe2;
}
.newpost article {
  gap: 4vw;
}
.newpost .post-box {
  padding: 4rem;
  background: #fff;
  border-radius: 1vw;
  max-width: 1275px;
  width: 100%;
}
.newpost .post-box .first-post {
  position: relative;
  padding-bottom: 2rem;
}
.newpost .post-box .other-post .post-category {
  font-size: clamp(14px, 1vw, 20px);
  background: #DAECDD;
  padding: 1%;
  /* margin-bottom: 2%; */
  width: 30%;
  color: #888;
  border-radius: 1vw 1vw 0vw 0vw;
}
.newpost .post-box .other-post .post-title:hover, .newpost .post-box .other-post .post-category:hover {
  transform: translateX(2rem);
  background-color: #F18B00;
  color: #fff;
}
.newpost .post-box .other-post {
  color: #fff;
}
.newpost .post-box .other-post .post-title {
  position: relative;
  text-align: end;
  border-radius: 0vw 1vw 1vw 1vw;
}
.case-btn:hover {
  transform: scale(1.05);
}
.newpost .post-box .other-post .post-title a {
  background: #00b580;
  padding: 2%;
}
.newpost .post-box .first-post .post-title a {
  width: fit-content;
}
.newpost .post-box .first-post .post-title {
  justify-content: center;
}
.newpost .post-box .first-post .post-category {
  position: absolute;
  z-index: 1;
  padding: 2%;
  background: #F18B00;
  color: #fff;
  border-radius: 1vw 0vw 0vw 0vw;
}
.newpost .post-box .first-post .post-thumbnail {
  position: relative;
  max-height: 500px;
  height: 50vw;
  border-radius: 1vw;
}
.newpost .post-box .first-post .post-thumbnail img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 1vw;
}
/*メディア掲載*/
.media-coverage {
  align-items: center;
  padding: 5%;
  background-image: url("../../images/frontpage/img16.webp"),url("../../images/frontpage/img17.webp");
	background-color:#fff;
  background-repeat: no-repeat;
	background-position: right bottom, left bottom;
	background-size: 25%,18%;
}
.media-coverage h2{
	color: #00b580;
}
.media-coverage h3 {
  font-size: clamp(16px, 3vw, 30px);
  font-weight: bold;
}
.media-coverage .media-partner p, .media-coverage .media-item p {
  font-size: clamp(16px, 3vw, 30px);
}
/*footer*/
footer {
  background-image: linear-gradient(to left, rgba(199, 239, 226, 0) 0%, rgba(199, 239, 226, 1) 100%), url(../../images/frontpage/mainimg.webp);
    background-color: #c7efe2;
    background-size: 50%;
    background-position: right 0 top 2rem;
    background-repeat: no-repeat;
    padding: 5% 5% 5% 5%;
    border-bottom: #00b580 solid clamp(20px, 4vw, 60px);
}
footer ul li {
  align-items: center;
  width: 30%;
  gap: 1rem;
}
footer ul li p {
  color: #333;
}
footer ul li a {
  width: 100%;
  border-radius: 0.5vw;
  font-weight: bold;
  font-size: clamp(16px, 2vw, 30px);
  background: #f18b02;
  padding: 5%;
	color: #fff;
}
footer ul li:nth-of-type(2) a {
	background: #00b580;
}
.inner-title {
  background: url(../../images/category/catetop_img2.png), url(../../images/category/catetop_img1.png);
  background-size: clamp(70px, 15vw, 500px);
  background-position: right bottom -3%, left bottom -3%;
  background-repeat: no-repeat;
  height: 20vw;
  min-height: 150px;
  justify-content: center;
  color: #00b580;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pagination {
  display: flex;
  gap: 1rem;
}
.page-numbers {
  display: block;
  border-radius: 1vw;
  padding: 1rem;
}
.pagination span {
  background: #00b580;
  color: #fff;
  border: #00b580 solid 0.16rem;
}
.pagination a {
  background: #DAECDD;
  color: #333;
  border: #00b580 solid 0.16rem;
}
.pagination .prev, .pagination .next {
  padding: 0.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.box-sp {
  display: none;
}
.slider-controls {
  display: none;
}
.contact-btn a {
  position: fixed;
  right: -1rem;
  top: 542px;
  z-index: 100;
}
.contact-btn a div {}
.contact-btn a div::before {
  content: "";
  background-image: url(../../images/frontpage/btn.webp);
  background-repeat: no-repeat;
  height: 200px;
  display: block;
  width: 73.51351351351352px;
  background-size: contain;
  transition: transform 0.3s ease;
}
.contact-btn a div:hover::before {
  transform: translatex(-1rem)
}

.mainbtn-tuika{
	flex-direction: row;
    justify-content: center;
    border-radius: 0.5vw;
    font-weight: bold;
    align-items: center;
    border: #00b580 solid;
    transform: translateY(-20px);
    max-width: 1100px;
    height: 50px;
    display: flex;
}

/*レスポンシブ*/
@media (max-width: 767px) {
  .performance-itembox, .case-box4, .point, .features li p, .point-box ul, .accordion-box, .newpost .post-box, .case-study .custom-card {
    padding: 10% 5%;
  }
  .case .case-box2 {
    padding: 0 5%;
  }
  .top .main-img-box {
    padding: 10% 1% 10% 1%;
  }
  .top .main-img-item h1 span {
    justify-content: center;
  }
  .top .logo-box {
    display: block;
  }
  .top .logo-list {
    flex-wrap: wrap;
    gap: normal;
  }
  .top .logo-list li {
    width: 23%;
  }
  /*.top .logo-list:nth-of-type(1) {
    padding: 3% 1%;
  }
  .top .logo-list:nth-of-type(2) {
    padding: 0% 1% 3% 1%;
  }*/
  .top .main-img-box + .flex-box-row {
    flex-direction: column;
  }
  .features.features-margin li:nth-of-type(1) {
    margin-bottom: 2rem;
  }
  .main-img-item-box-02 {
    gap: 0rem;
  }
  .main-img-item-box-02 h1 + .flex-box-row {
    gap: 1rem;
    flex-direction: column;
    padding-bottom: 10%;
  }
  .main-img-item-box-02 .btm01 {
    margin-bottom: 10%;
  }
  .accordion-box {
    gap: 2rem;
  }
  .accordion-box li h3 {
    padding: 5% 2%;
    justify-content: center;
  }
  .case .case-box1, .performance-imgbox h4, footer ul, .case h3 {
    padding-bottom: 10%;
  }
  .point-item {
    gap: 2rem;
  }
  .point-box ul {
    gap: 2rem;
  }
  .point-box .point-box2:nth-of-type(2), .point-box .point-box2 {
    flex-direction: column;
  }
  .features li p {
    padding: 5%;
  }
  .case-box4, .case h3, .point, section.dl-box, .features ul {
    padding: 10% 5%;
  }
  section.dl-box a, .features li h3 {
    padding: 5%
  }
  .main-img-item-box-02 p, p {
    font-size: clamp(14px, 2vw, 40px);
  }
  strong, h3, h2 {
    font-size: clamp(16px, 3vw, 40px);
  }
  small, .point-box2item h2 span:nth-of-type(1) {
    font-size: clamp(16px, 2vw, 40px);
  }
  .top .main-img-item p {
    white-space: initial;
  }
  .sp-nav-toggle {
    display: flex;
  }
  .header-nav.sp-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: right 0.3s ease;
    z-index: 9999;
  }
  .header-nav.sp-nav.open {
    right: 0;
  }
  .main-img-box {
    flex-direction: column;
    padding-bottom: 10%;
  }
  .header-nav ul {
    flex-direction: column;
    width: 90%;
    gap: 10%;
    margin-right: 0;
  }
  .top .main-img-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .case-box1 h2, .point-box2item, .point-box2item strong, .top .main-img-item h1, .top .main-img-item-box-01 p, .top .main-img-item-box-01 {
    text-align: center;
  }
  .top .main-img-item-box-01 {
    margin-bottom: 3%;
  }
  .top .main-img-item-box-02, .top .main-img-item .last {
    width: 72%;
  }
  .top .main-img-item h1, .top .main-img-item p {
    white-space: initial;
  }
  .top .main-img {
    flex-direction: initial;
  }
  .top .main-img img {
    width: 50%;
  }
  .top .main-img-item br {
    display: none;
  }
  .point-box2item {
    gap: 2rem;
  }
  .point-box2item2 {
    border-radius: 1vw;
    width: 100%;
  }
  .point-box2item2 img {
    height: 200px;
    object-position: 50% 30%;
    transform: translateX(10px)
  }
  .point-box2:nth-of-type(1) h2::after, .point-box2:nth-of-type(2) h2::after, .point-box2:nth-of-type(3) h2::after {
    left: 0;
    right: 0;
  }
  .case-box3 {
    flex-direction: column;
    gap: 2rem;
  }
  .case .case-box2 {
    gap: 5vw;
  }
  .case-box3 .case-box3item {
    width: 100%;
  }
  .case-box3 .case-line {
    width: 100%;
    height: 2px;
    align-self: auto;
  }
  .titlebox h2 span:nth-of-type(2) img, .features .features-titlebox h2 span:nth-of-type(2) img, .case-box4 p span img {
    width: 50%;
  }
  section.dl-box {
    flex-direction: column;
  }
  .features li, section.dl-box .flex-box-column {
    width: 100%;
  }
 .features .features-titlebox h2 {
    padding-bottom: 5%;
  }
  .features .width1275 {
    max-width: 1275px;
  }
  .features ul {
    flex-direction: column;
  }
	.features li {
    
    margin-bottom: 2rem;
}
 
  .features li img {
    height: 150px;
  }
  .features li p {
    height: 200px;
  }
	label[for] {
		background: #c7efe2;
		padding-bottom: 20px;
		color: #333;
	}
  /*:hasはエディター上でエラーが出る可能性がありますが正常です*/
  
  label::after {
    transform: translateY(-50%)
	}
	.accordion-box li {
		border-radius: 1vw;
	}
  .accordion-box li:has(input:checked) .accordion-item p {
    overflow-y: scroll;
	  max-height: 300px;
  }
	
	.accordion-box li:has(input:checked) .accordion-label::after {
    transform-origin: 50% 30%;
	}
	.accordion-box li:has(input:checked) .accordion-label{
		padding-bottom: 20px;
	}
	.accordion-box li:has(input:checked) label[for] {
		background: #00b580;
	}
  .performance-textbox strong, .performance-imgbox h4 {
    padding: 5% 0;
  }
  .performance-itembox .flex-box-column .flex-box-row {
    flex-direction: column;
  }
  .performance-itembox .flex-box-column {
    gap: 2rem;
  }
  section.dl-box, .case-box3, .case-study .custom-card .card-content, .newpost .post-box, .newpost .post-box .first-post, .media-coverage, footer ul {
    gap: 2rem;
  }
  .case-study .titlebox .flex-box-row img {
    width: 50%;
  }
  .case-study .custom-card:nth-of-type(2), .case-study .custom-card {
    flex-direction: column;
  }
  .case-study .custom-card .card-image {
    margin-bottom: 5%;
    min-width: initial;
    min-height: 150px;
  }
  .case-study .custom-card .card-content h2 {
    font-size: clamp(24px, 4vw, 80px);
    text-align: center;
  }
  .case-btn {
    padding: 5% 2%;
  }
  .case-study .custom-card .card-content .detail-btn {
    font-size: clamp(16px, 2vw, 20px);
    padding: 5% 1% 5% 0;
  }
  .case-study .custom-card {
    padding: 10% 5%;
  }
  .newpost .post-box .other-post .post-category {
    width: 70%;
  }
  .newpost .post-box .other-post .post-title:hover, .newpost .post-box .other-post .post-category:hover {
    transform: translateX(1rem);
    background-color: #F18B00;
    color: #fff;
  }
  .newpost .post-box .other-post .post-title a {
    padding: 4% 2%;
  }
  .newpost .post-box {}
  section.dl-box ul {
    flex-direction: column;
    gap: 2rem;
	padding: 5%;
  }
  footer {
    padding-bottom: 15%;
    background-position: right 0 bottom;
  }
  footer ul {
    gap: 1rem;
  }
  footer ul li {
    width: 100%
  }
  .itembox-pc {
    display: none;
  }
  .box-sp {
    display: block;
  }
  .performance .flex-box-column .performance-itembox:nth-of-type(4) {
    gap: 2rem;
  }
  .itembox-sp .sp-box {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  .itembox-sp .sp-box h4 {
    padding: 5%;
    background: #fff;
    border-radius: 1vw;
    text-align: center;
    font-size: clamp(16px, 3vw, 40px);
    font-weight: bold;
    width: 100%;
    color: #00b580;
	  clip-path: polygon(0 0, /* 左上 */ calc(100% - 30px) 0, /* 右上を少し手前まで */ 100% 50%, /* 右真ん中 → 三角の先端 */ calc(100% - 30px) 100%, /* 右下を少し手前まで */ 0 100% /* 左下 */);
  }
  .itembox-sp .sp-box .img-box {
    border-radius: 1vw;
    overflow: hidden;
    background: #fff;
  }
  .itembox-sp .sp-box .img-box p {
    padding: 5%;
  }
  .itembox-sp .sp-box .img-box img {
    object-fit: cover;
    padding: 5%;
  }
  .itembox-sp .sp-box h5 {
    color: #fff;
  }
  .itembox-sp .sp-box .item-3 {
    width: 100%;
    align-items: center;
    background: #fff;
    padding: 5%;
    border-radius: 1vw;
  }
  .itembox-sp .sp-box .item-3 img {
    height: 200px;
  }
  .itembox-sp .sp-box .item-3 p {}
  .box-sp {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .box-sp .slider-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
  }
  .box-sp .performance-itembox.itembox-sp {
    flex: 0 0 100%;
    min-width: 100%;
    box-sizing: border-box;
    display: flex;
    background: #00b580;
  }
  .slider-controls {
    display: flex;
    gap: 2rem;
  }
  .slider-controls #prevBtnSP span::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0a8";
    display: inline-block;
    font-size: 10vw;
    color: #00b580;
    transition: transform 0.3s ease;
  }
  .slider-controls #nextBtnSP span::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0a9";
    display: inline-block;
    font-size: 10vw;
    color: #00b580;
    transition: transform 0.3s ease;
  }
  .slider-controls #prevBtnSP span:hover::before, .slider-controls #nextBtnSP span:hover::before {
    transform: scale(1.2);
  }
  .contact-btn a {
    position: fixed;
    right: -1.5rem;
    top: 742px;
    z-index: 100;
  }
  .contact-btn a div::before {
    content: "";
    background-image: url(../../images/frontpage/btn.webp);
    height: 100px;
    display: block;
    width: 50px;
    background-size: contain;
    transition: transform 0.3s ease;
    background-repeat: no-repeat;
  }
  .contact-btn a div:hover::before {
    transform: translatex(-0.5rem)
  }
	.features ul {
		display: flex;
	}
	.features li {
  padding: 2%;
  margin-bottom: 2rem;
}
.features li:nth-of-type(4) {
  margin-bottom: 0%;
}
.features li h3 {
  font-size: clamp(16px, 3vw, 30px);
  border-radius: 2vw 2vw 0vw 0vw;
  display: flex;
  flex-direction: column;
  line-height: 1.6;
}
.features li img {
  object-fit: contain;
  object-position: center;
  padding: 5% 0;
  background: #c7efe2;
	float: initial;
	margin-left:0;
	width: 100%;
}
.features li p {
  overflow-y: scroll;
  border-radius: 0vw 0vw 0vw 2vw;
  padding: 5%;
}
	
} /*:←hasの影響でエディター上エラーが出る可能性がありますが正常です*/