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


/*---------------------
　共通
-----------------------*/
.contents {
	margin-top: 0;
	padding-top: 2rem;
}
.index {
	overflow: hidden;
}
.index p {
	padding: 0;
	max-width: inherit;
	width: auto;
}
.index ul,
.index ol {
    margin: 0;
	padding: 0;
	max-width: inherit;
	width: auto;
}
.txt_ora {
	color: #eb5901;
}
.index .secTitBox {
	margin: 0 0 15rem;
	width: 56.5rem;
	position: relative;
}
.index .secTitBox .secTit {
	font-size: 7rem;
	font-weight: 800;
	line-height: 1.31;
	margin: 0 0 4rem;
	position: relative;
}
.index .secTitBox .secTit:before {
	content: "";
	background: url("img/deco_maru_wh.png") no-repeat;
	background-size: 100%;
	width: 403px;
	height: 314px;
	position: absolute;
	top: -4rem;
	left: 4rem;
	z-index: -1;
}
.index .secTitBox .secTit a {
	text-decoration: none;
	background: url("img/arr_ccl_wh_right.png") no-repeat right center;
	background-size: 3.5rem auto;
	display: block;
	padding: 0 5rem 0 0;
}
.index .secTitBox .btns-flex {
    margin: 3rem auto 0;
	gap:2rem;
}
.index .secTitBox .btn-internal a,
.index .secTitBox .btn-web a {
    padding: 2rem 4rem;
    font-size: 1.5rem;
}
.index .secTitBox .btn-internal a {
	background: #eb5901 url("img/arr_ccl_wh_right.png") no-repeat right 1.5rem center;
	background-size: 2.5rem auto;
}
.index .secTitBox .btn-web a {
	background: #048a81 url("img/icon_blank.png") no-repeat right 1.5rem center;
	background-size: 2.2rem auto;
}
.borTitBox {
	border-top: solid 10px #eb5901;
	border-bottom: solid 10px #eb5901;
	padding: 4rem 4rem 3rem;
	position: relative;
	margin: 0 0 8rem;
}
.borTitBox:before {
	content: "";
	background: #f9f1e6;
	width: 20rem;
	height: 1rem;
	position: absolute;
	top: -1rem;
	left: calc(50% - 10rem);
}
.borTitBox:after {
	content: "";
	background: url("img/sec03_fuki_question.png") no-repeat;
	background-size: 100%;
	width: 16rem;
	height: 5.8rem;
	position: absolute;
	top: -2.7rem;
	left: 50%;
	transform: translateX(-50%);
}
.borTitBox .borTit {
	font-size: 3rem;
	font-weight: 800;
	text-align: center;
	line-height: 1.6;
}
.borTitBox .borTit span {
	font-size: 4rem;
}


/*---------------------
　TOC
-----------------------*/
.index .tocBox {
    margin: 4rem auto 10rem;
	padding: 4rem 4rem 4rem 4rem;
    width: 80rem;
}
.index .tocBox .sTit {
    position: relative;
	margin-bottom: 0;
}
.index .tocBox .sTit:after {
	content: "";
    background: url("img/icon_minus.png") no-repeat;
	background-size: 100%;
	width: 32px;
	height: 32px;
	position: absolute;
	top: calc(50% - 1.6rem);
	right: -1rem;
}
.index .tocBox .sTit.open:after {
	background: url("img/icon_plus.png") no-repeat;
	background-size: 100%;
}
.index .tocBox .toc {
    padding: 3rem 0 0;
	/*display: none;*/
}
.index .whBox ul li {
    list-style: none;
	margin: 0 0 2rem 0;
}
.index .tocBox ul li a {
    background: url(img/arr_ccl_ora_down.png) no-repeat top 2px left;
    background-size: 2.2rem auto;
    padding: 0 0 0 3rem;
    display: block;
	font-weight: 800;
}
.index .tocBox ul li a:empty {
	display: none;
}



/*---------------------
　SEC01
-----------------------*/
.sec01 {
	padding: 0 0 18rem;
}
.sec01 .blaLabel {
	background: #292929;
	font-size: 1.6rem;
	color: #fff;
	padding: 1.5rem 2rem;
	line-height: 1.6;
	font-weight: 800;
	border-left: solid 10px #eb5901;
	margin: 0 0 3rem;
	position: relative;
}
.sec01 .blaLabel:before {
	content: "";
	background: #292929;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
.sec01 .introTit {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.6;
}
.sec01 .introTit .big {
	font-size: 7rem;
}
.sec01 .txtBox {
	background: rgba(249,241,230,0.9);
	max-width: 80rem;
	padding: 3rem 3rem;
	margin: 0 0 0 -3rem;
	position: relative;
	z-index: 1;
}
.sec01 .txtBox p {
	margin: 0;
}
.sec01 .flowSlider {
	margin: -8rem 0 0;
}
.sec01 .flowSlider .slideBox {
	margin: 0 1.5rem;
}
.sec01 .flowSlider .slideBox img {
	width: 60rem;
	height: 42.6rem;
	object-fit: cover;
}
.sec01 .svWrap {
	display: flex;
	margin: 15rem auto 0;
	gap: 4rem;
}
.sec01 .parts_sv {
	width: 55rem;
	margin: 0;
}
.sec01 .parts_sv .comName {
	max-width: 100%;
}
.sec01 .parts_sv .txt {
	max-width: 100%;
}
.sec01 .cclBox {
	position: relative;
}
.sec01 .cclBox:before {
	content: "";
	background: #fff;
	width: 84rem;
	height: 84rem;
	border-radius: 50%;
	position: absolute;
	top: -11rem;
	right: -17rem;
	z-index: -1;
}
.sec01 .cclBoxInr {
	position: relative;
	z-index: 1;
}
.sec01 .cclBox .comma {
	font-size: 4.4rem;
	font-weight: 800;
	line-height: 1.6;
	text-align: center;
	position: relative;
	margin: 0 0 5rem;
}
.sec01 .cclBox .comma:before {
	width: 5rem;
	height: 3.8rem;
}
.sec01 .cclBox .comma:after {
	width: 5rem;
	height: 3.8rem;
}
.sec01 .cclBox .capBox {
	width: 50rem;
	margin: 0 auto;
}


/*---------------------
　SEC02
-----------------------*/
.sec02 {
	background: url("img/sec02_bg_naname.png") no-repeat bottom right, url("img/bg_ora_rep.jpg");
	position: relative;
	padding: 19rem 0 13rem;
}

.sec02 .caption,.sec02 .caption a{
	color:#fff;
}

@keyframes slide1 {
  0% {
    background-position: 0 0; /* 右端から開始 */
  }
  100% {
    background-position: -2173px 0; /* 左端に向かって移動 */
  }
}


.sec02:before {
  content: "";
  background: url("img/sec02_flowtext.png") repeat-x;
  background-size: cover;
  width: 100%;
  height: 202px;
  position: absolute;
  top: -8rem;
  animation: slide1 50s linear infinite;
  left: 0;
  background-size: auto; /* 画像のサイズ調整 */
}

.sec02 .secTitWrap {
	display: flex;
	justify-content: flex-end;
}
.sec02 .secTitBox {
    margin: 0 0 13rem;
	z-index: 1;
	width: 55rem;
	padding: 0 5rem 0 0;
}
.sec02 .secTitBox:before {
	content: "";
	background: url("img/sec02_pic.jpg") no-repeat center;
	background-size: cover;
	width: 74rem;
	height: 40rem;
	position: absolute;
	top: 0;
	right: auto;
	left: -81rem;
	border-radius: 27rem;
}
.sec02 .secTitBox .secTit:before {
    background: url(img/deco_maru.png) no-repeat;
    background-size: 100%;
}
.sec02 .secTitBox .secTit .txt_ora {
	color: #fff;
}
.sec02 .secTitBox p {
	color: #fff;
}
.sec02 .borTitBox {
	border-top: solid 10px #fff;
	border-bottom: solid 10px #fff;
	margin-bottom: 3rem;
}
.sec02 .borTitBox:before {
	background: #ed813f;
}
.sec02 .borTitBox:after {
    background: url("img/sec02_fuki_work.png") no-repeat;
    background-size: 100%;
}
.sec02 .borTitBox .borTit {
	color: #fff;
}
.sec02 .borTitBox .borTit .txt_ora {
	color: #000;
}
.sec02 .ccls {
	display: flex;
	flex-wrap: wrap;
}
.sec02 .ccls .cclBtn {
	width: calc(100% / 3);
	cursor: pointer;
	transition: all .4s ease;
}
.sec02 .ccls .cclBtn:hover {
	opacity: 0.7;
}
.sec02 .ccls .cclBtn:nth-child(1) {
	width: 40.2rem;
	margin: 8rem 0 0 -4rem;
}
.sec02 .ccls .cclBtn:nth-child(2) {
	width: 42.5rem;
	margin: 4rem 0 0 -5.5rem;
}
.sec02 .ccls .cclBtn:nth-child(3) {
	width: 39.7rem;
	margin: 0 0 0 -3rem;
}
.sec02 .ccls .cclBtn:nth-child(4) {
	width: 43.9rem;
	margin: 2rem 0 0 -7rem;
}
.sec02 .ccls .cclBtn:nth-child(5) {
	width: 41.8rem;
	margin: -5rem 0 0 -5.5rem;
}
.sec02 .ccls .cclBtn:nth-child(6) {
	width: 34.4rem;
	margin: -10rem 0 0 2.4rem;
}
.columnModalWrap {
	background: rgba(0,0,0,0.8);
}
.column-modal__content,
.swiper-column {
	height: 100vh;
}
.column-modal__content {
}
.sec02 .swiper-slide {
	overflow-y: auto;
    overflow-x: hidden;
}
.sec02 .parts_iv {
	margin: 0;
	box-shadow: none;
}
.sec02 .parts_iv:before {
    content: none;
}
.sec02 .columnModal {
	max-width: 100rem;
	width: 100%;
	position: relative;
    
	background: #fff url("img/sec02_unlock.png") no-repeat right top 30rem;
	background-size: 375px auto;
	height: auto;
	z-index: 200;
	box-shadow: 2rem 2rem 0 rgba(255,255,255,0.7);
	display: block;
	margin: 18rem auto 10rem;
}
.sec02 .columnModal:before {
	content: "";
	position: absolute;
	top: -20rem;
	right: -13rem;
	left: auto;
}
.sec02 #swiper-column-slide01 .columnModal:before {
	background: url("img/sec02_modal_ccl01.png") no-repeat;
	background-size: 100%;
	width: 293px;
	height: 276px;
}
.sec02 #swiper-column-slide02 .columnModal:before {
	background: url("img/sec02_modal_ccl02.png") no-repeat;
	background-size: 100%;
	width: 300px;
	height: 259px;
	top: -18rem;
}
.sec02 #swiper-column-slide03 .columnModal:before {
	background: url("img/sec02_modal_ccl03.png") no-repeat;
	background-size: 100%;
	width: 276px;
	height: 250px;
	top: -17rem;
}
.sec02 #swiper-column-slide04 .columnModal:before {
	background: url("img/sec02_modal_ccl05.png") no-repeat;
	background-size: 100%;
	width: 300px;
	height: 250px;
	top: -14rem;
}
.sec02 #swiper-column-slide05 .columnModal:before {
	background: url("img/sec02_modal_ccl04.png") no-repeat;
	background-size: 100%;
	width: 290px;
	height: 253px;
	top: -15rem;
}
.sec02 #swiper-column-slide06 .columnModal:before {
	background: url("img/sec02_modal_ccl06.png") no-repeat;
	background-size: 100%;
	width: 304px;
	height: 225px;
	top: -15rem;
}
.sec02 .columnModal .scr {
    padding: 6rem 5rem 5rem;
}
.columnModal .topBox {
	display: flex;
	flex-direction: row-reverse;
	gap: 6rem;
	margin: 4rem 0 2rem;
}
.columnModal .topBox:first-of-type {
	margin: 0 0 2rem;
}
.columnModal.parts_iv .ivBox {
    background: none;
    display: flex;
    gap: 6rem;
	flex: 1;
    padding: 0;
    flex-direction: row;
    justify-content: inherit;
}
.columnModal.parts_iv .ivBox:before,
.columnModal.parts_iv .ivBox:after {
	content: none;
}
.columnModal .bumonWrap {
	border-left: solid 10px #002f62;
	width: 14rem;
	line-height: 1;
    padding: 4rem 0 0 0;
    display: flex;
    justify-content: center;
}
.columnModal .bumon {
	font-size: 4rem;
	color: #002f62;
	font-weight: 800;
	font-family: "Noto Sans JP-vertical";
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.columnModal .bumon span {
	font-size: 6rem;
	margin: 0 0 8px;
}
.columnModal.parts_iv .picBox {
    width: 32rem;
	position: relative;
    top: auto;
    left: auto;
}
.columnModal.parts_iv .picBox img {
    width: 32rem;
}
.contents .parts_iv .txtBody {
    max-width: inherit;
	width: 32rem;
	padding: 0;
}
.columnModal.parts_iv .catch {
    font-size: 2.4rem;
}
.columnModal .btmBox {
}
.columnModal .name {
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1;
	position: relative;
	color: #002f62;
	padding: 0 2.5rem;
	display: table;
	margin: 0 0 5rem 11rem;
}
.columnModal .name:before {
	content: "";
	background: url("img/sec02_slash_left.png") no-repeat;
	background-size: 100%;
	width: 2rem;
	height: 3.3rem;
	position: absolute;
	bottom: -1rem;
	left: 0;
}
.columnModal .name:after {
	content: "";
	background: url("img/sec02_slash_right.png") no-repeat;
	background-size: 100%;
	width: 2rem;
	height: 3.3rem;
	position: absolute;
	bottom: -1rem;
	right: 0;
}
.columnModal .qaBoxWrap {
	background: #f9f1e6;
	padding: 5rem 4rem 6rem;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.columnModal .qaBoxWrap .tit {
	width: 28.2rem;
	position: absolute;
    top: -3.7rem;
    left: 4rem;
}
.columnModal .qaBoxWrap .qaBox {
	width: 36.2rem;
}
.columnModal .qaBoxWrap .qTit {
	font-size: 1.8rem;
	color: #002f62;
	font-weight: 800;
	line-height: 1.6;
	padding: 0 0 0 4.5rem;
	position: relative;
	margin: 0 0 4rem;
}
.columnModal .qaBoxWrap .qTit:before {
	content: "";
	background: url("img/eng_q.png") no-repeat;
	background-size: 100%;
	width: 2.8rem;
	height: 2.8rem;
	position: absolute;
	top: 0;
	left: 0;
}
.columnModal .qaBoxWrap .qTit:after {
	content: "";
	background: url("img/arr_tri_down.png") no-repeat;
	background-size: 100%;
	width: 2.5rem;
	height: 1.5rem;
	position: absolute;
	bottom: -2.5rem;
	left: calc(50% - 1.2rem);
}
.columnModal .qaBoxWrap .aBox {
	background: #fff;
	border-radius: 2rem 2rem 0 2rem;
	padding: 2rem 5rem 2rem 6rem;
	position: relative;
}
.columnModal .qaBoxWrap .aBox p {
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.625;
	margin: 0;
}
.columnModal .qaBoxWrap .aBox p:before {
	content: "";
	background: url("img/eng_a_ora.png") no-repeat;
	background-size: 100%;
	width: 2.6rem;
	height: 2.5rem;
	position: absolute;
	top: 2rem;
	left: 2.2rem;
}
.columnModal .btn-internal {
    margin: 4rem auto 0;
}




/*---------------------
　テキストアニメーション用
-----------------------*/
.sec03 .allColBox img.pc {
}

.sec03:before {
    animation: slide 180s linear infinite;
}


/* 親コンテナに対するスタイル */
.loop_wrap {
  width: 100%; /* スライドの表示領域の幅 */
  overflow: hidden; /* コンテンツが表示領域をはみ出すのを防ぐ */
  white-space: nowrap; /* 画像を横並びにさせる */
  box-sizing: border-box;
}

/* 画像のスタイル */
.loop_wrap img {
  display: inline-block; /* 画像を横並びに */
  animation: slide-left 40s linear infinite; /* 一定速度で無限にスライド */
}

/* 右から左へスライドするアニメーション */
@keyframes slide-left {
  0% {
    transform: translateX(0); /* 最初の位置 */
  }
  100% {
    transform: translateX(-100%); /* 全体を左に移動 */
  }
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}





.sec02 .ccls .cclBtn {
    overflow: hidden;
}

.sec02 .ccls .cclBtn.cclBtn.hoverWrap {
    position: relative;
}

.sec02 .ccls .cclBtn:hover img:nth-of-type(1) {
    opacity: 0.7;
}

.sec02 .ccls .cclBtn img {
    overflow: hidden;
}

.sec02 .ccls .cclBtn img:nth-child(2) {
    position: absolute;
    display: none;
}

.sec02 .ccls .cclBtn img:nth-child(2) {
    top: 0;
    left: 0;
}

.sec02 .ccls .cclBtn:hover img:nth-of-type(1) {
    opacity: 0;
}

.sec02 .ccls .cclBtn:hover img:nth-of-type(2) {
    opacity: 1;
    display: block;
}

.sec02 .ccls .cclBtn:hover {
    opacity: 1;
}

/*---------------------
　テキストアニメーション用：END
-----------------------*/







/*---------------------
　SEC03
-----------------------*/
.sec03 {
  position: relative;
  padding: 31rem 0 0;
  margin: 0 0 0rem;
  overflow: hidden;
}


.sec03:before {
  content: "";
  background: url("img/sec03_flowtext.png") repeat-x; /* 水平方向に繰り返し */
  background-size: auto; /* 画像のサイズ調整 */
  width: 100%;
  height: 202px;
  position: absolute;
  top: 5rem;
  left: 0;
  animation: slide 70s linear infinite; /* アニメーションを適用 */
}

@keyframes slide {
  0% {
    background-position: 0 0; /* 右端から開始 */
  }
  100% {
    background-position: -3898px 0; /* 左端に向かって移動 */
  }
}
.sec03 .secTitBox:before {
	content: "";
	background: url("img/sec03_pic.jpg") no-repeat;
	background-size: 100%;
	width: 74rem;
	height: 40rem;
	position: absolute;
	top: 0;
	right: -80rem;
	border-radius: 24rem;
}
.sec03 .quesFlex {
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 0 0 8rem;
}
.sec03 .quesFlex .rightBox {
	width: 35rem;
}
.sec03 .quesFlex .rightBox .txtBox {
	position: relative;
}
.sec03 .quesFlex .rightBox .txtBox:before {
	content: "";
	background: #fff;
	width: 57rem;
	height: 57rem;
	position: absolute;
	top: -5rem;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
	z-index: -1;
}
.sec03 .quesFlex .rightBox .catch {
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.6;
	margin: 0 0 1.5rem;
}
.sec03 .quesFlex .rightBox .btn-internal {
	width: 100%;
}
.sec03 .quesFlex .rightBox .btn-internal a {
	padding: 2rem 5rem;
}
.sec03 .quesFlex .leftBox {
	width: 70rem;
	z-index: 1;
}
.sec03 .qBox {
	margin: 0 0 7rem;
}
.sec03 .qBox:last-child {
	margin: 0;
}
.sec03 .qTit {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.6;
	position: relative;
	padding: 0 0 0 6rem;
	margin: 0 0 3rem;
}
.sec03 .qTit:before {
	content: "";
	background: url("img/eng_q_gold.png") no-repeat;
	background-size: 100%;
	width: 4.7rem;
	height: 4.4rem;
	position: absolute;
	top: 0;
	left: 0;
}
.sec03 .allColBox .borTit {
	border-bottom: solid 10px #cda023;
	padding: 2rem 7rem;
	margin: 0 auto 7rem;
	max-width: 1100px;
	text-align: center;
}
.sec03 .allColBox .qTit {
	position: relative;
	display: table;
	margin: 0 auto;
}
.sec03 .allColBox .qTit:before {
    top: 50%;
	transform: translateY(-50%);
}
.sec03 .allColBox img.pc {
    max-width: 187rem;
	display: block;
	margin: 0 auto;
}
.sec03 .parts_sv {
	max-width: 130rem;
	margin-top: 20rem;
}
.sec03 .parts_sv:after {
    width: 353px;
    height: 260px;
    top: -15rem;
    left: -14rem;
}
.sec03 .parts_sv .svBox {
    padding: 10rem 9rem 9rem 9rem;
	position: relative;
}
.sec03 .parts_sv .svBox:after {
    content: "";
    background: url("img/by_deco02.png") no-repeat;
    background-size: 100%;
    width: 322px;
    height: 379px;
    position: absolute;
    bottom: -13rem;
    right: -13rem;
    z-index: -1;
}
.sec03 .parts_sv .noren {
    width: 22.6rem;
    height: 11.5rem;
    padding: 0;
    background: none;
    top: -7rem;
    left: 5rem;
}
.sec03 .parts_sv .comName {
	max-width: 60rem;
	width: 41vw;
	margin: 0 0 3rem;
}
.sec03 .parts_sv .comName .big {
	font-size: 4rem;
}
.sec03 .parts_sv .pic {
	top: 15rem;
	right: 9rem;
	width: 42rem;
}
.sec03 .parts_sv .pic:before {
	content: "";
	background: url("img/logo_super.png") no-repeat;
	background-size: 100%;
	width: 11.5rem;
	height: 11.5rem;
	position: absolute;
	top: -5rem;
	left: -5rem;
}
.sec03 .parts_sv .nameBox {
	width: 22rem;
	left: auto;
	right: 0;
	padding: 2rem 2rem 1rem;
}
.sec03 .parts_sv .nameBox p {
	font-size: 1.5rem;
}
.sec03 .parts_sv .txt {
	max-width: 60rem;
	margin: 0;
	width: 41vw;
}
.sec03 .parts_sv .txt p {
	line-height: 1.86;
}
.infoBox {
	margin: 7rem 0 0;
}
.infoBox .bluBar {
	background: #002f62;
	color: #fff;
	font-weight: 800;
	font-size: 3rem;
	line-height: 1.6;
	padding: 1.5rem 5rem;
}
.infoBox .txtBody {
	background: #f9f1e6;
	padding: 3rem 5rem;
}
.infoBox .twoColBox {
	display: flex;
	margin: 4rem 0 0;
}
.infoBox .twoColBox .colBox {
	width: 50rem;
}
.infoBox .twoColBox .cclTit {
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.6;
	margin: 0 0 2rem;
}
.infoBox .twoColBox .cclTit:before {
	content: "●";
	color: #eb5901;
	margin: 0 5px 0 0;
}
.infoBox .tag {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin: 2rem 0 0;
}
.infoBox .tag > div {
	border: solid 1px #bab4ac;
	color: #eb5901;
	text-align: center;
	background: #fff;
	border-radius: 15px;
	font-size: 1.8rem;
	line-height: 1.4;
	padding: 0 13px 3px;
}
.infoBox .box {
}
.infoBox table {
	width: 100%;
	margin: 0;
	border-color: #d4d4d4;
}
.infoBox table th {
    width: 17.5rem;
    padding: 10px 15px;
	background: #f9f9f9;
	color: #000;
	border-color: #d4d4d4;
}
.infoBox table td {
	text-align: center;
    padding: 10px 15px;
	border-color: #d4d4d4;
}
.contents .btns-flex {
    margin: 5rem auto 0;
}
.contents .parts_sv .infoBox .btn-internal,
.contents .parts_sv .infoBox .btn-web {
    margin: 0;
}
.contents .parts_sv .infoBox .haizoku .btn-internal {
   float: right;
	margin: 5rem 3rem 0 0;
}
.contents .parts_sv .infoBox .btn-web {
}
.sec03 .noticeArea {
	margin: 2rem 0 0;
}
.sec03 .noticeArea p {
	font-size: 1rem;
	color: #999;
	line-height: 1.8;
}
.sec03 .noticeArea p a {
	color: #999;
}
.sec03 .noticeArea p a:hover {
	text-decoration: none;
	opacity: 1;
}


/*---------------------
　SEC04
-----------------------*/
.sec04 {
	position: relative;
	padding: 31rem 0 0;
	margin: 0 0 10rem;
}
.sec04:before {
	content: "";
	background: url("img/sec04_flowtext.png") repeat-x;
	background-size: 100%;
	width: 3839px;
	height: 202px;
	position: absolute;
	top: 5rem;
	left: 0;
	animation: slide 70s linear infinite;
}
.sec04 .secTitBox {
    margin: 0 0 8rem;
}
.sec04 .secTitBox:before {
	content: "";
	background: url("img/sec04_pic.jpg") no-repeat center;
	background-size: cover;
	width: 74rem;
	height: 36rem;
	position: absolute;
	top: 2rem;
	right: -80rem;
	border-radius: 24rem;
}
.sec04 .voiceCardWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	position: relative;
}
.sec04 .voiceCardWrap:after {
	content: "";
	background: url("img/sec04_bg_arrow.png") no-repeat;
	background-size: 100%;
	width: 100vw;
	height: auto;
	object-fit: cover;
	aspect-ratio: 1600 / 536;
	position: absolute;
    bottom: -32rem;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}
.sec04 .voiceCardWrap .card {
	background: #fff url("img/icon_plus.png") no-repeat right 2rem center;
	background-size: 32px auto;
	width: 53rem;
	min-height: 19rem;
	padding: 5.3rem 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.4;
	cursor: pointer;
	transition: all .4s ease;
	position: relative;
	text-align: center;
}
.sec04 .voiceCardWrap .card:before {
	content: "";
	background: url("img/voice_fuki.png") no-repeat;
	background-size: 100%;
	width: 10rem;
	height: 5.8rem;
	position: absolute;
	top: -2rem;
	left: calc(50% - 5rem);
}
.sec04 .voiceCardWrap .card:hover {
	opacity: 0.7;
}
.sec04 .voiceCardWrap .card span {
	font-size: 3rem;
}

.sec04 .flipperWrapper {
	max-width: 100rem;
	margin: 11.5rem auto 9rem;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
}
/* 依頼ID5対応 */
/* .sec04 .flipperWrapper:hover .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
} */
    .sec04 .flipperWrapper .flipper.rotate {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

.sec04 .flipperWrapper .flipper {
	position: relative;
	transition: 1s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.sec04 .flipperWrapper .flipper .front {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: -1;
	position: relative;
}
.sec04 .flipperWrapper .flipper .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden; 
}

.sec04 .flipperBox {
	position: relative;
	background: #fff;
	border: solid 10px #002f62;
	margin: 0 0 6rem;
}
.sec04 .flipperBox:before {
	content: "";
	border: solid 2px #002f62;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	position: absolute;
	top: 6px;
	left: 6px;
}
.sec04 .flipperBox:after {
	content: "";
	background: url("img/eng_tri_q.png") no-repeat;
	background-size: 100%;
	width: 184px;
	height: 192px;
	position: absolute;
	top: 0;
	left: 0;
}
.sec04 .flipperBox.front {
	background: #fff url("img/sec04_click.png") no-repeat bottom 4.5rem right 2rem;
	background-size: 171px auto;
}
.sec04 .flipperBox.back:after{
	background: url("img/eng_tri_a.png") no-repeat;
	background-size: 100%;
}
.sec04 .flipperBoxInr {
	position: relative;
	padding: 5rem 4rem 9rem;
}
.sec04 .flipperBox.back .flipperBoxInr {
	padding-top: 9rem;
}
.sec04 .flipperBox.back .flipperBoxInr:before {
	content: "";
	background: url("img/sec04_back_deco01.png") no-repeat;
	background-size: 100%;
	width: 27.4rem;
	height: 26.8rem;
	position: absolute;
	top: -5rem;
	right: -6rem;
	z-index: 1;
}
.sec04 .flipperBox.back .flipperBoxInr:after {
	content: "";
	background: url("img/sec04_back_deco02.png") no-repeat;
	background-size: 100%;
	width: 33rem;
	height: 35.5rem;
	position: absolute;
	bottom: -7rem;
	left: -7rem;
	z-index: 1;
}
.sec04 .flipperBox .label {
	background: #002f62;
	color: #fff;
	text-align: center;
	font-size: 4.6rem;
	font-weight: 800;
	display: table;
	padding: 2.2rem 6rem;
    line-height: 1;
	margin: 0 auto 3rem;
}
.sec04 .flipperBox .txt {
	color: #002f62;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.6;
	text-align: center;
	position: relative;
	padding: 0 0 8rem;
}
.sec04 .flipperBox .txt:before {
	content: "";
	background: url("img/arr_tri_down.png") no-repeat;
	background-size: 100%;
	width: 39px;
	height: 25px;
	position: absolute;
	bottom: 2.5rem;
	left: calc(50% - 19px);
}
.sec04 .flipperBox .comma {
	font-size: 5rem;
	font-weight: 800;
	text-align: center;
	color: #002f62;
	line-height: 1.28;
	display: table;
	margin: 0 auto;
	padding: 0 6rem;
}
.sec04 .flipperBox.back .comma {
	color: #eb5901;
}
.sec04 .flipperBox .comma:before {
	width: 4.3rem;
	height: 3.3rem;
	top: -5px;
	left: 0.5rem;
}
.sec04 .flipperBox .comma:after {
	width: 4.3rem;
	height: 3.3rem;
	bottom: -5px;
	right: 0.5rem;
}

.sec04 .flipperWrapper .btn-link a {
	/*font-weight: normal;*/
}
.sec04 .endBox {
	background: #fff;
	position: relative;
}
.sec04 .endBox:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
	background: #fff;
}
.sec04 .endBoxInr {
	position: relative;
	padding: 6.5rem 5rem 8rem;
}
.sec04 .endBoxInr:before {
	content: "";
	background: url("img/deco_kakko.png") no-repeat;
	background-size: 100%;
	width: 2.8rem;
	height: 5.2rem;
	position: absolute;
	top: 6rem;
	left: 7rem;
}
.sec04 .endBoxInr:after {
	content: "";
	background: url("img/deco_kakko.png") no-repeat;
	background-size: 100%;
	width: 2.8rem;
	height: 5.2rem;
	position: absolute;
	bottom: 6rem;
	right: 7rem;
	transform: rotate(180deg);
}
.sec04 .endBox .tit {
	width: 28.2rem;
	margin: 0 auto 2rem;
}
.sec04 .endBox .txt {
	max-width: 80rem;
	margin-right: auto;
	margin-left: auto;
}
.sec04 .lower_bottom {
    max-width: 1000px;
	gap: 4.5rem;
	padding: 3rem 5rem;
}
.sec04 .lower_bottom .picBox {
    width: 17rem;
    height: 17rem;
}
.sec04 .lower_bottom .hostTit {
    font-size: 2.4rem;
}
.sec04 .lower_bottom .btn-link {
    margin: 2rem 0 0;
}

.columnModalWrap,
.voiceModalWrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 200;
	display: block;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
}
/* モーダルがactiveの時 */
#column-modal.is-active,
#voice-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.js-close {
	position: fixed;
	top: 0;
	right: 0;
	width: 17.8rem;
	z-index: 2;
	cursor: pointer;
}
.modal__content {
	height: 100%;
}
.swiper {
	height: 100%;
}
.voiceModal {
	display: flex;
	min-height: 100vh;
}
.swiper-slide {
    overflow-y: auto;
}
.voiceModal .leftBox {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#swiper-slide01 .voiceModal .leftBox {
	background: url("img/sec04_modal_left01.jpg") no-repeat center;
	background-size: cover;
}
#swiper-slide02 .voiceModal .leftBox {
	background: url("img/sec04_modal_left02.jpg") no-repeat center;
	background-size: cover;
}
#swiper-slide03 .voiceModal .leftBox {
	background: url("img/sec04_modal_left03.jpg") no-repeat center;
	background-size: cover;
}
#swiper-slide04 .voiceModal .leftBox {
	background: url("img/sec04_modal_left04.jpg") no-repeat center;
	background-size: cover;
}
.voiceModal .leftBox .inrBox,
.voiceModal .rightBox .inrBox {
	width: 55rem;
}
.voiceModal .leftBox .qTit {
	font-size: 4rem;
	font-weight: 800;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	position: relative;
}
.voiceModal .leftBox .qTit:before {
	content: "";
	background: url("img/sec04_eng_question.png") no-repeat;
	background-size: 100%;
	width: 107px;
	height: 4rem;
	position: absolute;
	top: -8rem;
	left: 50%;
	transform: translateX(-50%);
}
.voiceModal .btn-internal {
    margin: 8rem auto 0;
}
.voiceModal .rightBox {
	width: 50%;
	background: #f9f1e6;
	padding: 5rem;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.voiceModal .rightBox:before {
	content: "";
	background: url("img/eng_realvoice.png") no-repeat;
	background-size: 100%;
	width: 74.7rem;
	height: 26.2rem;
	position: absolute;
	top: 3rem;
	left: 3rem;
}
.voiceModal .rightBox:after {
	content: "";
	background: url("img/sec04_deco_fuki.png") no-repeat;
	background-size: 100%;
	width: 65.4rem;
	height: 63.4rem;
	position: absolute;
	bottom: -4rem;
	right: -12rem;
}
.voiceModal .voiceItemWrap{
	position: relative;
	z-index: 1;
}
.voiceModal .voiceItem {
	width: 45rem;
	background: #fff;
	padding: 2.5rem 3.5rem;
	margin-bottom: 4.5rem;
	position: relative;
}
.voiceModal .voiceItem:nth-child(2n) {
	margin-left: 5.5rem;
	margin-bottom: 4.5rem;
}
.voiceModal .voiceItem:before {
	content: "";
	position: absolute;
	top: -1rem;
	left: 1rem;
	width: 9.3rem;
	height: 1.8rem;
}
.voiceModal .voiceItem:nth-child(1):before {
	background: url("img/eng_voice01.png") no-repeat;
	background-size: 100%;
}
.voiceModal .voiceItem:nth-child(2):before {
	background: url("img/eng_voice02.png") no-repeat;
	background-size: 100%;
}
.voiceModal .voiceItem:nth-child(3):before {
	background: url("img/eng_voice03.png") no-repeat;
	background-size: 100%;
}
.voiceModal .voiceItem:nth-child(4):before {
	background: url("img/eng_voice04.png") no-repeat;
	background-size: 100%;
}
.voiceModal .voiceItem:last-child {
	margin-bottom: 0;
}
.voiceModal .voiceItem p {
	line-height: 1.86;
	font-weight: 800;
	margin: 0;
}
.voiceModal .comma:before {
	top: -5px;
	left: -1.5rem;
	opacity: 0.4;
}
.voiceModal .comma:after {
    position: relative;
    display: inline-block;
    opacity: 0.4;
    right: 5px;
    bottom: -10px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 7.4rem;
  width: 7.4rem;
	position: fixed;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 7.4rem;
  margin: auto;
  width: 7.4rem;
	position: absolute;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url("img/arr_slider_next.png");
	transform: rotate(180deg);
	left: 5rem;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url("img/arr_slider_next.png");
	right: 5rem;
}













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

.index .by {
	line-height: 1.6;
}	
	
/*---------------------
　共通
-----------------------*/
.index .secTitBox {
	margin: 0 auto 6rem;
	width: 89%;
}
.index .secTitBox .secTit {
	font-size: 3.3rem;
	margin: 0 0 6.5rem;
	position: relative;
}
.index .secTitBox .secTit:before {
	width: 201px;
	height: 157px;
    top: -2rem;
    left: -4rem;
}
.index .secTitBox .secTit a {
	background: url("img/arr_ccl_wh_right.png") no-repeat right center;
	background-size: 2.3rem auto;
	padding: 0 5rem 0 0;
}
.index .secTitBox .btns-flex {
    margin: 3rem auto 0;
	gap:2rem;
}
.index .secTitBox .btn-internal a,
.index .secTitBox .btn-web a {
    padding: 2rem 4rem;
    font-size: 1.5rem;
}
.index .secTitBox .btn-internal a {
	background: #eb5901 url("img/arr_ccl_wh_right.png") no-repeat right 1.5rem center;
	background-size: 2.5rem auto;
}
.index .secTitBox .btn-web a {
	background: #048a81 url("img/icon_blank.png") no-repeat right 1.5rem center;
	background-size: 2.2rem auto;
}
.borTitBox {
	border-top: solid 7px #eb5901;
	border-bottom: solid 7px #eb5901;
	padding: 2.6rem 1rem 1.8rem;
	position: relative;
	margin: 0 0 5rem;
}
.borTitBox:before {
	content: "";
	background: #f9f1e6;
	width: 11.7rem;
	height: 0.7rem;
	position: absolute;
	top: -0.7rem;
	left: calc(50% - 5.8rem);
}
.borTitBox:after {
	width: 9.6rem;
	height: 3.5rem;
	position: absolute;
	top: -1.5rem;
}
.borTitBox .borTit {
	font-size: 1.8rem;
}
.borTitBox .borTit span {
	font-size: 2.3rem;
}


/*---------------------
　TOC
-----------------------*/
.index .tocBox {
    margin: 3rem auto 5rem;
	padding: 3rem 2rem 2rem;
    width: 89%;
}
.index .tocBox .sTit {
    position: relative;
	margin-bottom: 0;
}
.index .tocBox .sTit:after {
	width: 28px;
	height: 28px;
	position: absolute;
	top: calc(50% - 1.4rem);
	right: 0rem;
}
.index .tocBox .toc {
    padding: 2rem 0 0;
}
.index .whBox ul li {
	margin: 0 0 2rem 0;
}
.index .tocBox ul li a {
    background: url(img/arr_ccl_ora_down.png) no-repeat top 2px left;
    background-size: 2.5rem auto;
    padding: 1px 0 1px 3.5rem;
}

/*---------------------
　SEC01
-----------------------*/
.sec01 {
	padding: 0 0 10rem;
}
.sec01 .introBox {
	padding: 0 2.6%;
}
.sec01 .blaLabel {
	font-size: 1.5rem;
	padding: 0.6rem 1rem 0.8rem;
	border-left: solid 7px #eb5901;
	margin: 0 auto 2rem;
	width: 94%;
}
.sec01 .introTit {
	font-size: 1.8rem;
	width: 94%;
	margin: 0 auto;
}
.sec01 .introTit .big {
	font-size: 3.3rem;
}
.sec01 .txtBox {
	max-width: 100%;
	padding: 1.5rem 1.2rem 2rem;
	margin: 0 auto ;
}
.sec01 .txtBox p {
	margin: 0;
}
.sec01 .flowSlider {
	margin: -2.5rem 0 0;
}
.sec01 .flowSlider .slideBox {
	margin: 0 0.5rem;
}
.sec01 .flowSlider .slideBox img {
	width: 30rem;
	height: 21.3rem;
	object-fit: cover;
}
.sec01 .svWrap {
	display: block;
	margin: 8rem auto 0;
}
.sec01 .parts_sv {
	width: 89%;
	margin: 0 auto;
}
.sec01 .parts_sv .comName {
	max-width: 100%;
}
.sec01 .parts_sv .txt {
	max-width: 100%;
}
.sec01 .cclBox {
	margin: 4rem 0 0;
}
.sec01 .cclBox:before {
    width: 50rem;
    height: 50rem;
    top: -6rem;
    right: auto;
    z-index: -1;
    transform: translateX(-50%);
    left: 50%;
}
.sec01 .cclBoxInr {
	padding: 0 5.3%;
}
.sec01 .cclBox .comma {
	font-size: 2.5rem;
	margin: 0 0 3rem;
}
.sec01 .cclBox .comma:before {
	width: 3.4rem;
	height: 2.6rem;
}
.sec01 .cclBox .comma:after {
	width: 3.4rem;
	height: 2.6rem;
}
.sec01 .cclBox .capBox {
	width: 100%;
	margin: 0 auto;
}


/*---------------------
テキストアニメーションSP：SPメディアクリエイトの中に入れてください～
-----------------------*/
.loop_wrap.sp {
    width: 200%; /* スライド全体の幅を2倍にして2枚の画像を連続で表示 */
    overflow: hidden; /* コンテンツのはみ出しを防ぐ */
    white-space: nowrap; /* 画像を横並びにする */
    box-sizing: border-box;
  }

  .loop_wrap.sp img {
    width: 50%; /* 各画像の幅を50%にして、2つを並べてスライド */
    height: auto; /* アスペクト比を維持する */
    display: inline-block; /* 画像を横に並べる */
    animation: slide-left-sp 40s linear infinite; /* スライドアニメーションを適用 */
  }

  /* 右から左へスライドするスマホ用アニメーション */
  @keyframes slide-left-sp {
    0% {
      transform: translateX(0); /* 最初の位置 */
    }
    100% {
      transform: translateX(-100%); /* 2つ分の画像を左にスライド */
    }
  }


	

.sec02 .ccls .cclBtn {
    overflow: hidden;
}

.sec02 .ccls .cclBtn.cclBtn.hoverWrap {
    position: relative;
}

.sec02 .ccls .cclBtn:hover img:nth-of-type(1) {
    opacity: 0;
}

.sec02 .ccls .cclBtn img {
    overflow: hidden;
}

.sec02 .ccls .cclBtn img:nth-child(2) {
    position: absolute;
    display: none;
}

.sec02 .ccls .cclBtn img:nth-child(2) {
   display:none;
}

    
.sec02 .ccls .cclBtn:nth-of-type(1) img:nth-child(2) ,.sec02 .ccls .cclBtn:nth-of-type(2) img:nth-child(2) ,.sec02 .ccls .cclBtn:nth-of-type(3) img:nth-child(2) ,.sec02 .ccls .cclBtn:nth-of-type(4) img:nth-child(2) ,.sec02 .ccls .cclBtn:nth-of-type(5) img:nth-child(2),.sec02 .ccls .cclBtn:nth-of-type(6) img:nth-child(2) {
    display:none;
}


    

.sec02 .ccls .cclBtn:hover img:nth-of-type(1) {
    opacity: 1;
}

.sec02 .ccls .cclBtn:hover {
    opacity: 1;
}

    .sec03:before {
        /* background: url(img/sec03_flowtext_sp.png) repeat-x; */
        background-size: 100%;
        width: 1156px;
        height: 71px;
    }

    .sec02:before {
      animation: slide 180s linear infinite;
      /* background: url(img/sec02_flowtext_sp.png) repeat-x; */
      background-size: 100% auto;
      width: 656px;
      height: 71px;
    }

        .sec03 .parts_sv .svBox:after {
        z-index: -1;
    }


   .sec03 .parts_sv {
        max-width: 89%;
        margin-top: 2rem;
    }


    
/*---------------------
　テキストアニメーションSP：END
-----------------------*/





	

/*---------------------
　SEC02
-----------------------*/
.sec02 {
	background: url("img/bg_ora_rep.jpg");
	position: relative;
	padding: 6rem 0 6rem;
	margin: 0;
}
.sec02:before {
	content: "";
	/* background: url("img/sec02_flowtext_sp.png") no-repeat; */
	background-size: 100% auto;
	width: 656px;
	height: 71px;
	position: absolute;
	top: -3rem;
	left: 0;
	animation: slide 200s linear infinite;
}
.sec02 .secTitWrap {
	display: block;
	width: 89%;
	margin: 0 auto;
}
.sec02 .secTitBox {
    margin: 0 0 5rem;
	z-index: 1;
	width: 100%;
	padding: 0;
}
.sec02 .secTitBox:before {
	width: 17.6rem;
	height: 12rem;
	position: absolute;
	top: 0;
	right: auto;
	left: 20rem;
	border-radius: 60rem;
}
.sec02 .secTitBox .secTit {
    margin: 0 0 3rem;
}
.sec02 .secTitBox .secTit a {
    background: url(img/arr_ccl_wh_right.png) no-repeat bottom left;
    background-size: 2.3rem auto;
    padding: 0 0 3rem;
}
.sec02 .columnArea {
	padding: 0 5.3%;
}
.sec02 .borTitBox {
	border-top: solid 7px #fff;
	border-bottom: solid 7px #fff;
	margin-bottom: 3rem;
}
.sec02 .borTitBox:after {
    background: url("img/sec02_fuki_work.png") no-repeat;
    background-size: 100%;
}
.sec02 .ccls {
	display: block;
}
.sec02 .ccls:after {
	content: "";
	display: block;
	clear: both;
}
.sec02 .ccls .cclBtn {
	width: 28rem;
	float: left;
}
.sec02 .ccls .cclBtn:hover {
	opacity: 1;
}
.sec02 .ccls .cclBtn:nth-child(2n) {
	float: right;
}
.sec02 .ccls .cclBtn:nth-child(1) {
	width: 57%;
	margin: -1rem 0 0 -10px;
}
.sec02 .ccls .cclBtn:nth-child(2) {
	width: 62%;
	margin: -71px -1rem 0 0;
}
.sec02 .ccls .cclBtn:nth-child(3) {
	width: 53%;
	margin: -13rem 0 0 0.5rem;
}
.sec02 .ccls .cclBtn:nth-child(4) {
	width: 59%;
	margin: -56px -0.5rem 0 0;
}
.sec02 .ccls .cclBtn:nth-child(5) {
	width: 56%;
	margin: -12rem 0 0 -0.5rem;
}
.sec02 .ccls .cclBtn:nth-child(6) {
	width: 50%;
	margin: -7rem -8px 0 0;
}
.columnModalWrap {
}
.column-modal__content,
.swiper-column {
	height: 100vh;
}
.sec02 .parts_iv {
	margin: 0;
	box-shadow: none;
}
.sec02 .parts_iv:before {
    content: none;
}
.sec02 .columnModal {
	max-width: 89%;
	width: 100%;
    top: auto;
    background: #fff url(img/sec02_unlock.png) no-repeat right -5rem top 18rem;
    background-size: 190px auto;
	box-shadow: none;
	margin: 8rem auto 12rem;
}
.sec02 .columnModal:before {
	content: "";
	position: absolute;
    top: -7.5rem;
    right: -1rem;
}
.sec02 #swiper-column-slide01 .columnModal:before {
	width: 146px;
	height: 138px;
}
.sec02 #swiper-column-slide02 .columnModal:before {
	width: 150px;
	height: 130px;
	top: -7rem;
}
.sec02 #swiper-column-slide03 .columnModal:before {
	width: 138px;
	height: 125px;
	top: -7rem;
}
.sec02 #swiper-column-slide04 .columnModal:before {
	width: 150px;
	height: 125px;
	top: -7rem;
}
.sec02 #swiper-column-slide05 .columnModal:before {
	width: 152px;
	height: 112px;
	top: -5rem;
	background-size: contain;
}
.sec02 #swiper-column-slide06 .columnModal:before {
	width: 152px;
	height: 112px;
	top: -5rem;
}
.sec02 .columnModal .scr {
    padding: 3rem 2rem 3rem;
}
.columnModal .topBox {
	display: block;
}

.columnModal.parts_iv .ivBox {
    background: none;
    display: block;
}
.columnModal.parts_iv .ivBox:before,
.columnModal.parts_iv .ivBox:after {
	content: none;
}
.columnModal .bumonWrap {
	line-height: 1;
    position: absolute;
    top: 7.5rem;
    right: 0;
	width: 30%;
	padding: 0;
	border-left: none;
}
.columnModal .bumon {
	font-size: 2rem;
}
.columnModal .bumon span {
	font-size: 3rem;
	margin: 0 0 8px;
}
.columnModal.parts_iv .topBox:first-child .picBox {
    width: 70%;
	margin: 0 0 2rem;
}
.columnModal.parts_iv .picBox {
	width: 70%;
	margin: 0 auto 2rem;
}
.columnModal.parts_iv .picBox img {
    width: 100%;
	height: 100%;
	aspect-ratio: 41 / 54;
	object-fit: cover;
}
.contents .parts_iv .txtBody {
    max-width: inherit;
	width: 100%;
	padding: 0;
}
.columnModal.parts_iv .catch {
    font-size: 1.9rem;
}
.columnModal .btmBox {
	margin: 4rem 0 0;
}
.columnModal .name {
	font-size: 1.6rem;
	padding: 0 2.5rem;
	display: table;
	margin: 0 auto 4rem;
}
.columnModal .name:before {
	width: 1.5rem;
	height: 2.5rem;
	bottom: -0.5rem;
	left: 0;
}
.columnModal .name:after {
	width: 1.5rem;
	height: 2.5rem;
	bottom: -0.5rem;
	right: 0;
}
.columnModal .qaBoxWrap {
	background: #f9f1e6;
	padding: 5rem 2rem 3rem;
	position: relative;
	display: block;
}
.columnModal .qaBoxWrap .tit {
	width: 21.1rem;
	position: absolute;
    top: -2.7rem;
    left: 50%;
	transform: translateX(-50%);
}
.columnModal .qaBoxWrap .qaBox {
	width: 100%;
	margin: 0 0 2rem;
	padding: 0 0 2rem;
	border-bottom: solid 1px #514e4b;
}
.columnModal .qaBoxWrap .qaBox:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.columnModal .qaBoxWrap .qTit {
	font-size: 1.6rem;
	padding: 0 0 0 3rem;
	margin: 0 0 4rem;
}
.columnModal .qaBoxWrap .qTit:before {
	width: 2.3rem;
	height: 2.2rem;
	top: 3px;
	left: 0;
}
.columnModal .qaBoxWrap .qTit:after {
	bottom: -2.5rem;
	left: calc(50% - 1.2rem);
}
.columnModal .qaBoxWrap .aBox {
	border-radius: 1.5rem 1.5rem 0 1.5rem;
	padding: 2rem 1.5rem 2rem 5rem;
}
.columnModal .qaBoxWrap .aBox p {
}
.columnModal .qaBoxWrap .aBox p:before {
	width: 2.1rem;
	height: 2rem;
	position: absolute;
	top: 2.3rem;
	left: 1.8rem;
}
.columnModal .btn-internal {
    margin: 3rem auto 0;
}


/*---------------------
　SEC03
-----------------------*/
.sec03 {
	position: relative;
	padding: 11rem 0 0;
	margin: 0 0 0;
}
.sec03:before {
	content: "";
	/* background: url("img/sec03_flowtext_sp.png") no-repeat; */
	background-size: 100%;
	width: 1156px;
	height: 71px;
	position: absolute;
	top: 2rem;
	left: 0;
	animation: slide 200s linear infinite;
}
.sec03 .secTitBox:before {
	width: 18.7rem;
	height: 12rem;
    top: 2rem;
    right: -5rem;
	border-radius: 6rem;
}
.sec03 .quesArea {
	padding: 0 5.3%;
}
.sec03 .quesFlex {
	display: block;
	margin: 0 0 4rem;
}
.sec03 .quesFlex .rightBox {
	width: 100%;
}
.sec03 .quesFlex .rightBox .txtBox {
	position: relative;
}
.sec03 .quesFlex .rightBox .txtBox:before {
	width: 40rem;
	height: 40rem;
	top: -3rem;
}
.sec03 .quesFlex .rightBox .catch {
	font-size: 1.9rem;
	margin: 0 0 1.5rem;
}
.sec03 .quesFlex .rightBox .btn-internal {
	width: 89%;
}
.sec03 .quesFlex .rightBox .btn-internal a {
	padding: 2rem 5rem;
}
.sec03 .quesFlex .leftBox {
	width: 100%;
	margin: 5rem 0 0; 
}
.sec03 .qBox {
	margin: 0 0 4rem;
}
.sec03 .qTit {
	font-size: 1.8rem;
	padding: 0 0 0 4rem;
	margin: 0 0 2rem;
}
.sec03 .qTit:before {
	width: 2.7rem;
	height: 2.6rem;
	position: absolute;
	top: 3px;
	left: 0;
}
.sec03 .allColBox .borTit {
	border-bottom: solid 7px #cda023;
	padding: 0 0 2rem;
	margin: 0 auto 4rem;
	max-width: 89%;
	text-align: left;
}
.sec03 .allColBox .qTit {
	text-align: left;
	padding: 0 0 0 4rem;
	max-width: 100%;
}
.sec03 .allColBox .qTit:before {
    top: 0;
	transform: inherit;
}
.sec03 .allColBox img.pc {
    display: none;
}
.sec03 .allColBox img.sp {
    max-width: 74.8rem;
	margin: 0 0 0 -20rem;
}
.sec03 .parts_sv {
	max-width: 89%;
	margin-top: 8rem;
}
.sec03 .parts_sv:after {
    width: 194px;
    height: 132px;
    top: -8rem;
    left: -4rem;
}
.sec03 .parts_sv .svBox {
    padding: 4rem 2.5rem 3rem;
	position: relative;
}
.sec03 .parts_sv .svBox:after {
    width: 191px;
    height: 210px;
	bottom: -6rem;
        right: -7rem;
}
.sec03 .parts_sv .noren {
    width: 11.3rem;
    height: 5.8rem;
    padding: 0;
    background: none;
    top: -3.5rem;
    left: 1rem;
}
.sec03 .parts_sv .comName {
	max-width: 100%;
	width: 100%;
	margin: 0 0 3rem;
	font-size: 1.8rem;
}
.sec03 .parts_sv .comName .big {
	font-size: 2.3rem;
}
.sec03 .parts_sv .pic {
	width: 100%;
	position: relative;
	top: auto;
	right: auto;
	margin: 0 0 3rem;
}
.sec03 .parts_sv .pic:before {
	content: "";
	background: url("img/logo_super.png") no-repeat;
	background-size: 100%;
	width: 5.7rem;
	height: 5.7rem;
        top: -2rem;
        left: -1rem;
}
.sec03 .parts_sv .nameBox {
	width: 18rem;
	left: auto;
	right: 0;
	padding: 1.5rem;
}
.sec03 .parts_sv .nameBox p {
	font-size: 1.2rem;
}
.sec03 .parts_sv .txt {
	max-width: 100%;
	margin: 0;
	width: 100%;
}
.sec03 .parts_sv .txt p {
	line-height: 1.86;
}
.infoBox {
	margin: 3rem 0 0;
}
.infoBox .bluBar {
	font-size: 1.8rem;
	padding: 1.5rem 2rem;
}
.infoBox .txtBody {
	padding: 2rem;
}
.infoBox .twoColBox {
	display: block;
	margin: 3rem 0 0;
}
.infoBox .twoColBox .colBox {
	width: 100%;
	margin: 0 0 3rem;
}
.infoBox .twoColBox .colBox:last-child {
	margin: 0;
}
.infoBox .twoColBox .cclTit {
	font-size: 1.7rem;
	margin: 0 0 0.5rem;
}
.infoBox .tag {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 1.5rem 0 0;
}
.infoBox .tag > div {
	border-radius: 15px;
	font-size: 1.3rem;
	padding: 2px 6px 3px;
}
.infoBox .box {
}
.infoBox table {
	width: 100%;
	margin: 0;
	border-color: #d4d4d4;
	table-layout: fixed;
	white-space: normal;
}
.infoBox table th {
    width: 10rem;
    padding: 10px 10px;
	font-size: 1.4rem;
}
.infoBox table td {
	text-align: center;
    padding: 10px 10px;
	border-color: #d4d4d4;
}
.contents .btns-flex {
    margin: 3rem auto 0;
}
.contents .parts_sv .infoBox .btn-internal,
.contents .parts_sv .infoBox .btn-web {
    margin: 0;
	width: 100%;
}
.contents .parts_sv .infoBox .btn-internal a,
.contents .parts_sv .infoBox .btn-web a {
	font-size: 1.3rem;
}
.contents .parts_sv .infoBox .haizoku .btn-internal {
   float: none;
	margin: 2rem auto 0;
}
.contents .parts_sv .infoBox .btn-internal {
	margin: 2rem auto 0;
}
.sec03 .noticeArea {
	margin: 2rem 0 0;
}
.sec03 .noticeArea p {
	font-size: 1rem;
	color: #999;
	line-height: 1.8;
}




/*---------------------
　SEC04
-----------------------*/
.sec04 {
	position: relative;
	padding: 9rem 0 0;
	margin: 0;
}
.sec04:before {
	content: "";
	/* background: url("img/sec04_flowtext_sp.png") repeat-x; */
	background-size: 100%;
	width: 1157px;
	height: 71px;
	position: absolute;
	top: 0;
	left: 0;
	animation: slide 200s linear infinite;
}
.sec04 .secTitBox {
    margin: 0 auto 4rem;
}
.sec04 .secTitBox:before {
	width: 18.7rem;
	height: 9.5rem;
	top: 5.5rem;
	right: -2.7rem;
	border-radius: 4.7rem;
}
.sec04 .secTitBox .secTit {
    margin: 0 0 3rem;
}
.sec04 .voiceCardWrap {
	display: block;
	max-width: 89%;
	margin: 0 auto;
}
.sec04 .voiceCardWrap:after {
	content: "";
    background: url(img/sec04_bg_arrow.png) no-repeat;
    background-size: 100%;
    width: 153vw;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1600 / 536;
    position: absolute;
    bottom: -7rem;
    left: 50%;
}
.sec04 .voiceCardWrap .card {
	background: #fff url("img/icon_plus.png") no-repeat right 1.5rem center;
	background-size: 24px auto;
	width: 100%;
	min-height: inherit;
	padding: 3.5rem 3rem 3rem;
	font-size: 1.5rem;
	margin: 0 0 3rem;
}
.sec04 .voiceCardWrap .card:last-child {
	margin: 0;
}
.sec04 .voiceCardWrap .card:before {
	width: 7rem;
	height: 4rem;
	top: -1.5rem;
	left: calc(50% - 3.5rem);
}
.sec04 .voiceCardWrap .card:hover {
	opacity: 1;
}
.sec04 .voiceCardWrap .card span {
	font-size: 2rem;
}

.sec04 .flipperWrapper {
	max-width: 89%;
	margin: 8rem auto 6rem;
}
.sec04 .flipperWrapper:hover .flipper {
	transform: inherit;
}
.sec04 .flipperWrapper .flipper.rotate {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.sec04 .flipperWrapper .flipper {
}
.sec04 .flipperWrapper .flipper .front {
}
.sec04 .flipperWrapper .flipper .back {
}
.sec04 .flipperBox {
	width: 100%;
	border: solid 7px #002f62;
	margin: 0 auto 3rem;
}
.sec04 .flipperBox:before {
	border: solid 2px #002f62;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 3px;
	left: 3px;
}
.sec04 .flipperBox:after {
	width: 73px;
	height: 77px;
	top: -7px;
	left: -7px;
}
.sec04 .flipperBox.front {
	background: #fff;
}
.sec04 .flipperBox.back:after{
	background: url("img/eng_tri_a.png") no-repeat;
	background-size: 100%;
}
.sec04 .flipperBoxInr {
	position: relative;
	padding: 3rem 2rem 5rem;
}
.sec04 .flipperBox.front .flipperBoxInr:before {
	content: "";
    background: url(img/sec04_click_sp.png) no-repeat;
    background-size: 100%;
	width: 97px;
	height: 75px;
	position: absolute;
    bottom: -3rem;
    right: -2rem;
}
.sec04 .flipperBox.back .flipperBoxInr {
	padding-top: 4rem;
	height: 100%;
}
.sec04 .flipperBox.back .flipperBoxInr:before {
	width: 11.4rem;
	height: 11rem;
    top: -3rem;
    right: -3.8rem;
}
.sec04 .flipperBox.back .flipperBoxInr:after {
	width: 13.5rem;
	height: 14.4rem;
    bottom: -1.5rem;
    left: -4.5rem;
}
.sec04 .flipperBox .label {
	font-size: 2.3rem;
	padding: 1rem 3rem 1.2rem;
	margin: 0 auto 2rem;
}
.sec04 .flipperBox .txt {
	font-size: 2rem;
	padding: 0 0 4rem;
}
.sec04 .flipperBox .txt:before {
	width: 22px;
	height: 14px;
	bottom: 1rem;
	left: calc(50% - 11px);
}
.sec04 .flipperBox .comma {
	font-size: 3rem;
	padding: 0 2rem;
}
.sec04 .flipperBox.back .comma {
	padding: 0;
}
.sec04 .flipperBox .comma:before {
	width: 2.5rem;
	height: 1.9rem;
	top: -5px;
	left: -1.5rem;
}
.sec04 .flipperBox .comma:after {
	width: 2.5rem;
	height: 1.9rem;
	bottom: -5px;
	right: -1.5rem;
}
.sec04 .endBox {
	max-width: 89%;
	margin: 0 auto;
}
.sec04 .endBoxInr {
	padding: 2.5rem 2rem 3.5rem;
}
.sec04 .endBoxInr:before {
	width: 1.7rem;
	height: 3.2rem;
	top: 1rem;
	left: 1rem;
}
.sec04 .endBoxInr:after {
	width: 1.7rem;
	height: 3.2rem;
	bottom: 1rem;
	right: 0;
}
.sec04 .endBox .tit {
	width: 19.7rem;
	margin: 0 auto 1.5rem;
}
.sec04 .endBox .txt {
	max-width: 100%;
}
.sec04 .lower_bottom {
    max-width: 89%;
	padding: 2.5rem 0;
	margin: 6rem auto 0;
}
.sec04 .lower_bottom .picBox {
    width: 14.4rem;
    height: 14.4rem;
}
.sec04 .lower_bottom .hostTit {
    font-size: 1.9rem;
}
.sec04 .lower_bottom .btn-link {
    margin: 2rem 0 0;
}

.columnModalWrap,
.voiceModalWrap {
	position: fixed;
}
.js-close {
	width: 5.8rem;
}
.voiceModal {
	display: block;
}
.voiceModal .leftBox {
	width: 100%;
	padding: 10rem 3rem 5rem;
}
.voiceModal .leftBox .inrBox,
.voiceModal .rightBox .inrBox {
	width: 100%;
}
.voiceModal .leftBox .qTit {
	font-size: 2.5rem;
}
.voiceModal .leftBox .qTit:before {
	width: 72px;
	height: 2.8rem;
	position: absolute;
	top: -4rem;
}
.voiceModal .btn-internal {
    margin: 3rem auto 0;
}
.voiceModal .rightBox {
	width: 100%;
	padding: 6rem 5.3% 12rem;
}
.voiceModal .rightBox:before {
	content: "";
	background: url("img/eng_realvoice.png") no-repeat;
	background-size: 100%;
	width: 35.5rem;
	height: 13.2rem;
	position: absolute;
	top: 1rem;
	left: 1rem;
}
.voiceModal .rightBox:after {
	width: 32.7rem;
	height: 31.7rem;
    bottom: -6rem;
    right: -3rem;
}
.voiceModal .voiceItemWrap{
}
.voiceModal .voiceItem {
	width: 100%;
	padding: 2.5rem;
	margin-bottom: 2.5rem;
	position: relative;
}
.voiceModal .voiceItem:nth-child(2n) {
	margin-left: 0;
	margin-bottom: 2.5rem;
}
.voiceModal .voiceItem:last-child {
    margin-bottom: 0;
}
.voiceModal .voiceItem:before {
	content: "";
	position: absolute;
	top: -1rem;
	left: 1rem;
	width: 9.3rem;
	height: 1.8rem;
}
.voiceModal .comma:before {
	top: -5px;
	left: -1.5rem;
}
.voiceModal .comma:after {
    right: 5px;
    bottom: -10px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 3.7rem;
  width: 3.7rem;
	position: fixed;
	
}
.swiper-button-prev {
    left: 5px;
}
.swiper-button-next {
    right: 5px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  height: 3.7rem;
  width: 3.7rem;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
	left: 0.5rem;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
	right: 0.5rem;
}
	
}