@charset "utf-8";
/* CSS Document */


/*---------------------
　共通
-----------------------*/
.home {
}
.home header {
	position: relative;
	z-index: 100;
	padding: 0;
}
.home footer {
	margin: 0;
}
.contents {
	margin-top: 0;
	padding-top: 0;
}
.index p {
	padding: 0;
	max-width: inherit;
	width: auto;
}
.index ul,
.index ol {
    margin: 0;
	padding: 0;
	max-width: inherit;
	width: auto;
}
.section_border {
  position: relative;
}
.section_border::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 2;
  background-color: #2f3739;
  scale: 0 1;
}
.section_border::after {
  position: absolute;
  content: '';
  top: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 2;
  background-color: #2f3739;
  scale: 0 1;
}
.section_border.on::before {
  scale: 1 1;
  transition: scale 1s cubic-bezier(0, 1.08, 1, 1);
  transform-origin: left;
}
@media screen and (max-width: 896px) {
  .section_border.on::before {
    transition: scale 0.7s cubic-bezier(0, 1.08, 1, 1);
  }
}
.section_border.on::after {
  scale: 1 1;
  transform-origin: left;
  transition: scale 1s cubic-bezier(0, 1.08, 1, 1);
}
@media screen and (max-width: 896px) {
  .section_border.on::after {
    transition: scale 0.7s cubic-bezier(0, 1.08, 1, 1);
  }
}
.border_y_top {
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: top;
  background: #070707;
  transition: transform 0.9s cubic-bezier(0, 1.08, 1, 1);
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .border_y_top {
    transition: transform 0s cubic-bezier(0, 1.08, 1, 1);
  }
}
.border_y_bottom {
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  background: #070707;
  transition: transform 0.9s cubic-bezier(0, 1.08, 1, 1);
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .border_y_bottom {
    transition: transform 0.6s cubic-bezier(0, 1.08, 1, 1);
  }
}
.border_x_left {
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  background: #070707;
  transition: transform 1s cubic-bezier(0, 1.08, 1, 1);
  z-index: 1;
}
.border_x_left.bottom {
  top: inherit;
  bottom: 0;
}
@media screen and (max-width: 896px) {
  .border_x_left {
    transition: transform 0.7s cubic-bezier(0, 1.08, 1, 1);
  }
}
.border_x_right {
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: right;
  background: #070707;
  transition: transform 1s cubic-bezier(0, 1.08, 1, 1);
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .border_x_right {
    transition: transform 0.7s cubic-bezier(0, 1.08, 1, 1);
  }
}
.border_h2 span .border_x_left, .border_h2 span .border_x_right, .border_h2 span .border_y_top, .border_h2 span .border_y_bottom {
    transition-delay: 0.3s;
}
.border_h2 .waku_pc,
.border_h2 .waku_sp{
    position: relative;
}
.border_h2 span:not(:first-child) {
    top: -2px;
}

/*---------------------
　MV
-----------------------*/
.mv {
	padding: 3rem 0 12rem;
	border-bottom: solid 4px #070707;
	background: #fff;
	position: relative;
	z-index: 6;
}
.mv .wi1100 {
	position: relative;
}
.mv .wi1100:before {
	content: "";
	background: url("/wp/wp-content/uploads/key_ill.png") no-repeat;
	background-size: 100%;
	width: 54.3rem;
	height: 56rem;
	position: absolute;
	top: 25px;
	right: -12rem;
}
.mv .wi1100:after {
    content: "";
    background: url(/wp/wp-content/uploads/key_ill_2.png) no-repeat;
    background-size: 100%;
    width: 21rem;
    height: 35rem;
    position: absolute;
    top: 0rem;
    right: 31rem;
}
.mv .logo {
	width: 41rem;
	margin-bottom: 3rem;
}
.mv .mainTitBox {
	position: relative;
	z-index: 1;
}
.mv .mainTit {
	font-size: 5.8rem;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0.05em;
}
.mv .mainTit .txt_red {
	font-size: 7.4rem;
}
.mv .mainTitBox .txt {
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.7;
	letter-spacing: 0.05em;
}
.mv .mainTitBox .spon {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #777;
	margin-bottom: 0;
}




.contWrap {
	display: flex;
}
.side {
    width: 10rem;
    border-left: solid 1px #070707;
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    background: #fff;
	z-index: 5;
}
.side .siteNameBox {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.side .siteName {
	font-family: "Noto Sans JP - vertical";
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 11rem 0 1.5rem;
}
.side .siteName span {
	font-size: 2rem;
}
.side .siteNameBox .txt {
	font-family: "Noto Sans JP - vertical";
	font-size: 1.4rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.5;
	border-top: solid 1px #070707;
	margin: 0;
	padding: 1.5rem 0 0;
}
.side .btn-web {
	width: 5rem;
	margin: 6rem 0 0 19px;
}
.side .btn-web a {
	background: #a71a1c url(img/arr_ccl_blank.png) no-repeat bottom 1.5rem center;
    background-size: 3rem auto;
	font-family: "Noto Sans JP - vertical";
	font-size: 1.4rem;
	font-weight: 900;
	text-align: left;
	line-height: 1.4;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	min-height: inherit;
	padding: 2rem 1rem 6rem;
}
.side .btn-web a:before {
    content: "";
    background: url(img/side_fuki.png) no-repeat;
    background-size: 100%;
    width: 54px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: -3.2rem;
    transform: translateX(-50%);
}

@media screen and (max-width: 1366px) {
.l-gnavi-btn-box {
    right: 1.8rem;
}
.menuBtn {
    background: #070707 url(img/eng_menu.png) no-repeat bottom 0.7rem center;
    background-size: auto 0.8rem;
    width: 6rem;
    height: 6rem;
}
.menuBtn span:nth-child(1) {
	top: 1.7rem;
}
.menuBtn span:nth-child(2) {
	top: 2.6rem;
}
.menuBtn span:nth-child(3) {
	top: 3.5rem;
}
/*.l-gnavi-btn.is-active span:nth-of-type(1) {
    top: 14px;
    left: 12px;
}
.l-gnavi-btn.is-active span:nth-of-type(3) {
    top: 34px;
    left: 12px;
}*/
.side .siteName {
	font-size: 1.8rem;
	padding: 9rem 0 1rem;
}
.side .siteNameBox .txt {
    font-size: 1.3rem;
    padding: 1.5rem 0 0;
}
.side .btn-web {
	width: 4.5rem;
	margin: 4rem 0 0 23px;
}
.side .btn-web a {
	background: #a71a1c url(img/arr_ccl_blank.png) no-repeat bottom 1rem center;
    background-size: 2rem auto;
	font-size: 1.3rem;
	padding: 2rem 1rem 4rem;
}
.side .btn-web a:before {
    width: 44px;
    height: 40px;
    top: -2.8rem;
}
}

.main {
	width: calc(100% - 10rem);
}


/*---------------------
　SEC01
-----------------------*/
.sec01 {
	margin: 14rem 0 14rem;
	overflow: hidden;
}
.sec01 .parts_sv {
	background: url(img/eng_sv.png) no-repeat bottom right, url(img/bg_note.png);
	background-size: auto 5rem, auto;
	max-width: 120rem;
	margin: 0 auto;
	overflow: visible;
	padding: 9rem 5rem 10rem;
}
.sec01 .parts_sv:before {
	content: "";
	background: url("img/bg_note.png") right top;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
}
.sec01 .parts_sv .svInr {
}
.sec01 .parts_sv .picBox {
    width: 28rem;
    position: absolute;
    top: 5rem;
    right: auto;
	left: 8rem;
}
.sec01 .parts_sv .infoBox {
    margin: 0 auto;
}
.sec01 .parts_sv .by,
.sec01 .parts_sv .catch,
.sec01 .parts_sv .txtBox {
    max-width: 75rem;
	margin-left: 35rem;
}
.sec01 .parts_sv .by {
    margin-bottom: 2rem;
}
.parts_sv .com {
    display: inline;
}


/*---------------------
　SEC02
-----------------------*/
.sec02 {
	background: url("img/sec02_bg.jpg") no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding: 14rem 0 16rem;
	overflow: hidden;
}
.sec02 .secTit {
	color: #fff;
}
.secTit .waku .noPadding {
	padding-left: 0;
	padding-right: 0;
}
.sec02 .secTit .waku_sty {
	background: none;
}
.secTit .waku_sp {
    padding-left: 0;
	padding-right: 0;
	top: auto;
}
.white .border_x_left,
.white .border_x_right,
.white .border_y_top,
.white .border_y_bottom {
    background: #fff;
}
.sec02 .subTit {
	text-align: center;
	font-size: 2.6rem;
	font-weight: 900;
	line-height: 2;
	color: #fff;
	letter-spacing: 0.025em;
}
.sec02 .graphArea {
	margin-top: 6rem;
}
.sec02 .graphArea .box p {
	color: #fff;
	text-align: center;
	margin: 4rem 0 0;
}
.sec02 .graphArea .subTit {
	font-size: 4rem;
	line-height: 1.6;
}
.sec02 .graphArea .but {
	width: 16rem;
	margin: 5rem auto 4rem;
}
.sec02 .parts_sv {
    margin: 8rem auto 0;
    background: url(img/eng_sv.png) no-repeat bottom right, url(img/bg_note.png);
    background-size: auto 5rem, auto;
    padding: 7rem 5rem 7rem;
    overflow: visible;
    position: relative;
    max-width: 120rem;
}
.sec02 .parts_sv:before {
	content: "";
	background: url("img/bg_note.png") right top;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
.sec02 .parts_sv .label {
    background: #a71a1c;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.5;
	max-width: 316px;
	text-align: center;
	padding: 3px 5px 5px;
	margin-left: 35rem;
	margin-bottom: 0.5rem;
}
.sec02 .parts_sv .label span {
	font-size: 2.2rem;
}
.sec02 .parts_sv .picBox {
    width: 26.8rem;
    top: 5rem;
    right: auto;
	left: 10rem;
}
.sec02 .parts_sv .picBox img {
    transform: scale(-1, 1);
}
.sec02 .parts_sv .svTit {
    top: -1rem;
}
.sec02 .parts_sv .infoBox {
    margin: 0 auto;
}
.sec02 .parts_sv .by,
.sec02 .parts_sv .catch,
.sec02 .parts_sv .txtBox {
    max-width: 75rem;
	margin-left: 35rem;
}



/*---------------------
　SEC03
-----------------------*/
.sec03 {
	padding: 14rem 0 13rem;
}
.sec03 .lead {
	max-width: 90rem;
	margin: 6rem auto 9rem;
}
.sec03 .fuki {
	background: #070707;
	margin: 0 auto;
	color: #fff;
	font-size: 2.7rem;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.05em;
	max-width: 65rem;
	padding: 1rem 1rem 2.2rem;
	text-align: center;
	position: relative;
	margin-bottom: 6rem;
}
.sec03 .fuki:before {
	content: "";
	background: url("img/sec03_fuki.png") no-repeat;
	background-size: 100%;
	width: 51px;
	height: 24px;
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
}
.sec03 .fuki span {
	/* color: #e8565d; */
	font-size: 3.8rem;
	border-bottom: solid 5px #e8565d;
}
.requidBoxWrap {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #070707;
}
.requidBox {
	width: calc(100% / 4);
	border: solid 1px #070707;
	border-top: none;
	border-left: none;
	padding: 3rem 3.5rem 3rem;
	position: relative;
	background: #fff;
}
.sec04 .requidBoxWrap {
	margin: 0 auto;
	max-width: 1100px;
}
.sec04 .requidBox {
	width: calc(100% / 3);
}
.sec04 .requidBox:nth-child(2) {
	display: none;
}
.sec04 .requidBox:first-child {
	border-left: solid 1px #070707;
}
.sec04 .requidBox:last-child {
	border-right: solid 1px #070707;
}
.requidBox:nth-child(4n) {
	border-right: none;
}
.sec03 .requidBox:before {
	content: "";
	width: 4rem;
	height: 3rem;
	position: absolute;
	top: 2rem;
	right: 3rem;
}
.sec03 .requidBox:nth-child(1):before {
	background: url("img/sec03_num01.png") no-repeat;
	background-size: 100%;
}
.sec03 .requidBox:nth-child(2):before {
	background: url("img/sec03_num02.png") no-repeat;
	background-size: 100%;
	width: 4.2rem;
}
.sec03 .requidBox:nth-child(3):before {
	background: url("img/sec03_num03.png") no-repeat;
	background-size: 100%;
	width: 4.2rem;
}
.sec03 .requidBox:nth-child(4):before {
	background: url("img/sec03_num04.png") no-repeat;
	background-size: 100%;
	width: 4.4rem;
}
.sec03 .requidBox:nth-child(5):before {
	background: url("img/sec03_num05.png") no-repeat;
	background-size: 100%;
	width: 4.2rem;
}
.sec03 .requidBox:nth-child(5):before {
	background: url("img/sec03_num05.png") no-repeat;
	background-size: 100%;
	width: 4.2rem;
}
.sec03 .requidBox:nth-child(6):before {
	background: url("img/sec03_num06.png") no-repeat;
	background-size: 100%;
	width: 4.3rem;
}
.sec03 .requidBox:nth-child(7):before {
	background: url("img/sec03_num07.png") no-repeat;
	background-size: 100%;
	width: 4.2rem;
}
.requidBox .titBox {
	display: flex;
	margin-bottom: 3rem;
	min-height: 225px;
}
.requidBox .ill {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex: 1;
}
/*.sec03 .requidBox:nth-child(1) .ill img,
.sec03 .requidBox:nth-child(4) .ill img,
.sec03 .requidBox:nth-child(7) .ill img{
	width: 232px;
    position: relative;
    left: -4rem;
}*/
.requidBox .requidTit {
	font-family: "Noto Sans JP - vertical";
	font-size: 2.5rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
.kakko {
    position: relative;
    top: -1rem;
}
.kakko02 {
    position: relative;
    top: -1.4rem;
    font-size: 2.1rem;
}
@media screen and (max-width: 896px) {
.kakko02 {
    position: relative;
    top: -1.4rem;
    font-size: 1.9rem;
}
}
.requidBox p {
	margin: 0;
}
.sec03 .howArea {
	margin: 15rem auto 0;
	max-width: 110rem;
}
.sec03 .cardWrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 4rem;
}
.sec03 .cardBox {
	max-width: 53rem;
	border-top: solid 1px #070707;
	padding: 3rem 4rem;
}
.sec03 .cardBox:nth-child(3),
.sec03 .cardBox:nth-child(4) {
	border-bottom: solid 1px #070707;
}
.sec03 .cardBox .cardTitBox {
	display: flex;
	align-items: center;
	gap: 3rem;
	min-height: 10rem;
}
.sec03 .cardBox .cardTitBox:nth-child(1) .ill {
	max-width: 89px;
}
.sec03 .cardBox .cardTitBox:nth-child(2) .ill {
	max-width: 91px;
}
.sec03 .cardBox .cardTitBox:nth-child(3) .ill {
	max-width: 105px;
}
.sec03 .cardBox .cardTitBox:nth-child(4) .ill {
	max-width: 90px;
}
.sec03 .cardBox .cardTitBox .tit {
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.025em;
}
.sec03 .parts_sv {
	/*background: url("img/sec03_bg_sv.jpg") no-repeat top center;
	background-size: cover;
	background-attachment: fixed;*/
	background: none;
	padding: 8rem 10rem 8rem;
	max-width: 120rem;
	margin: 18rem auto 0;
	position: relative;
	overflow: visible;
}
.sec03 .parts_sv:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(50% - 1000px);
    width: calc(50% + 1000px);
    height: 100%;
    background: url("img/sec03_bg_sv.jpg") no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
/*.sec03 .svInr {
	max-width: 120rem;
	margin: 0 auto;
	position: relative;
}*/
.sec03 .parts_sv .picBox {
    top: 11.5rem;
    right: 10rem;
}
.sec03 .parts_sv .svTit {
    left: -7.5rem;
}
.sec03 .parts_sv .txtBox {
    max-width: 63rem;
}
.sec03 .btn-modal {
	background: #3d3d3d url("img/icon_hatena.png") no-repeat right 1rem center;
	background-size: 4.6rem auto;
	color: #fff;
	letter-spacing: 0.025em;
	font-weight: 900;
	line-height: 1.6;
	max-width: 436px;
	border-radius: 33px;
	padding: 2rem 6rem 2rem 2rem;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.sec03 .btn-modal:before {
	content: "";
	background: url(img/icon_click.png) no-repeat;
    background-size: 100%;
    width: 75px;
    height: 90px;
    position: absolute;
    bottom: -44px;
    right: -5.3rem;
}
.sec03 .btn-modal:hover {
	opacity: 0.8;
}
.sec03 .notice {
	color: #666;
	font-size: 1.3rem;
	margin: 1rem 0 0;
	line-height: 1.6;
}
.sec03 .profile {
	background: #fff url("img/eng_profile.png") no-repeat top 2rem right 2rem;
	background-size: 23rem auto;
	margin: 6rem 0 0;
	padding: 3.5rem 5rem;
	overflow: hidden;
}
.sec03 .profile .tit {
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 0.025em;
	border-bottom: solid 1px #a71a1c;
	padding: 0 2rem 1.5rem 0;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	margin-bottom: 4rem;
}
.sec03 .profile .tit:before {
	content: "";
	background: #a71a1c;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: -100%;
}
.sec03 .profile .tit span {
	font-size: 3rem;
	margin: 0 1rem 0 0;
}
.sec03 .profile .twoColBox {
	display: flex;
}
.sec03 .profile .twoColBox .colBox {
	display: flex;
	width: 50%;
}
.sec03 .profile .proTit {
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 0.025em;
	font-family: "Noto Sans JP - vertical";
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 7rem;
	display: flex;
	align-items: center;
}
.sec03 .profile .txt {
	flex: 1;
	padding: 0 4rem 0 2.5rem;
	border-left: solid 3px rgb(227 221 221 / 50%);
}
.sec03 .profile .txt p {
	margin: 0;
}
.sec03 .parts_sv .btns-flex {
    margin: 8rem 0 0;
	display: block;
	position: relative;
}
.sec03 .parts_sv .btns {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	max-width: 24rem;
}
.sec03 .parts_sv .btn-web {
    margin: 0 auto;
}
.sec03 .parts_sv .btn-web a:before {
    content: "";
    background: url(img/fuki_mendan.png) no-repeat;
    background-size: 100%;
    width: 144px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: -2.8rem;
    transform: translateX(-50%);
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 100;
	background: rgba(7, 7, 7, 0.3); /* 半透明の黒背景 */
    backdrop-filter: blur(10px); /* 背景ぼかし */
}
.modal__bg{
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
	max-width: 70rem;
}
.modal__content .tit {
    font-size: 2.4rem;
	text-align: center;
	line-height: 1.6;
	font-weight: 900;
	border-bottom: solid 1px #070707;
	padding: 3rem 4rem;
}
.modal__content .txtBox {
    padding: 3rem 4rem 4rem;
}
.ccl-close {
	width: 40px;
	position: absolute;
    top: -2rem;
    right: -2rem;
}


/*---------------------
　SEC04
-----------------------*/
.sec04 {
	overflow: hidden;
	padding: 14rem 0 0;
	position: relative;
}
.sec04::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: 2;
    background-color: #2f3739;
}
.sec04::after {
    position: absolute;
    content: '';
    top: 12px;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 2;
    background-color: #2f3739;
}
.sec04 .secTit .border_h2 {
	display: inline;
}
.uwasa {
	margin-bottom: 15rem;
}
.uwasaArea {
	background: url("img/bg_gray.png");
	padding: 8rem 0 3rem 10rem;
	position: relative;
	max-width: 110rem;
	margin: 0 auto;
}
.uwasaArea:before {
	content: "";
	background: url("img/bg_gray.png");
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
.uwasa .label {
	width: 116px;
	position: absolute;
    top: -4rem;
    left: -5.5rem;
}
.uwasa .secTitBox .sub {
	font-size: 3.3rem;
	display: block;
	margin-bottom: 3rem;
}
.uwasa .sv {
	position: relative;
}
.uwasa .sv:before {
    content: "";
    background: url(/wp/wp-content/uploads/deco_h1_2.png) no-repeat;
    background-size: 100%;
    width: 212px;
    height: 194px;
    position: absolute;
    top: -19.2rem;
    right: 14px;
    transform: scale(-1, 1);
}
.uwasa .secTit {
    text-align: left;
	margin: 0;
}
.uwasa .txt {
    font-size: 2rem;
	line-height: 2.1;
	font-weight: 900;
}
.uwasa01 .uwasaArea {
    position: relative;
	left: 20rem;
}
.uwasa01 .secTit .waku_sp.uso {
    padding-left: 2rem;
    padding-right: 2rem;
    top: auto;
}
.uwasa02 {
    background: url(img/bg_gray.png);
}
.uwasa02 .sv:before {
    transform: scale(-1, 1);
    right: auto;
    left: 12px;
    background: url(/wp/wp-content/uploads/deco_h1.png) no-repeat;
    width: 215px;
    background-size: 100%;
    top: -18.6rem;
    height: 188px;
}
.uwasa02 .secTit .ureru {
    padding-left: 2rem;
    padding-right: 2rem;
    top: auto;
}
.uwasa02 .secTitBox .sub {
    padding: 0 0 0 24.5rem;
}
.uwasa02 .uwasaArea {
    background: none;
    padding: 8rem 0 3rem 10rem;
}
.uwasa02 .requidBox:nth-child(1) .ill img {
	width: 228px;
}
.uwasa02 .requidBox:nth-child(2) .ill img {
	width: 228px;
}
.uwasa02 .requidBox:nth-child(3) .ill img {
	width: 228px;
}
.uwasa02 .requidBox:nth-child(4) .ill img {
	width: 228px;
}
.uwasa02 .requidBox .requidTit a {
    background: url("img/arr_ccl_right_bla.png") no-repeat center bottom;
    background-size: 20px auto;
    text-decoration: none;
    display: inline-block;
    padding: 0 0 3.5rem;
    line-height: 35px;
}
.uwasa03 {
	background: url("img/sec04_bg_uwasa03.jpg") no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding: 12rem 0 13rem;
}
.uwasa03Inr {
	position: relative;
}
.uwasa03 .label {
    left: auto;
	right: -11rem;
	top: -14rem;
}
.uwasa03 .vertical {
	display: flex;
	flex-direction: row-reverse;
	gap: 6rem;
	margin-bottom: 6rem;
}
.uwasa03 .sv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.uwasa03 .sv:before {
    content: none;
}
.uwasa03 .secTitBox {
	margin: 0;
}
.uwasa03 .secTitBox .sub {
	font-family: "Noto Sans JP - vertical";
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	position: relative;
	padding: 6rem 9rem 0 7rem;
}
.uwasa03 .secTitBox .sub:before {
    content: "";
    background: url(/wp/wp-content/uploads/deco_h1_2.png) no-repeat;
    background-size: 100%;
    width: 212px;
    height: 208px;
    position: absolute;
    top: -17.2rem;
    right: 27px;
    transform: scale(-1, 1);
}
.uwasa03 .secTit {
    font-family: "Noto Sans JP - vertical";
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
}
.uwasa03 .secTit .border_h2 {
    display: flex;
}
.border_h2 span:not(:first-child) {
    top: auto;
}
.uwasa03 .secTit .border_h2 span:not(:first-child) {
    top: auto;
}
.uwasa03 .secTit .waku_sty {
    background: none;
    padding: 1.5rem 1rem;
}
.uwasa03 .secTit .waku_sty:nth-child(1),
.uwasa03 .secTit .waku_sty:nth-child(2) {
	position: relative;
    top: auto;
	left: -1px;
}
.uwasa03 .secTit .waku_sty:nth-child(1) {
	left: -2px;
}
.uwasa03 .txt {
     font-family: "Noto Sans JP - vertical";
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	margin: 0;
	max-height: 50rem;
	letter-spacing: 0.1em;
}
.uwasa03 .caseArea {
    padding: 6rem 0;
}
.uwasa03 .caseArea:after {
    content: "";
	background: url("img/bg_gray.png");
	width: 5rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: -5rem;
}
.uwasa03 .caseBox {
    position: relative;
    border-bottom: solid 1px rgba(7,7,7,0.5);
    padding: 6rem 0;
}
.uwasa03 .caseBox:nth-child(1) {
	padding-top: 0;
}
.uwasa03 .caseBox:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.uwasa03 .caseBox .txtBox {
    width: 61rem;
	float: right;
}
.uwasa03 .caseBox .subTit {
    font-size: 3.6rem;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.025em;
	margin-bottom: 3rem;
	position: relative;
	padding: 3rem 0 0;
}
.uwasa03 .caseBox .subTit:before {
    content: "";
	background: url("img/eng_case01.png") no-repeat;
	background-size: 100%;
	width: 7.2rem;
	height: 1.5rem;
	position: absolute;
	top: 0;
	left: 0;
}
.uwasa03 .caseBox:nth-child(1) .subTit:before {
	background: url("img/eng_case01.png") no-repeat;
	background-size: 100%;
	width: 7rem;
}
.uwasa03 .caseBox:nth-child(2) .subTit:before {
	background: url("img/eng_case02.png") no-repeat;
	background-size: 100%;
}
.uwasa03 .caseBox:nth-child(3) .subTit:before {
	background: url("img/eng_case03.png") no-repeat;
	background-size: 100%;
}
.uwasa03 .caseBox .thumb {
	/*position: absolute;
	top: 0;
	left: 0;*/
	float: left;
    max-width: 45rem;
}
.uwasa03 .caseBox .catch {
	font-size: 2.1rem;
	font-weight: 900;
	line-height: 1.6;
}
.sec04 .parts_sv {
    margin: 9rem 0 4rem -5rem;
    background: url(img/eng_sv.png) no-repeat bottom right, url(img/bg_note.png);
    background-size: auto 5rem, auto;
    padding: 8rem 5rem 10rem;
    overflow: visible;
    position: relative;
    max-width: 115rem;
    z-index: 1;
}
/*.sec04 .parts_sv:before {
	content: "";
	background: url("img/bg_note.png") right top;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
}*/
.sec04 .parts_sv .picBox {
    width: 26.8rem;
    top: 5rem;
    right: auto;
	left: 10rem;
}
.sec04 .parts_sv .picBox img {
    transform: scale(-1, 1);
}
.sec04 .parts_sv .svTit {
    top: -1rem;
}
.sec04 .parts_sv .infoBox {
    margin: 0 auto;
}
.sec04 .parts_sv .by,
.sec04 .parts_sv .catch,
.sec04 .parts_sv .txtBox{
    max-width: 75rem;
	margin-left: 35rem;
}
.sec04 .parts_sv .btns-flex {
    margin: 6rem 0 0;
	margin-left: 35rem;
	align-items: center;
}
.sec04 .parts_sv .btns {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
}
.sec04 .parts_sv .btn-web a:before {
    content: "";
    background: url(img/fuki_mendan.png) no-repeat;
    background-size: 100%;
    width: 144px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: -2.8rem;
    transform: translateX(-50%);
}
.sec04 .slider {
	
}
.slick-track {
  display: flex;
	transform: none !important;
}
.slick-slide {
	height: auto !important;
	float: none;
	/*max-width: 45.3rem;*/
}
.sec04 .slick-slide img {
	width: auto;
    height: 28rem;
}
.slick-slide > div {
  height: 100%;
}
.swiper-container {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  height: 40vw;
  max-height: 600px;
	min-height: 400px;
}
.swiper-slide {
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.swiper-slide img {
      display: inline;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      align-self: center;
    }

/*---------------------
　SEC05
-----------------------*/
.sec05 {
	overflow: hidden;
	margin-bottom: 18rem;
	padding: 9rem 0 0;
}
.sec05 .wi1000 {
}
.sec05 .eng {
    position: relative;
    left: 11%;
}
.sec05 .secTit {
    margin: 0;
	padding: 0 0 0 29rem;
}
.sec05 .secTit .border_h2 {
    display: inline;
}
.sec05 .secTit .border_h2 .waku_sty {
    padding-left: 2rem;
	padding-right: 2rem;
}
.sec05 .lead {
    margin: 0 0 9rem;
	padding: 0 0 0 34rem;
}
.sec05 .caseArea {
    padding: 6rem 0;
}
.sec05 .caseArea:after {
    content: "";
    background: url(img/bg_gray.png);
    width: 5rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5rem;
}
.sec05 .caseInr:before {
	content: "";
	background: url("img/sec05_pic.jpg") no-repeat;
	background-size: 100%;
	width: 63rem;
	height: 44.6rem;
	position: absolute;
	top: -29rem;
	left: -34rem;
	z-index: 2;
}
.sec05 .cardWrap {
	display: flex;
	gap: 2rem;
}
.sec05 .cardBox {
	padding: 3rem 3rem 0;
	border-top: solid 1px #070707;
}
.sec05 .cardBox .tit a {
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.6;
	text-decoration: none;
	background: url("img/arr_ccl_right_bla.png") no-repeat center right;
	background-size: 25px auto;
	padding: 0 3.5rem 0 0;
	display: block;
}



/*---------------------
　SEC06
-----------------------*/
.sec06 .secTit .border_h2 {
    display: inline;
}
.sec06 .itemBoxWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 6rem;
	margin: 7rem 0 15rem;
}
.sec06 .itemBox {
	max-width: 47rem;
}
.sec06 .itemBox a{
	display: block;
	text-decoration: none;
}
.sec06 .itemBox .thumb {
	margin-bottom: 2.5rem;
}
.sec06 .itemBox .tit {
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.025em;
	background: url("img/arr_ccl_right_bla.png") no-repeat center right;
	background-size: 2.5rem auto;
	padding: 0 3.5rem 0 0;
	display: inline-block;
}

/*---------------------
　SEC07
-----------------------*/
.sec07 {
    overflow: hidden;
    margin: 15rem 0 14rem;
}
.sec07 .parts_sv {
    margin: 0 auto;
    background: url(img/eng_sv.png) no-repeat bottom right, url(img/bg_note.png);
    background-size: auto 5rem, auto;
    padding: 7rem 5rem 9rem;
    overflow: visible;
    position: relative;
	max-width: 120rem;
}
.sec07 .parts_sv:before {
	content: "";
	background: url("img/bg_note.png") right top;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
.sec07 .parts_sv .picBox {
    width: 26.8rem;
    top: 5rem;
    right: auto;
	left: 10rem;
}
.sec07 .parts_sv .picBox img {
    transform: scale(-1, 1);
}
.sec07 .parts_sv .svTit {
    top: -1rem;
}
.sec07 .parts_sv .infoBox {
    margin: 0 auto;
}
.sec07 .parts_sv .by,
.sec07 .parts_sv .catch,
.sec07 .parts_sv .txtBox,
.sec07 .parts_sv .catch02 {
    max-width: 75rem;
	margin-left: 35rem;
}
.sec07 .parts_sv .catch02 {
    font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.7;
	margin: 0 0 2rem;
}
.sec07 .parts_sv .btns-flex {
    margin: 6rem 0 0;
	margin-left: 35rem;
	align-items: center;
}
.sec07 .parts_sv .btns {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
}
.sec07 .parts_sv .btn-web a:before {
    content: "";
    background: url(img/fuki_mendan.png) no-repeat;
    background-size: 100%;
    width: 144px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: -2.8rem;
    transform: translateX(-50%);
}



.toc_parts {
  position: fixed;
  top: 0;
  right: 0;
  width: 26rem;
  transition: all 0.5s ease;
  transform: translateX(100%);
	z-index: 3;
}
.toc_parts .toc_ttl {
	font-family: "Noto Sans JP - vertical";
	line-height: 1;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: calc(100% - -10rem);
  background: #3d3d3d url("img/icon_plus.png") no-repeat bottom 3rem left 14px;
	background-size: 24px auto;
  width: 5rem;
  height: 12rem;
  border-right: none;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
  z-index: 9;
	border-radius: 0 0 0 8px;
	letter-spacing: 0.3em;
	display: flex;
	align-items: center;
	padding: 2rem 0 0;
}
.toc_parts .toc_ttl:hover {
	opacity: 0.8;
}
.toc_parts .toc_block {
  position: fixed;
  top: 0;
  right: 10rem;
  background: #3d3d3d;
  width: 100%;
  height: auto;
  min-height: 20rem;
	padding: 2rem;
}
.toc_parts .toc-scroll {
  height: fit-content;
  max-height: 42rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* chrome safari */
}
.toc_parts .toc-scroll::-webkit-scrollbar {
  width: 0.4rem;
}
.toc_parts .toc-scroll::-webkit-scrollbar-track {
  border-radius: 0.2rem;
  background: #ccc;
}
.toc_parts .toc-scroll::-webkit-scrollbar-thumb {
  border-radius: 0.2rem;
  background: #999;
}
.toc_parts.is-open {
  transform: translateX(0);
  transform: translateZ(0);
}
.toc_parts.is-open .toc_ttl {
  background-image: url("img/icon_minus.png");
}
.toc_parts ul {
  background: none;
	padding: 0;
	margin: 0;
}
.toc_parts ul li {
  background: none;
  padding: 0;
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: solid 2px #707070;
}
.toc_parts ul li a {
	text-decoration: none;
	color: #fff;
}
.toc_parts ul.chapter li.chapter-h + li.chapter-h {
  margin-top: 0;
}
.toc_parts ul.chapter li.chapter-h a {
  display: block;
  text-decoration: none;
	color: #fff;
}
.toc_parts ul li.chapter-h-two {
  padding-left: 2.6em;
  position: relative;
  color: #fff;
}
.toc_parts ul a:hover {
  opacity: 0.5;
  color: #fff;
}




@media screen and (max-width: 480px) {
header {
	overflow: visible;
}
.home header {
    padding: 4px 1rem 0 1rem;
}
header .logoBox {
	line-height: 1;
}
header .logoBox .logo {
    display: inline;
}
header .logoBox .logo:after {
    content: "｜";
}	
header .siteName, header .spon {
    /* display: inline; */
}	
header .siteNameBox {
    /* padding: 0px; */
    display: inline;
}	
	
.menuBtn {
    background: #070707 url(img/eng_menu.png) no-repeat bottom 1.1rem center;
    background-size: auto 0.6rem;
    width: 5rem;
    height: 5rem;
}
.menuBtn span:nth-child(1){
	top: 1.3rem;
}
.menuBtn span:nth-child(2) {
	top: 1.9rem;
}
.menuBtn span:nth-child(3) {
	top: 2.5rem;
}	
	
/*---------------------
　MV
-----------------------*/
.mv {
	padding: 2rem 5.3% 3rem;
	border-bottom: solid 3px #070707;
}
.mv .wi1100:before {
	content: "";
	background: url("/wp/wp-content/uploads/key_ill.png") no-repeat;
	background-size: 100%;
	width: 17.8rem;
	height: 26rem;
	position: absolute;
	top: 3rem;
	right: -1.8rem;
}
.mv .wi1100:after {
    content: "";
    background: url(/wp/wp-content/uploads/key_ill_2.png) no-repeat;
    background-size: 100%;
    width: 6.5rem;
    height: 10.6rem;
    position: absolute;
    top: 0.8rem;
    right: 11rem;
}
.mv .logo {
    width: 18rem;
    margin-bottom: 2rem;
    position: relative;
    left: -10px;
}
.mv .mainTitBox {
}
.mv .mainTit {
	font-size: 3rem;
	line-height: 1.25;
}
.mv .mainTit .txt_red {
	font-size: 3.9rem;
}
.mv .mainTitBox .txt {
	font-size: 1.4rem;
}
.mv .mainTitBox .spon {
	font-size: 1.1rem;
}




.contWrap {
	display: block;
}
.side {
    display: none;
}
.main {
	width: 100%;
}


/*---------------------
　SEC01
-----------------------*/
.sec01 {
	margin: 0;
	padding: 6rem 0 6.5rem;
	overflow: visible;
	background: #fff;
}
.sec01 .parts_sv {
	background: url(img/bg_note.png);
	background-size: auto;
	max-width: 89%;
	margin: 0 auto;
	padding: 3rem 5.3% 3rem 0;
}
.sec01 .parts_sv:before {
	content: "";
	background: url("img/bg_note.png") right top;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
}
.sec01 .parts_sv .svInr {
}
.sec01 .parts_sv .picBox {
    width: 100%;
    position: static;
    justify-content: flex-end;
    gap: 2rem;
}
.sec01 .parts_sv .infoBox {
    margin: 0;
}
.sec01 .parts_sv .by,
.sec01 .parts_sv .catch,
.sec01 .parts_sv .txtBox {
    max-width: 100%;
	margin-left: 0;
}
.sec01 .parts_sv .by, .sec03 .parts_sv .by, .sec07 .parts_sv .by {
    margin-bottom: 1rem;
    text-align: left;
    margin-left: 4rem;
}
.sec01 .parts_sv .svTit {
    top: -1rem;
    left: -1rem;
}
	
	
/*---------------------
　SEC02
-----------------------*/
.sec02 {
	background: none;
	padding: 5rem 5.3% 7rem;
	overflow: hidden;
	clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
}
.sec02:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("img/sec02_bg_sp.jpg") no-repeat top center;
	background-size: cover;
}
.secTit .waku_pc {
	padding: 0;
    padding-left: 0;
    padding-right:0;
}
.secTit .waku_sp {
    padding-left: 1rem;
    padding-right: 1rem;
	top: 2px;
}
.sec02 .secTit .waku_sp {
    top: 0px;
}
.secTit .waku_sp.toha {
	top: -2px;
}
.white .border_x_left,
.white .border_x_right,
.white .border_y_top,
.white .border_y_bottom {
}
.sec02 .subTit {
	font-size: 1.6rem;
	line-height: 2;
}
.sec02 .graphArea {
	margin-top: 3rem;
}
.sec02 .graphArea .box p {
	text-align: left;
	margin: 3rem 0 0;
}
.sec02 .graphArea .subTit {
	font-size: 2.3rem;
	line-height: 1.8;
}
.sec02 .graphArea .but {
	width: 12.8rem;
	margin: 3rem auto 2rem;
}
.sec02 .parts_sv {
    margin: 4rem 0 0;
    background: url(img/bg_note.png) top right;
    background-size: auto;
    padding: 3rem 0 3rem 2rem;
    position: relative;
	max-width: 100%;
}
.sec02 .parts_sv:before {
	content: "";
	background: url("img/bg_note.png") left -1px top;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
.sec02 .parts_sv .label {
	font-size: 1.3rem;
	max-width: 23.7rem;
	width: 23.7rem;
	padding: 3px 5px 5px;
	margin-left: 0;
	float: right;
}
.sec02 .parts_sv .label span {
	font-size: 1.7rem;
}
.sec02 .parts_sv .picBox {
    width: 100%;
	gap: 2rem;
	justify-content: flex-end;
}
.sec02 .parts_sv .picBox img {
    transform: inherit;
}
.sec02 .parts_sv .svTit {
    top: 2rem;
}
.sec02 .parts_sv .infoBox {
    margin: 0;
}
.sec02 .parts_sv .by,
.sec02 .parts_sv .catch,
.sec02 .parts_sv .txtBox {
    max-width: 100%;
	margin-left: 0;
}
.sec02 .parts_sv .by {
    clear: both;
    text-align: left;
    margin-left: 0;
    width: 23.7rem;
    float: right;
}
.sec02 .parts_sv .catch {
    clear: both;
}
.sec02 .parts_sv .txtBox {
    margin: 3rem 0 0;
}


/*---------------------
　SEC03
-----------------------*/
.sec03 {
	padding: 6rem 0 6rem;
	background: #fff;
}
.sec03 .lead {
	max-width: 89%;
	margin: 3rem auto 4rem;
}
.sec03 .secTit .waku_sty:nth-child(1) {
    top: -4px;
}
.sec03 .secTit .waku_sty.husegu {
    top: -2px;
}
.sec03 .fuki {
	font-size: 1.4rem;
	max-width: 89%;
	padding: 7px 10px 10px;
	margin-bottom: 3rem;
}
.sec03 .fuki:before {
	background: url("img/sec03_fuki.png") no-repeat;
	background-size: 100%;
	width: 25px;
	height: 12px;
	bottom: -12px;
}
.sec03 .fuki span {
	font-size: 1.8rem;
	border-bottom: solid 3px #e8565d;
}
.requidBoxWrap {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #070707;
	flex-direction: column;
	width: 89%;
	margin: 0 auto;
}
.requidBox {
	width: 100%;
	border: solid 1px #070707;
	border-top: none;
	border-left: solid 1px #070707;
	padding: 3rem 2rem 3rem;
}
.sec04 .requidBox {
	width: 100%;
}
.requidBox:nth-child(4n) {
	border-right: solid 1px #070707;
}
.sec03 .requidBox:before {
	content: "";
	width: 2.8rem;
	height: 2.2rem;
	position: absolute;
	top: 2rem;
	right: 2rem;
}
.sec03 .requidBox:nth-child(2):before {
	width: 3.1rem;
}
.sec03 .requidBox:nth-child(3):before {
	width: 3.1rem;
}
.sec03 .requidBox:nth-child(4):before {
	width: 3.2rem;
}
.sec03 .requidBox:nth-child(5):before {
	width: 3.1rem;
}
.sec03 .requidBox:nth-child(5):before {
	width: 3.1rem;
}
.sec03 .requidBox:nth-child(6):before {
	width: 3rem;
}
.sec03 .requidBox:nth-child(7):before {
	width: 3.1rem;
}
.requidBox .titBox {
	display: flex;
	margin-bottom: 2rem;
	min-height: inherit;
}
.requidBox .ill {
	display: flex;
	align-items: flex-end;
}
.sec03 .requidBox .ill img{
	width: 202px;
	position: relative;
	/* left: -4rem; */
	margin-top: 2rem;
}
.requidBox .requidTit {
	font-size: 1.9rem;
}
.requidBox p {
	margin: 0;
}
.sec03 .howArea {
	margin: 6rem auto 0;
}
.sec03 .cardWrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	column-gap: 4rem;
	max-width: 89%;
	margin: 0 auto;
}
.sec03 .cardBox {
	max-width: 100%;
	border-top: solid 1px #070707;
	padding: 3rem 2rem;
}
.sec03 .cardBox:nth-child(3),
.sec03 .cardBox:nth-child(4) {
	border-bottom: none;
}
.sec03 .cardBox:last-child {
	border-bottom: solid 1px #070707;
}
.sec03 .cardBox .cardTitBox {
	display: flex;
	align-items: center;
	gap: 2rem;
	min-height: inherit;
}
.sec03 .cardBox .cardTitBox:nth-child(1) .ill {
	max-width: 64px;
}
.sec03 .cardBox .cardTitBox:nth-child(2) .ill {
	max-width: 91px;
}
.sec03 .cardBox .cardTitBox:nth-child(3) .ill {
	max-width: 105px;
}
.sec03 .cardBox .cardTitBox:nth-child(4) .ill {
	max-width: 90px;
}
.sec03 .cardBox .cardTitBox .tit {
	font-size: 1.9rem;
}
.sec03 .parts_sv {
	padding: 3rem 5.3% 4rem;
	max-width: 100%;
	margin: 10rem auto 0;
	clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
}
.sec03 .parts_sv:after {
    top: 0;
    left: 0;
     position: fixed;
    width: 100%;
    height: 100vh;
    background: url("img/sec03_bg_sv.jpg") no-repeat top center;
	background-size: cover;
	z-index: -1;
}
/*.sec03 .svInr {
	max-width: 120rem;
	margin: 0 auto;
	position: relative;
}*/
.sec03 .parts_sv .picBox {
    justify-content: flex-end;
    gap: 2rem;
}
.sec03 .parts_sv .svTit {
	left: 1rem;
	top: 1rem;
}
.sec03 .parts_sv .txtBox {
    max-width: 63rem;
}
.sec03 .btn-modal {
	background: #3d3d3d url("img/icon_hatena.png") no-repeat right 1.5rem center;
	background-size: 3.2rem auto;
	max-width: 100%;
	border-radius: 33px;
	padding: 1rem 4.5rem 1rem 2rem;
	position: relative;
}
.sec03 .btn-modal:before {
	content: "";
    background: url(img/icon_click_sp.png) no-repeat;
    background-size: 100%;
    width: 90px;
    height: 64px;
    position: absolute;
    bottom: -38px;
    right: 3rem;
}
.sec03 .btn-modal:hover {
	opacity: 1;
}
.sec03 .notice {
    margin: 4rem 0 0;
}
.sec03 .profile {
	background: #fff url("img/eng_profile.png") no-repeat top 1rem right 1rem;
	background-size: auto 2.5rem;
	margin: 5rem 0 0;
	padding: 3.5rem 2rem 3rem;
}
.sec03 .profile .tit {
	font-size: 1.6rem;
	border-bottom: solid 1px #a71a1c;
	padding: 0 1rem 1rem 0;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	margin-bottom: 3rem;
}
.sec03 .profile .tit:before {
	background: #a71a1c;
}
.sec03 .profile .tit span {
	font-size: 2rem;
	margin: 0 1rem 0 0;
}
.sec03 .profile .twoColBox {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.sec03 .profile .twoColBox .colBox {
	display: flex;
	width: 100%;
}
.sec03 .profile .proTit {
	font-size: 1.8rem;
	width: 4rem;
	display: flex;
	align-items: center;
	padding: 0 2rem 0 0;
}
.sec03 .profile .txt {
	padding: 0 0 0 2rem;
}
.sec03 .profile .txt p {
}
.sec03 .parts_sv .btns-flex {
    margin: 6rem 0 0;
	display: block;
	position: relative;
}
.sec03 .parts_sv .btns {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
	position: static;
	transform: inherit;
	max-width: 100%;
}
.sec03 .parts_sv .btn-web {
    margin: 0 auto;
}
.sec03 .parts_sv .btn-web a {
    display: block;
}
.sec03 .parts_sv .btn-web a:before {
    content: "";
    background: url(img/fuki_mendan.png) no-repeat;
    background-size: 100%;
    width: 108px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: -2rem;
    transform: translateX(-50%);
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 100;
	background: rgba(7, 7, 7, 0.3); /* 半透明の黒背景 */
    backdrop-filter: blur(10px); /* 背景ぼかし */
}
.modal__content{
    width: 89%;
}
.modal__content .tit {
    font-size: 2rem;
	padding: 2rem 2rem;
}
.modal__content .txtBox {
    padding: 2rem 2rem 3rem;
}
.ccl-close {
	width: 30px;
    top: -1rem;
    right: -1rem;
}


/*---------------------
　SEC04
-----------------------*/
.sec04 {
	overflow: hidden;
	padding: 7rem 0 0;
	position: relative;
	background: #fff;
}
.sec04 .secTit .border_h2 {
	display: inline;
}
.uwasa {
	margin-bottom: 8rem;
}
.uwasaArea {
	background: url("img/bg_gray.png");
	padding: 3rem 0 3rem 5rem;
	position: relative;
	max-width: 89%;
	margin: 0 auto;
}
.uwasaArea:before {
	content: "";
	background: url("img/bg_gray.png");
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
.uwasa .label {
	width: 58px;
	position: absolute;
    top: -4rem;
    left: -1.8rem;
}
.uwasa .secTitBox .sub {
	font-size: 1.8rem;
	display: block;
	margin-bottom: 2rem;
	letter-spacing: 1px;
}
.uwasa .sv {
	position: relative;
}
.uwasa .sv:before {
    content: "";
    background: url(/wp/wp-content/uploads/deco_h1_2.png) no-repeat;
    background-size: 100%;
    width: 95px;
    height: 92px;
    position: absolute;
    top: -9.5rem;
    right: -4rem;
}
.uwasa .secTit {
    text-align: left;
	margin: 0;
}
.uwasa .txt {
    font-size: 1.5rem;
	line-height: 1.9;
	width: 100%;
	margin: 0;
	max-width: 100%;
}
.uwasa01 .uwasaArea {
	left: auto;
}
.uwasa01 .secTit .waku_sp.uso {
    padding-left: 1rem;
    padding-right: 1rem;
}
.uwasa02 {
	margin-bottom: 6rem;
}
.uwasa02 .sv:before {
    transform: scale(-1, 1);
    right: auto;
    left: 0;
    top: -9rem;
    background: url(/wp/wp-content/uploads/deco_h1.png) no-repeat;
    background-size: 100%;
}
.uwasa02 .secTit .ureru {
    padding-left: 1rem;
    padding-right: 1rem;
    top: auto;
}
.uwasa02 .secTitBox .sub {
    padding: 0 0 0 10rem;
    letter-spacing: 1px;
}
.uwasa02 .uwasaArea {
    background: none;
    padding: 3rem 0 2rem 5rem;
	width: 100%;
}
.uwasa02 .requidBox:nth-child(1) .ill img {
	width: 190px;
}
.uwasa02 .requidBox:nth-child(2) .ill img {
	width: 190px;
}
.uwasa02 .requidBox:nth-child(3) .ill img {
	width: 190px;
}
.uwasa02 .requidBox:nth-child(4) .ill img {
	width: 190px;
}
.uwasa02 .requidBox .requidTit a {
    background: url("img/arr_ccl_right_bla.png") no-repeat center bottom;
    background-size: 20px auto;
    text-decoration: none;
    display: inline-block;
    padding: 0 0 3.5rem;
    line-height: 30px;
}
.uwasa03 {
	background: none;
	padding: 10rem 0 6rem;
	margin: 0;
	position: relative;
	clip-path: polygon(0 0,0 100%,100% 100%,100% 0);
}
.uwasa03:before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background: url(img/sec04_bg_uwasa03_sp.jpg) no-repeat top center;
        background-size: cover;
}
.uwasa03Inr {
	position: relative;
}
.uwasa03 .label {
    left: auto;
	right: 0.5rem;
	top: -8rem;
}
.uwasa03 .vertical {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-bottom: 4rem;
	padding: 0 5.3%;
}
.uwasa03 .sv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.uwasa03 .sv:before {
    content: none;
}
.uwasa03 .secTitBox {
	margin: 0;
}
.uwasa03 .secTitBox .sub {
	position: relative;
	padding: 3rem 3rem 0;
}
.uwasa03 .secTitBox .sub:before {
    content: "";
    background: url(/wp/wp-content/uploads/deco_h1_2.png) no-repeat;
    background-size: 100%;
    width: 102px;
    height: 103px;
    position: absolute;
    top: -9rem;
    right: 0rem;
}
.uwasa03 .secTit {
}
.uwasa03 .secTit .border_h2 {
    display: flex;
}
.uwasa03 .secTit .border_h2 span:not(:first-child) {
    top: auto;
}
.uwasa03 .secTit .waku_sty {
    background: none;
    padding: 1.5rem 0.5rem;
}
.uwasa03 .secTit .waku_sty:nth-child(1),
.uwasa03 .secTit .waku_sty:nth-child(2) {
	position: relative;
    top: auto;
	left: -1px;
}
.uwasa03 .secTit .waku_sty:nth-child(1) {
	left: -2px;
}
.uwasa03 .txt {
	font-family: "Noto Sans JP";
    -ms-writing-mode: inherit;
    writing-mode: inherit;
	max-height: inherit;
	letter-spacing: 0.1em;
}
.uwasa03 .caseArea {
    padding: 4rem 0 0;
}
.uwasa03 .caseArea:after {
    content: none;
}
.uwasa03 .caseWrap {
    margin: 0 0 0 2rem;
}
.uwasa03 .caseBox {
    position: relative;
	border-bottom: solid 1px rgba(7,7,7,0.5);
	padding: 3rem 0 2rem 0;
}
.uwasa03 .caseBox:nth-child(1) {
	padding-top: 0;
}
.uwasa03 .caseBox:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.uwasa03 .caseBox .txtBox {
    width: 100%;
	float: none;
}
.uwasa03 .caseBox .subTit {
    font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0.025em;
	margin-bottom: 3rem;
	position: relative;
	padding: 2.5rem 0 0;
}
.uwasa03 .caseBox .subTit:before {
	width: 5.3rem;
	height: 1.1rem;
	position: absolute;
	top: 0;
	left: 0;
}
.uwasa03 .caseBox:nth-child(1) .subTit:before {
	width: 5.2rem;
}
.uwasa03 .caseBox .thumb {
	float: none;
    max-width: 100%;
	margin: 0 0 2rem;
}
.uwasa03 .caseBox .catch {
	font-size: 1.9rem;
	font-weight: 900;
	line-height: 1.6;
}
.uwasa03 .parts_sv .btn-tel {
    margin: 0;
}
.sec04 .parts_sv {
    margin: 6rem 0 0;
    background: url(img/bg_note.png) top right;
    background-size: auto;
    padding: 3rem 0 4rem 2rem;
    overflow: visible;
    position: relative;
	max-width: 100%;
	z-index: 1;
}
.sec04 .parts_sv:before {
    content: "";
    background: url(img/bg_note.png);
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
.sec04 .parts_sv .picBox {
    width: 100%;
	justify-content: flex-end;
	gap: 2rem;
}
.sec04 .parts_sv .picBox img {
    transform: inherit;
}
.sec04 .parts_sv .svTit {
    top: -1rem;
}
.sec04 .parts_sv .infoBox {
    margin: 0;
}
.sec04 .parts_sv .by,
.sec04 .parts_sv .catch,
.sec04 .parts_sv .txtBox{
    max-width: 100%;
	margin-left: 0;
}
.sec04 .parts_sv .by {
    text-align: left;
	margin-left: 4rem;
}
.sec04 .parts_sv .btns-flex {
    margin: 6rem 0 0;
	margin-left: 0;
	align-items: center;
}
.sec04 .parts_sv .btns {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
}
.sec04 .parts_sv .btn-web a:before {
    content: "";
    background: url(img/fuki_mendan.png) no-repeat;
    background-size: 100%;
    width: 144px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: -2.8rem;
    transform: translateX(-50%);
}

.sec04 .requidBoxWrap {
	padding: 0 0 4rem;
}
.sec04 .slick-slide img {
	width: auto;
    height: 14rem;
}
	
	
/*---------------------
　SEC05
-----------------------*/
.sec05 {
	overflow: hidden;
	margin-bottom: 8rem;
	padding: 7rem 0 0;
}
.sec05 .wi1000 {
}
.sec05 .eng {
    position: relative;
    left: auto;
}
.sec05 .secTit {
    margin: 0 auto;
	padding: 0;
}
.sec05 .secTit .border_h2 {
    display: inline;
}
.sec05 .secTit .border_h2 .waku_sty {
    padding-left: 1rem;
	padding-right: 1rem;
}
.sec05 .lead {
    margin: 0 0 10rem;
	padding: 0;
}
.sec05 .caseArea {
    padding: 0;
	background: none;
}
.sec05 .caseArea:before {
    content: none;
}
.sec05 .caseArea:after {
    content: none;
    background: url(img/bg_gray.png);
}
.sec05 .caseInr:before {
	content: none;
}
.sec05 .cardWrap {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	background: url(img/bg_gray.png);
	position: relative;
	padding: 14rem 0 2rem 2rem;
}
.sec05 .cardWrap:before {
    content: "";
    background: url(img/bg_gray.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
}
.sec05 .cardWrap:after {
	content: "";
	background: url("img/sec05_pic.jpg") no-repeat;
	background-size: 100%;
	width: 25.5rem;
	height: 17.8rem;
	position: absolute;
	top: -6rem;
	left: -6.2%;
}
.sec05 .cardBox {
	padding: 2.5rem 2rem 0;
	border-top: solid 1px #070707;
}
.sec05 .cardBox .tit a {
	font-size: 1.9rem;
	font-weight: 900;
	line-height: 1.6;
	background: url("img/arr_ccl_right_bla.png") no-repeat center right;
	background-size: 25px auto;
	padding: 0 3.5rem 0 0;
	display: block;
}



/*---------------------
　SEC06
-----------------------*/
.sec06 {
    padding: 0 5.3%;
}
.sec06 .secTit .border_h2 {
    display: inline;
}
.sec06 .itemBoxWrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 4rem;
	margin: 3rem 0 6rem;
}
.sec06 .itemBox {
	max-width: 100%;
}
.sec06 .itemBox a{
}
.sec06 .itemBox .thumb {
	margin-bottom: 2rem;
}
.sec06 .itemBox .tit {
	font-size: 1.9rem;
	background: url("img/arr_ccl_right_bla.png") no-repeat center right;
	background-size: 1.9rem auto;
	padding: 0 3.5rem 0 0;
	display: block;
}

/*---------------------
　SEC07
-----------------------*/
.sec07 {
    overflow: visible;
	margin: 6rem 0 10rem;
}
.sec07 .parts_sv {
    margin: 0 auto;
    background: url(img/bg_note.png);
    background-size: auto;
    padding: 3rem 0 3rem 2rem;
    overflow: visible;
    position: relative;
	max-width: 89%;
}
.sec07 .parts_sv:before {
	content: "";
	background: url("img/bg_note.png") right top;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
.sec07 .parts_sv .picBox {
    width: 100%;
    flex-direction: row;
	gap: 2rem;
}
.sec07 .parts_sv .picBox img {
    transform: scale(-1, 1);
}
.sec07 .parts_sv .svTit {
    top: -1rem;
}
.sec07 .parts_sv .infoBox {
    margin: 0 0 3rem;
	flex: 1;
}
.sec07 .parts_sv .catch,
.sec07 .parts_sv .txtBox,
.sec07 .parts_sv .catch02 {
    max-width: 100%;
    margin-left: 0;
}
.sec07 .parts_sv .catch02 {
    font-size: 1.9rem;
	margin: 0 0 2rem;
}
.sec07 .parts_sv .btns-flex {
    margin: 6rem 0 0;
	margin-left: 0;
	align-items: inherit;
}
.sec07 .parts_sv .btn-tel {
    margin: 0;
}
.sec07 .parts_sv .btns {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
}
.sec07 .parts_sv .btn-web a:before {
    content: "";
    background: url(img/fuki_mendan.png) no-repeat;
    background-size: 100%;
    width: 108px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: -2rem;
    transform: translateX(-50%);
}
	
	


.toc_parts {
  position: fixed;
  top: 10rem;
  right: 0;
  width: 26rem;
}
.toc_parts .toc_ttl {
  position: absolute;
  top: 0;
  right: calc(100% - 0rem);
  background: #3d3d3d url("img/icon_plus.png") no-repeat bottom 1.5rem left 13px;
	background-size: 16px auto;
  width: 4rem;
  height: 8.5rem;
  font-size: 1.3rem;
	border-radius: 4px 0 0 4px;
	padding: 1.5rem 0 0;
}
.toc_parts .toc_ttl:hover {
	opacity: 1;
}
.toc_parts .toc_block {
  position: fixed;
  top: 0;
  right: 0;
  background: #3d3d3d;
  width: 100%;
  height: auto;
  min-height: 20rem;
	padding: 2rem;
}
.toc_parts .toc-scroll {
  max-height: 38rem;
  overflow-x: hidden;
  overflow-y: auto;
	}
.toc_parts ul li {
  background: none;
  padding: 0;
  padding-bottom: 1rem;
  margin: 0 0 1.5rem;
}
.toc_parts ul a:hover {
  opacity: 1;
}
	
.kakko03 {
    position: relative;
    left: -1.4rem;
}

}