/* header */
header#exhibitionHeader {
    position: fixed;
    z-index: 999;
    content: "";
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.65);
}
.exhibitionHeader__inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 6px 2%;
}
.exhibitionHeader__inner--logo {
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exhibitionHeader__inner--btn {
    display: flex;
    justify-content: end;
    align-items: center;
	gap: 30px;
}
.exhibitionHeader__inner--btn a.primaryBtn {
    padding: 14px 35px 17px;
    min-width: 260px;
}

/* mv */
section#exhibitionMV {
    position: relative;
    background: linear-gradient(90deg, #0064BF 0%, #177FDF 64.9%, #2E9BFF 100%);
    min-height: 720px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100svh;
    max-height: 760px;
}
section#exhibitionMV:before {
    content: "";
    width: 100%;
    height: 600px;
    position: absolute;
    background: url(/wp-content/themes/twenty-twenty-one-child/asset/img/svg/maps.svg) no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
}
section#exhibitionMV:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(https://wp.standage.co.jp/wp-content/uploads/2025/05/ex-bg2.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.exhibitionMV__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 1;
	padding-top: 60px;
}
.exhibitionMV__inner--left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
	width: 49%;
}
p.exhibitionMVLead {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
}
.exhibitionMV__inner--left h1 {
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 5px;
    font-weight: 600;
    color: #fff;
	line-height: 1.63;
}
.exhibitionMV__inner--left h1 span.copydots {
    color: #ffff00;
    background-image: radial-gradient(circle at center, #ffff00 20%, transparent 20%);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 1.1em 0.3em;
    padding-top: 0.1em;
	line-height: 2.1;
}
span.copyBox {
    background: var(--main-secondary);
    padding: 0px 9px 4px 13px;
    font-size: 2.5rem;
    vertical-align: 3px;
    text-align: center;
    margin: 0 9px 0 4px;
	color: #ffff00;
}
.exhibitionMVList {
    position: relative;
}
.exhibitionMVList ul {
    display: flex;
    align-items: baseline;
    gap: 25px;
    margin-top: -30px;
}
.exhibitionMVList p {
    position: absolute;
    right: 0;
    bottom: -20px;
    font-size: 0.8rem;
    color: rgb(255, 255, 255, 0.6);
}
p.exhibitionMVDesc {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 20px;
    letter-spacing: 1px;
}
.exhibitionMV__inner--right {
    background: #fff;
    width: 45%;
	border-radius: 5px;
	box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.19);
	margin-top: 10px;
}
.exhibitionMV__inner--rightHeader {
    display: flex;
    justify-content: space-between;
    background: #f9f9f9;
    align-items: center;
    padding: 12px 25px;
    position: relative;
    border-radius: 5px 5px 0 0;
    border-bottom: solid 1px #ddd;
}
.exhibitionMV__inner--rightHeader h2 {
    color: #707070;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 1.2px;
}
.exhibitionMV__inner--rightHeader img {
    position: absolute;
    right: 35px;
    bottom: 12px;
    width: 160px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.15);
}
.exhibitionMV__inner--rightForm {
    display: block;
    padding: 20px 18px 20px;
    height: 520px;
}
.exhibitionMV__inner--rightForm iframe {
    height: 100%;
}

/* swiper */
section#exhibitionAchievements {
    position: relative;
	overflow: hidden;
}
.exhibitionAchievements__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 140px;
    gap: 60px;
}
.exhibitionAchievements__inner h2 {
    font-size: 2.2rem;
    letter-spacing: 1px;
    font-weight: 600;
	text-align: center;
}
.wrapper {
    position: relative;
}
.swiper-container {
    width: 100vw;
}
.swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
	border: solid 1px #ddd;
	overflow: hidden;
	border-radius: 8px;
}
.Achievements--img {
    width: 100%;
    position: relative;
	height: 280px;
	overflow: hidden;
}
.Achievements--img img {
    width: 100%;
	vertical-align: bottom;
	height: 280px;
    object-fit: cover;
    object-position: center;
}
.Achievements--img__text {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 46.15%, #000 100%);
    z-index: 1;
    width: 100%;
    padding: 30px 35px 20px;
    display: flex;
    flex-direction: column;
	gap: 6px;
	align-items: center;
}
ul.Achievements--tags {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}
ul.Achievements--tags li {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    justify-content: center;
    padding: 4px 15px 6px;
    color: #fff;
    font-size: 0.8rem;
}
.Achievements--img__text h3 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.8px;
}
.Achievements--bottom {
    background: #f0f0f0;
    display: flex;
    justify-content: center;
}
.Achievements--bottom p {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--main-secondary);
}
.Achievements--bottom p span {
    background: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 5px 12px 7px;
    vertical-align: 7px;
    margin-right: 15px;
    border-radius: 4px;
}
.swiper-button-prev, .swiper-button-next {
    color: var(--main-primary);
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 9999px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
}
.swiper-button-prev:after {
	font-size: 1.2rem;
    transform: translateX(-1px);
    left: 20px;
    top: 16px;
}
.swiper-button-next:after {
	font-size: 1.2rem;
    right: 20px;
    top: 16px;
}
.swiper-pagination span {
    width: 16px;
    height: 16px;
    transition: 0.3s ease-in-out;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    transform: scale(1.4);
    bottom: -80px;
}
.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-primary);
    width: 40px;
    border-radius: 20px;
}

/* problem */
section#problem {
    position: relative;
    background: linear-gradient(90deg, #0064BF 0%, #0072DA 50%, #319CFF 100%);
}
section#problem:after {
    content: "";
    width: 100%;
    height: 240px;
    background: url(/wp-content/themes/twenty-twenty-one-child/lp_asset/digitrad_b/img/bottom_wave.svg) no-repeat;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-size: cover;
}
.problem__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 80px 0 260px;
    gap: 65px;
    position: relative;
    z-index: 1;
}
.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	gap: 6px;
}
.heading p {
    line-height: 1.83;
    color: #fff;
}
.heading h2 {
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 1.2px;
    color: #fff;
}
ul.problem__inner--block {
    display: flex;
    justify-content: space-between;
    gap: 45px;
}
ul.problem__inner--block li {
    display: flex;
    flex-direction: column;
	background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.problem__inner--blockTop {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f0f0f0;
    position: relative;
    padding: 25px 30px;
    gap: 12px;
}
.problem__inner--blockTop:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #f0f0f0;
}
p.case {
    text-align: center;
    background: #fff;
    padding: 0 14px;
    color: #707070;
    font-size: 1.2rem;
    font-family: Roboto;
}
h3.problemTitle {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.83;
}
.problem__inner--blockTopImg {
    background: #fff;
    border-radius: 9999px;
    width: 240px;
    margin: 0 auto;
}
.problem__inner--blockBottom {
    display: flex;
    flex-direction: column;
    padding: 30px 30px 25px;
	gap: 12px;
	height: 100%;
}
.problem__inner--blockBottom img {
    height: 216px;
    width: 100%;
    margin: 0 auto;
}
p.problemGoodTitle {
    text-align: center;
    font-weight: 600;
    flex-grow: 1;
    color: var(--main-secondary);
    font-size: 1.3rem;
    line-height: 1.6;
	flex-grow: 1;
	display: flex;
    align-items: center;
	margin: 0 auto;
}
p.problemGoodText {
    line-height: 2.03;
	letter-spacing: 0.6px;
}
p.problem__inner--bottomText {
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #ffff00;
}
.problem__inner--bottomBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.problem__inner--bottomBtn p {
    position: relative;
    padding: 0 12px;
	color: #fff;
}
.problem__inner--bottomBtn p:before, .problem__inner--bottomBtn p:after {
    display: inline-block;
    position: absolute;
    bottom: 18px;
    width: 21px;
    height: 2px;
    border-radius: 3px;
    background-color: #fff;
    content: "";
}
.problem__inner--bottomBtn p:before {
    left: -20px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
.problem__inner--bottomBtn p:after {
    right: -20px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.problem__inner--bottomBtn a.secondaryBtn {
    padding: 16px 0 20px;
    min-width: 300px;
    font-size: 1.2rem;
}

/* support */
section#support {
    position: relative;
}
.support__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 40px 0 120px;
}
.support__inner--heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.support__inner--heading h2 {
    color: var(--main-secondary);
    font-weight: 500;
    position: relative;
    letter-spacing: 1.5px;
    font-size: 1.8rem;
    padding: 12px 35px 16px;
    border: solid 1px var(--main-secondary);
    border-radius: 5px;
    background: rgba(192, 232, 255, 0.25);
    width: fit-content;
}
ul.support__inner--list {
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: relative;
}
ul.support__inner--list:after {
    content: "";
    width: 700px;
    height: 90%;
    background: #EFF9FF;
    position: absolute;
    left: 50%;
    top: 140px;
    transform: translateX(-50%);
}
li.support__inner--listInner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
	counter-increment: mycounter;
	z-index: 1;
}
.supportImg {
    position: relative;
    display: block;
    border: solid 1px #ddd;
    overflow: hidden;
    border-radius: 5px;
	width: 54%;
	height: 400px;	
}
.supportImg img {
    width: 100%;
    vertical-align: bottom;
    transform: scale(1.02);
    object-fit: cover;
    height: 400px;
}
.supportText {
    width: 100%;
    background: #fff;
    position: absolute;
    max-width: 680px;
    border-radius: 4px;
    box-shadow: 5px 5px 22px 0px rgba(51, 71, 153, 0.12);
    padding: 35px 40px 30px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.supportText h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: var(--main-secondary);
	position: relative;
}
.supportText h3 img {
    width: auto;
    height: 56px;
	position: relative;
}
p.supportTextMid {
    font-size: 1.4rem;
    font-weight: 600;
}
li.support__inner--listInner.reverse {
    flex-direction: row-reverse;
}
li.support__inner--listInner.reverse .supportText {
    right: auto;
    left: 0;
}
li.support__inner--listInner h3:before {
    content: counter(mycounter, decimal-leading-zero);
    position: absolute;
    left: -28px;
    top: -29px;
    font-weight: 600;
    opacity: 0.3;
    font-size: 2.4rem;
    letter-spacing: -0.2px;
    font-family: Roboto;
}

/* cta */
section#cta {
    background: linear-gradient(90deg, #0064BF 0%, #177FDF 64.9%, #2E9BFF 100%);
	position: relative;
	overflow: hidden;
}
section#cta:after {
    content: "";
    width: 600px;
    height: 100%;
    background: url(/wp-content/uploads/2025/05/ctagrid.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}
.cta__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
	position: relative;
}
.cta__inner:after {
    content: "";
    width: 100%;
    height: 450px;
    position: absolute;
    background: url(/wp-content/themes/twenty-twenty-one-child/asset/img/svg/mapss.svg) no-repeat;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
}
.cta__inner h2 {
    font-size: 2.8rem;
    letter-spacing: 3px;
    font-weight: 600;
    color: #fff;
    line-height: 1.43;
	position: relative;
    z-index: 1;
}
span.ctaDots {
    color: var(--main-primary);
    background-image: radial-gradient(circle at center, var(--main-primary) 20%, transparent 20%);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 1.05em 0.3em;
    padding-top: 0.1em;
    line-height: 2.1;
}
.cta__inner p {
    color: #fff;
    font-size: 1.1rem;
	position: relative;
    z-index: 1;
}
.cta__inner--btns {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    align-items: center;
	position: relative;
    z-index: 1;
	margin-top: 20px;
}
.cta__inner--btns a.primaryBtn {
    padding: 14px 35px 17px;
    width: 260px;
    font-size: 1.1rem;
}

/* seven step */
section#sevenStep {
    position: relative;
    background: #EFF9FF;
}
.sevenStep__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 80px 0;
}
.sevenStepHeading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.sevenStepHeading h2 {
    color: var(--main-secondary);
    font-size: 2.4rem;
    letter-spacing: 1px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    text-align: center;
	position: relative;
	padding: 0 25px;
}
.sevenStepHeading h2 span {
    font-size: 1.5rem;
    font-weight: 400;
}

.sevenStepHeading h2:before, .sevenStepHeading h2:after {
    display: inline-block;
    position: absolute;
    bottom: 22px;
    width: 40px;
    height: 2px;
    border-radius: 3px;
    background-color: var(--main-secondary);
    content: "";
}
.sevenStepHeading h2:before {
    left: -25px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
.sevenStepHeading h2:after {
    right: -25px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.sevenStepHeading p {
    text-align: center;
}
ul.sevenStep__inner--list {
    display: flex;
    flex-direction: column;
    background: linear-gradient(90deg, #0064BF 0%, #0072DA 50%, #319CFF 100%);
    border-radius: 6px;
    padding: 25px 30px;
	gap: 28px;
}
ul.sevenStep__inner--list li {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	padding: 25px 25px;
	gap: 20px;
}
ul.sevenStep__inner--list li:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #FFF;
}
ul.sevenStep__inner--list li:last-child:after {
    content: none;
}
.sevenStepIcon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EFF9FF;
    border-radius: 9999px;
    padding: 12px;
}
.sevenStepIcon img {
    max-height: 52px;
}
.sevenStepText {
    width: calc(100% - 20px - 80px);
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.sevenStepText h3 {
    color: var(--main-secondary);
    font-size: 1.4rem;
    font-weight: 600;
}
.sevenStepText p {
    line-height: 1.9;
}
p.sevenStep__inner--footerText {
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.8;
    color: var(--main-secondary);
}

/* jirei */
section#jirei {
    background: var(--main-primary);
    position: relative;
	padding-bottom: 120px;
	overflow: hidden;
}
section#jirei:after {
    content: "";
    width: 100%;
    height: 280px;
    background: url(https://wp.standage.co.jp/wp-content/uploads/2025/05/bottomImg.jpg) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: bottom;
}
.jirei__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    background: #fff;
    z-index: 1;
    filter: drop-shadow(2px 2px 16px rgb(0, 0, 0, .2));
}
.jirei__inner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: calc(50% - 50vw);
}
.jirei__innerInner {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 80px 0 80px;
    gap: 60px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.jirei__innerInner--heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.jirei__innerInner--heading h2 {
    font-size: 2.2rem;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
}
.jirei__innerInner--heading p {
    text-align: center;
}
ul.jirei__innerInner--list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 40px;
}
ul.jirei__innerInner--list li {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: calc(100% / 2 - 40px);
    border: solid 1px #ddd;
    border-radius: 8px;
    overflow: hidden;
}
.jireiCorp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 35px;
}
.jireiCorp img {
    max-height: 150px;
    width: auto;
}
.jireiMiddle {
    display: flex;
    flex-direction: column;
    padding: 0 45px 20px;
    border-bottom: solid 1px #ddd;
	gap: 2px;
}
p.jireiMiddle__place {
    border-radius: 4px;
    background: rgb(0, 0, 0, .04);
    display: inline-flex;
    justify-content: center;
    padding: 10px 20px 10px;
    color: #707070;
    width: fit-content;
    font-size: 0.8rem;
    border: solid 1px #ddd;
    line-height: 1;
}
.jireiMiddle h3 {
    font-size: 1.6rem;
    font-weight: 600;
	margin-top: 7px;
}
.jireiBottom {
    display: flex;
    flex-direction: column;
    padding: 25px 45px 20px;
    gap: 9px;
}
p.jireiBottom__sub {
    color: var(--main-secondary);
	line-height: 1;
}
p.jireiBottom__title {
    color: var(--main-secondary);
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 0px;
}

/* FAQ */
section#faq {
    padding: 80px 0 100px;
    background: #f9f9f9;
}
.faq__inner {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}
.faq__inner dl {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.faq__inner--acc {
    background: #fff;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 8%), 0 1px 6px 0 rgb(0 0 0 / 11%);
    border-radius: 3px;
    transition: 0.2s ease-in;
}
.faq__inner--acc:hover {
    background: #fcfcfc;
}
.accordion {
    display: block;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.5s ease-in;
    position: relative;
    padding: 20px 0 24px 64px;
    margin: 0;
}
.accordion:before {
    content: "Q";
    position: absolute;
    left: 15px;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 21px;
    background: #313131;
    color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}
.accordion.active {
    margin-bottom: 0;
}
.panel{
  max-height:0;
  overflow:hidden;
  transition: 0.3s ease-out;
}
.panel p {
    padding: 15px 20px 10px;
    margin: 0 0 15px;
    position: relative;
    padding-left: 64px;
    color: #707070;
    font-weight: 300;
    line-height: 2;
}
.panel p:before {
    content: "A";
    position: absolute;
    left: 15px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    font-size: 21px;
    background: #f8951d;
    color: #fff;
    border-radius: 50%;
    font-weight: 500;
}
.acco{
  position:relative;
}
.accordion:after {
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
    transition: 0.3s ease-in-out;
}
.accordion.active:after {
    content: "\f056";
    color: var(--main-primary);
    opacity: 1;
}
.case__innerHeading {
    text-align: center;
    margin-bottom: 40px;
}
h2.case__inner--text {
    position: relative;
    font-size: 2.2rem;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
}
dd.panel a {
    color: var(--main-primary);
    text-decoration: underline;
}

/* footer */
footer#footer {
    background: #000;
}
.footer__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 0 0;
	gap: 60px 0;
}
.footer__inner--left {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}
.footer__inner--left a {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
p.footerSub {
    color: #fff;
    font-weight: 500;
}
p.footerCorp {
    color: #fff;
    font-size: 0.8rem;
}
.footer__inner--right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}
.footer__inner--right a.secondaryBtn {
    border: solid 1px #313131;
}
.footer__inner--right .primaryBtn {
    padding: 14px 35px 17px;
    width: 260px;
    font-size: 1.1rem;
}
.footer__inner--bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #aaa;
    font-size: 0.8rem;
    padding: 12px 0 15px;
    border-top: solid 1px #313131;
}
.footer__inner--left a:hover {
    opacity: 0.7;
}

/*ripple effect */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    transform: scale(0);
    animation: ripple-animation 1s linear;
    pointer-events: none;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

@media screen and (max-width: 1200px) {
/* （ここに1200以下のスタイルを記述） */
	.exhibitionMV__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.problem__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.support__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.cta__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.footer__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	/* form */
	.serviceHead__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.form__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	
}

@media screen and (max-width: 1100px) {
/* （ここに1100以下のスタイルを記述） */
	/* mv */
	section#exhibitionMV {
    max-height: 1000px;
	}
	p.exhibitionMVLead br {
    display: none;
	}
	.exhibitionMV__inner--left h1 br:nth-of-type(2) {
    display: none;
	}
	ul.problem__inner--block {
    flex-wrap: wrap;
    justify-content: center;
	}
	ul.problem__inner--block li {
    width: 40%;
	}
	li.support__inner--listInner, li.support__inner--listInner.reverse {
    flex-direction: column;
	}
	.supportImg {
    width: 100%;
	}
	.supportText {
    position: relative;
    top: auto;
    transform: none;
    width: 92%;
    margin-top: -130px;
	}
	ul.jirei__innerInner--list {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
	}
}

@media screen and (max-width: 1000px) {
/* （ここに1000以下のスタイルを記述） */
	section#exhibitionMV {
    max-height: none;
    height: auto;
	}
	.exhibitionMV__inner {
    flex-direction: column;
    gap: 45px;
    padding-top: 100px;
    padding-bottom: 60px;
	}
	.exhibitionMV__inner--left {
    width: 100%;
	}
	.exhibitionMV__inner--right {
    width: 100%;
    max-width: 700px;
	margin-top: 0;
	}
	/* footer */
	.footer__inner {
    flex-direction: column;
    align-items: center;
	}
	.footer__inner--left {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
	}
	.footer__inner--right {
    width: 100%;
    justify-content: center;
	}
	.form__inner {
    flex-direction: column;
	}
	.form__innerleft, .form__innerright {
    width: 100%;
	}
	.form__innerleft--img {
    max-width: none;
	}
	
}

@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
	/* common */
	.heading h2 {
    font-size: 2rem;
	}
	/* header */
	header#exhibitionHeader {
    position: absolute;
    top: 0;
	}
	.exhibitionHeader__inner--btn {
    display: none;
	}
	.exhibitionHeader__inner {
    justify-content: center;
	}
	/* mv */
	.exhibitionAchievements__inner {
    padding: 40px 0 90px;
    gap: 25px;
	}
	p.exhibitionMVLead {
    line-height: 1.83;
    font-weight: 400;
	font-size: 1rem;
    letter-spacing: 0;
	}
	.exhibitionMV__inner--left h1 {
    font-size: 1.8rem;
	}
	span.copyBox {
    font-size: 1.6rem;
	}
	.exhibitionMVList ul {
    flex-direction: column;
    gap: 15px;
    margin-top: 0;
	align-items: center;
	}
	.exhibitionMVList ul li {
		margin-top: -25px;
	}
	.exhibitionMVList p {
    bottom: -30px;
    width: max-content;
	}
	.exhibitionMV__inner--left h1 span.copydots {
    background-size: 1.15em 0.3em;
	}
	ul.support__inner--list:after {
    width: 100%;
	}
	.exhibitionMV__inner--rightForm {
    height: 780px;
	}
	.exhibitionMV__inner--rightHeader {
    flex-direction: column-reverse;
    gap: 10px;
    padding-bottom: 15px;
	}
	.exhibitionMV__inner--rightHeader h2 {
    width: 100%;
    text-align: center;
	}
	.exhibitionMV__inner--rightHeader img {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: -40px;
	}
	.exhibitionMV__inner--rightHeader h2 br {
    display: none;
	}
	/* achivement */
	.exhibitionAchievements__inner h2 {
    font-size: 1.6rem;
	}
	ul.Achievements--tags {
    flex-direction: column;
    gap: 12px;
	}
	.Achievements--img, .Achievements--img img {
    height: 340px;
	}
	.Achievements--bottom p {
    font-size: 1.4rem;
	}
	.Achievements--bottom p span {
    vertical-align: 4px;
	}
	.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    transform: scale(1.2);
    bottom: -50px;
	}
	ul.problem__inner--block {
    flex-direction: column;
	}
	ul.problem__inner--block li {
    width: 100%;
	}
	.problem__inner {
    padding: 60px 4% 100px;
    gap: 45px;
	}
	p.problem__inner--bottomText {
    line-height: 1.53;
	}
	/* support */
	.support__inner--heading p {
    text-align: left;
	}
	.support__inner--heading p br {
    display: none;
	}
	.supportText {
    padding: 25px 30px 20px;
	width: 88%;
	}
	.supportText h3 {
    flex-direction: column;
    text-align: center;
    font-size: 1.6rem;
	}
	li.support__inner--listInner h3:before {
    left: 50%;
    transform: translateX(-50%);
    font-size: 6.2rem;
    opacity: 0.15;
	}
	p.supportTextMid {
    line-height: 1.53;
	}
	ul.support__inner--list {
    gap: 60px;
	}
	/* cta */
	.cta__inner:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	height: 300px;
	}
	.cta__inner h2 {
    font-size: 2.2rem;
	}
	.cta__inner--btns {
    flex-direction: column;
	}
	section#cta:after {
    content: none;
	}
	/* seven */
	.sevenStep__inner {
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
	}
	.sevenStepHeading {
    padding-left: 4%;
    padding-right: 4%;
	}
	.sevenStepHeading h2 {
    font-size: 2rem;
	}
	.sevenStepHeading h2:before, .sevenStepHeading h2:after {
    content: none;
	}
	.sevenStepHeading p {
    text-align: left;
	}
	.sevenStepHeading p br {
    display: none;
	}
	ul.sevenStep__inner--list {
    border-radius: 0;
	padding-left: 4%;
    padding-right: 4%;
	}
	ul.sevenStep__inner--list li {
    flex-direction: column;
	}
	.sevenStepText {
    width: 100%;
	gap: 14px;
	}
	.sevenStepText h3 {
    text-align: center;
	}
	.sevenStepIcon {
    width: 120px;
    height: 120px;
	}
	.sevenStepIcon img {
    max-height: 60px;
    width: 80px;
    height: auto;
	}
	p.sevenStep__inner--footerText {
    padding-left: 4%;
    padding-right: 4%;
    font-size: 1.6rem;
	}
	/* jirei */
	section#jirei {
    padding-bottom: 260px;
	}
	.jirei__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.jirei__innerInner {
    padding: 40px 0 40px;
	}
	.jirei__innerInner--heading h2 {
    font-size: 2rem;
	}
	.jirei__innerInner--heading p {
    text-align: left;
	}
	.jirei__innerInner--heading p br {
    display: none;
	}
	ul.jirei__innerInner--list li {
    width: 100%;
	}
	.jireiMiddle {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    align-items: center;
	}
	.jireiBottom {
    padding-left: 20px;
    padding-right: 20px;
	}
	/* faq */
	section#faq {
    padding: 40px 0 60px;
	}
	.faq__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.accordion {
    padding-right: 40px;
	}
	/* footer */
	.footer__inner {
    flex-direction: column;
    align-items: center;
	}
	.footer__inner--right {
    flex-direction: column;
	}
	/* form */
	section#form {
    padding: 40px 0 60px;
	}
	section#serviceHead.primary {
    margin-top: 60px;
	}
	section#serviceHead.primary .serviceHead__inner {
    height: 240px;
	}
	.serviceHead__inner p {
    font-size: 2.4rem;
    position: relative;
    top: auto;
    transform: none;
    opacity: 0.4;
	}
	.form__innerright--form iframe {
    min-height: 1060px;
	}
	/* thanks */
	.thanks__inner {
    padding-left: 4%;
    padding-right: 4%;
	}
	.thanks__inner h1 {
    font-size: 3.4rem;
	}
}
