/*
Theme Name: balance
Theme URI: https://balance-inc.com/
Author: balance
Author URI: https://balance-inc.com/
Description: パートナーセールス代行と戦略的コンサルティングを融合したサービスで、営業活動の全プロセスを効率化。さらに、DXアライアンス事業として、生成AIツールやコミュニティ構築ツール、顧客体験向上ツールも展開。ビジネスのデジタル変革を徹底支援します。
Tags: パートナーセールス代行, DXアライアンス
Version: 2024.7
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: balance
*/

/* reset.css */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
    font-family: 'Noto Sans JP', sans-serif;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
    cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
    list-style: none;
}

/* For images to not be able to exceed their container */
img {
    max-width: 100%;
}

/* removes spacing between cells in tables */
table {
    border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
    -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
    white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
    -webkit-appearance: revert;
    appearance: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
    color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
    display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
    -webkit-user-drag: element;
}

/* common */
html {scroll-behavior: smooth;}
@font-face {
    font-family: 'SansSerifFLF';
    src: url('../balance/asset/font/SansSerifFLF.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/*body {
    font-family: 'SansSerifFLF', sans-serif;
} */

:root {
    --main-primary: #313131;
	 --main-secondary: #5300BC;
	 --main-text: #222222;
	 --swiper-theme-color: #5300BC;
}
p {line-height: 2.5; letter-spacing: 1.44px; color: var(--main-text); word-wrap: break-word; font-size: 1.1rem;}
a {transition: 0.3s ease-in-out; letter-spacing: 1.44px;}


a.primaryBtn {
    display: flex;
    width: 200px;
    justify-content: center;
    align-items: center;
    position: relative;
    background: var(--main-primary);
    color: #fff;
    padding: 12px 0 14px;
}
a.primaryBtn:hover, a.secondaryBtn:hover {
    opacity: 0.85;
}
a.primaryBtn:after, a.secondaryBtn:after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
    position: absolute;
    right: 16px;
    opacity: 0.5;
    font-size: 1rem;
    top: 16px;
	 transition: 0.3s ease-in-out;
}
a.primaryBtn:hover:after, a.secondaryBtn:hover:after {
    top: 12px;
    right: 20px;
}
a.primaryBtn:before, a.secondaryBtn:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
    position: absolute;
    right: 16px;
    opacity: 0.4;
    font-size: 1rem;
    top: 16px;
	 transition: 0.3s ease-in-out;
}
a.primaryBtn:hover:before, a.secondaryBtn:hover:before {
    opacity: 0.9;
}
a.secondaryBtn {
    display: flex;
    width: 240px;
    justify-content: center;
    align-items: center;
    position: relative;
    background: var(--main-secondary);
    color: #fff;
    padding: 18px 0 20px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2.1px;
}
a.secondaryBtn:after, a.secondaryBtn:before {
    top: 23px;
}
a.secondaryBtn:hover:after {
    top: 18px;
}

.heading {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.heading h2, .heading h3 {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 5.84px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 30px;
	 gap: 10px;
}
.heading h2 span, .heading h3 span {
    font-family: 'SansSerifFLF', sans-serif;
    color: var(--main-secondary);
    font-size: 1.8rem;
    letter-spacing: 3.9px;
}
.heading h2:after, .heading h3:after {
    content: "";
    width: 100px;
    height: 1px;
    background: var(--main-secondary);
    position: absolute;
    bottom: 0;
}



/* header */
header#header {
    z-index: 101;
    position: fixed;
    top: 0;
    width: 100%;
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 2%;
	  transition: 0.3s ease-in-out;
}

.header__inner--right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
a.header__inner--left:hover {
    opacity: 0.6;
}
ul.header__inner--rightParent {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}
ul.header__inner--rightParent li a {
    display: inline-block;
    padding: 6px 20px;
}
ul.header__inner--rightParent li a:hover {
    color: var(--main-secondary);
}
li.huschild {
    display: inline-block;
    padding: 6px 20px;
    position: relative;
	 cursor: pointer;
}
li.huschild:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 3px;
    opacity: 0.7;
    font-size: 1rem;
    top: 22px;
    transition: 0.3s ease-in-out;
}
li.huschild:hover p {
    color: var(--main-secondary);
}
ul.header__inner--rightChild {
    opacity: 0;
	 pointer-events: none;
	 position: absolute;
	 transition: 0.3s ease-in-out;
	 white-space: nowrap;
	 background: #FFF;
    box-shadow: -30px 5px 70px 0px rgba(0, 0, 0, 0.12);
    z-index: 100;
	 display: flex;
    flex-direction: column;
    padding: 8px 12px 10px 20px;
}
li.huschild:hover ul.header__inner--rightChild {
    opacity: 1;
    position: absolute;
    pointer-events: auto;
}
ul.header__inner--rightChild li {
    position: relative;
    padding-left: 12px;
}
ul.header__inner--rightChild li a {
    padding: 10px 12px 12px;
    width: 100%;
}
ul.header__inner--rightChild li a:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.4;
    left: 8px;
}
header#header.resize .header__inner {
    background: #fff;
    filter: drop-shadow(0px 1px 16px #ddd);
    padding-top: 4px;
    padding-bottom: 4px;
}
nav.nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 45px;
}
header#header.resize .header__inner.nonechange {
    background: #222;
}

/* mv */
section#mv {
    display: block;
    position: relative;
}
.mv__video {
    position: absolute;
    width: 100%;
    height: 850px;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.mv__video video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    pointer-events: none;
	 object-fit: cover;
}
.mv__video--circle {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.mv__video--circleOne {
    position: absolute;
    right: 18%;
    top: 0;
}
.mv__video--circleTwo {
    position: absolute;
    right: 1%;
    top: 0px;
    width: 440px;
    height: 440px;
	 animation: floating-y 5.8s ease-in-out infinite alternate-reverse;
}
.mv__video--circleThree {
    right: 0;
    position: absolute;
    top: 50%;
}
.mv__video--circleFour {
    position: absolute;
    bottom: 0;
    right: 20%;
	 animation: floating-y 8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}

.mv__inner {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    flex-direction: column;
    height: 100%;
    min-height: 850px;
    justify-content: center;
    gap: 15px;
}
.mv__inner h1 {
    font-size: 3.4rem;
    line-height: 1.5;
    letter-spacing: 5.84px;
    font-weight: 600;
}
.mv__inner h1 span {
    color: var(--main-secondary);
}
.mv__inner p {
    line-height: 2.53;
}

/* about */
section#about {
    position: relative;
    display: block;
    background: url(/wp-content/themes/balance/asset/img/top_about.jpg) no-repeat;
    padding: 120px 0;
    background-size: cover;
    background-position: top;
}
.about__inner {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: #FFF;
    filter: drop-shadow(-30px 5px 70px rgba(0, 0, 0, 0.12));
    padding: 100px 0 120px;
    gap: 35px;
    z-index: 1;
}
.about__inner:before {
    content: "";
    width: 100%;
    margin-left: calc(50% - 50vw);
    position: absolute;
    left: 0;
    height: 100%;
    background: #fff;
    top: 0;
    pointer-events: none;
}

.about__inner--bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 280px;
    background: linear-gradient(180deg, #F2F2F2 0%, #F7F7F7 100%);
    width: 100%;
}
.about__inner--bottom img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about__inner .mv__video--circleTwo {
    width: 300px;
    height: 300px;
    right: -6%;
}
.about__inner .mv__video--circleThree {
    top: auto;
    bottom: -120px;
}
.about__inner .mv__video--circleFour {
    right: 0;
}

/* service */
section#service {
    position: relative;
    display: block;
}
section#service:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/balance/asset/img/abstract_bg.jpg) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 1000px;
    background-size: cover;
}
.service__inner {
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    gap: 35px;
    position: relative;
    z-index: 1;
}
.service__inner:after {
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.60) 80%, rgba(255, 255, 255, 0.00) 100%);
    content: "";
    width: 100%;
    max-width: 550px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 9999px;
    transform: translateX(-50%);
}
.service__inner .heading {
    max-width: 700px;
}
.service__inner .heading h2, .service__inner .heading p {
    z-index: 1;
}

/* newws */
section#news {
    position: relative;
    padding: 100px 0;
}
.news__inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.news__inner .heading {
    align-items: center;
}
.news__inner .heading h2 {
    text-align: center;
}
.news__inner .heading h2:after {
    content: none;
}

ul.news__inner--list {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin: 0 auto;
}
ul.news__inner--list li a {
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    border-top: solid 1px #ddd;
    gap: 10px;
    position: relative;
}
ul.news__inner--list li:last-child a {
    border-bottom: solid 1px #ddd;
}
ul.news__inner--list li a:hover {
    background: rgb(249,249,249);
    background: radial-gradient(circle, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
}
span.date {
    font-size: 0.9rem;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'SansSerifFLF', sans-serif;
    color: var(--main-secondary);
}
ul.news__inner--list li a h3 {
    font-size: 1.1rem;
    letter-spacing: 1.1px;
    color: #080004;
}
ul.news__inner--list li a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1rem;
    transition: 0.3s ease-in-out;
    opacity: 0.4;
}
ul.news__inner--list li a:hover:after {
    right: 15px;
    opacity: 0.7;
}
section#news a.secondaryBtn {
    width: fit-content;
    margin: 40px auto 0;
    padding-left: 25px;
    padding-right: 47px;
}
/* cta */
section.cta {
    padding: 80px 0 80px;
    display: block;
    position: relative;
}
section.cta:before {
    content: "";
    width: 100%;
    height: 300px;
    background: url(/wp-content/themes/balance/asset/img/ctabg.jpg) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}
.cta__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 70px 50px;
    align-items: center;
    text-align: center;
    gap: 25px;
    position: relative;
    background: #FFF;
    box-shadow: -30px 5px 70px 0px rgba(0, 0, 0, 0.12);
}
.cta__inner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/balance/asset/img/cta_blockbg___.jpg) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}
.cta__inner--heading {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.cta__inner--heading h2 {
    font-size: 1.9rem;
    letter-spacing: 2.4px;
    font-weight: 600;
}
.cta__inner a.primaryBtn {
    z-index: 1;
    width: fit-content;
    padding: 18px 0 20px;
    width: 250px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2.1px;
}
.cta__inner a.primaryBtn:after, .cta__inner a.primaryBtn:before {
    top: 23px;
}
.cta__inner a.primaryBtn:hover:after {
    top: 18px;
}
/* footer */
footer#footer {
    position: relative;
}
.footer__inner {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 0 10px;
    gap: 35px;
}
.footer__inner--left {
    display: block;
}
.footer__inner--left a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transform: translateY(20px);
}
.footer__inner--left a:hover {
    opacity: 0.8;
}
.footer__inner--left a p {
    color: #707070;
    font-size: 0.9rem;
}
.footer__inner--right {
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: 75%;
    gap: 25px;
}
.footer__inner--right ul {
    display: flex;
    flex-direction: column;
}
.footer__inner--right ul li a {
    display: block;
    line-height: 2.5;
    letter-spacing: 1.44px;
    color: var(--main-text);
    word-wrap: break-word;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 6px 0;
    width: 230px;
}
.footer__inner--right li a:hover {
    color: var(--main-secondary);
}
.footer__inner--bottom {
    width: 100%;
    display: flex;
    justify-content: end;
}
.footer__inner--bottom p {
    color: #707070;
    font-size: 0.8rem;
}

/* about header */
body.page-id-12 ul.header__inner--rightParent li a {
    color: #fff;
}
body.page-id-12 li.huschild p, body.page-id-12 li.huschild:after {
    color: #fff;
}
body.page-id-12 ul.header__inner--rightChild li a {
    color: var(--main-text);
}
body.page-id-12 #header a.primaryBtn {
    background: #fff;
    color: var(--main-text);
}
body.page-id-12 ul.header__inner--rightParent li a:hover {
    opacity: 0.7;
}

/* about mv */
section#aboutmv {
    position: relative;
    background: url(/wp-content/themes/balance/asset/img/aboutmv.jpg) no-repeat;
    height: 800px;
    background-size: cover;
    background-position: center;
}
section#aboutmv:after {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.aboutmv__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    text-align: center;
}
.aboutmv__inner .heading, .aboutmv__inner .heading h2 span {
    color: #fff;
}
.aboutmv__inner .heading h2:after {
    content: none;
}
.aboutmv__inner p {
    color: #fff;
}
.aboutmv__inner .heading h2 {
    font-size: 3.4rem;
}
.aboutmv__inner .heading h2 small {
    font-size: 1.9rem;
    font-weight: 500;
    letter-spacing: 4.1px;
}

.aboutmv__inner .heading h2 strong span {
    font-size: 3.4rem;
    display: inline-block;
    transform: translateX(23px);
    letter-spacing: 4px;
    line-height: 1;
}

/* about message */
section#message {
    background: #000;
}
.message__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 120px 0 120px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.message__inner .heading, .message__inner .heading h2 span {
    color: #fff;
}
.message__inner .heading {
    margin-bottom: 15px;
}
.message__inner .heading h2:after {
    background: #fff;
}
.message__inner p {
    color: #fff;
}

/* about corp */
section#aboutcorp {
    position: relative;
    display: block;
    background: url(/wp-content/themes/balance/asset/img/aboutcorp.jpg) no-repeat;
    padding: 120px 0 40px;
    background-size: cover;
    background-position: top;
}
section#aboutcorp:after {
    content: "";
    width: 100%;
    height: 260px;
    background: #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 0;
}
.aboutcorp__inner {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: #FFF;
    filter: drop-shadow(-30px 5px 70px rgba(0, 0, 0, 0.12));
    padding: 80px 0 100px;
    gap: 45px;
    z-index: 1;
}
.aboutcorp__inner:before {
    content: "";
    width: 100%;
    margin-left: calc(50% - 50vw);
    position: absolute;
    left: 0;
    height: 100%;
    background: #fff;
    top: 0;
    pointer-events: none;
}
dl.profile__inner--bottomList {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.profile__inner--bottomLine {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
	 position: relative;
}
.profile__inner--bottomLine dt {
    width: 140px;
    color: #313131;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
}
.profile__inner--bottomLine dt:after {
    content: "";
    width: 1px;
    height: 26px;
    background: #999999;
    position: absolute;
    top: 0;
    right: 0px;
}
ul.lineList {
    list-style: disc;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.profile__inner--bottomMap iframe {
    width: 100%;
}
ul.lineList ul.lineList {
    margin-top: 12px;
}
/* map */
section#map {
    background: #f2f2f2;
}
.map__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: block;
    padding: 40px 0 80px;
}
.map__inner iframe {
    width: 100%;
}

/* breadcrumb */
nav#breadcrumb {
    background: var(--main-primary);
}
nav#breadcrumb ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}
nav#breadcrumb ul li {
    color: rgb(255, 255, 255, .6);
    position: relative;
    font-size: 0.9rem;
    padding: 10px 0;
}
nav#breadcrumb ul li:after {
    content: "▶︎";
    font-size: 0.7rem;
    position: absolute;
    top: 52%;
    right: -26px;
    transform: translateY(-50%);
    opacity: 0.5;
}
nav#breadcrumb ul li:last-child::after {
    content: none;
}
nav#breadcrumb ul li a {
    color: rgb(255, 255, 255, 0.8);
}
nav#breadcrumb ul li a:hover {
    color: rgb(255, 255, 255, 1);
}

/* service */
section#pageHeader.serviceHead {
    background: url(/wp-content/uploads/2024/07/pageheader_service.png) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.pageHeader__inner {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 140px 0 160px;
    gap: 45px;
    z-index: 1;
}
section#pageHeader .heading h2 {
    padding: 0;
}
section#pageHeader .heading h2:after {
    content: none;
}

/* section service */
section#serviceLink {
    position: relative;
    display: block;
    background: #fff;
    padding: 0px 0 120px;
}
section#serviceLink:after {
    content: "";
    width: 100%;
    height: 450px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #222;
}
.serviceLink__inner {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: #FFF;
    filter: drop-shadow(-30px 5px 70px rgba(0, 0, 0, 0.12));
    padding: 80px 0 100px;
    gap: 45px;
    z-index: 1;
}
.serviceLink__inner:before {
    content: "";
    width: 100%;
    margin-left: calc(50% - 50vw);
    position: absolute;
    left: 0;
    height: 100%;
    background: #fff;
    top: 0;
    pointer-events: none;
}
.serviceLink__inner:after {
    content: "";
    width: 80px;
    position: absolute;
    right: -80px;
    height: 100%;
    background: #fff;
    top: 0;
    pointer-events: none;
}
ul.serviceLink__inner--list {
    position: relative;
    display: flex;
    justify-content: space-between;
}
ul.serviceLink__inner--list li {
    width: 500px;
}
ul.serviceLink__inner--list li a {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
ul.serviceLink__inner--list li a h3 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #222;
    position: relative;
    display: block;
    transition: 0.3s ease-in-out;
}
ul.serviceLink__inner--list li a h3:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 16px;
    opacity: 1;
    font-size: 1.3rem;
    top: 15px;
    transition: 0.3s ease-in-out;
}
ul.serviceLink__inner--list li a img {
    transition: 0.3s ease-in-out;
}
ul.serviceLink__inner--list li a:hover > h3 {
    color: var(--main-secondary);
}
ul.serviceLink__inner--list li a:hover > h3:after {
    right: 12px;
}
ul.serviceLink__inner--list li a:hover > img {
    opacity: 0.8;
}

/* partner sales */
section#pageHeader.partnerHead {
    background: url(/wp-content/uploads/2024/07/partnerBG_.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
section#pageHeader.partnerHead:before {
    opacity: 0.6;
    background: var(--main-text);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section#pageHeader.partnerHead .pageHeader__inner {
    padding: 0;
    height: 850px;
    justify-content: center;
}
section#pageHeader.partnerHead .pageHeader__inner .heading {
    padding-bottom: 300px;
    gap: 10px;
    color: #fff;
}
section#pageHeader.partnerHead .heading h2 span, section#pageHeader.partnerHead .heading p {
    color: #fff;
}

/* service inner */
section#serviceBlock {
    margin-top: -300px;
    padding-bottom: 100px;
}
.serviceBlock__inner {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    background: #FFF;
    filter: drop-shadow(-30px 5px 70px rgba(0, 0, 0, 0.12));
    padding: 80px 0 100px;
    gap: 45px;
    z-index: 1;
}
.serviceBlock__inner:before {
    content: "";
    width: 100%;
    margin-left: calc(50% - 50vw);
    position: absolute;
    left: 0;
    height: 100%;
    background: #fff;
    top: 0;
    pointer-events: none;
}
.serviceBlock__inner:after {
    content: "";
    width: 600px;
    height: 640px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/wp-content/uploads/2024/07/maskbg_2.jpg) no-repeat;
    background-size: cover;
}
.serviceBlock__innerInline {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    gap: 140px;
    z-index: 1;
}
.serviceBlock__innerInline--top {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}
.serviceBlock__innerInline--top:after {
    content: "";
    width: 200px;
    height: 1px;
    background: #AAAAAA;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
}
ul.serviceBlock__innerInline--topList {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
ul.serviceBlock__innerInline--topList li {
    line-height: 2.5;
    letter-spacing: 1.44px;
    color: var(--main-text);
    word-wrap: break-word;
    font-size: 1.1rem;
    font-weight: 500;
    position: relative;
    padding-left: 35px;
}
ul.serviceBlock__innerInline--topList li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: 1.3rem;
    top: -3px;
    transition: 0.3s ease-in-out;
    color: var(--main-secondary);
    opacity: 0.4;
}
.serviceBlock__innerInline--bottom {
    display: flex;
    flex-direction: column;
    gap: 90px;
    position: relative;
}
ul.serviceBlock__innerInline--bottomIllust {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	 gap: 70px;
}
ul.serviceBlock__innerInline--bottomIllust li {
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border: solid 1px var(--main-secondary);
    padding: 30px 0;
}
ul.serviceBlock__innerInline--bottomIllust li h4 {
    color: var(--main-secondary);
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1.4px;
}
ul.serviceBlock__innerInline--bottomIllust li p {
    padding: 0 30px;
    line-height: 2.03;
}

.serviceBlock__innerInline--bottom .heading h3 {
    font-size: 2.2rem;
    line-height: 1.8;
}

/* dx alliance */
body.page-id-26 header#header {
    position: relative;
    background: #fff;
    border-bottom: solid 2px #222;
}
section#pageHeader.dxHead {
    position: relative;
}
section#pageHeader.dxHead:before {
    content: "";
    width: 750px;
    height: 800px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/wp-content/uploads/2024/07/maskbg_2.jpg) no-repeat;
    background-size: cover;
}
section#pageHeader.dxHead:after {
    content: "";
    width: 850px;
    height: 360px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/wp-content/uploads/2024/07/Mask-group.png) no-repeat;
    background-size: cover;
}
.pageHeader__inner.dxHeadInner .heading {
    width: 100%;
    max-width: 700px;
}
ul.headBtn {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
}
ul.headBtn .primaryBtn {
    width: 240px;
    color: #fff;
    padding: 18px 0 20px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2.1px;
}
ul.headBtn .primaryBtn:after, ul.headBtn .primaryBtn:before {
    top: 23px;
}
ul.headBtn .primaryBtn:hover:after {
    top: 18px;
}

/* worries */
section#worries {
    position: relative;
    height: 1000px;
    padding: 120px 0;
    background: url(/wp-content/uploads/2024/07/fvunder_bg.png) no-repeat;
    background-size: cover;
	 margin-top: -40px;
}
.worries__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #FFF;
    box-shadow: -30px 5px 70px 0px rgba(0, 0, 0, 0.12);
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 70px;
}
.worries__inner:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
}
.worries__inner .heading h3 {
    text-align: center;
}
.worries__inner .heading h3:after {
    left: 50%;
    transform: translateX(-50%);
}
ul.worriesList {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0 auto;
}
ul.worriesList li {
    line-height: 2.5;
    letter-spacing: 1.44px;
    color: var(--main-text);
    word-wrap: break-word;
    font-size: 1.1rem;
    font-weight: 500;
    position: relative;
    padding-left: 35px;
}
ul.worriesList li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: 1.3rem;
    top: -3px;
    transition: 0.3s ease-in-out;
    color: var(--main-secondary);
}

/* solution */
section#solution {
    position: relative;
    margin-top: -120px;
}
.solution__inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.solution__inner .heading {
    text-align: center;
}
.solution__inner .heading h3:after {
    left: 50%;
    transform: translateX(-50%);
}
ul.solutionList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
}
ul.solutionList li {
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 30px 35px;
    border: solid 1px var(--main-secondary);
}
ul.solutionList li h4 {
    text-align: center;
    color: var(--main-secondary);
    font-size: 1.4rem;
    letter-spacing: 3.9px;
    line-height: 1.53;
    font-weight: 600;
}
.solutionListImg {
    background: #F9F9F9;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.solutionListImg img {
    mix-blend-mode: multiply;
    height: 80px;
    object-fit: contain;
}
ul.solutionList li p {
    line-height: 2;
}
/* case */
section#case {
    position: relative;
    background: #f9f9f9;
    overflow: hidden;
}
.case__inner {
    padding: 80px 0 100px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    gap: 70px;
}
.case__inner .heading {
    text-align: center;
}
.case__inner .heading h3:after {
    left: 50%;
    transform: translateX(-50%);
}
.case__inner--slider {
    position: relative;
}
.item {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background: #FFF;
    box-shadow: -30px 5px 70px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}
.item:before {
    content: "";
    background: url(/wp-content/uploads/2024/07/Frame_bg.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	 pointer-events: none;
	 background-size: cover;
	 opacity: 0.6;
}
.item__header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0 0;
	 position: relative;
}
.item__header h4 {
    text-align: center;
    color: var(--main-secondary);
    font-size: 1.8rem;
    letter-spacing: 3.9px;
    line-height: 1.53;
    font-weight: 600;
}
.item__header p {
    color: #707070;
    font-size: 0.9rem;
    letter-spacing: 0.4px;
}
dl.item__kadai {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 0 60px;
	 position: relative;
}
.item__kadai--inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.item__kadai--inner dt {
    width: fit-content;
    border: solid 1px var(--main-secondary);
    color: var(--main-secondary);
    padding: 4px 18px 6px;
}
.item__kadai--inner dd {
    line-height: 2;
    letter-spacing: 1.44px;
    color: var(--main-text);
    word-wrap: break-word;
    font-size: 1.1rem;
}
.item__bottom {
    background: var(--main-secondary);
    display: flex;
    justify-content: flex-start;
    padding: 20px 60px;
    align-items: center;
    gap: 30px;
	 position: relative;
}
.item__bottom p {
    line-height: 2;
    color: #fff;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -60px;
}
p.caseText {
    text-align: center;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 2.13;
    margin-top: 60px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}

/* dxCTA */
.dxCTA {
    position: relative;
    padding: 80px 0 80px;
}
.dxCTA:before {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background: #222;
}
.dxCTA__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    padding: 70px 0;
    background: #FFF;
	 background: url(/wp-content/uploads/2024/07/ctaBG.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: -30px 5px 70px 0px rgba(0, 0, 0, 0.12);
    position: relative;
}
.dxCTA__inner h3 {
    text-align: center;
    color: var(--main-text);
    font-size: 1.8rem;
    letter-spacing: 3.9px;
    line-height: 1.53;
    font-weight: 600;
}
.dxCTA__inner ul.headBtn {
    margin-top: 12px;
}

/* flow */
.flow__inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0 100px;
}
.flow__inner .heading {
    text-align: center;
}
.flow__inner .heading h3:after {
    left: 50%;
    transform: translateX(-50%);
}
ul.regist__inner--list {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
ul.regist__inner--list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    gap: 20px;
}
ul.regist__inner--list li h3 {
    font-size: 1.1rem;
    font-weight: 500;
}
.regist__inner--listImg {
    background: #F7F0FF;
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
}
.regist__inner--listImg i {
    color: var(--main-secondary);
    font-size: 2.1rem;
    filter: drop-shadow(0px 0px 3px #D8B9FF);
    transform: translateY(-2px);
}
li.editIcon i.fas {
    font-size: 2rem;
    transform: translate(6px, 2px);
}
ul.regist__inner--list li p {
    padding: 0 20px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0;
}

/* question */
section#question {
    position: relative;
    background: #f9f9f9;
}
.question__inner {
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 0 100px;
}
.question__inner .heading {
    text-align: center;
}
.question__inner .heading h3:after {
    left: 50%;
    transform: translateX(-50%);
}
.question__inner--bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}
ul.question__inner--list {
    width: calc(100% / 2 - 40px);
    display: flex;
    flex-direction: column;
    gap: 50px;
}
ul.question__inner--list li {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
ul.question__inner--list li h3 {
    font-size: 1.15rem;
    border-bottom: solid 1px #313131;
    padding: 0 0 15px;
}
ul.question__inner--list li p {
    font-size: 0.9rem;
    color: #707070;
    font-weight: 300;
    line-height: 1.83;
}
/* news */
body.post-type-archive-news section#news {
    padding-bottom: 60px;
}
section#pageHeader.newsHead {
    background: url(/wp-content/uploads/2024/07/news_cat.jpg) no-repeat;
    background-size: cover;
}
.paginationLinks {
    display: flex;
    justify-content: center;
    align-items: center;
}
.paginationLinks span, .paginationLinks a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    font-family: 'SansSerifFLF', sans-serif;
}
.paginationLinks span, .paginationLinks a:hover {
    background: var(--main-secondary);
    color: #fff;
}
.paginationLinks a:hover {
	opacity: 0.8;
}

/* news single */
section#newsSingleHeader {
    background: url(/wp-content/uploads/2024/07/news_cat.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
}
section#newsPostPage__inner {
    margin: -240px 0 60px;
}
.newsPostPage__inner--block {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    position: relative;
    padding: 35px 45px;
    flex-direction: column;
    border: 1px solid #DDD;
    background: #FFF;
}
.newsPostPage__inner--blockHeading {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: solid 1px #ddd;
}
.newsPostPage__inner--blockHeading h2 {
    font-size: 1.5rem;
    line-height: 1.65;
    font-weight: 600;
    letter-spacing: 0.96px;
}
.newsPostPage__inner--blockHeadingImg {
    margin-top: 25px;
    width: 100%;
    height: auto;
}
.newsPostPage__inner--blockHeadingImg img {
    height: auto;
}
.newsPostPage__inner--blockInner p {
    margin-bottom: 20px;
}
.newsPostPage__inner--blockInner p:last-child {
    margin-bottom: 0;
}
.newsPostPage__inner--blockInner a {
    color: var(--main-heading);
}
.newsPostPage__inner--blockInner a:hover {
    opacity: 0.7;
}
p.semiarDate span.date {
    font-size: 1.2rem;
}

/* navigation */
.navigation {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 60px;
}
.nav-link-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-archive-link a {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
    padding: 12px 25px 15px;
    color: #707070;
    letter-spacing: 0.8px;
}
.news-archive-link a:hover {
    background: #f9f9f9;
}
.prev-post, .next-post {
    display: block;
}
.prev-post {
    display: flex;
    justify-content: flex-start;
    width: 180px;
}
.next-post {
    display: flex;
    justify-content: flex-end;
    width: 180px;
}
a.prevNews, a.nextNews {
    padding: 12px 25px 15px;
    color: #707070;
    letter-spacing: 0.8px;
    position: relative;
}
a.prevNews:hover, a.nextNews:hover {
    opacity: 0.7;
}
a.prevNews:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 18px;
    font-size: 0.9rem;
    opacity: 0.7;
}
a.nextNews:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 18px;
    font-size: 0.9rem;
    opacity: 0.7;
}

/* contact */
section#pageHeader.contactHead {
    background: url(/wp-content/uploads/2024/07/conthead.jpg) no-repeat;
    background-size: cover;
}
section#contact {
    background: #F9F9F9;
}
.contact__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
}
.contact__inner--left {
    width: 45%;
    padding-right: 6%;
}
.contact__inner--left ul.service__articleinner--resolution {
    padding: 20px 50px;
    border: solid 1px #ddd;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact__inner--left ul.service__articleinner--resolution li:before {
    opacity: 0.2;
}
ul.worriesList.contactPage {
    background: #fff;
    padding: 30px 35px;
    border: solid 1px #ddd;
    margin: 25px 0;
    gap: 20px;
}
ul.worriesList.contactPage li {
    line-height: 1.73;
    color: #222;
    font-weight: 400;
	 font-size: 1rem;
}
.contact__inner--right {
    width: 55%;
    background: #fff;
    padding: 35px 45px;
}

/* contact input */
form.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
form.wpcf7-form p {
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 20px;
}
form.wpcf7-form p label {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
span.formName {
    font-size: 1rem;
    color: #313131;
    width: 102px;
    padding-top: 17px;
    line-height: 1.53;
}
span.formRequired {
    font-size: 0.8rem;
    color: #fff;
    background: #707070;
    line-height: 1;
    position: relative;
    transform: translateY(8px);
    padding: 2px 12px;
    border-radius: 9999px;
    margin: 13px 12px 0;
}
span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap select, span.wpcf7-form-control-wrap textarea {
    border: solid 1px #ccc;
    padding: 4px 15px 6px;
    width: 100%;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: calc(100% - 180px);
}
span.wpcf7-form-control-wrap input[type="checkbox"] {
    width: fit-content;
    transform: scale(1.6) translateX(-10px);
}
span.wpcf7-list-item-label {
    transform: translateY(-8px);
}
form.wpcf7-form p:last-of-type {
    border: none;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
	 position: relative;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: none;
    background: #313131;
    color: #fff;
    font-size: 1.1rem;
    padding: 8px 45px 10px;
    cursor: pointer;
	 transition: 0.3s ease-in-out;
	 margin-top: 10px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    opacity: 0.7;
}
span.wpcf7-spinner {
    position: absolute;
    bottom: -28px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output {
    background: #f8a801;
    border: none;
    padding: 12px 0 14px;
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
    color: #fff;
	 font-size: 0.9rem;
}
input.wpcf7-form-control::placeholder {
    color: #ccc;
}

/* 404 thanks */
.thanks__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 120px 0 0;
    gap: 40px;
}
img.notfoundPage {
    height: 120px;
    width: 100%;
}
.thanks__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 120px 0 80px;
    gap: 40px;
    text-align: center;
    align-items: center;
}

/* privacy */
section#privacy {
    background: #f9f9f9;
    padding: 80px 0;
}
.privacy__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 45px;
    gap: 40px;
    background: #fff;
}

.privacy__inner h3 {
    margin-bottom: -25px;
    font-weight: 600;
    font-size: 1.4rem;
    color: var(--main-text);
}

/* download */
.downloadImg {
    display: flex;
    justify-content: center;
    border: solid 1px #ddd;
    border-radius: 8px;
    background: #fff;
    padding: 30px;
    margin: 25px 0;
}
.downloadImg__inner {
    position: relative;
    filter: drop-shadow(4px 8px 8px #ccc);
    max-width: 300px;
    box-sizing: border-box;
}
.downloadImg__inner:before {
    content: "";
    height: calc(100% - 5px);
    left: 0;
    position: absolute;
    width: 100%;
    border-radius: 5px;
    background: linear-gradient(-90deg, #fff0, #ffffff1a 80%, #ffffff4d 95%, #fff6 96.5%, #cbcbcb14 98%, #6a6a6a1a);
    border-radius: 3px;
    top: 0;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1250px) {
/* （ここに1250px以下のスタイルを記述） */
	/* mv */
	.mv__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	/* footer */
	.footer__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	/* bread crumb */
	nav#breadcrumb ul {
    padding-left: 4%;
    padding-right: 4%;
	}
}

@media screen and (max-width: 1100px) {
/* （ここに1100px以下のスタイルを記述） */
	.about__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.service__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	section.cta {
    padding-left: 4%;
    padding-right: 4%;
	}
	.message__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.aboutcorp__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.map__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.pageHeader__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.serviceLink__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	ul.serviceLink__inner--list li {
    width: 47%;
	}
	section#pageHeader.partnerHead .pageHeader__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.serviceBlock__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	ul.serviceBlock__innerInline--bottomIllust li {
    width: 46%;
	}
	.contact__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.dxCTA {
    padding-left: 4%;
    padding-right: 4%;
	}
	.question__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	ul.solutionList li {
    width: 46%;
	}
	.service__inner:after {
    pointer-events: none;
	}
	.service__inner a.secondaryBtn {
    z-index: 1;
	}
}

@media screen and (max-width: 1000px) {
/* （ここに1000px以下のスタイルを記述） */
	.aboutmv__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.service__inner {
    align-items: center;
	}
	.footer__inner {
    flex-direction: column;
    gap: 40px;
	}
	.footer__inner--right {
    flex-direction: column;
    align-items: center;
    text-align: center;
	 gap: 0;
	}
	.footer__inner--bottom {
    justify-content: center;
	}
	ul.serviceBlock__innerInline--bottomIllust {
    gap: 40px;
	}
	section#worries {
    padding-left: 4%;
    padding-right: 4%;
	}
	.solution__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.item {
    width: 85%;
	}
	.flow__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	ul.regist__inner--list li {
    width: 17%;
	}
	ul.regist__inner--list li p {
    padding-left: 5px;
    padding-right: 5px;
	}
	.contact__inner {
    flex-direction: column;
    gap: 30px;
	}
	.contact__inner--left, .contact__inner--right {
    width: 100%;
	}
	.contact__inner--left {
    padding: 0;
	}
	section#privacy {
    padding: 0;
	}
	.news__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	section#newsPostPage__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.navigation {
    padding-left: 4%;
    padding-right: 4%;
	}
}

@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
	a.header__inner--left h1 img {
    transform: translateY(3px);
	 width: 160px;
	}
	.mv__inner {
    min-height: 700px;
    height: 100svh;
	}
	.mv__video {
    min-height: 700px;
    height: 100svh;
	}
	.mv__inner h1 {
    font-size: 2.1rem;
	}
	.mv__inner p {
    line-height: 2;
	}
	.mv__inner p br {
    display: none;
	}
	/* h2 h3 common*/
	.heading h2, .heading h3 {
    font-size: 2.2rem;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
	}
	a.secondaryBtn {
    z-index: 1;
	}
	p {
    line-height: 2;
	}
	/* about */
	.about__inner a.secondaryBtn {
    margin: 0 auto;
	}
	.aboutmv__inner .heading h2 br {
    display: none;
	}
	.aboutmv__inner p br {
    display: none;
	}
	.profile__inner--bottomLine {
    flex-direction: column;
    gap: 16px;
	}
	.profile__inner--bottomLine dt {
    width: fit-content;
	}
	.profile__inner--bottomLine dt:after {
    width: 30px;
    height: 1px;
    bottom: -9px;
    left: 0;
    top: auto;
	}
	.cta__inner {
    padding: 30px 35px;
	}
	/* service */
	.pageHeader__inner .heading {
    text-align: center;
	}
	ul.serviceLink__inner--list {
    flex-wrap: wrap;
    gap: 45px;
	}
	ul.serviceLink__inner--list li {
    width: 100%;
	}
	ul.serviceLink__inner--list li a h3 {
    font-size: 1.6rem;
	}
	ul.serviceLink__inner--list li a h3:after {
    top: 10px;
	}
	.serviceLink__inner:after {
    content: none;
	}
	.serviceLink__inner {
    padding-top: 50px;
    padding-bottom: 50px;
	}
	section#serviceLink {
    padding-bottom: 60px;
	}
	ul.serviceBlock__innerInline--bottomIllust li {
    width: 100%;
	}
	section#serviceBlock {
    padding-bottom: 50px;
	}
	.serviceBlock__inner {
    padding-top: 50px;
    padding-bottom: 50px;
	}
	/* breadbrumb */
	nav#breadcrumb ul {
    white-space: pre;
    overflow: scroll;
	}
	/* service dx */
	ul.headBtn {
    flex-direction: column;
    align-items: center;
	}
	section#pageHeader.dxHead:after {
    width: 380px;
    height: 200px;
	}
	section#pageHeader.dxHead:before {
    width: 400px;
    height: 460px;
	}
	.worries__inner {
    padding: 35px 40px;
	}
	ul.solutionList li {
    width: 100%;
	}
	.solution__inner {
    padding-bottom: 50px;
	}
	.case__inner {
    padding-top: 50px;
    padding-bottom: 50px;
	}
	.item {
    width: 100%;
    gap: 20px;
	}
	.item__header {
    padding-top: 30px;
	}
	.item__header h4 {
    padding-left: 20px;
    padding-right: 20px;
	}
	dl.item__kadai {
    padding-left: 20px;
    padding-right: 20px;
	}
	.item__bottom {
    gap: 20px;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
	}
	p.caseText {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
	}
	p.caseText br {
    display: none;
	}
	.case__inner {
    padding-top: 50px;
    padding-bottom: 50px;
	}
	.dxCTA {
    padding-top: 50px;
    padding-bottom: 50px;
	}
	.dxCTA__inner {
    padding: 30px 35px;
	}
	.dxCTA__inner ul.headBtn {
    flex-direction: column;
	}
	ul.regist__inner--list li {
    width: 27%;
	}
	.flow__inner {
    padding-bottom: 50px;
	}
	.question__inner {
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 35px;
	}
	ul.question__inner--list {
    width: 100%;
	}
	/* contact */
	.contact__inner {
    padding: 60px 4%;
	 gap: 30px;
	}
	.contact__inner--left, .contact__inner--right {
    width: 100%;
	}
	.contact__inner--left {
    padding: 0;
	}
	.contact__inner--right {
    padding: 20px 25px;
	 position: relative;
	}
	form.wpcf7-form {
    gap: 8px;
	}
	span.formName {
    width: auto;
	}
	.wpcf7-form-control-wrap {
    width: 100%;
	}
	span.wpcf7-list-item-label {
    display: inline-block;
    width: calc(100% - 40px);
    line-height: 1.4;
    transform: translateY(-3px);
	}
	/* news */
	.nav-link-container {
    gap: 20px;
    position: relative;
    padding-top: 45px;
	}
	.news-archive-link {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
	 width: max-content;
	}
	/* drawer */
	/* Drawer */
	.overlay {
	  width: 100%;
	  height: 100vh;
	  position: fixed;
	  right: 0;
	  top: 0;
	  background-color: rgba(0,0,0,.3);
	  z-index: 190;
	  opacity: 0;
	  visibility: hidden;
	  transition: all 200ms ease-in;
	}
	nav.nav {
	  width: 300px;
	  height: 100vh;
	  background-color: #FFF;
	  right: -300px;
	  top: 0;
	  position: fixed;
	  padding: 0;
	  transition: all 200ms ease-in-out;
	  z-index: 199;
	  display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	nav.nav ul {
		border: none;
		padding: 0;
		gap: 0;
	}
	.toggle {
	  position: absolute;
	  right: 100%;
	  width: 50px;
	  height: 50px;
	  color: #313131;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 20px;
	  cursor: pointer;
	  right: 0;
	  z-index: 191;
	  transition: all 200ms ease;
	}
	span.toggler,
	span.toggler:before,
	span.toggler:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #313131;
		position: absolute;
		pointer-events: none;
	}

	span.toggler:before{
		bottom: 9px;
	}
	span.toggler:after {
		top: 9px;
	}
	span.deleteclass {
		background-color: transparent;
	}
	span.deleteclass::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	span.deleteclass::after {
		top: 0;
		transform: rotate(-45deg);
	}

	.logo {
	  text-align: center;
	  margin-bottom: 30px;
	}
	.logo  a{
	  text-decoration: none;
	  color: #888;
	  font-size: 2rem;
	}
	.nav ul li {
	  display: block;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  width: 100%;
	}
	.nav ul li a {
	  padding: 16px 20px;
	  display: block;
	  color: #313131;
	  font-size: 1rem;
	  text-decoration: none;
	  transition: all 200ms ease;
	  width: 100%;
	  border-bottom: solid 1px #ddd;
	}
	.nav ul li.huschild p {
    padding: 16px 20px 4px;
    line-height: 1;
	}
	.nav ul li a:hover {
	  background-color: #f1f1f1;
	}

	/* Show Nav */
	body.show-nav .toggle {
    right: 300px;
	}
	.show-nav .nav {
	  right: 0px;
	  box-shadow: 0 2px 4px rgba(0,0,0,.6);
	  gap: 30px;
	}
	.show-nav .overlay {
	  opacity: 1;
	  visibility: visible;
	}
	body.show-nav .toggle span.deleteclass::before, body.show-nav .toggle span.deleteclass::after {
    background-color: #fff;
	}
	/* nav list */
	ul.header__inner--rightParent {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
	}
	ul.header__inner--rightChild {
    opacity: 1;
    position: relative;
    box-shadow: none;
    pointer-events: auto;
	}
	ul.header__inner--rightChild li a {
    padding-left: 45px;
	}
	ul.header__inner--rightChild li a:before {
    left: 26px;
    top: 52%;
	}
	li.huschild:after {
    content: none;
	}
	ul.header__inner--rightChild li:first-child a {
    border-bottom: none;
	}
	nav.nav ul.header__inner--rightChild li a {
    padding-top: 10px;
    padding-bottom: 10px;
	}
	nav.nav ul.header__inner--rightChild li:last-child a {
    padding-bottom: 16px;
	}
	nav.nav ul.header__inner--rightChild li:last-child a:before {
    top: 47%;
	}
	body.page-id-26 header#header {
    overflow: hidden;
	}
	/* about */
	.aboutmv__inner .heading h2 strong {
    font-size: 2.5rem;
	}
	.aboutmv__inner .heading h2 strong span {
    transform: none;
    font-size: 2.5rem;
    display: block;
	}
}