@charset "utf-8";

/* CSS Document */

.nwbody { font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; color: #000; }
.nwbody a { color: #000; }
.nwbody .fkoz { font-family: "Noto Sans JP"; }

.nwbtn a { display: inline-block; background-color: #000; color: #fff; border-radius: 50px; border: #000 solid 1px; padding: 19px 70px 19px 39px; line-height: 20px; position: relative; transition: all 0.15s ease-out; }
.nwbtn a:after { content: ''; width: 30px; height: 30px; position: absolute; top: 50%; margin-top: -15px; right: 25px; background: url(../img/new/ic_arrow.png) no-repeat center; background-size: 26px auto; filter: invert(1); transition: all 0.15s ease-out; }
.nwbtn a:hover { background-color: #fff; color: #000; }
.nwbtn a:hover:after { filter: invert(0); transform: translateX(8px); }

.nwhead { position: fixed; top: 0px; left: 0px; padding: 40px 40px 0px 40px; width: 100%; font-size: 1.4rem; z-index: 1000; transition: all 0.2s ease-out; }
.nwhead .cont { background-color: #F5F5F5; display: flex; border-radius: 50px; height: 80px; align-items: center; padding: 10px; justify-content: space-between; transition: all 0.2s ease-out; }
.nwhead .logo { padding: 0px 30px; }
.nwhead .logo img { display: block; }
.nwhead nav > ul { display: flex; align-items: center; gap: 10px; }
.nwhead nav > ul > li { position: relative; }
.nwhead nav > ul > li:not(.nwbtn) > a, .nwhead nav > ul > li > span { display: inline-block; padding: 20px; line-height: 20px; position: relative; }
.nwhead nav > ul > li:not(.nwbtn) > a:after { content: ''; width: calc(100% - 40px); height: 1px; background-color: #000; position: absolute; left: 20px; bottom: 10px; transition: all 0.15s ease-out; transform: scaleX(0); }
.nwhead nav > ul > li:not(.nwbtn) > a:hover:after { transform: scaleX(1); }
.nwhead nav > ul > li > span { cursor: default; }
.nwhead nav > ul ul { position: absolute; background-color: #fff; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08); width: 200px; left: 50%; margin-left: -100px; top: 100%; border-radius: 10px; transition: all 0.2s ease-out; opacity: 0; pointer-events: none; transform: translateY(-5px); text-align: left; }
.nwhead nav > ul ul:before { content: ''; width: 16px; height: 16px; background-color: #fff; position: absolute; left: 50%; margin-left: -8px; top: -8px; transform: rotate(45deg); }
.nwhead nav > ul ul li:not(:last-child) { border-bottom: #eee dotted 1px; }
.nwhead nav > ul ul a { display: block; padding: 10px 15px; background: url(../img/new/ic_arrow_sm.png) no-repeat right 13px center; background-size: 15px auto; }
.nwhead nav > ul ul a:hover { opacity: 0.75; background-position: right 8px center; }
.nwhead nav > ul > li:hover ul { opacity: 1; pointer-events: all; transform: translateY(0px); }
.nwhead nav > ul > li:not(.nwbtn) + .nwbtn { margin-left: 20px; }
.nwhead .nwbtn a { padding: 19px 39px; }
.nwhead .nwbtn a:after { display: none; }
.nwhead .nwbtn.b1 a { background-color: #fff; color: #000; }
.nwhead .nwbtn.b1 a:hover { background-color: #000; color: #fff; }
.nwhead .cont > .nwbtn { display: none; }
.nwhead .spm, .nwhead .bg { display: none; }

.nav_shrink .nwhead { padding: 0px; }
.nav_shrink .nwhead .cont { border-radius: 0px; background-color: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
.nav_shrink .nwhead nav > ul ul { box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 1400px) {
	.nwhead { padding: 20px 20px 0px 20px; }
}
@media screen and (max-width: 1080px) {
	.nwhead .logo { padding: 0px 20px; }
	.nwhead nav > ul > li:not(.nwbtn) > a, .nwhead nav > ul > li > span { padding: 20px 10px; }
	.nwhead nav > ul > li:not(.nwbtn) + .nwbtn { margin-left: 10px; }
	.nwhead .nwbtn a { padding: 19px 30px; }
}
@media screen and (max-width: 940px) {
	.nwhead .logo { padding: 0px 10px; }
	.nwhead nav > ul { gap: 5px; }
	.nwhead nav > ul > li:not(.nwbtn) > a, .nwhead nav > ul > li > span { padding: 20px 5px; }
	.nwhead nav > ul > li:not(.nwbtn) + .nwbtn { margin-left: 5px; }
	.nwhead .nwbtn a { padding: 19px 25px; }
}
@media screen and (max-width: 820px) {
	.nwhead .cont { height: 54px; padding: 7px; }
	.nwhead .logo { position: relative; z-index: 2; }
	.nwhead .logo img { width: 82px; transition: all 0.2s ease-out; }
	.nwhead .cont > .nwbtn { display: block; font-size: 1rem; margin-left: auto; position: relative; z-index: 2; }
	.nwhead .cont > .nwbtn a { padding: 9px 25px; transition: all 0.2s ease-out; }
	.nwhead .spm { display: block; width: 40px; height: 40px; border-radius: 50%; margin-left: 10px; position: relative; z-index: 2; }
	.nwhead .spm i, .nwhead .spm:before, .nwhead .spm:after { content: ''; width: 26px; height: 2px; background-color: #000; position: absolute; left: 50%; margin-left: -13px; top: 50%; margin-top: -1px; transition: all 0.2s ease-out; }
	.nwhead .spm:before { transform: translateY(-9px); }
	.nwhead .spm:after { transform: translateY(9px); }

	.nwhead nav { position: fixed; top: 0px; left: 0px; background-color: #000; width: 100%; height: calc(100% + 40px); padding-top: 85px; transition: all 0.2s ease-out; opacity: 0; pointer-events: none; }
	.nwhead nav > ul { display: block; font-size: 1.5rem; text-align: left; border-top: #FFFFFF4D solid 1px; transition: all 0.2s ease-out; transform: translateY(-10px); }
	.nwhead nav > ul > li { border-bottom: #FFFFFF4D solid 1px; }
	.nwhead nav > ul > li > a:not(.nwbtn), .nwhead nav > ul > li > span { color: #fff; display: block; padding: 15px 20px; }
	.nwhead nav > ul ul { position: static; opacity: 1; transform: translateY(0px); background: none; border-radius: 0px; margin: 0px; width: 100%; border-top: #FFFFFF4D dotted 1px;  }
	.nwhead nav > ul ul:before { display: none; }
	.nwhead nav > ul ul li:not(:last-child) { border-bottom: #FFFFFF4D dotted 1px; }
	.nwhead nav > ul ul a { color: #fff; font-size: 1.4rem; padding: 12px 20px; }
	.nwhead nav > ul ul a:before { content: 'ー'; margin-right: 8px; }
	.nwhead nav .nwbtn { display: none; }
	.nwhead nav .nwbtn.b2 { display: block; }
	.nwhead nav .nwbtn.b2 a { display: block; background: none; border-radius: 0px; border: none; color: #fff; padding: 15px 20px; font-size: 1.5rem; }
	.nwhead nav > ul > li > a:not(.nwbtn), .nwhead nav > ul ul a, .nwhead nav .nwbtn.b2 a { background: url(../img/new/ic_arrow_white.png) no-repeat right 20px center; background-size: 20px auto; }

	.nav_on .nwhead .logo img { filter: brightness(100); }
	.nav_on .nwhead .spm i, .nav_on .nwhead .spm:before, .nav_on .nwhead .spm:after { background-color: #fff; }
	.nav_on .nwhead .spm i { opacity: 0; transform: scaleX(0); }
	.nav_on .nwhead .spm:before { transform: translateY(0px) rotate(45deg); }
	.nav_on .nwhead .spm:after { transform: translateY(0px) rotate(-45deg); }
	.nav_on .nwhead .cont > .nwbtn a { background-color: #fff; color: #000; }
	.nav_on .nwhead .cont > .nwbtn a:hover { background-color: #000; color: #fff; }
	.nav_on .nwhead nav { opacity: 1; pointer-events: all; }
	.nav_on .nwhead nav > ul { transform: translateY(0px); }
	.nav_on .nwhead nav > ul ul { pointer-events: all; }
	.nav_shrink .nwhead nav { padding-top: 55px; }
}

.nwfoot { padding: 20px; background-color: #000; font-size: 1.4rem; color: rgba(255, 255, 255, 0.5); }
.nwfoot .cont { max-width: 1300px; margin: 0 auto; display: flex; justify-content: space-between; padding: 80px 0px; }
.nwfoot .lf { text-align: left; }
.nwfoot .lf p { line-height: 1.8; margin-top: 40px; }
.nwfoot .logo img { filter: brightness(100); }
.nwfoot nav { display: flex; text-align: left; justify-content: space-between; width: 50%; max-width: 500px; }
.nwfoot nav a { position: relative; display: inline-block; }
.nwfoot nav a:after { content: ''; width: 100%; height: 1px; background-color: rgba(255, 255, 255, 0.5); position: absolute; left: 0px; bottom: -2px; pointer-events: none; transform-origin: left; transform: scaleX(0); transition: all 0.15s ease-out; }
.nwfoot nav a:hover:after { transform: scaleX(1); }
.nwfoot nav > ul > li > a, .nwfoot nav span { color: #fff; }
.nwfoot nav > ul > li:not(:last-child) { margin-bottom: 40px; }
.nwfoot nav > ul ul { font-size: 1.2rem; padding-top: 15px; }
.nwfoot nav > ul ul a { color: rgba(255, 255, 255, 0.7); margin-left: 20px; }
.nwfoot nav > ul ul a:before { content: 'ー'; position: absolute; left: -20px; }
.nwfoot nav > ul ul li:not(:last-child) { margin-bottom: 10px; }

.ptop a { background-color: #fff; }

.nwhead + .sub_sec { padding-top: 200px; }
.nwhead + .spintv header { height: 640px; padding-top: 30px; }

.pagehead { padding: 130px 20px 120px 20px; position: relative; overflow: hidden; }
.pagehead:before { content: ''; background: url(../img/new/bg01.jpg) no-repeat center 20px; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; pointer-events: none; transition: all 1.2s ease-in-out; opacity: 0; transform: scale(1.05); }
.pagehead .cont { max-width: 1340px; margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; height: 790px; position: relative; }
.pagehead .hd { font-size: 12rem; line-height: 1; color: #D4D4D4; width: 100%; font-weight: 200; letter-spacing: -0.02em; margin-bottom: auto; position: absolute; left: 0px; top: 0px; transition: all 0.7s ease-in-out; opacity: 0; transform: translateY(-20px); }
.pagehead .tx { text-align: left; padding-top: 150px; transition: all 0.7s ease-in-out; opacity: 0; transform: translateY(20px); }
.pagehead .tx h1 { color: #D649A0; font-size: 1.7rem; margin-bottom: 20px; font-weight: bold; }
.pagehead .tx h1 span { font-size: 2rem; display: inline-block; color: #fff; background: url(../img/new/text_bg.jpg) no-repeat center; background-size: cover; padding: 8px 15px; margin-right: 5px; }
.pagehead .tx h1 b { font-size: 5.2rem; font-weight: bold; color: #000; line-height: 1.3; display: inline-block; }
.pagehead .tx p { font-size: 2rem; line-height: 1.8; }
.pagehead .tx .sub { width: 470px; border-radius: 30px; background-color: rgba(255, 255, 255, 0.8); margin-top: 30px; padding: 20px; }
.pagehead .tx .sub div { font-size: 1.8rem; font-weight: bold; color: #fff; border-radius: 30px; background: url(../img/new/bg12.png) no-repeat center 80%; background-size: 150% auto; text-align: center; padding: 10px; margin-bottom: 20px; }
.pagehead .tx .sub ul { display: flex; gap: 10px; justify-content: center; }
.pagehead .btns { margin-top: auto; margin-left: auto; width: 370px; transition: all 0.7s ease-in-out; opacity: 0; transform: translateY(20px); }
.pagehead .btns > span { display: block; font-size: 2.2rem; margin-bottom: 10px; }
.pagehead .btns > div:not(:last-child) { margin-bottom: 10px; }
.pagehead .btns a { display: flex; font-size: 1.8rem; padding: 10px 50px 10px 80px; color: #fff; background-color: #000; border-radius: 10px; text-align: left; min-height: 70px; align-items: center; border: #000 solid 1px; position: relative; transition: all 0.15s ease-out; }
.pagehead .btns a:before, .pagehead .btns a:after { content: ''; position: absolute; width: 40px; height: 40px; top: 50%; margin-top: -20px; transition: all 0.15s ease-out; }
.pagehead .btns a:before { left: 20px; }
.pagehead .btns a:after { right: 20px; background: url(../img/new/ic_arrow.png) no-repeat center; background-size: 26px auto; filter: invert(1); }
.pagehead .btns a:hover { background-color: #fff; color: #000; }
.pagehead .btns a:hover:before { filter: invert(1); }
.pagehead .btns a:hover:after { filter: invert(0); transform: translateX(8px); }
.pagehead .btns .b1 a:before { content: ''; background: url(../img/new/ic_doc.png) no-repeat center; background-size: 20px auto; }
.pagehead .btns .b2 a:before { content: ''; background: url(../img/new/ic_video.png) no-repeat center; background-size: 29px auto; }
.pagehead .btns .b2 a { background-color: #585858; border-color: #585858; }
.pagehead .btns .b2 a:hover { background-color: #fff; color: #000; }

.init .pagehead:before { opacity: 1; transform: scale(1); }
.init .pagehead .hd { opacity: 1; transform: translateY(0px); transition-delay: 0.4s; }
.init .pagehead .tx { opacity: 1; transform: translateY(0px); transition-delay: 0.6s; }
.init .pagehead .btns { opacity: 1; transform: translateY(0px); transition-delay: 0.8s; }

@media screen and (max-width: 1400px) {
	.pagehead .hd { font-size: 8rem; }
}

.pagehead.v2:before { background: url(../img/new/bg07.jpg) no-repeat center 20px; }
.pagehead.v2 .tx h1 { font-size: 2.7rem; }

.pagehead.v3:before { background: url(../img/new/bg11.jpg) no-repeat center 20px; }
.pagehead.v3 .tx { margin-top: auto; }
.pagehead.v3 .tx h1 { font-size: 2.7rem; }

.pagehead.v4:before { background: url(../img/new/bg18.png) no-repeat right -200px top 60%, url(../img/new/bg17.jpg) no-repeat center 20px; }
.pagehead.v4 .tx { padding-top: 50px; }
.pagehead.v4 .tx h1 { font-size: 2.7rem; color: #000; }
.pagehead.v4 .tx p { margin-top: 30px; }
.pagehead.v4 .btns { margin-left: 0px; margin-top: 50px; text-align: center; }

@media screen and (max-width: 1660px) {
	.pagehead.v4:before { background-position: right -300px top 60%, center 20px; }
}
@media screen and (max-width: 1460px) {
	.pagehead.v4:before { background-position: right -400px top 60%, center 20px; }
}
@media screen and (max-width: 1340px) {
	.pagehead.v4:before { background-position: right -500px top 60%, center 20px; }
}

.nwcont01 { background-color: #2B2B2B; color: #fff; padding: 60px 20px 80px 20px; }
.nwcont01 h2 { font-size: 4.2rem; font-weight: bold; margin-bottom: 15px; }
.nwcont01 h2 b { font-size: 6.5rem; }
.nwcont01 h2 i { font-size: 2.9rem; font-style: normal; }
.nwcont01 p { font-size: 2rem; line-height: 1.8; }

.nwcont02 { padding: 80px 20px 100px 20px; }
.nwcont02 .cont { max-width: 1200px; margin: 0 auto; }
.nwcont02 ul { display: flex; flex-flow: row wrap; align-items: center; justify-content: center; gap: 30px 50px; }
.nwcont02 ul .c03 { margin-top: 7px; }
.nwcont02 p { font-size: 2rem; margin-top: 50px; }

.nwt01 { display: block; font-size: 7.6rem; font-weight: 200; line-height: 1; text-align: left; position: relative; margin-bottom: 50px; }
.nwt01:before { content: ''; width: 10px; height: 10px; background-color: #B171C8; position: absolute; left: -20px; top: 45px; border-radius: 50%; }
.nwt02 { text-align: left; font-size: 3.7rem; font-weight: bold; margin-bottom: 30px; }

.nwcont03 { padding: 20px 20px 80px 20px; }
.nwcont03 .cont { background-color: #F5F5F5; max-width: 1400px; margin: 0 auto; border-radius: 20px; padding: 30px 50px; }
.nwcont03 .tx { max-width: 1000px; margin: 0 auto; text-align: left; }
.nwcont03 p { font-size: 1.8rem; line-height: 1.8; margin-bottom: 15px; }
.nwcont03 p.b { font-size: 2.2rem; font-weight: bold; }
.nwcont03 .nwbtn { text-align: right; }
.nwcont03 .im { padding: 50px 0px 30px 0px; }

.nwcont03.v2 .nwt02 { font-size: 3.5rem; }

.nwcont04 { background-color: #2B2B2B; color: #fff; padding: 80px 20px; }
.nwcont04 .cont { max-width: 1360px; margin: 0 auto; }
.nwcont04 h2 { font-weight: bold; font-size: 2.2rem; margin-bottom: 30px; text-align: left; }
.nwcont04 .bx { display: flex; gap: 30px; justify-content: space-between; }
.nwcont04 .bx > div { width: 657px; }
.nwcont04 .bx a { display: block; background-color: #1D1D1D; border-radius: 20px; color: #fff; padding: 30px 40px; }
.nwcont04 .bx h3 { font-weight: bold; font-size: 2rem; margin-bottom: 30px; }
.nwcont04 .bx .im { overflow: hidden; margin-bottom: 30px; }
.nwcont04 .bx a:hover img { opacity: 1; transform: scale(1.06); }
.nwcont04 .bx span { display: inline-block; color: #000; background-color: #fff; border-radius: 50px; padding: 19px 70px 19px 39px; position: relative; }
.nwcont04 .bx span:after { content: ''; width: 30px; height: 30px; position: absolute; top: 50%; margin-top: -15px; right: 25px; background: url(../img/new/ic_arrow.png) no-repeat center; background-size: 26px auto; transition: all 0.15s ease-out; }
.nwcont04 .bx a:hover span:after { transform: translateX(8px); }
.nwcont04 .bx span.b1:after { background: url(../img/new/ic_download.png) no-repeat center center; background-size: 12px auto; }
.nwcont04 .bx a:hover span.b1:after { transform: translateY(3px); }

.nwcont05 { padding: 80px 20px; }
.nwcont05 .cont { max-width: 1400px; margin: 0 auto; padding-left: 20px; }
.nwcont05 .cont:first-child { padding-bottom: 100px; }
.nwcont05 .bx1 { display: flex; align-items: center; justify-content: center; gap: 10px; }
.nwcont05 .bx1 p { font-size: 1.8rem; line-height: 1.8; text-align: left; }

.nwcont05 .list { display: flex; align-items: flex-start; justify-content: space-between; text-align: left; }
.nwcont05 .list > ul { position: sticky; top: 150px; font-size: 2.5rem; font-weight: bold; }
.nwcont05 .list > ul li:not(:last-child) { margin-bottom: 15px; }
.nwcont05 .list > ul li a { color: #ccc; }
.nwcont05 .list > ul li a.on { color: #000; }
.nwcont05 .cont2 { width: calc(100% - 340px); counter-reset: nwcont05; }
.nwcont05 .cont2 hr { border: none; background: none; position: relative; z-index: -1; pointer-events: none; display: block; padding: 0px; margin: 0px; padding-top: 150px; margin-top: -150px; }
.nwcont05 .cont2 > div { background-color: #F5F5F5; border-radius: 20px; padding: 30px; counter-increment: nwcont05; }
.nwcont05 .cont2 > div:nth-child(2) { background: #F5F5F5 url(../img/new/bg02.png) no-repeat right top; }
.nwcont05 .cont2 > div:nth-child(4) { background: #F5F5F5 url(../img/new/bg03.png) no-repeat right -220px top 12%; background-size: 604px auto; }
.nwcont05 .cont2 > div:nth-child(6) { background: #F5F5F5 url(../img/new/bg04.png) no-repeat right -120px top 12%; background-size: 596px auto; }
.nwcont05 .cont2 > div:not(:last-child) { margin-bottom: 40px; }
.nwcont05 .cont2 > div:before { content: '0' counter(nwcont05); font-size: 2rem; font-weight: 200; width: 28px; display: block; border-top: #000 solid 2px; text-align: center; padding-top: 15px; margin: 10px 10px 50px 10px; }
.nwcont05 .cont2 h3 { font-size: 1.4rem; font-weight: bold; padding-left: 30px; margin-bottom: 20px; }
.nwcont05 .cont2 h3 span { font-size: 3rem; display: block; line-height: 1.4; }
.nwcont05 .cont2 > div > p { font-size: 1.8rem; line-height: 1.8; padding-left: 30px; margin-bottom: 30px; max-width: 534px; }
.nwcont05 .cont2 > div > p .mr { display: none; }
.nwcont05 .cont2 ul { font-size: 1.4rem; margin-bottom: 50px; padding-left: 30px; max-width: 364px; }
.nwcont05 .cont2 li { border-bottom: #000 solid 1px; margin-top: 10px; }
.nwcont05 .cont2 li a { display: block; padding: 8px 20px 8px 0px; background: url(../img/new/ic_arrow_sm.png) no-repeat right 5px center; background-size: 15px auto; }
.nwcont05 .cont2 li a:hover { opacity: 0.75; background-position: right 0px center; }
.nwcont05 .tb { display: inline-block; font-size: 1.4rem; font-weight: bold; border: #000 solid 1px; border-bottom: none; border-radius: 20px 20px 0px 0px; background-color: #D9D9D9; padding: 10px 25px; }
.nwcont05 .bx2 { border: #000 solid 1px; background-color: #F5F5F5; border-radius: 0px 20px 20px 20px; padding: 40px 50px; display: flex; justify-content: space-between; }
.nwcont05 .bx2 .res { width: 298px; text-align: right; }
.nwcont05 .bx2 .res .im { overflow: hidden; margin-bottom: 15px; }
.nwcont05 .bx2 .res .ti { font-size: 1.4rem; font-weight: bold; margin-bottom: 10px; text-align: left; }
.nwcont05 .bx2 .res .ti span { font-size: 1.2rem; color: rgba(0, 0, 0, 0.3); display: block; }
.nwcont05 .bx2 .res p { font-size: 1.4rem; line-height: 1.8; text-align: left; }
.nwcont05 .bx2 .res .mr { display: inline-block; font-size: 1.4rem; border-bottom: #000 solid 1px; padding: 4px 40px 4px 0px; background: url(../img/new/ic_arrow_sm.png) no-repeat right 5px center; background-size: 15px auto; transition: all 0.2s ease-out; }
.nwcont05 .bx2 .res a:hover .im img { transform: scale(1.06); opacity: 1; }
.nwcont05 .bx2 .res a:hover .mr { background-position: right center; opacity: 0.75; }
.nwcont05 .bx2 .det { max-width: 500px; width: calc(100% - 330px); text-align: right; }
.nwcont05 .bx2 .det h4 { text-align: left; font-size: 2.2rem; font-weight: bold; margin-bottom: 30px; }
.nwcont05 .bx2 .det p { text-align: left; line-height: 1.8; margin-bottom: 30px; }
.nwcont05 .bx2 .nwbtn a { font-size: 1.2rem; padding-top: 15px; padding-bottom: 15px; }

@media screen and (max-width: 1400px) {
	.nwcont05 .list > ul { font-size: 1.9rem; }
	.nwcont05 .cont2 { width: calc(100% - 260px); }
	.nwcont05 .cont2 > div:nth-child(3) { background-position: right -190px top 12%; }
}
@media screen and (max-width: 1280px) {
	.nwcont05 .cont2 > div > p { max-width: 55%; }
}
@media screen and (max-width: 1140px) {
	.nwcont05 .list > ul { font-size: 1.5rem; }
	.nwcont05 .cont2 { width: calc(100% - 200px); }
}
@media screen and (max-width: 1060px) {
	.nwcont05 .list > ul { display: none; }
	.nwcont05 .cont2 { width: calc(100% + 20px); margin-left: -20px; }
}
@media screen and (max-width: 940px) {
	.nwcont05 .bx2 { padding: 30px; }
}

.nwcont05 .head { position: sticky; top: 150px; }
.nwcont05 .head .nwt02 { font-size: 2.5rem; }
.nwcont05.v2 .cont { padding-bottom: 0px; }
.nwcont05.v2 .cont2 > div { min-height: 500px; }
.nwcont05.v2 .cont2 > div:nth-child(1) { background: #F5F5F5 url(../img/new/bg08.png) no-repeat right 0px top 20px; background-size: 400px auto; }
.nwcont05.v2 .cont2 > div:nth-child(2) { background: #F5F5F5 url(../img/new/bg04.png) no-repeat right -50px center; background-size: 520px auto; }
.nwcont05.v2 .cont2 > div:nth-child(3) { background: #F5F5F5 url(../img/new/bg03.png) no-repeat right -220px center; background-size: 604px auto; }
.nwcont05.v2 .cont2 > div:nth-child(4) { background: #F5F5F5 url(../img/new/bg09.png) no-repeat right -100px center; background-size: 480px auto; }
.nwcont05.v2 .cont2 > div > p { margin-bottom: 0px; max-width: 520px; padding-bottom: 30px; }

@media screen and (max-width: 1400px) {
	.nwcont05 .head .nwt02 { font-size: 2rem; }
}
@media screen and (max-width: 1320px) {
	.nwcont05.v2 .cont2 > div:nth-child(1) { background-position: right -50px top 20px; }
	.nwcont05.v2 .cont2 > div:nth-child(2) { background-position: right -100px center; }
	.nwcont05.v2 .cont2 > div > p { max-width: 460px; }
}
@media screen and (max-width: 1240px) {
	.nwcont05.v2 .cont2 > div > h3, .nwcont05.v2 .cont2 > div > p { max-width: calc(100% - 350px); }
}
@media screen and (max-width: 1140px) {
	.nwcont05 .head .nwt01 { font-size: 5rem; }
	.nwcont05 .head .nwt01:before { top: 25px; }
	.nwcont05 .head .nwt02 { font-size: 1.5rem; }
}

.nwcont05.v3 .cont2 > div:nth-child(1) { background: #F5F5F5 url(../img/new/bg13.png) no-repeat right center; background-size: auto 100%; }
.nwcont05.v3 .cont2 > div:nth-child(2) { background: #F5F5F5 url(../img/new/bg14.png) no-repeat right center; background-size: auto 100%; }
.nwcont05.v3 .cont2 > div:nth-child(3) { background: #F5F5F5 url(../img/new/bg15.png) no-repeat right -80px center; background-size: 558px auto; }
.nwcont05.v3 .cont2 > div .nwbtn { padding: 10px 0px 30px 30px; }

.nwcont05.v4 .cont2 > div { background: #F5F5F5; padding: 40px 60px 60px 60px; }
.nwcont05.v4 .cont2 > div:before { display: none; }
.nwcont05.v4 .cont2 > div > span { font-size: 2rem; font-weight: 200; display: inline-block; border-top: #000 solid 1px; margin-bottom: 20px; }
.nwcont05.v4 .cont2 .bx { display: flex; align-items: center; gap: 20px; justify-content: space-between; }
.nwcont05.v4 .cont2 .bx:not(:last-child) { border-bottom: #ccc solid 1px; padding-bottom: 50px; margin-bottom: 50px; }
.nwcont05.v4 .cont2 .tx { width: 500px; }
.nwcont05.v4 .cont2 .im { width: 320px; }
.nwcont05.v4 .cont2 h3 { font-size: 2.6rem; margin: 0px 0px 20px 0px; padding: 0px; }
.nwcont05.v4 .cont2 p { font-size: 1.8rem; line-height: 1.8; margin-bottom: 30px; }
.nwcont05.v4 .cont2 p .sm { font-size: 1.2rem; }
.nwcont05.v4 .cont2 dt { font-size: 1.4rem; font-weight: bold; display: inline-block; background-color: #D9D9D9; border: #000 solid 1px; border-radius: 20px 20px 0px 0px; border-bottom: none; padding: 5px 20px; }
.nwcont05.v4 .cont2 dd { line-height: 1.8; border: #000 solid 1px; border-radius: 0px 20px 20px 20px; padding: 20px 40px; }

.nwcont06 { background-color: #2B2B2B; padding: 80px 20px; }
.nwcont06 .cont { max-width: 1344px; margin: 0 auto; }
.nwcont06 .nwt01 { color: #fff; }
.nwcont06 .ti { display: flex; color: #fff; margin-bottom: 60px; }
.nwcont06 .ti .nwt02 { white-space: nowrap; }
.nwcont06 .ti p { font-size: 1.8rem; line-height: 1.8; max-width: 540px; text-align: left; margin: 5px 20px 0px 50px; }
.nwcont06 .ti .nwbtn { margin: 5px 0px 0px 0px; margin-left: auto; white-space: nowrap; }
.nwcont06 .ti .nwbtn a { background-color: #fff; color: #000; }
.nwcont06 .ti .nwbtn a:after { filter: invert(0); }
.nwcont06 .ti .nwbtn a:hover { background-color: #000; color: #fff; }
.nwcont06 .ti .nwbtn a:hover:after { filter: invert(1); }
.nwcont06 .nwresult { margin-bottom: 80px; }
.nwcont06 .gp { background-color: #1D1D1D; border-radius: 20px; color: #fff; padding: 50px 80px; }
.nwcont06 .gp h3 { font-size: 2.2rem; font-weight: bold; text-align: left; margin-bottom: 40px; }
.nwcont06 .gp .bx { display: flex; gap: 20px; }
.nwcont06 .gp .bx > div { width: calc((100% - 40px) / 3); border-radius: 50%; aspect-ratio: 1 / 1; display: flex; flex-direction: column; position: relative; }
.nwcont06 .gp .bx > div:after { content: ''; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; border-radius: 50%; }
.nwcont06 .gp .bx > div * { position: relative; }
.nwcont06 .gp .bx span { color: #8E8E8E; font-weight: bold; font-size: 1.8rem; padding-top: 20px; }
.nwcont06 .gp .bx h4 { font-size: 2.4rem; font-weight: bold; padding-top: 40px; }
.nwcont06 .gp .bx > div div { font-size: 6rem; font-weight: bold; }
.nwcont06 .gp .bx > div div b { font-size: 10rem; }
.nwcont06 .gp .bx i, .nwcont06 .gp .bx i:before, .nwcont06 .gp .bx i:after { content: ''; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border-radius: 50%; }
.nwcont06 .gp .bx i { background-color: #5A5A5A; }
.nwcont06 .gp .bx i:after { left: 2px; top: 2px; width: calc(100% - 4px); height: calc(100% - 4px); background-color: #1D1D1D; }
@property --progress { syntax: "<percentage>"; inherits: false; initial-value: 0%; }
.nwcont06 .gp .bx i:before { background: url(../img/new/bg05.png) no-repeat center; background-size: cover; -webkit-mask: conic-gradient(from 0deg, #000 var(--progress), transparent 0), radial-gradient(farthest-side, transparent calc(100% - 10px), #000 0); -webkit-mask-composite: source-in; mask: conic-gradient(from 0deg, #000 var(--progress), transparent 0), radial-gradient(farthest-side, transparent calc(100% - 10px), #000 0); mask-composite: intersect; transition: --progress 1.6s linear; }
.nwcont06 .gp .bx > div.a2 i:before { transition-delay: 0.8s; }
.nwcont06 .gp .bx > div.a3 i:before { transition-delay: 1.2s; }
.nwcont06 .gp .bx > div.a4 i:before { transition-delay: 1.6s; }
.nwcont06 .gp.do .bx > div i:before { --progress: 100%; }
.nwcont06 .cont2 { margin: 0px -20px; margin-bottom: 80px; background: url(../img/new/bg16.jpg) no-repeat center; background-size: cover; padding: 20px; display: block; position: relative; }
.nwcont06 .cont2 .cn { max-width: 1180px; margin: 0 auto; text-align: left; display: flex; height: 470px; flex-direction: column; justify-content: center; }
.nwcont06 .cont2 h3 { display: flex; flex-direction: column; gap: 10px; font-size: 4rem; font-weight: bold; align-items: flex-start; margin-bottom: 25px; }
.nwcont06 .cont2 h3 span { background-color: #fff; padding: 10px 30px; }
.nwcont06 .cont2 .cn > div { color: #fff; font-size: 2rem; font-weight: bold; margin-bottom: 5px; }
.nwcont06 .cont2 p { color: #fff; font-size: 1.4rem; font-weight: bold; line-height: 1.8; }
.nwcont06 a.cont2:before { content: ''; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 1; pointer-events: none; transition: all 0.15s ease-out; opacity: 0; background-color: #fff; }
.nwcont06 a.cont2:hover:before { opacity: 0.25; }

@media screen and (max-width: 1440px) {
	.nwcont06 .nwt01 { margin-left: 20px; }
}
@media screen and (max-width: 1300px) {
	.nwcont06 .gp { padding: 40px; }
	.nwcont06 .gp .bx > div div b { font-size: 9rem; }
}
@media screen and (max-width: 1200px) {
	.nwcont06 .gp { padding: 30px; }
	.nwcont06 .gp .bx > div div { font-size: 5rem; }
	.nwcont06 .gp .bx > div div b { font-size: 8rem; }
}
@media screen and (max-width: 1100px) {
	.nwcont06 .gp .bx h4 { font-size: 2rem; padding-top: 30px; }
	.nwcont06 .gp .bx > div div { font-size: 4rem; }
	.nwcont06 .gp .bx > div div b { font-size: 7rem; }
}
@media screen and (max-width: 1000px) {
	.nwcont06 .gp .bx h4 { font-size: 2rem; padding-top: 20px; }
	.nwcont06 .gp .bx > div div { font-size: 3rem; }
	.nwcont06 .gp .bx > div div b { font-size: 6rem; }
}

.nwcont06.v2 .gp .bx i:before { background: url(../img/new/bg10.png) no-repeat center; background-size: cover; }
.nwcont06.v3 .gp .bx i:before { background: url(../img/new/bg12.png) no-repeat center; background-size: cover; }

.nwcont06.v4 { background-color: #fff; padding-bottom: 0px; }
.nwcont06.v4 .nwt01 { color: #000; }
.nwcont06.v4 .ti { color: #000; }
.nwcont06.v4 .ti .nwbtn a { background-color: #000; color: #fff; }
.nwcont06.v4 .ti .nwbtn a:after { filter: invert(1); }
.nwcont06.v4 .ti .nwbtn a:hover { background-color: #fff; color: #000; }
.nwcont06.v4 .ti .nwbtn a:hover:after { filter: invert(0); }
.nwcont06.v4 .cont2 { background: url(../img/new/bg20.jpg) no-repeat center; background-size: contain; margin: 0px; }
.nwcont06.v4 .cont2 .cn > div { color: #000; margin-bottom: 0px; }

.nwresult { display: flex; flex-flow: row wrap; gap: 40px 0px; }
.nwresult article { width: calc((100% - 1px) / 3); border-left: #6B6B6B solid 1px; }
.nwresult article:nth-child(3n) { width: calc((100% - 1px) / 3 + 1px); border-right: #6B6B6B solid 1px; }
.nwresult article:last-child { border-right: #6B6B6B solid 1px; }
.nwresult a { display: block; padding: 10px 46px; text-align: left; color: #fff; }
.nwresult .im { margin-bottom: 15px; overflow: hidden; }
.nwresult .cm { font-size: 1.2rem; font-weight: bold; color: #6B6B6B; margin-bottom: 5px; }
.nwresult .ct { font-size: 1.4rem; font-weight: bold; margin-bottom: 15px; transition: all 0.15s ease-out; }
.nwresult .t1 { font-size: 1.4rem; line-height: 1.8; }
.nwresult .works { margin-top: 15px; display: flex; flex-flow: row wrap; gap: 8px 5px; color: #959595; font-size: 1.2rem; }
.nwresult .works li { border: #959595 solid 1px; border-radius: 30px; padding: 5px 15px; }
.nwresult .members { margin-top: 10px; color: #959595; font-size: 1.2rem; display: flex; flex-flow: row wrap; }
.nwresult .members:before { margin-right: 5px; }
.nwresult .members li:not(:last-child):after { content: '/'; margin: 0px 5px; }
.nwresult a:hover .im img { transform: scale(1.06); opacity: 1; }
.nwresult a:hover .ct { opacity: 0.75; }

@media screen and (max-width: 1140px) {
	.nwresult a { padding: 10px 20px; }
}

.nwcont07 { padding: 100px 20px; overflow: hidden; }
.nwcont07 .cont { max-width: 1280px; margin: 0 auto; position: relative; padding-top: 50px; }
.nwcont07 .ti { font-size: 17rem; line-height: 1; text-align: left; font-weight: 200; position: absolute; top: -20px; left: -80px; color: #fff; -webkit-text-stroke: 1px #ccc; }
.nwcont07 .bx { display: flex; flex-direction: row-reverse; justify-content: space-between; gap: 30px; margin-bottom: 60px; }
.nwcont07 .tx { text-align: left; max-width: 700px; padding-top: 170px; }
.nwcont07 .tx p { font-size: 1.8rem; line-height: 1.8; }
.nwcont07 .tx p.b { font-weight: bold; font-size: 2rem; margin-bottom: 30px; }
.nwcont07 .ct { max-width: 1170px; margin: 0 auto; }
.nwcont07 .ct a { display: block; text-align: left; color: #fff; background: url(../img/new/bg06.png) no-repeat center; background-size: cover; border-radius: 20px; padding: 50px 200px 50px 70px; position: relative; }
.nwcont07 .ct a:after { content: ''; width: 120px; height: 120px; border: #000 solid 1px; border-radius: 50%; background: url(../img/new/ic_arrow.png) no-repeat center; background-size: 32px auto; position: absolute; right: 60px; top: 50%; margin-top: -60px; filter: invert(1); transition: all 0.15s ease-out; }
.nwcont07 .ct a h3 { font-size: 6.6rem; line-height: 1; font-weight: 200; margin-bottom: 15px; }
.nwcont07 .ct a p { font-size: 1.8rem; line-height: 1.8; }
.nwcont07 .ct a:hover { opacity: 0.75; }
.nwcont07 .ct a:hover:after { transform: rotate(-25deg); }

@media screen and (max-width: 1460px) {
	.nwcont07 .ti { font-size: 15rem; left: 0px; top: 0px; }
}
@media screen and (max-width: 1240px) {
	.nwcont07 .ti { font-size: 12rem; }
	.nwcont07 .tx { width: 60%; padding-top: 120px; }
	.nwcont07 .im { width: 40%; }
}
@media screen and (max-width: 980px) {
	.nwcont07 .ti { font-size: 10rem; }
}

.nwcont07.v2 { background-color: #F5F5F5; }
.nwcont07.v2 .cont { padding-top: 0px; }

.nwcont08 { padding: 20px 20px 100px 20px; }
.nwcont08 .cont { max-width: 1294px; margin: 0 auto; }
.nwcont08 .cont > p { text-align: left; font-size: 1.8rem; line-height: 1.8; margin-bottom: 50px; }
.nwcont08 .bx .list { padding: 50px 160px 0px 0px; display: flex; gap: 15px; margin-bottom: 40px; }
.nwcont08 .bx .list > div { border: #333 solid 1px; border-radius: 10px; display: flex; align-items: center; position: relative; padding: 25px 20px 15px 20px; text-align: left; }
.nwcont08 .bx .list > div:nth-child(1) { width: 30%; }
.nwcont08 .bx .list > div:nth-child(2) { width: 36%; }
.nwcont08 .bx .list > div:nth-child(3) { width: 32%; }
.nwcont08 .bx .list h3 { background-color: #333; color: #fff; font-weight: bold; position: absolute; border-radius: 30px; padding: 5px 40px; font-size: 1.7rem; left: 50%; transform: translateX(-50%); top: -20px; white-space: nowrap; }
.nwcont08 .bx .list p { font-size: 1.4rem; letter-spacing: -0.05em; }
.nwcont08 .bx .bot { background: url(../img/new/bg24.png) no-repeat center; background-size: 100% 100%; border-radius: 10px 0px 10px 10px; position: relative; padding: 40px 20px 30px 20px; margin-right: 60px; }
.nwcont08 .bx .bot:before { content: ''; background: url(../img/new/bg25.png) no-repeat right bottom; background-size: contain; width: 96px; height: 157px; position: absolute; right: -24px; bottom: 100%; }
.nwcont08 .bx .bot h3 { position: absolute; color: #6671ee; border-radius: 30px; font-size: 1.8rem; font-weight: bold; padding: 8px 40px; border: transparent solid 4px; background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #5884f4, #99c7f9) border-box; left: 50%; transform: translateX(-50%); white-space: nowrap; top: -24px; }
.nwcont08 .bx .bot p { color: #fff; font-weight: bold; text-align: center; font-size: 2.2rem; }

.nwcont08.v2 .cont { max-width: 1220px; }
.nwcont08 .bx2 .list { max-width: 1048px; margin: 0 auto; display: flex; gap: 40px; padding-top: 30px; }
.nwcont08 .bx2 .list > div { width: 34%; border: #7FDF44 solid 2px; border-radius: 20px; display: flex; flex-direction: column; align-items: center; padding: 12px 22px 14px 22px; position: relative; }
.nwcont08 .bx2 .list > div:after { content: ''; background: url(../img/new/ic_arrow2.png) no-repeat center; background-size: contain; width: 40px; height: 24px; position: absolute; right: -42px; top: 50%; margin-top: -12px; }
.nwcont08 .bx2 .list > div:nth-child(3) { border-color: #2BBFBB; }
.nwcont08 .bx2 .list > div:nth-child(3):after { display: none; }
.nwcont08 .bx2 .list > div:nth-child(3) > span { background-color: #2BBFBB; }
.nwcont08 .bx2 .list > div > span { font-weight: bold; background-color: #7FDF44; color: #fff; width: 250px; border-radius: 30px; padding: 5px; margin-bottom: 10px; }
.nwcont08 .bx2 .list h3 { font-weight: bold; font-size: 2.2rem; margin-bottom: 15px; }
.nwcont08 .bx2 .list img { margin-bottom: 15px; }
.nwcont08 .bx2 .list p { line-height: 1.8; margin-bottom: 15px; }
.nwcont08 .bx2 .ti { font-size: 1.2rem; font-weight: bold; margin-right: auto; border: #000 solid 1px; border-bottom: none; border-radius: 15px 15px 0px 0px; background-color: #D9D9D9; padding: 5px 15px; }
.nwcont08 .bx2 ul { border: #000 solid 1px; border-radius: 0px 15px 15px 15px; background-color: #F5F5F5; padding: 15px 20px; width: 100%; text-align: left; flex-grow: 1; font-size: 1.2rem; font-weight: bold; line-height: 1.8; }
.nwcont08 .bx2 li { padding-left: 15px; position: relative; }
.nwcont08 .bx2 li:before { content: '・'; position: absolute; left: 0px; }

@media screen and (max-width: 1400px) {
	.nwcont08 .nwt01 { margin-left: 20px; }
}
@media screen and (max-width: 1260px) {
	.nwcont08 .bx .list { padding: 40px 140px 0px 0px; }
	.nwcont08 .bx .list h3 { font-size: 1.6rem; padding: 5px 20px; }
	.nwcont08 .bx .bot { margin-right: 45px; }
}
@media screen and (max-width: 1140px) {
	.nwcont08 .bx .list { padding-right: 120px; }
	.nwcont08 .bx .bot { margin-right: 30px; }
	.nwcont08 .bx .bot p { font-size: 1.8rem; }
}
@media screen and (max-width: 1060px) {
	.nwcont08 .bx2 .list > div > span { width: 200px; font-size: 1.5rem; }
	.nwcont08 .bx2 .list p { font-size: 1.4rem; }
}

.nwcont09 { background-color: #F5F5F5; padding: 100px 20px; }
.nwcont09 .cont { max-width: 1300px; margin: 0 auto; display: flex; gap: 40px; justify-content: space-between; align-items: center; }
.nwcont09 .tx { width: 600px; text-align: left; }
.nwcont09 .tx .nwt02 { font-size: 3rem; }
.nwcont09 .tx p { font-size: 1.8rem; line-height: 1.8; margin-bottom: 30px; }
.nwcont09 .tx div { display: flex; }
.nwcont09 .tx div:not(:last-child) { margin-bottom: 10px; }
.nwcont09 .tx h3 { width: 230px; background-color: #000; color: #fff; font-size: 2rem; font-weight: bold; border-radius: 20px 0px 0px 20px; padding: 20px 30px; display: flex; align-items: center; min-height: 96px; }
.nwcont09 .tx ul, .nwcont09 .bx > div { width: calc(100% - 230px); display: flex; align-items: center; background-color: #fff; border-radius: 0px 20px 20px 0px; padding: 20px 30px; font-size: 1.7rem; font-weight: bold; gap: 5px 30px; flex-flow: row wrap; }
.nwcont09 .tx li { position: relative; padding-left: 15px; }
.nwcont09 .tx li:before { content: ''; width: 5px; height: 5px; background-color: #000; border-radius: 50%; position: absolute; left: 0px; top: 12px; }
.nwcont09 .tx li a:hover { text-decoration: underline; }
.nwcont09 .bx > div { font-weight: normal; }
.nwcont09 .bx > div p { margin: 0px; font-size: 1.7rem; }
.nwcont09 .bx .mr { text-align: right; width: 100%; display: block; }
.nwcont09 .bx .mr a { display: inline-block; background: url(../img/new/ic_arrow.png) no-repeat right center; background-size: 15px auto; padding-right: 22px; font-size: 1.4rem; border-bottom: #000 solid 1px; }
.nwcont09 .bx .mr a:hover { border-bottom-color: #fff; }
.nwcont09 .im { width: 610px; }

.nwcont10 { padding-top: 100px; }
.nwcont10 .cont { max-width: 1340px; margin: 0 auto; padding: 0px 20px; padding-bottom: 50px; }
.nwcont10 .cont .nwt02 span { display: block; font-size: 2.6rem; }
.nwcont10 .cont p { font-size: 1.8rem; line-height: 1.8; text-align: left; }
.nwcont10 .cont2 { max-width: 1340px; margin: 0 auto; padding: 0px 20px; padding-bottom: 120px; }
.nwcont10 .cont2 .tx { border: #333 solid 1px; border-radius: 10px; max-width: 470px; margin: 0 auto; padding: 20px 30px; text-align: left; position: relative; }
.nwcont10 .cont2 .tx h3 { font-weight: bold; font-size: 2rem; margin-bottom: 10px; }
.nwcont10 .cont2 .tx p { font-size: 1.8rem; line-height: 1.8; }
.nwcont10 .cont2 .tx:after { content: ''; background-color: #333; position: absolute; }
.nwcont10 .cont2 > .tx { margin-bottom: 30px; }
.nwcont10 .cont2 > .tx:after { top: 100%; left: 50%; width: 1px; height: 35px; }
.nwcont10 .cont2 .bx { position: relative; }
.nwcont10 .cont2 .bx img { position: relative; z-index: 1; }
.nwcont10 .cont2 .bx .tx { position: absolute; bottom: 0px; width: 350px; }
.nwcont10 .cont2 .bx .tx:after { height: 1px; width: 100px; bottom: 80px; }
.nwcont10 .cont2 .bx .tx:nth-child(2) { left: 0px; }
.nwcont10 .cont2 .bx .tx:nth-child(2):after { left: 100%; }
.nwcont10 .cont2 .bx .tx:nth-child(3) { right: 0px; }
.nwcont10 .cont2 .bx .tx:nth-child(3):after { right: 100%; }
.nwcont10 .cont3 { background-color: #F5F5F5; padding: 120px 20px 100px 20px; position: relative; }
.nwcont10 .cont3:before { content: ''; width: 1px; height: 140px; background-color: #333; left: 50%; top: -70px; position: absolute; }
.nwcont10 .cont3 p { font-size: 2.6rem; line-height: 1.8; }
.nwcont10 .cont3 .nwbtn { margin-top: 30px; }

@media screen and (max-width: 1400px) {
	.nwcont10 .nwt01 { margin-left: 20px; }
}
@media screen and (max-width: 1240px) {
	.nwcont10 .cont2 .bx .im { max-width: 36%; margin: 0 auto; }
	.nwcont10 .cont2 .bx .tx { width: calc(32% + 15px); }
}
@media screen and (max-width: 1060px) {
	.nwcont10 .cont2 .tx { max-width: 400px; padding: 15px 20px; }
	.nwcont10 .cont2 .tx h3 { font-size: 1.8rem; }
	.nwcont10 .cont2 .tx p { font-size: 1.5rem; }
}

.nwcont11 { padding: 100px 20px; }
.nwcont11 .cont { max-width: 1300px; margin: 0 auto; }
.nwcont11 .ti { display: flex; gap: 50px; }
.nwcont11 .ti p { text-align: left; font-size: 1.8rem; line-height: 1.8; margin-bottom: 40px; }
.nwcont11 .list { display: flex; justify-content: space-between; counter-reset: nwflow; padding-top: 40px; gap: 40px 70px; }
.nwcont11 .list > div { width: 200px; counter-increment: nwflow; position: relative; }
.nwcont11 .list > div:before { content: '0' counter(nwflow); font-size: 3.5rem; font-weight: 200; line-height: 1; position: absolute; width: 100%; top: -22px; left: 0px; text-align: center; z-index: 1; }
.nwcont11 .list .im { margin-bottom: 20px; position: relative; }
.nwcont11 .list .im:after { content: ''; width: 70px; height: 40px; top: 50%; margin-top: -20px; right: -70px; background: url(../img/new/ic_arrow2.png) no-repeat center; background-size: 19px auto; position: absolute; }
.nwcont11 .list > div:last-child .im:after { display: none; }
.nwcont11 .list h3 { font-size: 1.6rem; font-weight: bold; margin-bottom: 5px; }
.nwcont11 .list p { font-size: 1.4rem; line-height: 1.8; text-align: left; }

@media screen and (max-width: 1400px) {
	.nwcont11 .nwt01 { margin-left: 20px; }
}
@media screen and (max-width: 1200px) {
	.nwcont11 .list { gap: 40px; }
	.nwcont11 .list .im:after { width: 40px; right: -40px; }
}

.nwcont12 { padding: 100px 20px; }
.nwcont11 + .nwcont12 { padding-top: 20px; }
.nwcont12 .cont { max-width: 1300px; margin: 0 auto; }
.nwcont12 .cont .nwt02 { margin-bottom: 70px; }
.nwcont12 dl { max-width: 1200px; margin: 0 auto; text-align: left; }
.nwcont12 dt, .nwcont12 dd { position: relative; padding: 25px 110px; }
.nwcont12 dt:before, .nwcont12 dd:before { position: absolute; left: 60px; font-size: 2.8rem; font-weight: 200; line-height: 1; width: 30px; text-align: center; }
.nwcont12 dt { background: #F5F5F5 linear-gradient(#000, #000) no-repeat right 60px center; background-size: 19px 1px; border-radius: 60px; font-size: 2rem; line-height: 1.6; cursor: pointer; }
.nwcont12 dt:after { content: ''; background-color: #000; width: 1px; height: 19px; top: 50%; margin-top: -9px; right: 69px; position: absolute; transition: all 0.2s ease-out; }
.nwcont12 dt.on:after { transform: scaleY(0); }
.nwcont12 dt:hover { opacity: 0.75; }
.nwcont12 dt:not(:first-child) { margin-top: 30px; }
.nwcont12 dt:before { content: 'Q'; }
.nwcont12 dd { padding-bottom: 15px; padding-right: 80px; font-size: 1.8rem; line-height: 1.8; display: none; }
.nwcont12 dd:before { content: 'A'; }
.nwcont12 .more { padding-top: 30px; }
.nwcont12 .more dl { display: none; }
.nwcont12 .more > div { padding-top: 30px; }
.nwcont12 .more > div span { background-color: #000; color: #fff; display: inline-block; border-radius: 60px; padding: 20px 70px 20px 40px; position: relative; cursor: pointer; transition: all 0.15s ease-out; }
.nwcont12 .more > div span:before, .nwcont12 .more > div span:after { content: ''; width: 1px; height: 19px; background-color: #fff; position: absolute; right: 40px; top: 50%; margin-top: -9px; }
.nwcont12 .more > div span:before { transform: rotate(90deg); }
.nwcont12 .more > div span:hover { opacity: 0.75; }

@media screen and (max-width: 1400px) {
	.nwcont12 .nwt01 { margin-left: 20px; }
}

.vscroll> i, .vscroll > span { display: none; }

.nwcont13 { padding: 20px 20px 80px 20px; }
.nwcont13 .cont { background-color: #F5F5F5; max-width: 1400px; margin: 0 auto; border-radius: 20px; padding: 50px; text-align: left; }
.nwcont13 h2 { margin-bottom: 50px; }
.nwcont13 .tx { max-width: 1000px; margin: 0 auto; text-align: left; }
.nwcont13 p { font-size: 1.8rem; line-height: 1.8; margin-bottom: 15px; }
.nwcont13 p.b { font-size: 3.7rem; font-weight: bold; line-height: 1.6; }
.nwcont13 .more { border-radius: 20px; overflow: hidden; text-align: center; margin-top: 60px; }
.nwcont13 .more a { display: block; }
.nwcont13 .more .hd { background-color: #B171C8; color: #fff; padding: 50px 40px; position: relative; }
.nwcont13 .more .hd h3 { font-size: 3rem; font-weight: bold; }
.nwcont13 .more .hd p { font-size: 2.2rem; margin: 0px; }
.nwcont13 .more .hd:after { content: ''; width: 120px; height: 120px; border: #000 solid 1px; border-radius: 50%; background: url(../img/new/ic_arrow.png) no-repeat center; background-size: 32px auto; position: absolute; right: 60px; top: 50%; margin-top: -60px; filter: invert(1); transition: all 0.15s ease-out; }
.nwcont13 .more a:hover .hd:after { transform: rotate(-25deg); }
.nwcont13 .more .im { padding: 40px; background-color: #fff; }

.nwcont14 { padding: 100px 20px; }
.nwcont14 .cont { max-width: 1370px; margin: 0 auto; }
.nwcont14 .gp { display: flex; gap: 20px; padding-top: 30px; }
.nwcont14 .gp > div { width: calc((100% - 40px) / 3); }
.nwcont14 .gp > div > div { border-radius: 50%; aspect-ratio: 1 / 1; display: flex; flex-direction: column; position: relative; }
.nwcont14 .gp > div > div:after { content: ''; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; border-radius: 50%; }
.nwcont14 .gp > div * { position: relative; }
.nwcont14 .gp h4 { font-size: 2.2rem; font-weight: bold; padding-top: 120px; }
.nwcont14 .gp > div > div div { font-size: 6rem; font-weight: bold; color: #E25A40; }
.nwcont14 .gp > div > div div b { font-size: 10rem; }
.nwcont14 .gp > div > div div span { font-size: 4rem; }
.nwcont14 .gp p { font-size: 1.8rem; line-height: 1.8; margin-top: 30px; }
.nwcont14 .gp i, .nwcont14 .gp i:before, .nwcont14 .gp i:after { content: ''; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border-radius: 50%; }
.nwcont14 .gp i { background-color: #eee; }
.nwcont14 .gp i:after { left: 2px; top: 2px; width: calc(100% - 4px); height: calc(100% - 4px); background-color: #fff; }
@property --progress { syntax: "<percentage>"; inherits: false; initial-value: 0%; }
.nwcont14 .gp i:before { background: url(../img/new/bg19.png) no-repeat center; background-size: cover; -webkit-mask: conic-gradient(from 0deg, #000 var(--progress), transparent 0), radial-gradient(farthest-side, transparent calc(100% - 10px), #000 0); -webkit-mask-composite: source-in; mask: conic-gradient(from 0deg, #000 var(--progress), transparent 0), radial-gradient(farthest-side, transparent calc(100% - 10px), #000 0); mask-composite: intersect; transition: --progress 1.6s linear; }
.nwcont14 .gp > div.a2 i:before { transition-delay: 0.8s; }
.nwcont14 .gp > div.a3 i:before { transition-delay: 1.2s; }
.nwcont14 .gp > div.a4 i:before { transition-delay: 1.6s; }
.nwcont14 .gp.do > div i:before { --progress: 100%; }

@media screen and (max-width: 1460px) {
	.nwcont14 .nwt01 { margin-left: 20px; }
}
@media screen and (max-width: 1300px) {
	.nwcont14 .gp h4 { font-size: 2rem; padding-top: 90px; }
}
@media screen and (max-width: 1180px) {
	.nwcont14 .gp h4 { font-size: 1.8rem; padding-top: 70px; }
}
@media screen and (max-width: 1100px) {
	.nwcont14 .gp h4 { font-size: 1.6rem; }
	.nwcont06 .gp .bx > div div { font-size: 4rem; }
	.nwcont14 .gp > div > div div { font-size: 4rem; }
	.nwcont14 .gp > div > div div b { font-size: 7rem; }
	.nwcont14 .gp > div > div div span { font-size: 3rem; }
}

.nwcont15 { background: #333 url(../img/new/bg21.jpg) no-repeat left bottom; color: #fff; padding: 100px 20px; }
.nwcont15 .cont { max-width: 1350px; margin: 0 auto; display: flex; text-align: left; }
.nwcont15 .tx { width: 50%; border-right: #666 solid 1px; padding: 30px 70px 30px 0px; }
.nwcont15 .tx .ti { font-size: 3.2rem; font-weight: bold; margin-bottom: 30px; }
.nwcont15 .tx p { font-size: 1.8rem; line-height: 1.8; }
.nwcont15 .tx p:not(:last-child) { margin-bottom: 30px; }
.nwcont15 .form { width: 50%; padding: 30px 0px 30px 70px; }
.nwcont15 .form .iconnect-form__label { color: #fff; font-weight: bold; }
.nwcont15 .form .iconnect-form__field { margin-bottom: 15px; }
.nwcont15 .form .iconnect-form__error { color: #f00; min-height: 0px; }
.nwcont15 .form .iconnect-form__option-label { color: #fff; }
.nwcont15 .iconnect-form__option-label input { width: 18px; height: 18px; }
.nwcont15 .form .iconnect-form__submit-wrapper { text-align: center; }
.nwcont15 .form input[type="text"], .nwcont15 .form input[type="email"], .nwcont15 .form input[type="tel"], .nwcont15 .form textarea, .nwcont15 .form select { appearance: none; -webkit-appearance: none; font-family: inherit; font-size: inherit; line-height: 1.5; background-color: #5C5C5C; border: #5C5C5C solid 1px; border-radius: 10px; padding: 8px 15px; width: 100%; color: #fff; }
.nwcont15 .form input[type="text"]:focus, .nwcont15 .form input[type="email"]:focus, .nwcont15 .form input[type="tel"]:focus, .nwcont15 .form textarea:focus, .nwcont15 .form select:focus { border-color: #ccc; box-shadow: none; }
.nwcont15 .form textarea { resize: none; height: 200px; }
.nwcont15 .form p span { color: #fff !important; }
.nwcont15 .form p a { text-decoration: underline; color: #B171C8; }
.nwcont15 .form p a:hover { text-decoration: none; }
.nwcont15 .form button { display: inline-block; background-color: #fff; color: #000; border-radius: 50px; border: #000 solid 1px; padding: 19px 70px 19px 39px; line-height: 20px; position: relative; transition: all 0.15s ease-out; cursor: pointer; }
.nwcont15 .form button:after { content: ''; width: 30px; height: 30px; position: absolute; top: 50%; margin-top: -15px; right: 25px; background: url(../img/new/ic_arrow.png) no-repeat center; background-size: 26px auto; filter: invert(0); transition: all 0.15s ease-out; }
.nwcont15 .form button:hover { background-color: #000; color: #fff; }
.nwcont15 .form button:hover:after { filter: invert(1); transform: translateX(8px); }

.art01 { position: relative; }
.art01:before { content: ''; position: absolute; width: 50%; height: 270px; right: 0px; bottom: 0px; background: url(../img/new/bg22.jpg) no-repeat center; background-size: cover; }
.art01 .cont { max-width: 1300px; margin: 0 auto; padding: 180px 20px 100px 20px; position: relative; text-align: left; }
.art01 .cont div { font-size: 9rem; font-weight: 200; line-height: 1.4; }
.art01 .cont h1 { font-size: 2rem; font-weight: normal; }

.art02 { padding: 100px 20px; }
.art02 .cont { max-width: 1200px; margin: 0 auto; }
.art02 .cont > p { font-size: 2rem; line-height: 1.8; margin-bottom: 100px; }
.art02 .list { text-align: left; }
.art02 .list h3 { font-size: 2rem; font-weight: bold; }
.art02 .list h3 a, .art02 .list h3 span { display: block; padding: 30px 120px; background-color: #F5F5F5; border-radius: 20px; position: relative; }
.art02 .list h3 a:before, .art02 .list h3 span:before { position: absolute; left: 50px; }
.art02 .list h3 span:after { position: absolute; color: #ABABAB; right: 50px; }
.art02 .list h3 a { background: #F5F5F5 url(../img/new/ic_arrow.png) no-repeat right 30px center; background-size: 26px auto; }
.art02 .list h3 a:hover { background-position: right 25px center; opacity: 0.75; }
.art02 .list h3:not(:first-child) { margin-top: 20px; }
.art02 .tx { padding: 30px 120px 60px 120px; }
.art02 .tx p { line-height: 1.8; margin-bottom: 30px; }
.art02 .tx li { border-bottom: #000 solid 1px; font-size: 1.4rem; }
.art02 .tx li a { display: block; position: relative; padding: 15px 50px; background: url(../img/new/ic_arrow_sm.png) no-repeat right 5px center; background-size: 20px auto; }
.art02 .tx li a:before { position: absolute; left: 0px; }
.art02 .tx li a:hover { background-position: right center; opacity: 0.75; }

.art03 { background: url(../img/new/bg23.jpg) no-repeat center; background-size: cover; color: #fff; padding: 100px 20px 20px 20px; }
.art03 .cont { max-width: 1260px; margin: 0 auto; display: flex; align-items: center; height: 350px; text-align: left; }
.art03 h1 { font-size: 3.7rem; font-weight: bold; }
.art03 h1 span { font-size: 3rem; }

.art04 { padding: 100px 20px; }
.art04 .cont { max-width: 1260px; margin: 0 auto; }
.art04 .cont > .anim:not(:first-child) .num { padding-top: 60px; }
.art04 .num { text-align: left; font-size: 7.6rem; font-weight: 200; line-height: 1; display: flex; white-space: nowrap; align-items: center; margin-bottom: 60px; }
.art04 .num span { display: block; position: relative; padding: 0px 80px 0px 25px; }
.art04 .num span:before { content: ''; width: 10px; height: 10px; background-color: #B171C8; border-radius: 50%; position: absolute; left: 0px; top: 42px; }
.art04 .num:after { content: ''; width: 100%; background-color: #000; height: 1px; margin-top: 5px; }
.art04 .t1 { max-width: 1100px; margin: 0 auto; text-align: left; font-size: 3rem; font-weight: bold; margin-bottom: 40px; }
.art04 .t2 { max-width: 1100px; margin: 0 auto; text-align: left; font-size: 2.6rem; font-weight: bold; margin-bottom: 40px; border-left: #B171C8 solid 20px; padding-left: 20px; }
.art04 p { font-size: 1.8rem; line-height: 1.8; text-align: left; }
.art04 p:not(:last-child) { margin-bottom: 20px; }
.art04 .bx01 { max-width: 1100px; margin: 0 auto; display: flex; margin-bottom: 60px; }
.art04 .bx01 > div { width: 50%; }
.art04 .bx01 > div:first-child { padding-right: 60px; border-right: #ccc solid 1px; }
.art04 .bx01 > div:last-child { padding-left: 60px; }
.art04 ol { text-align: left; padding: 0px 0px 0px 20px; line-height: 1.8; font-size: 1.8rem; font-weight: bold; margin: 0px; }
.art04 ol span { font-weight: normal; }
.art04 .bx02 { max-width: 1100px; margin: 0 auto; background-color: #F5F5F5; padding: 60px; border-radius: 30px; margin-bottom: 60px; }
.art04 .bx03 { max-width: 1100px; margin: 0 auto; display: flex; margin-bottom: 60px; }
.art04 .bx03 .tx { width: 50%; padding-right: 60px; }
.art04 .bx03 .im { width: 50%; text-align: right; }
.art04 .bx03 .im span { display: block; color: #ccc; font-size: 1.4rem; margin-top: 10px; }
.art04 .mr01 { text-align: right; margin-bottom: 60px; }
.art04 .bx04 { max-width: 1100px; margin: 0 auto; display: flex; flex-flow: row wrap; gap: 40px; margin-bottom: 60px; }
.art04 .bx04 > div { width: calc((100% - 80px) / 3); border-radius: 20px; background-color: #F5F5F5; padding: 40px 30px; text-align: left; }
.art04 .bx04 h3 { font-size: 2.2rem; margin-bottom: 30px; font-weight: bold; }

.art05 { background-color: #F5F5F5; padding: 100px 20px 0px 20px; }
.art05 p { font-size: 1.8rem; line-height: 1.8; margin-bottom: 30px; }

.cmi01 { padding: 200px 20px 100px 20px; }
.cmi01 .cont { max-width: 1300px; margin: 0 auto; }
.cmi01 h1 { font-size: 2rem; text-align: left; margin-bottom: 100px; }
.cmi01 h1:before { font-size: 9rem; display: block; font-weight: 200; }
.cmi01 .tbl { max-width: 1200px; margin: 0 auto; text-align: left; }
.cmi01 table { width: 100%; border-collapse: collapse; }
.cmi01 tr:not(:last-child) th, .cmi01 tr:not(:last-child) td { border-bottom: #ccc solid 1px; }
.cmi01 th { padding: 50px 0px 50px 60px; font-weight: normal; width: 280px; }
.cmi01 td { padding: 50px 0px; }

/* Responsive */

@media screen and (max-width: 768px) {

.nwbtn a { font-size: 1rem; padding: 13px 50px 13px 25px; }
.nwbtn a:after { right: 15px; background-size: 18px auto; }

.nwhead { padding: 15px 15px 0px 15px; }

.nwfoot { padding: 30px; }
.nwfoot .cont { padding: 20px 0px; display: block; }
.nwfoot .lf p { margin-top: 20px; font-size: 1.2rem; }
.nwfoot .logo img { width: 156px; }
.nwfoot nav { display: block; width: auto; max-width: 100%; margin-top: 30px; }
.nwfoot nav > ul { margin-bottom: 10px; }
.nwfoot nav > ul > li:not(:last-child) { margin-bottom: 10px; }
.nwfoot nav > ul ul { padding-top: 10px; }
.nwfoot .copy { font-size: 1rem; padding-top: 20px; }

.ptop a { background-color: #fff; }

.nwhead + .sub_sec { padding-top: 130px; }
.nwhead + .spintv header { height: 320px; padding-top: 30px; }

.pagehead { padding: 80px 20px 50px 20px; background-position: center 85px; background-size: 660px auto; }
.pagehead:before { background-position: center 85px; background-size: 660px auto; }
.pagehead .cont { height: auto; }
.pagehead .hd { font-size: 5rem; text-align: left; }
.pagehead .tx { padding: 360px 5px 0px 5px; width: 100%; }
.pagehead .tx h1 { font-size: 1.2rem; margin-bottom: 10px; }
.pagehead .tx h1 span { font-size: 1.3rem; padding: 6px 12px; }
.pagehead .tx h1 b { font-size: 3rem; margin-top: 10px; }
.pagehead .tx p { font-size: 1.3rem; }
.pagehead .tx .sub { width: auto; border-radius: 20px; margin-top: 20px; padding: 10px; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04); }
.pagehead .tx .sub div { font-size: 1.4rem; border-radius: 20px; padding: 5px; margin-bottom: 10px; }
.pagehead .tx .sub img { width: 90px; }
.pagehead .btns { width: 100%; margin-top: 30px; padding: 0px 5px; }
.pagehead .btns > span { font-size: 1.6rem; margin-bottom: 10px; }
.pagehead .btns > div:not(:last-child) { margin-bottom: 10px; }
.pagehead .btns a { font-size: 1.4rem; padding: 10px 50px 10px 70px; border-radius: 7px; min-height: 60px; }
.pagehead .btns a:before { left: 15px; }
.pagehead .btns a:after { right: 15px; background-size: 20px auto; }
.pagehead .btns .b1 a:before { background-size: 16px auto; }
.pagehead .btns .b2 a:before { background-size: 24px auto; }

.pagehead.v2:before { background-position: center 100px; background-size: 720px auto; }
.pagehead.v2 .tx h1 { font-size: 1.8rem; }

.pagehead.v3:before { background-position: 42% 80px; background-size: 720px auto; }
.pagehead.v3 .tx h1 { font-size: 1.8rem; }

.pagehead.v4:before { background-position: center 110px, center 160px; background-size: 280px auto, 720px auto; }
.pagehead.v4 .tx { padding-top: 240px; }
.pagehead.v4 .tx h1 { font-size: 1.8rem; }
.pagehead.v4 .tx p { margin-top: 20px; }
.pagehead.v4 .tx img { width: 180px; }
.pagehead.v4 .btns { margin-top: 30px; }

.nwcont01 { padding: 40px 20px 50px 20px; }
.nwcont01 h2 { font-size: 2.3rem; margin-bottom: 10px; }
.nwcont01 h2 b { font-size: 3.6rem; }
.nwcont01 h2 i { font-size: 1.7rem; }
.nwcont01 p { font-size: 1.5rem; }

.nwcont02 { padding: 40px 10px 50px 10px; }
.nwcont02 ul { gap: 20px 0px; }
.nwcont02 ul li { width: calc(100% / 3); }
.nwcont02 ul .c01 { width: 100%; }
.nwcont02 ul .c01 img { width: 189px; }
.nwcont02 ul .c02 img { width: 66px; }
.nwcont02 ul .c03 { margin-top: 5px; }
.nwcont02 ul .c03 img { width: 100px; }
.nwcont02 ul .c04 img { width: 86px; }
.nwcont02 ul .c05 img { width: 70px; }
.nwcont02 ul .c06 img { width: 88px; }
.nwcont02 ul .c07 img { width: 75px; }
.nwcont02 ul .c08 img { width: 45px; }
.nwcont02 ul .c09 img { width: 74px; }
.nwcont02 ul .c10 img { width: 102px; }
.nwcont02 p { font-size: 1.5rem; margin-top: 20px; line-height: 1.8; }

.nwt01 { font-size: 3.8rem; margin-bottom: 30px; }
.nwt01:before { width: 5px; height: 5px; left: -15px; top: 20px; }
.nwt02 { font-size: 1.9rem; margin-bottom: 15px; }

.nwcont03 { padding: 20px 15px 50px 15px; }
.nwcont03 .cont { border-radius: 10px; padding: 30px; }
.nwcont03 p { font-size: 1.4rem; margin-bottom: 10px; }
.nwcont03 p.b { font-size: 1.4rem; }
.nwcont03 .im { padding: 20px 0px 0px 0px; margin: 0px -30px; }

.nwcont03.v2 .nwt02 { font-size: 1.9rem; }

.nwcont04 { padding: 40px 30px; }
.nwcont04 h2 { font-size: 1.4rem; margin-bottom: 20px; }
.nwcont04 .bx { display: block; }
.nwcont04 .bx > div { width: auto; }
.nwcont04 .bx > div:not(:last-child) { margin-bottom: 10px; }
.nwcont04 .bx a { border-radius: 10px; padding: 20px; }
.nwcont04 .bx h3 { font-size: 1.2rem; margin-bottom: 15px; }
.nwcont04 .bx .im { margin-bottom: 20px; }
.nwcont04 .bx span { font-size: 1rem; padding: 13px 50px 13px 25px; }
.nwcont04 .bx span:after { right: 15px; background-size: 18px auto; }
.nwcont04 .bx span.b1:after { background-size: 9px auto; }

.nwcont05 { padding: 40px 15px; }
.nwcont05 .cont { padding-left: 15px; }
.nwcont05 .cont:first-child { padding-bottom: 50px; }
.nwcont05 .bx1 { display: block; padding-right: 15px; }
.nwcont05 .bx1 p { font-size: 1.4rem; margin-bottom: 20px; }

.nwcont05 .list { display: block; }
.nwcont05 .cont2 { margin-left: -15px; width: calc(100% + 15px); }
.nwcont05 .cont2 > div { border-radius: 10px; padding: 10px; }
.nwcont05 .cont2 > div:nth-child(2) { background: #F5F5F5; }
.nwcont05 .cont2 > div:nth-child(4) { background: #F5F5F5; }
.nwcont05 .cont2 > div:nth-child(6) { background: #F5F5F5; }
.nwcont05 .cont2 > div:not(:last-child) { margin-bottom: 20px; }
.nwcont05 .cont2 > div:before { font-size: 1rem; width: 14px; border-top-width: 1px; padding-top: 10px; margin: 10px 10px 20px 10px; }
.nwcont05 .cont2 h3 { font-size: 1rem; padding-left: 10px; margin-bottom: 15px; }
.nwcont05 .cont2 h3 span { font-size: 1.7rem; }
.nwcont05 .cont2 > div > p { font-size: 1.4rem; padding: 0px 20px; max-width: calc(100% + 20px); margin: 0px -10px; margin-bottom: 20px; }
.nwcont05 .cont2 > div:nth-child(2) > p { background: #F5F5F5 url(../img/new/bg02_sp.png) no-repeat center bottom; background-size: 100% auto; padding-bottom: 150px; margin-bottom: 10px; }
.nwcont05 .cont2 > div:nth-child(4) > p { background: #F5F5F5 url(../img/new/bg03.png) no-repeat right -90px bottom; background-size: auto 240px; padding-bottom: 260px; }
.nwcont05 .cont2 > div:nth-child(6) > p { background: #F5F5F5 url(../img/new/bg04.png) no-repeat right -20px bottom; background-size: auto 300px; padding-bottom: 320px; }
.nwcont05 .cont2 > div > p .mr { display: inline-block; font-size: 1rem; }
.nwcont05 .cont2 > div > p .mr a { display: inline-block; border-bottom: #000 solid 1px; padding: 2px 20px 2px 0px; background: url(../img/new/ic_arrow_sm.png) no-repeat right center; background-size: 12px auto; }
.nwcont05 .cont2 ul { display: none; }
.nwcont05 .tb { font-size: 1rem; border-radius: 10px 10px 0px 0px; padding: 8px 15px; }
.nwcont05 .bx2 { display: block; border-radius: 0px 10px 10px 10px; padding: 20px; }
.nwcont05 .bx2 .res { width: auto; position: relative; padding-left: 150px; min-height: 90px; margin-bottom: 20px; }
.nwcont05 .bx2 .res .im { margin-bottom: 0px; position: absolute; left: 0px; top: 0px; }
.nwcont05 .bx2 .res .im img { width: 140px; height: 90px; object-fit: cover; }
.nwcont05 .bx2 .res .ti { font-size: 1rem; margin-bottom: 5px; }
.nwcont05 .bx2 .res .ti span { font-size: 0.9rem; }
.nwcont05 .bx2 .res p { font-size: 1rem; line-height: 1.4; margin-right: -5px; }
.nwcont05 .bx2 .res .mr { font-size: 1rem; background-size: 12px auto; padding: 2px 25px 2px 0px; }
.nwcont05 .bx2 .det { max-width: 100%; width: auto; }
.nwcont05 .bx2 .det h4 { font-size: 1.3rem; margin-bottom: 10px; }
.nwcont05 .bx2 .det p { font-size: 1.2rem; margin-bottom: 10px; }
.nwcont05 .bx2 .nwbtn a { font-size: 1rem; padding-top: 13px; padding-bottom: 13px; }

.nwcont05 .head { position: static; padding-bottom: 20px; }
.nwcont05 .head .nwt01 { font-size: 3.8rem; }
.nwcont05 .head .nwt01:before { top: 20px; }
.nwcont05 .head .nwt02 { font-size: 2rem; }
.nwcont05.v2 .cont { padding-bottom: 0px; }
.nwcont05.v2 .cont2 > div { min-height: 0px; }
.nwcont05.v2 .cont2 > div > h3, .nwcont05.v2 .cont2 > div > p { max-width: 100%; }
.nwcont05.v2 .cont2 > div:nth-child(1) { background-position: center bottom -40px; background-size: 240px auto; padding-bottom: 290px; }
.nwcont05.v2 .cont2 > div:nth-child(2) { background-position: center bottom 20px; background-size: auto 300px; padding-bottom: 320px; }
.nwcont05.v2 .cont2 > div:nth-child(3) { background-position: center bottom 20px; background-size: auto 200px; padding-bottom: 240px; }
.nwcont05.v2 .cont2 > div:nth-child(4) { background-position: center bottom 10px; background-size: 300px auto; padding-bottom: 310px; }
.nwcont05.v2 .cont2 > div > p { background: none; padding-right: 0px; padding-bottom: 10px; }

.nwcont05.v3 .cont2 > div:nth-child(1) { background: #F5F5F5 url(../img/new/bg14_sp.png) no-repeat center bottom; background-size: 100% auto; padding-bottom: 190px; }
.nwcont05.v3 .cont2 > div:nth-child(2) { background: #F5F5F5 url(../img/new/bg15_sp.png) no-repeat center bottom; background-size: 100% auto; padding-bottom: 220px; }
.nwcont05.v3 .cont2 > div:nth-child(3) { background-position: center bottom 10px; background-size: 240px auto; padding-bottom: 220px; }
.nwcont05.v3 .cont2 > div .nwbtn { padding: 10px 0px 0px 10px; }

.nwcont05.v4 .cont:first-child { padding-bottom: 20px; }
.nwcont05.v4 .cont2 > div { padding: 20px; }
.nwcont05.v4 .cont2 > div > span { font-size: 1.6rem; margin-bottom: 20px; }
.nwcont05.v4 .cont2 .bx { display: block; }
.nwcont05.v4 .cont2 .bx:not(:last-child) { padding-bottom: 30px; margin-bottom: 20px; }
.nwcont05.v4 .cont2 .tx { width: auto; }
.nwcont05.v4 .cont2 .im { width: auto; text-align: center; padding-top: 20px; }
.nwcont05.v4 .cont2 .im img { width: 200px; }
.nwcont05.v4 .cont2 h3 { font-size: 2rem; margin: 0px 0px 10px 0px; }
.nwcont05.v4 .cont2 p { font-size: 1.4rem; margin-bottom: 20px; }
.nwcont05.v4 .cont2 p .sm { font-size: 1rem; }
.nwcont05.v4 .cont2 dt { font-size: 1.2rem; border-radius: 10px 10px 0px 0px; padding: 5px 10px; }
.nwcont05.v4 .cont2 dd { border-radius: 0px 10px 10px 10px; padding: 10px 20px; }

.nwcont06 { padding: 40px 30px; }
.nwcont06 .nwt01 { margin-left: 0px; }
.nwcont06 .ti { display: block; margin-bottom: 30px; text-align: right; }
.nwcont06 .ti .nwt02 { text-align: left; }
.nwcont06 .ti p { font-size: 1.4rem; max-width: 100%; margin: 5px 0px 0px 0px; }
.nwcont06 .ti .nwbtn { margin: 10px 0px 0px 0px; }
.nwcont06 .nwresult { margin-bottom: 40px; }
.nwcont06 .gp { border-radius: 10px; margin: 0px -15px; padding: 30px 20px; }
.nwcont06 .gp h3 { font-size: 1.4rem; margin-bottom: 20px; }
.nwcont06 .gp .bx { display: block; }
.nwcont06 .gp .bx > div { width: 220px; height: 220px; margin: 0 auto; }
.nwcont06 .gp .bx > div:not(:last-child) { margin-bottom: 20px; }
.nwcont06 .gp .bx span { font-size: 1rem; padding-top: 15px; }
.nwcont06 .gp .bx h4 { font-size: 1.4rem; padding-top: 25px; }
.nwcont06 .gp .bx > div div { font-size: 3.5rem; line-height: 1.4; }
.nwcont06 .gp .bx > div div b { font-size: 5.8rem; }
.nwcont06 .cont2 { margin: 0px -30px; margin-bottom: 40px; padding: 20px; }
.nwcont06 .cont2 .cn { height: 200px; }
.nwcont06 .cont2 h3 { gap: 5px; font-size: 1.6rem; margin-bottom: 10px; }
.nwcont06 .cont2 h3 span { padding: 5px 15px; }
.nwcont06 .cont2 .cn > div { font-size: 1.8rem; }
.nwcont06 .cont2 p { font-size: 1.2rem; }

.nwcont06.v4 .cont2 { margin: 0px -30px; background-size: cover; }

.nwresult { display: block; border-top: #6B6B6B solid 1px; margin: 0px -15px; }
.nwresult article { width: auto; border-bottom: #6B6B6B solid 1px; border-left: none; }
.nwresult article:nth-child(3n) { width: auto; border-right: none; }
.nwresult article:last-child { border-right: none; }
.nwresult a { margin: 0 auto; padding: 25px; }
.nwresult .im img { height: 170px; object-fit: cover; }
.nwresult .cm { font-size: 0.9rem; }
.nwresult .ct { font-size: 1rem; margin-bottom: 10px; }
.nwresult .t1 { font-size: 1rem; }
.nwresult .works { margin-top: 10px; gap: 5px; font-size: 0.8rem; }
.nwresult .members { font-size: 1rem;  }

.nwcont07 { padding: 40px 15px 50px 15px; }
.nwcont07 .cont { padding-top: 0px; }
.nwcont07 .ti { font-size: 7.5rem; position: static; text-align: center; margin-bottom: 30px; }
.nwcont07 .bx { display: block; margin-bottom: 30px; }
.nwcont07 .im { text-align: center; width: auto; }
.nwcont07 .im img { width: 255px; }
.nwcont07 .tx { width: auto; max-width: 100%; padding-top: 30px; }
.nwcont07 .tx p { font-size: 1.4rem; }
.nwcont07 .tx p.b { font-size: 1.4rem; margin-bottom: 10px; }
.nwcont07 .ct a { border-radius: 10px; padding: 20px 100px 20px 20px; }
.nwcont07 .ct a:after { width: 60px; height: 60px; background-size: 18px auto; right: 20px; margin-top: -30px; }
.nwcont07 .ct a h3 { font-size: 4rem; margin-bottom: 15px; }
.nwcont07 .ct a p { font-size: 1.4rem; }

.nwcont08 { padding: 0px 30px 50px 30px; }
.nwcont08 .nwt01 { margin-left: 0px; }
.nwcont08 .cont > p { font-size: 1.4rem; margin-bottom: 30px; }
.nwcont08 .bx { width: 940px; }
.nwcont08 .bx .list { padding-top: 30px; }
.nwcont08 .bx .list > div { padding: 20px 20px 15px 20px; }
.nwcont08 .bx .list h3 { font-size: 1.4rem; }
.nwcont08 .bx .list p { font-size: 1.2rem; }
.nwcont08 .bx .bot { padding: 35px 20px 25px 20px; }

.nwcont08 .bx2 { width: 840px; }
.nwcont08 .bx2 .list { gap: 30px; padding-top: 20px; }
.nwcont08 .bx2 .list > div { border-radius: 20px; padding: 12px 20px 14px 20px; }
.nwcont08 .bx2 .list > div:after { width: 30px; height: 20px; right: -32px; margin-top: -10px; }
.nwcont08 .bx2 .list h3 { font-size: 1.8rem; }
.nwcont08 .bx2 .list img { margin-bottom: 10px; }
.nwcont08 .bx2 .list p { font-size: 1.3rem; }
.nwcont08 .bx2 .ti { font-size: 1.1rem; border-radius: 12px 12px 0px 0px; }
.nwcont08 .bx2 ul { border-radius: 0px 12px 12px 12px; padding: 12px 18px; }

.nwcont09 { padding: 40px 20px; }
.nwcont09 .cont { display: block; }
.nwcont09 .tx { width: auto; }
.nwcont09 .tx .nwt02 { font-size: 1.9rem; }
.nwcont09 .tx p { font-size: 1.4rem; }
.nwcont09 .tx div { display: block; }
.nwcont09 .tx h3 { width: 100%; font-size: 1.4rem; border-radius: 10px 10px 0px 0px; padding: 10px 20px; min-height: 0px; }
.nwcont09 .tx ul, .nwcont09 .bx > div { width: 100%; border-radius: 0px 0px 10px 10px; padding: 15px 20px; font-size: 1.4rem; }
.nwcont09 .tx li:before { top: 9px; }
.nwcont09 .im { width: auto; padding-top: 30px; }
.nwcont09 .bx > div p { font-size: 1.4rem; }
.nwcont09 .bx .mr { margin-top: 5px; }

.nwcont10 { padding-top: 50px; }
.nwcont10 .cont { padding: 0px 30px; padding-bottom: 30px; }
.nwcont10 .nwt01 { margin-left: 0px; }
.nwcont10 .cont .nwt02 span { font-size: 1.6rem; }
.nwcont10 .cont p { font-size: 1.4rem; }
.nwcont10 .cont2 { padding-bottom: 70px; }
.nwcont10 .cont2 .tx { border-radius: 5px; max-width: 300px; padding: 10px 15px; }
.nwcont10 .cont2 .tx h3 { font-size: 1.5rem; margin-bottom: 5px; }
.nwcont10 .cont2 .tx p { font-size: 1.3rem; }
.nwcont10 .cont2 > .tx { margin-bottom: 20px; }
.nwcont10 .cont2 > .tx:after { top: 100%; left: 50%; width: 1px; height: 35px; }
.nwcont10 .cont2 .bx { display: flex; flex-flow: row wrap; gap: 20px 10px; }
.nwcont10 .cont2 .bx .im { width: 100%; margin: 0px; max-width: 100%; text-align: center; }
.nwcont10 .cont2 .bx .im img { width: 300px; }
.nwcont10 .cont2 .bx .tx { position: relative; width: calc(50% - 5px); }
.nwcont10 .cont2 .bx .tx:after { height: 30px; width: 1px; bottom: 100%; }
.nwcont10 .cont2 .bx .tx:nth-child(2):after { left: 50%; }
.nwcont10 .cont2 .bx .tx:nth-child(3):after { right: 50%; }
.nwcont10 .cont3 { padding: 70px 20px 50px 20px; }
.nwcont10 .cont3:before { height: 80px; top: -40px; }
.nwcont10 .cont3 p { font-size: 1.6rem; }

.nwcont11 { padding: 50px 30px; }
.nwcont11 .nwt01 { margin-left: 0px; }
.nwcont11 .ti { display: block; }
.nwcont11 .ti p { font-size: 1.4rem; margin-bottom: 30px; }
.nwcont11 .list { display: block; margin: 0px -10px; padding-top: 20px; }
.nwcont11 .list > div { width: auto; display: flex; flex-direction: column; justify-content: center; position: relative; min-height: 100px; padding-left: 115px; text-align: left; }
.nwcont11 .list > div:before { font-size: 2.2rem; top: 5px; width: auto; }
.nwcont11 .list > div:not(:last-child) { margin-bottom: 30px; }
.nwcont11 .list .im { margin-bottom: 0px; position: absolute; top: 0px; left: 0px; width: 101px; }
.nwcont11 .list .im:after { top: auto; bottom: -35px; margin-top: 0px; right: auto; left: 30px; background-size: 12px auto; transform: rotate(90deg); }
.nwcont11 .list p { font-size: 1.3rem; line-height: 1.6; }

.nwcont12 { padding: 50px 30px; }
.nwcont11 + .nwcont12 { padding-top: 10px; }
.nwcont12 .nwt01 { margin-left: 0px; }
.nwcont12 .cont .nwt02 { margin-bottom: 40px; }
.nwcont12 dl { margin: 0px -10px; }
.nwcont12 dt, .nwcont12 dd { padding: 15px 50px; }
.nwcont12 dt:before, .nwcont12 dd:before { left: 15px; font-size: 2.2rem; }
.nwcont12 dt { display: flex; align-items: center; min-height: 64px; background-position: right 20px center; font-size: 1.6rem; line-height: 1.4; padding: 5px 45px 5px 50px; }
.nwcont12 dt:after { right: 29px; }
.nwcont12 dt:not(:first-child) { margin-top: 15px; }
.nwcont12 dt:before { top: 50%; margin-top: -14px; }
.nwcont12 dd { padding: 15px 20px 15px 50px; font-size: 1.4rem; line-height: 1.6; }
.nwcont12 dd:before { margin-top: -2px; }
.nwcont12 .more { padding-top: 15px; }
.nwcont12 .more > div { padding-top: 20px; }
.nwcont12 .more > div span { padding: 15px 55px 15px 30px; }
.nwcont12 .more > div span:before, .nwcont12 .more > div span:after { right: 30px; }

.vscroll { position: relative; }
.vscroll > div { margin: 0px -30px; overflow: auto; padding-bottom: 15px; }
.vscroll > div::-webkit-scrollbar { width: 0px; height: 0px; display: none; }
.vscroll > div > div { padding: 0px 30px; display: inline-block; }
.vscroll > i { width: 100px; height: 100px; position: absolute; left: 50%; top: 50%; margin-top: -50px; margin-left: -50px; display: block; background: url(../img/new/scroll_pan.png) no-repeat center; background-size: contain; pointer-events: none; transition: all 0.2s ease-out; z-index: 1; }
.vscroll.play > i { animation: scrollable 1.2s ease-out 0.2s 2; }
.vscroll > i.hide { opacity: 0; visibility: hidden; }
.vscroll > span { display: block; height: 5px; background-color: #eee; border-radius: 3px; position: relative; margin-top: -5px; pointer-events: none; overflow: hidden; }
.vscroll > span i { position: absolute; height: 5px; border-radius: 3px; background-color: #ccc; top: 0px; }
@keyframes scrollable {
	0% { transform: translateX(0px); opacity: 1; }
	50% { transform: translateX(-50px); opacity: 0; }
	51% { transform: translateX(50px); opacity: 0; }
	100% { transform: translateX(0px); opacity: 1; }
}
.vscroll.ns > i { display: none; }
.vscroll.ns > span { display: none; }

.nwcont13 { padding: 10px 15px 40px 15px; }
.nwcont13 .cont { border-radius: 10px; padding: 30px 20px 20px 20px; }
.nwcont13 h2 { margin-bottom: 20px; }
.nwcont13 h2 img { width: 180px; }
.nwcont13 p { font-size: 1.6rem; }
.nwcont13 p.b { font-size: 2.4rem; }
.nwcont13 .more { border-radius: 10px; margin-top: 30px; }
.nwcont13 .more .hd { padding: 10px; }
.nwcont13 .more .hd h3 { font-size: 1.6rem; }
.nwcont13 .more .hd p { font-size: 1.4rem; }
.nwcont13 .more .hd:after { display: none; }
.nwcont13 .more .im { padding: 20px; }

.nwcont14 { padding: 50px 30px; }
.nwcont14 .nwt01 { margin-left: 0px; }
.nwcont14 .gp { display: block; padding-top: 20px; }
.nwcont14 .gp > div { width: 220px; margin: 0 auto; }
.nwcont14 .gp > div:not(:last-child) { margin-bottom: 20px; }
.nwcont14 .gp h4 { font-size: 1.2rem; padding-top: 50px; }
.nwcont14 .gp > div > div div { font-size: 3.5rem; }
.nwcont14 .gp > div > div div b { font-size: 5.8rem; }
.nwcont14 .gp > div > div div span { font-size: 3rem; }
.nwcont14 .gp p { font-size: 1.4rem; margin: 10px -50px 0px -50px; }

.nwcont15 { background-size: 340px auto; padding: 50px 20px; }
.nwcont15 .cont { display: block; }
.nwcont15 .tx { width: auto; border-right: none; border-bottom: #666 solid 1px; padding: 0px 0px 30px 0px; margin-bottom: 20px; }
.nwcont15 .tx .ti { font-size: 2rem; margin-bottom: 20px; }
.nwcont15 .tx p { font-size: 1.4rem; }
.nwcont15 .tx p:not(:last-child) { margin-bottom: 20px; }
.nwcont15 .form { width: auto; padding: 0px; }
.nwcont15 .form p { font-size: 1.4rem; }
.nwcont15 .form button { padding: 15px 75px 15px 45px; }

.art01:before { width: 70%; height: 140px; }
.art01 .cont { padding: 80px 20px 130px 20px; }
.art01 .cont div { font-size: 5rem; }
.art01 .cont h1 { font-size: 1.4rem; }

.art02 { padding: 50px 20px; }
.art02 .cont > p { font-size: 1.4rem; margin-bottom: 50px; }
.art02 .list h3 { font-size: 1.6rem; }
.art02 .list h3 a, .art02 .list h3 span { padding: 15px 40px 15px 20px; border-radius: 10px; }
.art02 .list h3 a:before, .art02 .list h3 span:before { left: 0px; top: -14px; }
.art02 .list h3 span:after { position: static; display: block; text-align: right; margin-right: -20px; }
.art02 .list h3 a { background-position: right 15px center; background-size: 20px auto; }
.art02 .list h3 a:hover { background-position: right 20px center; }
.art02 .tx { padding: 20px 0px 40px 0px; }
.art02 .tx p { font-size: 1.3rem; margin-bottom: 20px; }
.art02 .tx li a { padding: 12px 30px; background-position: right 3px center; background-size: 16px auto; }
.art02 .tx li a:hover { background-position: right center; }

.art03 { padding: 80px 20px 20px 20px; }
.art03 .cont { height: auto; min-height: 200px; }
.art03 h1 { font-size: 2.4rem; }
.art03 h1 span { font-size: 2rem; }

.art04 { padding: 50px 20px; }
.art04 .cont > .anim:not(:first-child) .num { padding-top: 40px; }
.art04 .num { font-size: 5rem; margin-bottom: 40px; }
.art04 .num span { padding: 0px 30px 0px 20px; }
.art04 .num span:before { width: 8px; height: 8px; top: 25px; }
.art04 .t1 { font-size: 2rem; margin-bottom: 20px; }
.art04 .t2 { font-size: 1.8rem; margin-bottom: 20px; border-left-width: 10px; padding-left: 10px; }
.art04 p { font-size: 1.4rem; }
.art04 p:not(:last-child) { margin-bottom: 15px; }
.art04 .bx01 { display: block; margin-bottom: 30px; }
.art04 .bx01 > div { width: auto; }
.art04 .bx01 > div:first-child { padding: 0px 0px 20px 0px; margin-bottom: 20px; border-bottom: #ccc solid 1px; border-right: none; }
.art04 .bx01 > div:last-child { padding-left: 0px; }
.art04 ol { font-size: 1.4rem; }
.art04 .bx02 { padding: 20px; border-radius: 15px; margin-bottom: 30px; }
.art04 .bx03 { display: block; margin-bottom: 30px; }
.art04 .bx03 .tx { width: auto; padding: 0px 0px 20px 0px; }
.art04 .bx03 .im { width: 240px; margin: 0 auto; }
.art04 .bx03 .im span { font-size: 1.2rem; }
.art04 .mr01 { margin-bottom: 30px; }
.art04 .bx04 { margin-bottom: 30px; gap: 16px; }
.art04 .bx04 > div { width: calc(50% - 8px); border-radius: 10px; padding: 20px 10px; }
.art04 .bx04 h3 { font-size: 1.4rem; margin-bottom: 10px; }

.art05 { padding: 50px 20px 0px 20px; }
.art05 p { font-size: 1.4rem; margin-bottom: 20px; }

.cmi01 { padding: 120px 20px 50px 20px; }
.cmi01 h1 { font-size: 1.6rem; margin-bottom: 50px; }
.cmi01 h1:before { font-size: 5rem; }
.cmi01 th { padding: 25px 0px 25px 10px; width: 100px; }
.cmi01 td { padding: 25px 0px; }

}