@charset "Shift_JIS";
body {
    
    background: #fff!important;
}
body {
    --color-Red1: #fa000f;
    --color-Red2: #cc0000;
    --color-Gray1: #f4f4f4;
    --color-Gray2: #d9d9d9;
    --color-Gray3: #b3b3b3;
    --color-Gray4: #737373;
    --color-Gray5: #4d4d4d;
    --color-Gray6: #222222;
    --color-Black: #0c0c0c;
    --base-radius: 5px;
    --base-radius-m: 0.4375rem;
    --base-radius-l: 0.875rem;
    font-weight: 500;
}
main {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.125rem;
	color: var(--color-Black);
}
html {
	font-size: 16px;
}
#HeaderArea2,
#FooterArea {
	font-size: 16px;
	font-weight: normal;
}
@media screen and (max-width: 1200px) {
	html {
		font-size: 13px;
		font-size: 14px;
	}
}
@media screen and (max-width: 960px) {
	html {
		font-size: 13px;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 13px;
	}
	body {
		font-weight: normal
	}
}
a.btn {
    background: var(--color-Red2);
    color: #fff!important;
    font-size: 2rem;
    text-decoration: none!important;
    border-radius: 5px;
    height: 5.875rem;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    position: relative;
    padding: 0 3.2rem 0 1rem;
    box-shadow: 0.25rem 0.25rem 0.5rem -0.25rem rgba(0, 0, 0, 0.5);
    transition: .25s background;
}
a.btn:hover {
	/* filter: brightness(1.2); */
	background: var(--color-Red1);
}
a.btn span {
	/* line-height: 1; */
	margin-bottom: 0.15rem;
}
a.btn:after {
    
}
a.btn.s {
    font-size: 1.1875rem;
    height: 4.5625rem;
}
a.btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 2rem;
    aspect-ratio: 1 / 1;
    background: url(../images/arrow.svg) no-repeat center;
    background-size: contain;
    right: 1.25rem;
	transform: translateX(0);
	transition: .25s transform;
}
a.btn.s:after {
    width: 1.875rem
}
a.btn:hover:after {
	transform: translateX(10%)
}
#branding {
    height: 813px;
    position: relative;
    max-width: 1920px;
    margin: auto;
}
#branding * {
    box-sizing: border-box;
}
#branding #mv {
    height: 652px;
}
#branding #mv .img {
    height: 100%;
}
#branding #mv img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
#branding #mvTextArea {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../images/bg.svg) no-repeat center top;
  background-size: 100%;
  padding-top: 5.4%;
  color: #fff;
  min-height: 30rem;
  padding: 5.4% 1rem 0;
}
@media screen and (max-width: 1440px) {
    #branding #mvTextArea {
        background-size: 1440px;
        padding-top: 5rem;
        padding-bottom: 3rem;
    }
}
#branding #mvTextArea h1 {
    width: 100%;
    text-align: center;
    margin: 0 auto 2.5rem;
    max-width: 980px;
    font-size: 1rem;
}
#branding #mvTextArea h1 .lead {
    font-size: 2.25rem;
    font-weight: 400;
    display: block;
    line-height: 1.7;
    font-size: 225%;
}
#branding #mvTextArea h1 .lead .dilb {
	display: inline-block
}
#branding #mvTextArea h1 .bold {
    font-weight: bold;
}
#branding #mvTextArea h1 .ttl {
    border-top: 1px solid;
    display: block;
    font-weight: bold;
    font-size: 2rem;
    padding-top: 2.5rem;
    margin-top: 1.5rem;
    font-size: 200%;
}
#branding #mvTextArea .mvBtnsArea {
    max-width: calc(940px + 2rem);
    margin: auto;
    padding: 0 1rem;
}
#branding #mvTextArea .mvBtnsArea li {
	/* min-width: 0; */
}
.mvBtnsArea .btns {
    gap: 1.25rem;
    /* padding: 0 1.25rem; */
}
.mvBtnsArea .btn {
    height: 4.6875rem;
    font-size: 1.625rem;
    letter-spacing: 0;
    line-height: 1.6;
}
.sec {
    font-size: 16px
}
.sec * {
    box-sizing: border-box;
}
#problem,
#about{
    background: var(--color-Gray1);
}
#qa {
    background: var(--color-Gray3);
}

.sec .inner {
	max-width: 1280px;
	margin: auto;
	padding: 5rem 1rem;
}
.sec .inner > .text {
    max-width: 1000px;
    margin: auto;
    padding: 0 1.125rem;
    line-height: 1.6;
    font-size: 1.125rem;
}
.ttlArea {
    text-align: center;
    margin-bottom: 3.25rem;
}
#solution .ttlArea {
	margin-top: 1.75rem;
}
.ttlArea h2 {
    text-align: center;
    margin-bottom: 1.25rem;
}
.ttlArea h2 span {
    font-size: 2.25rem;
    color: var(--color-Red2);
    border: none;
    background: none;
    padding: 0;
}
.ttlArea h2.type2 span {
    color: var(--color-Black)
}
.ttlArea .ttlLead {
    font-size: 1.75rem;
    font-weight: bold;
}
.annoText {
    font-size: 1rem;
    margin-top: 1.55rem;
}

.checkPanelList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    font-size: 1.75rem;
}
.checkPanelList li {
    background: var(--color-Gray5);
    color: #fff;
    border-radius: var(--base-radius-m);
    padding: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 1.75rem;
    min-height: 11.25rem;
}
.checkPanelList li .check {
    width: 3rem;
    height: 3rem;
    background: url(../images/check.svg) no-repeat center;
    background-size: contain
}
.checkPanelList li .text {
    flex: 1;
    line-height: 1.7;
}
.labelWrap {
    display: inline-flex;
    flex-wrap: wrap;
    border: 1px solid var(--color-Black);
    border-radius: 10000px;
    padding: 0.5rem 1.5rem 0.75rem;
    background: #fff;
    font-size: 1.625rem;
    line-height: 1.2;
    justify-content: center;
}
.problemPanel {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2.5rem;
}
.problemPanel .box {
    background: #fff;
    padding: 3rem 2.5rem 3.25rem;
    display: grid;
    grid-template-columns: 1fr 390px;
    grid-template-rows: auto auto 1.25fr;
    gap: 1.5rem 2rem;
    border-radius: var(--base-radius-l);
}
.problemPanel .box .numTtl {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    border: none;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.problemPanel .box .numTtl .num {
    display: flex;
    width: 3.75rem;
    height: 3.75rem;
    background: var(--color-Red2);
    border-radius: 100%;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 2.6875rem;
    line-height: 0;
    letter-spacing: 0;
    padding-bottom: 0.45rem;
}
.problemPanel .box .numTtl .ttlText {
    font-size: 1.75rem;
    color: var(--color-Black);
    position: relative;
}

.problemPanel .box .numTtl .ttlText:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--color-Gray3);
    bottom: -1rem;
}
.problemPanel .box .checkList {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
    font-size: 1.25rem;
    letter-spacing: 0;
}
.problemPanel .box .checkList li {
    padding-left: 1.325rem;
    background: url(../images/check.svg) no-repeat left 0.5rem;
    background-size: 1.125rem;
}
.problemPanel .box .checkList li:not(:last-child) {
    margin-bottom: 0.275rem;
}
.problemPanel .box .img {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}
.problemPanel .box .img img {
    width: 100%
}
.problemPanel .box .btnWrap {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    text-align: center;
    /* padding-top: 0.5rem; */
}
.contactLead {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 1rem;
}
.contactLead .lead {
    font-size: 1.75rem;
    font-size: 175%;
    margin-bottom: 0.75rem;
}
.contactLead .contactText {
    font-size: 2rem;
    font-size: 200%;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.contactLead .contactText:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1.125rem;
    background: url(../images/bar.svg) 30% center no-repeat;
    background-size: cover;
}
.contactLead .contactText .l {
    font-size: 125%;
}
.btns {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.btns li {
    width: calc((100% - 2rem)/3);
    max-width: 400px;
    margin: auto;
    min-width: 300px;
    flex: 1;
}
.qaList {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}
.qaList > div {
    background: #fff;
    border-radius: var(--base-radius-l);
    padding: 1.325rem 2.5rem 2rem;
    font-size: 1.125rem;
}
.qaList dt.q ,
.qaList dd.a {
    display: flex;
    gap: 0.5rem 1.25rem;
    align-items: baseline;
}
.qaList dt.q {
    color: var(--color-Red2);
    font-weight: bold;
    margin-bottom: 1rem;
}
.qaList dd.a {
    color: var(--color-Gray5);
}
.qaList .alpha {
    font-size: 2.25rem;
    width: 2rem;
    display: inline-block;
    transform: translateY(0.25rem);
    font-weight: bold;
    font-weight: 800;
    text-align: center;
    line-height: 1;
}
.qaList .text {
    flex: 1;
}
.qaList .text a {
	color: var(--color-Gray5);
}
.compositionArea {
    background: #fff;
    border-radius: var(--base-radius-l);
    padding: 2.5rem 2rem;
    margin-top: 3rem;
}
.compositionArea h3 {
    border: none;
    text-align: center;
    font-size: 2rem;
    color: var(--color-Gray6);
    margin-bottom: 2rem;
}

.compositionPanelList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}
.compositionPanelList .panel {
    margin: 0;
    background: var(--color-Gray2);
    border-radius: var(--base-radius-m);
    padding: 1.75rem 1.4rem;
    color: var(--color-Gray6);
}
.compositionPanelList .panel h4 {
    text-align: center;
    border-bottom: 1px solid;
    /* color: var(--color-Black); */
    font-size: 1.75rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
}
.compositionList {
    column-count: 2;
    column-gap: 0.5rem;
    row-gap: 0.25rem;
    font-size: 1.125rem;
}
.compositionList.wide {
    column-count: 1;
}
.compositionList li {
    break-inside: avoid;
    text-indent: -1em;
    padding-left: 1em;
    letter-spacing: 0;
}
.compositionList li:before {
    content: "\25CF";
    display: inline-block;
    text-indent: 0;
}
@media screen and (max-width: 1200px) {
	.qaList > div {
		font-size: 1.25rem
	}
}
@media screen and (max-width: 1000px) {
	.problemPanel .box {
		grid-template-columns: 1fr 300px;
	}
}
@media screen and (max-width: 900px) {
	.compositionPanelList {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 768px) {
	.sec .inner {
		padding: 5rem 1.5rem;
	}
	#branding {
		height: auto;
	}
	#branding #mv {
		height: auto;
		padding-bottom: 20rem;
		position: relative;
	}
	#branding #mv img {
		aspect-ratio: 10 / 7;
	}
	#branding #mvTextArea {
		background: none;
		padding: 0;
		position: static;
		min-height: 0;
		container-type: inline-size;
	}
	#branding #mvTextArea h1 {
		background: url(../images/bg.svg) no-repeat center top;
		background-size: cover;
		padding-top: 10%;
		padding-bottom: 3%;
		padding: 10% 1rem 3%;
		margin-bottom: 0;
		position: absolute;
		bottom: 20rem;
		font-size: 1.8cqw;
	}
	#branding #mvTextArea h1 .lead {
	}
	#branding #mvTextArea .mvBtnsArea {
		background: var(--color-Gray6);
		/* padding-bottom: 6%; */
		position: absolute;
		/* top: 100%; */
		width: 100%;
		bottom: 0;
		height: 20rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.btns {
		flex-wrap: wrap;
	}
	.btns li {
		width: calc((100% - 1rem)/2);
		min-width: 300px;
	}
	a.btn {
		font-size: 1.75rem;
		height: 5.25rem;
	}
	a.btn.s {
		height: 5.25rem;
		font-size: 1.3725rem;
	}
	.checkPanelList {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		font-size: 1.5rem;
	}
	.checkPanelList li {
		min-height: 0;
	}

	.problemPanel .box {
		/* grid-template-columns: 1fr; */
		/* grid-template-rows: auto; */
		display: block;
		padding: 2rem 1.5rem 2.25rem;
	}
	.problemPanel .box .numTtl {
		margin-bottom: 2rem;
	}
	.problemPanel .box .checkList {
		margin-bottom: 2rem;
	}
	.problemPanel .box .img {
		float: right;
		width: 240px;
		margin-left: 1.5rem;
	}
	.problemPanel .box .btnWrap {
		max-width: 400px;
		margin: auto;
	}
	.qaList > div {
		padding: 0.75rem 1.5rem 1.5rem;
	}
	.compositionArea {
		padding: 2rem 1.5rem;
	}
	.compositionPanelList {
		/* grid-template-columns: repeat(2,1fr); */
	}
}
@media screen and (max-width: 640px) {
	.compositionPanelList {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 600px) {
	#branding #mv {
		padding-bottom: 0;
		background: #444;
	}
	#branding #mvTextArea h1 {
		font-size: 0.6725rem;
		position: relative;
		margin-top: -6rem;
		bottom: auto;
		padding: 4rem 1rem 1rem;
	}
	#branding #mvTextArea .mvBtnsArea {
		position: static;
		height: auto;
		padding: 2rem 0 3rem;
	}
	.contactLead {
		font-size: 0.9125rem;
	}
}
@media screen and (max-width: 500px) {
	.problemPanel .box .img {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 2rem;
	}
}
.contactBtnsArea {
	padding-bottom: 1.5rem;
}
.red {
    color: var(--color-Red2)
}
.dilb {
	display: inline-block;
}