@charset "utf-8";

#headerRecruit{
	position: absolute;
	width: 100%;
	height: 112px;
	top: 0;
    left: 0;
	display: flex;
	align-items: flex-end;
	z-index: 10;
}
#headerRecruit .headerWrapper{
    position: relative;
    display: flex;
    align-items: center;
    width: 1080px;
	margin: 0 auto;
}
#headerRecruit .headerLogo{
	display: block;
}
#headerRecruit .rightBox{
	margin-left: auto;
	display: flex;
}
#headerRecruit .rightItem{
	width: 200px;
}
#headerRecruit .rightItem:nth-child(-n+2){
	margin-right: 20px;
}
#headerRecruit .inner{
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	height: 58px;
	border: solid 1px #fff;
	border-radius: 30px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.38;
	text-align: center;
	letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
	#headerRecruit{
		height: 70px;
	}
	#headerRecruit .headerWrapper{
		display: block;
		width: 100%;
	}
	#headerRecruit .headerLogo{
		width: 156px;
		margin: 0 auto;
	}
	#headerRecruit .rightBox{
		display: none;
	}
}

body {
	background-color:#fff;
}
body *, body *::before, body *::after{box-sizing:border-box;}
/* container */
#container{
    width: 100%;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
@media only screen and (max-width:767px){
    #container{
        max-width: none;
    }
}
.fRoboto{font-family: "Roboto", sans-serif;}
.fLato{font-family: "Lato", sans-serif;}

.wrapper1080{
	width: 1080px;
	margin: 0 auto;
}
.wrapper980{
	width: 980px;
	margin: 0 auto;
}
@media only screen and (max-width:767px){
	.wrapper1080,
	.wrapper980{
		width: 100%;
	}
	.wrapperSp{
		width: 92%;
		margin: 0 auto;
	}
}
.img100{
    width:100%;
    height:auto;
}
.brSp359{
    display:none;
}
@media only screen and (max-width:359px){
    .brSp359{
        display:inline;
    }
}


/* secHero */
.secHero{
    position: relative;
    height: 980px;
    background: rgba(241, 238, 229, 1);
}
.secHero .boxSlider{
    opacity: 0;
    transition: opacity 1s ease-out;
}
.secHero .boxSlider.is-fadeIn{
    opacity: 1;
}
.secHero .swiper-slide{
	height: 980px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.secHero .swiper-slide .img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}
.secHero .swiper-slide .img img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.secHero .swiper-slide-active .img,
.secHero .swiper-slide-duplicate-active .img,
.secHero .swiper-slide-prev .img{
	animation: zoomUp 11s linear 0s 1 normal both;
	-webkit-animation: zoomUp 11s linear 0s 1 normal both;
}
.secHero .swiper-slide .imgtxt{
    position: absolute;
    bottom: 6.25vw;
    left: calc(((100vw - 1200px) / 2) - 11px);
    height: 5.625vw;
    max-height: 104px;
}
.secHero .swiper-slide .imgtxt.double{
    height: 6.875vw;
    max-height: 132px;
    bottom: 5.6875vw;
}
.secHero .swiper-slide .imgtxt img{
    width: auto;
    height: 100%;
    mix-blend-mode: multiply;
}
@media only screen and (max-width:767px){
	.secHero{
		height: 700px;
		min-height: 700px;
	}
	.secHero .swiper-slide{
		height: 700px;
		min-height: 700px;
	}
}
@keyframes zoomUp {
	0% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes zoomUp {
	0% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
.secHero .txtwrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.secHero .wrapper{
	position: relative;
	height: 100%;
}
.secHero .txtwrapper .inbox{
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
	padding-top: 190px;
}
.secHero .titImg01{
	position: relative;
	left: -5px;
}
.secHero .titEngBox{
	display: inline-block;
	position: relative;
}
.secHero .titEng{
	font-size: 150px;
	line-height: 1.06;
	font-weight: bold;
	color: #fff;
	margin: 10px 0 0 -10px;
}
.secHero .mainTit{
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 8px;
	margin-top: 16px;
}
.secHero .staffImg{
	position: absolute;
	right: -268px;
	bottom: 0;
}
.secHero .titIconImg01{
	position: absolute;
	bottom: 55px;
	right: 283px;
}
@media only screen and (max-width:767px){
	.secHero .txtwrapper .inbox{
		padding-top: 130px;
	}
	.secHero .titImg01{
		max-width: 337px;
		width: calc(100% - 8px);
		left: -4px;
	}
	.secHero .titEngBox{
		display: block;
	}
	.secHero .titEng{
		font-size: 80px;
		line-height: 1.125;
		margin: 8px 0 0 -5px;
	}
	.secHero .mainTit{
		font-size: 25px;
		letter-spacing: 6px;
		margin-top: 5px;
		position: relative;
		z-index: 10;
	}
	.secHero .staffImg{
		width: 404px;
		right: -75px;
		bottom: 0;
	}
	.secHero .titIconImg01{
		width: 132px;
		bottom: auto;
		top: -60px;
		right: -35px;
	}
}
@media only screen and (max-width:359px){
	.secHero .titEng{
		font-size: 70px;
	}
}

.secHero .swiper-pagination.swiper-pagination-bullets{
    text-align: left;
    position: absolute;
    bottom: 90px;
	right: 0;
    display: flex;
    gap: 0 20px;
}
.secHero .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 0;
}
.secHero .swiper-pagination-bullet {
    position: relative;
	opacity: 1;
}
.secHero .swiper-pagination-bullet svg {
    position: absolute;
    top: -4px;
    left: -4px;
    margin: auto;
    pointer-events: none;
}
.secHero .swiper-pagination-bullet svg circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 0 78.5;
    will-change: stroke-dasharray;
}
.secHero .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
    opacity: 1;
    animation-name: loading;
    animation-duration: 4500ms;
    animation-timing-function: linear;
}
@keyframes loading {
    0% {
        stroke-dasharray: 0 78.5;
    }
    100% {
        stroke-dasharray: 78.5 78.5;
    }
}
@media only screen and (max-width:767px){
	.secHero .swiper-pagination.swiper-pagination-bullets{
		bottom: 122px;
		right: auto;
		left: 0;
		flex-flow: column;
		gap: 15px 0;
	}
}
/*-----------------------------------------------
	index
-----------------------------------------------*/
.secReform{
	margin-top: -60px;
	position: relative;
	padding-bottom: 228px;
}
.secReform::after{
	position: absolute;
	content: "";
	width: 1920px;
	height: 780px;
	bottom: 0;
	left: calc(50% - 960px);
	background: url(../img/recruit/bgReform.jpg) center top / cover;
}
.secReform .wrapper{
	position: relative;
	z-index: 10;
}
.secReform .list{
	display: flex;
	justify-content: space-between;
}
.secReform .item{
	width: 32.408%;
	margin-right: 1.388%;
}
.secReform .item:last-child{
	margin-right: 0;
}
.secReform .inner{
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	border-radius: 60px;
	background: #0069b7;
	font-size: 24px;
	line-height: 1.66;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
}
.secReform .topTit{
	font-size: 55px;
	font-weight: bold;
	color: #0069b7;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 32px;
}
.secReform .topTit02{
	font-size: 150px;
	position: relative;
	letter-spacing: 0;
	top: 5px;
}
.secReform .txt{
	font-size: 14px;
	line-height: 2.85;
	text-align: center;
	margin-top: 15px;
}
.secReform .txtImg{
	position: absolute;
	top: 110px;
	left: calc(50% - 786.5px);
	opacity: 0.5;
}
@media only screen and (max-width:767px){
	.secReform{
		margin-top: -25px;
		padding-bottom: 133px;
	}
	.secReform::after{
		width: 100%;
		height: 104vw;
		left: 0;
		background: url(../img/recruit/bgReform_sp.jpg) center top / cover;
	}
	.secReform .wrapper{
		position: relative;
		z-index: 10;
	}
	.secReform .list{
		display: block;
	}
	.secReform .item{
		width: 100%;
		margin: 0;
	}
	.secReform .item:nth-child(n+2){
		margin-top: 15px;
	}
	.secReform .inner{
		height: 50px;
		border-radius: 25px;
		font-size: 15px;
		letter-spacing: normal;
	}
	.secReform .topTit{
		font-size: 30px;
		line-height: 1.33;
		letter-spacing: 1px;
		margin-top: 23px;
	}
	.secReform .topTit02{
		font-size: 150px;
		display: block;
		letter-spacing: 0;
		top: 0;
		margin-top: -10px;
		line-height: 1;
	}
	.secReform .txt{
		font-size: 11px;
		line-height: 2.54;
		letter-spacing: -0.5px;
		margin: -5px -12px 0;
	}
	.secReform .txtImg{
		width: 360px;
		top: 200px;
		left: calc(50% - 180px);
		opacity: 0.5;
	}
}
@media only screen and (max-width:374px){
	.secReform .txtImg{
		width: 96.257%;
		left: calc(50% - 48.1285%);
	}
	.secReform .txt{
		font-size: 10px;
	}
}
@media only screen and (max-width:359px){
	.secReform .topTit02{
		font-size: 120px;
	}
}
/* secStaff */
.secStaff{
	height: 780px;
	background: url(../img/recruit/bgStaff.jpg) center top / cover;
}
.secStaff .wrapper{
	display: flex;
	justify-content: flex-end;
	padding-top: 80px;
}
.secStaff .txtBox{
	display: flex;
	flex-flow: column-reverse;
}
.secStaff .txt{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 2.71;
}
.secStaff .name{
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 20px;
}
.secStaff .imgBox{
	display: none;
}
@media only screen and (max-width:767px){
	.secStaff{
		height: auto;
		background: #fff;
		margin-top: -117.5px;
	}
	.secStaff .wrapper{
		display: block;
		padding-top: 0;
	}
	.secStaff .txtBox{
		display: block;
		text-align: center;
		margin-top: 30px;
	}
	.secStaff .txt{
		font-size: 11px;
		letter-spacing: -0.5px;
		line-height: 2.54;
		margin: 21px -10px 0;
	}
	.secStaff .name{
		font-size: 15px;
		letter-spacing: 1px;
		margin-top: 0;
	}
	.secStaff .imgBox{
		display: block;
		width: 235px;
		margin: 0 auto;
		overflow: hidden;
		border-radius: 50%;
		position: relative;
		z-index: 10;
	}
}
@media only screen and (max-width:374px){
	.secStaff .txt{
		font-size: 10px;
	}
}
/* secMovie */
.secMovie{
	margin-top: 132px;
}
.secMovie .engTit{
	font-size: 100px;
	font-weight: bold;
	color: #0069b7;
	margin-left: -8px;
}
.secMovie .jpnTit{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	letter-spacing: 1.5px;
}
.secMovie .movieBox{
	text-align: center;
    margin-top: 40px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	width: 100%;
	padding-top: 56.297%;
}
.secMovie .movieBox iframe{
    max-width: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
@media only screen and (max-width:767px){
	.secMovie{
		margin-top: 35px;
	}
	.secMovie .engTit{
		font-size: 40px;
		text-align: center;
		margin: 0 auto;
	}
	.secMovie .jpnTit{
		font-size: 15px;
		text-align: center;
		margin-top: 10px;
		letter-spacing: normal;
	}
	.secMovie .movieBox{
		border-radius: 5px;
		padding-top: 56.522%;
		margin-top: 30px;
	}
}
/* secInterview */
.secInterview{
	margin-top: 130px;
}
.secInterview .topFlexBox{
	display: flex;
}
.secInterview .engTit{
	font-size: 100px;
	font-weight: bold;
	color: #0069b7;
	margin-left: -10px;
}
.secInterview .jpnTit{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	letter-spacing: 1.5px;
}
.secInterview .topTabBox{
	margin: 18px 0 0 auto;
}
.secInterview .tabBox{
	display: flex;
}
.secInterview .tab{
	cursor: pointer;
	position: relative;
	margin-right: 10px;
}
.secInterview .tab img{
	overflow: hidden;
	border-radius: 10px;
}
.secInterview .tab.active::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 10px;
	border: solid 3px #a71d4d;
}
.secInterview .tab.active::before{
	position: absolute;
	content: "";
	width: 15px;
	height: 13px;
	left: calc(50% - 7.5px);
	bottom: -13px;
	background: #a71d4d;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.secInterview .tab:last-child{
	margin-right: 0;
}
.secInterview .mainBox{
	margin-top: 40px;
}
.secInterview .content{
    display: none;
}
.secInterview .content:first-child{
    display: block;
}
.secInterview .contentFlex{
	display: flex;
}
.secInterview .leftBox{
	width: 380px;
}
.secInterview .staffImg{
	overflow: hidden;
	border-radius: 10px;
}
.secInterview .nameBox{
	margin-top: 26px;
}
.secInterview .name{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}
.secInterview .name + .name{
	margin-top: 10px;
}
.secInterview .rightBox{
	width: calc(100% - 380px);
	padding: 4px 0 0 50px;
}
.secInterview .item{
	border-bottom: solid 1px #d3d3d3;
	padding-bottom: 23px;
}
.secInterview .item:nth-child(n+2){
	padding: 30px 0 24px;
}
.secInterview .itemTitBox{
	display: flex;
	align-items: center;
}
.secInterview .iconLeft{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #a71d4d;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.secInterview .iconLeft span{
	position: relative;
	left: 2px;
	top: -1px;
}
.secInterview .itemTit{
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	font-weight: bold;
	padding-left: 10px;
}
.secInterview .itemTxtBox{
	margin-top: 15px;
}
.secInterview .itemTxt{
	font-size: 13px;
	line-height: 2;
	font-weight: bold;
}
@media only screen and (max-width:767px){
	.secInterview{
		margin-top: 43px;
	}
	.secInterview .topFlexBox{
		display: block;
	}
	.secInterview .topTitBox{
		text-align: center;
	}
	.secInterview .engTit{
		font-size: 40px;
		margin: 0 auto;
	}
	.secInterview .jpnTit{
		font-size: 15px;
		margin-top: 10px;
		letter-spacing: normal;
	}
	.secInterview .topTabBox{
		margin: 30px 0 0 auto;
	}
	.secInterview .tabBox{
		margin-top: 15px;
	}
	.secInterview .tabBox02{
		margin-top: 32px;
	}
	.secInterview .tab{
		width: 31.885%;
		margin-right: 2.1725%;
	}
	.secInterview .tab img{
		border-radius: 5px;
	}
	.secInterview .tab.active::after{
		border-radius: 5px;
		border: solid 5px #a71d4d;
	}
	.secInterview .tab.active::before{
		width: 13px;
		height: 10px;
		left: calc(50% - 6.5px);
		bottom: -9px;
	}
	.secInterview .tabBox02 .tab.active::before{
		bottom: auto;
		top: -9px;
		clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	}
	.secInterview .mainBox{
		margin-top: 30px;
	}
	.secInterview .contentFlex{
		display: block;
	}
	.secInterview .leftBox{
		width: 235px;
		margin: 0 auto;
	}
	.secInterview .staffImg{
		border-radius: 50%;
	}
	.secInterview .nameBox{
		margin-top: 15px;
		text-align: center;
	}
	.secInterview .name{
		font-size: 13px;
	}
	.secInterview .name + .name{
		margin-top: 9px;
	}
	.secInterview .rightBox{
		width: 100%;
		padding: 26px 0 0;
	}
	.secInterview .list{
		border-top: solid 1px #d3d3d3;
	}
	.secInterview .item{
		padding: 30px 0 24px;
	}
	.secInterview .item:nth-child(n+2){
		padding: 30px 0 24px;
	}
	.secInterview .itemTit{
		font-size: 16px;
		line-height: 1.625;
		letter-spacing: 0.5px;
		padding-left: 10px;
	}
	.secInterview .itemTxtBox{
		margin-top: 15px;
	}
	.secInterview .itemTxt{
		font-size: 13px;
	}
}
/* 追加0611 */
.secInterview .underBox{
	display: flex;
	margin-top: 45px;
	justify-content: space-between;
	align-items: center;
}
.secInterview .btnMore{
	width: 350px;
	height: 80px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	border-radius: 40px;
	background: #0069b7;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
}
.secInterview .tabBox02{
	margin-top: 6px;
}
.secInterview .tabBox02 .tab.active::before{
	top: -12px;
	bottom: auto;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media only screen and (max-width:767px){
	.secInterview .underBox{
		display: block;
		margin-top: 32px;
	}
	.secInterview .btnMore{
		width: 100%;
		height: 50px;
		font-size: 15px;
		border-radius: 25px;
		letter-spacing: 0.5px;
		margin-top: 30px;
	}
	.secInterview .tabBox02{
		margin-top: 0;
	}
	.secInterview .tabBox02 .tab.active::before{
		top: -9px;
	}
}




/* secInfoBnr */
.secInfoBnr{
	margin-top: 150px;
}
.secInfoBnr .inner{
	display: block;
}
.secInfoBnr02{
	margin-top: 100px;
}
.secInfoBnr03{
	margin-top: 50px;
}
@media only screen and (max-width:767px){
	.secInfoBnr,
	.secInfoBnr02,
	.secInfoBnr03{
		margin-top: 50px;
	}
}
/* secFlow */
.secFlow{
	margin-top: 132px;
}
.secFlow .engTit{
	font-size: 100px;
	font-weight: bold;
	color: #0069b7;
}
.secFlow .jpnTit{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	letter-spacing: 1.5px;
}
.secFlow .flexBox{
	margin-top: 40px;
	display: flex;
	align-items: center;
}
.secFlow .list{
	width: 350px;
	margin-left: auto;
}
.secFlow .item{
	width: 100%;
}
.secFlow .item:nth-child(2){
	margin-top: 30px;
}
.secFlow .inner{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0069b7;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 40px;
	height: 80px;
	text-decoration: none;
}
@media only screen and (max-width:767px){
	.secFlow{
		margin-top: 44px;
	}
	.secFlow .titBox{
		text-align: center;
	}
	.secFlow .engTit{
		font-size: 40px;
	}
	.secFlow .jpnTit{
		font-size: 15px;
		margin-top: 10px;
		letter-spacing: normal;
	}
	.secFlow .flexBox{
		margin-top: 0;
		display: block;
	}
	.secFlow .list{
		width: 92%;
		margin: 30px auto 0;
	}
	.secFlow .item:nth-child(2){
		margin-top: 15px;
	}
	.secFlow .inner{
		font-size: 15px;
		border-radius: 25px;
		height: 50px;
	}
	.secFlow .imgBox{
		padding-top: 110px;
	}
	.secFlow .img{
        padding-left: 38px;
    }
	.secFlow .img img{
        width: 650px;
        margin-right: 15px;
    }
}
/* scrollItem */
@media only screen and (max-width:767px){
	.scrollItem{
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .scrollItem::-webkit-scrollbar{
        display: none;
    }
    .scrollItem::before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: -190px;
        left: 0;
        background: url(../img/recruit/iconScroll.png) center center / 183px auto no-repeat;
        transition: all 0.2s ease-out 0.2s;
        animation: scrollItemAnimation 1s linear infinite;
        z-index: 10;
        pointer-events: none;
    }
    .scrollItem.scrolled::before{
        opacity: 0;
    }
    @keyframes scrollItemAnimation {
        0%   { transform:translateX(0); }
        25%   { transform:translateX(10px) }
        50% { transform:translateX(0); }
        75% { transform:translateX(-10px); }
        100% { transform:translateX(0); }
    }
}
/* secPlan */
.secPlan{
	margin-top: 132px;
}
.secPlan .engTit{
	font-size: 100px;
	font-weight: bold;
	color: #0069b7;
}
.secPlan .jpnTit{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	letter-spacing: 1.5px;
}
.secPlan .tit{
	margin-top: 25px;
	font-size: 25px;
	letter-spacing: 5px;
	line-height: 2;
	font-weight: bold;
}
.secPlan .color{
    background: linear-gradient(transparent 10%, #ffdc29 10%, #ffdc29 90%, transparent 90%);
}
.secPlan .imgBox{
	margin-top: -140px;
}
@media only screen and (max-width:767px){
	.secPlan{
		margin-top: 45px;
	}
	.secPlan .titBox{
		text-align: center;
	}
	.secPlan .engTit{
		font-size: 40px;
		color: #a71d4d;
	}
	.secPlan .jpnTit{
		font-size: 15px;
		margin-top: 9px;
		letter-spacing: normal;
	}
	.secPlan .tit{
		margin-top: 11px;
		text-align: center;
		font-size: 15px;
		letter-spacing: 2px;
	}
	.secPlan .color{
		background: linear-gradient(transparent 10%, #ffdc29 10%, #ffdc29 90%, transparent 90%);
	}
	.secPlan .imgBox{
		margin-top: -5px;
	}
	.secPlan .img{
        padding-left: 0;
    }
	.secPlan .img img{
        width: 691px;
        margin-right: 15px;
    }
	.secPlan .scrollItem::before{
        top: -220px;
    }
}

/* secForm */
.secForm .formTabList{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.secForm .formTabItem{
	width: 490px;
	height: 100px;
	border-radius: 10px 0 0 0;
	color: #222222;
	background: #f6f6ee;
	font-size: 26px;
	letter-spacing: 3px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
.secForm .formTabItem:nth-child(2){
	border-radius: 0 10px 0 0;
}
.secForm .formTabItem.active{
	background: #0069b7;
	color: #fff;
}
.secForm .labelTab{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor:pointer;
}
.secForm .labelTab input{
	display: none;
}
.secForm .formTabItem:has(input[type="radio"]:checked){
	background: #0069b7;
	color: #fff;
}
.secForm .labelTab:has(input[type="radio"]:checked):before{
    position: absolute;
    content: "";
    width: 18px;
    height: 14px;
    left: calc(50% - 9px);
    bottom: -14px;
	background: #0069b7;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media only screen and (max-width:767px){
	.secForm .formTabList{
		margin-top: 30px;
	}
	.secForm .formTabItem{
		width: 45.867%;
		height: 60px;
		font-size: 18px;
		letter-spacing: 2px;
	}
}


.secFormTable tr.hide{
    display: none;
}

#gNavi{
	display: none;
}
.footerFit{
	display: none;
}

/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover,
.cursorPointer:hover{ opacity:0.8; }
.ro a,
a.ro,
a .ro,
.cursorPointer{
    transition:opacity 0.2s ease-out;
}
.cursorPointer{cursor:pointer;}
@media only screen and (max-width:767px){
    .ro a:hover,
    a.ro:hover,
    a .ro:hover,
    .cursorPointer:hover{ opacity:1; }
}

/*rollover(brightnessによる変化)*/
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.brt a,
a.brt,
a .brt{
    transition:filter 0.2s ease-out;
}
@media only screen and (max-width:767px){
    .brt a:hover,a.brt:hover,a .brt:hover{ filter:none; }
}

/*ro無効化*/
.ro .no_ro a:hover,
.ro a.no_ro:hover,
.ro .no_ro .cursorPointer:hover,
.ro .cursorPointer.no_ro:hover{ opacity:1; }

@media only screen and (max-width:767px){
	#contents{
		margin-bottom: 0;
	}
}