@charset "utf-8";

/*----------------------------------------------------
 #company
----------------------------------------------------*/

#company {
	position: relative;
	padding: 207px 0 72px 0;
}

#company .bg {
	width: 100%;
	max-width: 1758px;
	margin: 0 auto 0;
	position: absolute;
	top: 421px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: -1;
}

#company .inner {
	max-width: 1160px;
}

#company .head {
	margin-bottom: 93px;
	padding: 0 0 0 23px;
}

#company .head h1 {
	display: flex;
	flex-direction: column;
}

#company .head h1 b {
	font-size: 64px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	letter-spacing: -6.72px;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 34px;
}

#company .head h1 small {
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
	letter-spacing: -0.02em;
	padding: 0 0 0 6px;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#company .contentsFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 399px;
	padding: 0 60px 0 29px;
}

#company .contentsFlex .boxHead h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#company .contentsFlex .boxConts {
	padding: 174px 0 0 0;
}

#company .contentsFlex .boxConts p {
	font-size: 20px;
	font-weight: 500;
	line-height: 220%;
	letter-spacing: 0;
	color: #000;
}

#company .texScroll .leftScroll {
	display: flex;
}

#company .texScroll .slideTexTop {
	display: flex;
	align-items: center;
	margin-bottom: 56px;
	padding: 20px 0 0 0;
}

#company .texScroll .slideTexTop p {
	font-size: 184px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: -0.05em;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#company .texScroll .slideTexTop p:last-child {
	margin-right: 59px;
}

#company .texScroll .slideTexTop .img {
	position: relative;
	width: 310px;
	margin: 0 71px 0 64px;
}

#company .texScroll .slideTexTop .img img {
	position: relative;
	z-index: 1;
	transform: translate(-10px, -10px);
	display: inline-block;
}

#company .texScroll .slideTexTop .img:before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: #CF9DFF;
	background: -webkit-linear-gradient(90deg, rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	background: -moz-linear-gradient(90deg, rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	background: linear-gradient(90deg, rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CF9DFF", endColorstr="#F6C479", GradientType=1);
	position: absolute;
	left: 10px;
	top: 10px;
}

/*----------------------------------------------------
 #purpose
----------------------------------------------------*/

#purpose {
	position: relative;
	padding: 0 0 120px 0;
}

#purpose .boxFlex {
	display: flex;
	justify-content: space-between;
}

#purpose .boxFlex .boxHead {
	width: 354px;
}

#purpose .boxFlex .boxHead h2 {
	display: flex;
	flex-direction: column;
}

#purpose .boxFlex .boxHead h2 small {
	font-size: 16px;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 0;
	margin-bottom: 13px;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#purpose .boxFlex .boxHead h2 b {
	font-size: 58px;
	font-weight: 400;
	line-height: 100%;
	white-space: nowrap;
	letter-spacing: -2.32px;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#purpose .boxFlex .boxConts {
	width: 540px;
	padding: 75px 0 0 0;
}

#purpose .boxFlex .boxConts h3 {
	font-size: 56px;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 0;
	margin-bottom: 34px;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#purpose .boxFlex .boxConts p {
	font-size: 18px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	color: #000;
}

/*----------------------------------------------------
 #value
----------------------------------------------------*/

#value {
	position: relative;
	padding: 0 0 121px 0;
}

#value .head {
	margin-bottom: 57px;
}

#value .head h2 {
	display: flex;
	flex-direction: column;
}

#value .head h2 small {
	font-size: 16px;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 0;
	margin-bottom: 13px;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#value .head h2 b {
	font-size: 58px;
	font-weight: 400;
	line-height: 100%;
	white-space: nowrap;
	letter-spacing: -2.32px;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#value .cardFlex {
	display: flex;
	justify-content: space-between;
}

#value .cardFlex .box {
	width: 348px;
	height: 566px;
	border-radius: 40px;
	padding: 6px;
	background: linear-gradient(60deg, #78DAFE -0.87%, #CF9DFF 54.89%);
	background: -webkit-linear-gradient(60deg, #78DAFE -0.87%, #CF9DFF 54.89%);
	background: -moz-linear-gradient(60deg, #78DAFE -0.87%, #CF9DFF 54.89%);
}

#value .cardFlex .box .innerBox {
	width: 100%;
	height: 100%;
	border-radius: 36px;
	background: #fff;
	padding: 74px 24px 0 24px;
}

#value .cardFlex .box .innerBox .no {
	display: flex;
	align-items: flex-start;
	margin-bottom: 54px;
}

#value .cardFlex .box .innerBox .no span {
	font-size: 20px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0;
	font-family: "Roboto", sans-serif;
	background: #78DAFE;
	background: -webkit-linear-gradient(65deg, #46C1FF 5.02%, #BE7AFE 71.62%);
	background: -moz-linear-gradient(65deg, #46C1FF 5.02%, #BE7AFE 71.62%);
	background: linear-gradient(65deg, #46C1FF 5.02%, #BE7AFE 71.62%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#value .cardFlex .box .innerBox .conts h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0;
	margin-bottom: 16px;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#value .cardFlex .box .innerBox .conts p {
	font-size: 16px;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 0;
	color: #000;
}

#value .cardFlex .box.box02 {
	margin-top: 40px;
	background: linear-gradient(61deg, #CF9DFF 16.43%, #F6C479 70.17%);
	background: -webkit-linear-gradient(61deg, #CF9DFF 16.43%, #F6C479 70.17%);
	background: -moz-linear-gradient(61deg, #CF9DFF 16.43%, #F6C479 70.17%);
}

#value .cardFlex .box.box02 .innerBox .no span {
	background: -webkit-linear-gradient(61deg, #CF9DFF 16.43%, #F6C479 70.17%);
	background: -moz-linear-gradient(61deg, #CF9DFF 16.43%, #F6C479 70.17%);
	background: linear-gradient(61deg, #CF9DFF 16.43%, #F6C479 70.17%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#value .cardFlex .box03 {
	margin-top: 80px;
}

/*----------------------------------------------------
 #worksSec
----------------------------------------------------*/

#worksSec {
	position: relative;
	padding: 0 0 80px 0;
}

#worksSec .boxFlex {
	display: flex;
	justify-content: space-between;
	padding: 0 3px 0 0;
}

#worksSec .boxFlex .boxConts {
	width: 418px;
}

#worksSec .boxFlex .boxConts .head {
	margin-bottom: 102px;
}

#worksSec .boxFlex .boxConts .head h2 {
	display: flex;
	flex-direction: column;
}

#worksSec .boxFlex .boxConts .head h2 small {
	font-size: 20px;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 0;
	margin-bottom: 32px;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#worksSec .boxFlex .boxConts .head h2 b {
	font-size: 88px;
	font-weight: 400;
	line-height: 100%;
	white-space: nowrap;
	letter-spacing: -3.52px;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#worksSec .boxFlex .boxConts .conts h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 0;
	margin-bottom: 27px;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#worksSec .boxFlex .boxConts .conts p {
	font-size: 18px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	color: #000;
}

#worksSec .boxFlex .objImage {
	width: 100%;
	max-width: 620px;
	margin-top: 59px;
}

/*----------------------------------------------------
 #serviceNav
----------------------------------------------------*/

#serviceNav {
	position: relative;
	padding: 0 0 160px 0;
}

#serviceNav .head {
	margin-bottom: 52px;
}

#serviceNav .head h2 {
	display: flex;
	flex-direction: column;
}

#serviceNav .head h2 small {
	font-size: 16px;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 0;
	margin-bottom: 20px;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#serviceNav .head h2 b {
	font-size: 58px;
	font-weight: 400;
	line-height: 100%;
	white-space: nowrap;
	letter-spacing: -2.32px;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#serviceNav .serviceList {
	width: 100%;
	border-top: 1px solid #BBB;
}

#serviceNav .serviceList .box a {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #BBB;
	padding: 48px 0 47px 0;
}

#serviceNav .serviceList .box a .conts {
	width: 550px;
	display: flex;
	flex-direction: column;
}

#serviceNav .serviceList .box.box03 a .conts {
	padding: 16px 0 0 0;
}

#serviceNav .serviceList .box a .conts .gradeTex {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

#serviceNav .serviceList .box a .conts .gradeTex p {
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0.01em;
	font-family: "Inter", sans-serif;
	background: #78DAFE;
	background: -webkit-linear-gradient(60deg, #78DAFE -0.87%, #CF9DFF 54.89%);
	background: -moz-linear-gradient(60deg, #78DAFE -0.87%, #CF9DFF 54.89%);
	background: linear-gradient(60deg, #78DAFE -0.87%, #CF9DFF 54.89%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#serviceNav .serviceList .box a .conts .texContents h3 {
	font-size: 36px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0;
	color: #000;
	margin-bottom: 41px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#serviceNav .serviceList .box a .conts .texContents h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 170%;
	letter-spacing: 0;
	color: #000;
	margin-bottom: 15px;
}

#serviceNav .serviceList .box a .conts .texContents p {
	font-size: 16px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	color: #000;
}

#serviceNav .serviceList .box a .imageArea {
	position: relative;
	width: 490px;
	height: 382px;
}

#serviceNav .serviceList .box a .imageArea .arrowBox {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	width: 89px;
	height: 60px;
	border-radius: 26px 0 0 0;
	padding: 0 0 0 0;
}

#serviceNav .serviceList .box a .imageArea .arrowBox .oraclelink {
	width: 60px;
	height: 60px;
}

#serviceNav .serviceList .box a .imageArea .arrowBox .oraclelink .icon {
	width: 12px;
}

#serviceNav .serviceList .box a .imageArea .arrowBox .oraclelink .icon svg {
	max-width: 100%;
}

/*----------------------------------------------------
 #systems
----------------------------------------------------*/

#systems {
	position: relative;
	padding: 207px 0 0 0;
}

#systems .inner {
	max-width: 1160px;
}

#systems .head {
	margin-bottom: 61px;
	padding: 0 0 0 23px;
}

#systems .head h1 {
	display: flex;
	flex-direction: column;
}

#systems .head h1 b {
	font-size: 64px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	letter-spacing: -0.08em;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 34px;
}

#systems .head h1 small {
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
	letter-spacing: -0.02em;
	padding: 0 0 0 6px;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#systems .headTex {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 60px;
	padding: 0 31px 0 0;
}

#systems .headTex p {
	font-size: 20px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	color: #333333;
}

#systems .headImage .inner {
	max-width: 2392px;
}

#systems .headImage .img {
	width: 96%;
	margin: 0 auto 0;
}

/*----------------------------------------------------
 #systemInfo
----------------------------------------------------*/

#systemInfo {
	position: relative;
	padding: 126px 0 0 0;
}

#systemInfo .head {
	margin-bottom: 56px;
	padding: 0 0 0 0;
}

#systemInfo .head h2 {
	display: flex;
	flex-direction: column;
}

#systemInfo .head h2 small {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 20px;
}

#systemInfo .head h2 b {
	font-size: 58px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#systemInfo .iconList {
	display: flex;
	flex-wrap: wrap;
}

#systemInfo .iconList .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(100% / 3);
	padding: 47px 28px 48px;
	border: 1px solid #777777;
	box-sizing: border-box;
}

#systemInfo .iconList .box:nth-child(1) {
	border-radius: 40px 0 0 0;
	border-right: initial;
	border-bottom: initial;
}

#systemInfo .iconList .box:nth-child(2) {
	border-right: initial;
	border-bottom: initial;
}

#systemInfo .iconList .box:nth-child(3) {
	border-radius: 0 40px 0 0;
	border-bottom: initial;
}

#systemInfo .iconList .box:nth-child(4),
#systemInfo .iconList .box:nth-child(5) {
	border-right: initial;
}

#systemInfo .iconList .box:nth-child(4),
#systemInfo .iconList .box:nth-child(5),
#systemInfo .iconList .box:nth-child(6) {
	border-bottom: initial
}

#systemInfo .iconList .box .icon {
	width: 100%;
	max-width: 120px;
	margin: 0 0 24px;
}

#systemInfo .iconList .box h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0;
	text-align: center;
	color: #000;
	margin-bottom: 12px;
}

#systemInfo .iconList .box p {
	font-size: 16px;
	font-weight: 500;
	line-height: 180%;
	letter-spacing: 0;
	color: #000;
}

#systemInfo .texList {
	display: flex;
	flex-wrap: wrap;
}

#systemInfo .texList .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% / 2);
	padding: 51px 46px 53px;
	border: 1px solid #777777;
	box-sizing: border-box;
}

#systemInfo .texList .box h3 {
	display: flex;
	flex-direction: column;
}

#systemInfo .texList .box h3 b {
	font-size: 22px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: -0.01em;
	color: #000;
	margin-bottom: 0;
}

#systemInfo .texList .box h3 small {
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0;
	color: #000;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
}

#systemInfo .texList .box:nth-child(1) {
	border-right: initial;
	border-bottom: initial;
}

#systemInfo .texList .box:nth-child(2) {
	border-bottom: initial;
}

#systemInfo .texList .box:nth-child(3) {
	border-right: initial;
	border-radius: 0 0 0 40px;
	padding: 37px 46px 43px;
}

#systemInfo .texList .box:nth-child(4) {
	border-radius: 0 0 40px 0;
	padding: 37px 46px 43px;
}

/*----------------------------------------------------
 #systemTraining
----------------------------------------------------*/

#systemTraining {
	position: relative;
	padding: 126px 0 0 0;
}

#systemTraining .head {
	margin-bottom: 73px;
	padding: 0 0 0 0;
}

#systemTraining .head h2 {
	display: flex;
	flex-direction: column;
}

#systemTraining .head h2 small {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 27px;
}

#systemTraining .head h2 b {
	font-size: 58px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#systemTraining .newFaceBox {
	margin-bottom: 47px;
}

#systemTraining .newFaceBox .boxHead {
	margin-bottom: 37px;
}

#systemTraining .newFaceBox .boxHead h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
}

#systemTraining .newFaceBox .scrollList {
	padding: 0 0 14px 0;
}

#systemTraining .newFaceBox .addTex p {
	font-size: 14px;
	font-weight: 500;
	line-height: 180%;
	letter-spacing: 0;
}

#systemTraining .iconList {
	display: flex;
	flex-wrap: wrap;
}

#systemTraining .iconList .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(100% / 2);
	padding: 47px 28px 48px;
	border: 1px solid #777777;
	box-sizing: border-box;
}

#systemTraining .iconList .box:nth-child(1) {
	border-right: initial;
	border-radius: 40px 0 0 40px;
}

#systemTraining .iconList .box:nth-child(2) {
	border-radius: 0 40px 40px 0;
}

#systemTraining .iconList .box .icon {
	width: 100%;
	max-width: 120px;
	margin: 0 0 24px;
}

#systemTraining .iconList .box h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0;
	text-align: center;
	color: #000;
	margin-bottom: 12px;
}

#systemTraining .iconList .box p {
	font-size: 16px;
	font-weight: 500;
	line-height: 180%;
	letter-spacing: 0;
	color: #000;
}

/*----------------------------------------------------
 #systemData
----------------------------------------------------*/

#systemData {
	position: relative;
	padding: 126px 0 0 0;
}

#systemData .head {
	margin-bottom: 57px;
	padding: 0 0 0 0;
}

#systemData .head h2 {
	display: flex;
	flex-direction: column;
}

#systemData .head h2 small {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 18px;
}

#systemData .head h2 b {
	font-size: 58px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#systemData .dataFlex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

#systemData .dataFlex .box {
	width: 349px;
	height: 436px;
	margin-bottom: 28px;
	padding: 45px 0 0 0;
	border-radius: 37px;
	background: #1ABDF8;
	background: -webkit-linear-gradient(10deg, rgba(26, 189, 248, 1) 0%, rgba(177, 94, 255, 1) 100%);
	background: -moz-linear-gradient(10deg, rgba(26, 189, 248, 1) 0%, rgba(177, 94, 255, 1) 100%);
	background: linear-gradient(10deg, rgba(26, 189, 248, 1) 0%, rgba(177, 94, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1ABDF8", endColorstr="#B15EFF", GradientType=0);
}

#systemData .dataFlex .box.box01 {
	padding: 52px 0 0 0;
}

#systemData .dataFlex .box.box03 {
	padding: 41px 0 0 0;
}

#systemData .dataFlex .box.box04 {
	padding: 63px 0 0 0;
}

#systemData .dataFlex .box:nth-child(2n) {
	background: #AB53FF;
	background: -webkit-linear-gradient(185deg, rgba(171, 83, 255, 1) 24%, rgba(255, 219, 99, 1) 98%);
	background: -moz-linear-gradient(185deg, rgba(171, 83, 255, 1) 24%, rgba(255, 219, 99, 1) 98%);
	background: linear-gradient(185deg, rgba(171, 83, 255, 1) 24%, rgba(255, 219, 99, 1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#AB53FF", endColorstr="#FFDB63", GradientType=0);
}

#systemData .dataFlex .box h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
}

#systemData .dataFlex .box.box03 h3 {
	margin-bottom: 31px;
}

#systemData .dataFlex .box h3 small {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#systemData .dataFlex .box h3 b {
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	margin-bottom: 12px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#systemData .dataFlex .box .noFlex {
	display: flex;
	justify-content: center;
}

#systemData .dataFlex .box .noFlex .noBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 6px;
}

#systemData .dataFlex .box .noFlex .noBox h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#systemData .dataFlex .box .noFlex .noBox .js-count {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

#systemData .dataFlex .box .noFlex .noBox .js-count b {
	font-size: 80px;
}

#systemData .dataFlex .box .noFlex .noBox .js-count small {
	font-size: 32px;
}

#systemData .dataFlex .box .countUp {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 0;
}

#systemData .dataFlex .box .countUp b {
	font-size: 130px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #fff;
	font-family: "Roboto", sans-serif;
}

#systemData .dataFlex .box.box01 .countUp b {
	letter-spacing: -0.05em;
	margin: 0 5px 0 0;
}

#systemData .dataFlex .box.box02 .countUp b {
	letter-spacing: -0.1em;
	margin: 0 16px 0 0;
}

#systemData .dataFlex .box .countUp small {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	margin: 0 4px;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	transform: translate(1px,-7px);
	-webkit-transform: translate(1px, -7px);
	-moz-transform: translate(1px, -7px);
}

#systemData .dataFlex .box.box01 .img {
	width: 100%;
	max-width: 118.5px;
	margin: 0 auto 4px;
}

#systemData .dataFlex .box.box02 .img {
	width: 100%;
	max-width: 118.5px;
	margin: 5px auto 0;
}

#systemData .dataFlex .box.box03 .img {
	width: 100%;
	max-width: 129px;
	margin: 15px auto 0;
}

#systemData .dataFlex .box.box04 .img {
	width: 100%;
	max-width: 128.5px;
	margin: 6px auto 0;
}

#systemData .dataFlex .box.box05 .img {
	width: 100%;
	max-width: 118.5px;
	margin: 5px auto 0;
}

#systemData .dataFlex .box.box06 .img {
	width: 100%;
	max-width: 124.5px;
	margin: 5px auto 0;
}

/*----------------------------------------------------
 #systemOffice
----------------------------------------------------*/

#systemOffice {
	position: relative;
	overflow: hidden;
	margin-bottom: 160px;
	padding: 57px 0 0 0;
}

#systemOffice .head {
	margin-bottom: -2px;
	padding: 0 0 0 0;
}

#systemOffice .head h2 {
	display: flex;
	flex-direction: column;
}

#systemOffice .head h2 small {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 18px;
}

#systemOffice .head h2 b {
	font-size: 58px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#systemOffice .slideArea .arrow_box {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 39px;
}

#systemOffice .slideArea .arrow_box .prev-arrow {
	position: relative;
	cursor: pointer;
	width: 44px;
	height: 44px;
	background: #000;
	border: 1px solid #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

#systemOffice .slideArea .arrow_box .prev-arrow .icon {
	width: 12px;
	line-height: 10px;
	transition: all 0.3s ease;
}

#systemOffice .slideArea .arrow_box .prev-arrow .icon #prevArrow {
	width: 100%;
	fill: #fff;
	transition: all 0.3s ease;
}

#systemOffice .slideArea .arrow_box .next-arrow {
	position: relative;
	cursor: pointer;
	width: 44px;
	height: 44px;
	margin-left: 16px;
	background: #000;
	border: 1px solid #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	transition: all 0.3s ease;
}

#systemOffice .slideArea .arrow_box .next-arrow .icon {
	width: 12px;
	line-height: 10px;
	transition: all 0.3s ease;
}

#systemOffice .slideArea .arrow_box .next-arrow .icon #shortArrow {
	width: 100%;
	fill: #fff;
	transition: all 0.3s ease;
}

#systemOffice .officeSlide .box {
	width: 678px;
	margin: 0 24px;
}

/*----------------------------------------------------
 #peopleArchive
----------------------------------------------------*/

#peopleArchive {
	position: relative;
	padding: 207px 0 100px 0;
}

#peopleArchive .inner {
	max-width: 1160px;
}

#peopleArchive .head {
	margin-bottom: 61px;
	padding: 0 0 0 23px;
}

#peopleArchive .head h1 {
	display: flex;
	flex-direction: column;
}

#peopleArchive .head h1 b {
	font-size: 64px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	letter-spacing: -0.08em;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 34px;
}

#peopleArchive .head h1 small {
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
	letter-spacing: -0.02em;
	padding: 0 0 0 6px;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#peopleArchive .headTex {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 60px;
	padding: 0 31px 0 0;
}

#peopleArchive .headTex p {
	font-size: 20px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	color: #333333;
}

#peopleArchive .memberList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#peopleArchive .memberList .box {
	width: 48.10344%;
	margin-bottom: 78px;
}

#peopleArchive .memberList .box .movieBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 314px;
	border-radius: 26px;
}

#peopleArchive .memberList .box .movieBox video {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#peopleArchive .memberList .box .movieBox .gradeTex {
	position: absolute;
	left: 28px;
	bottom: 30px;
	z-index: 1;
}

#peopleArchive .memberList .box .movieBox .gradeTex p {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#peopleArchive .memberList .box .movieBox .gradeTex p span {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: #fff;
	border-radius: 4px;
	margin-top: 18px;
	padding: 8px 12px;
}

#peopleArchive .memberList .box .movieBox .gradeTex p span:first-child:after {
	content: '';
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 4px;
	background: #78DAFE;
	background: -webkit-linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78DAFE", endColorstr="#CF9DFF", GradientType=1);
}

#peopleArchive .memberList .box .movieBox .gradeTex p span:last-child:after {
	content: '';
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 4px;
	background: #CF9DFF;
	background: -webkit-linear-gradient(100deg, rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	background: -moz-linear-gradient(100deg, rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	background: linear-gradient(100deg, rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CF9DFF", endColorstr="#F6C479", GradientType=0);
}

#peopleArchive .memberList .box .movieBox .arrowBox {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	width: 104px;
	height: 78px;
	border-radius: 26px 0 0 0;
	padding: 25px 0 0 10px;
}

#peopleArchive .memberList .box .movieBox .arrowBox:before {
	position: absolute;
	content: "";
	background: url("../img/common/radius_left.svg") no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
	left: -24px;
	bottom: 0;
}

#peopleArchive .memberList .box .movieBox .arrowBox:after {
	position: absolute;
	content: "";
	background: url("../img/common/radius_left.svg") no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
	right: 0;
	top: -24px;
}

#peopleArchive .memberList .box .movieBox .arrowBox .oraclelink {
	width: 52px;
	height: 52px;
}

#peopleArchive .memberList .box .conts {
	padding: 26px 0 0 0;
}

#peopleArchive .memberList .box .conts .nameFlex {
	display: flex;
	align-items: center;
}

#peopleArchive .memberList .box .conts .nameFlex .nameInitial {
	margin-right: 28px;
}

#peopleArchive .memberList .box .conts .nameFlex .nameInitial p {
	font-size: 64px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#peopleArchive .memberList .box .conts .nameFlex .nameInfo {
	display: flex;
	flex-direction: column;
	padding: 0 0 0 0;
}

#peopleArchive .memberList .box .conts .nameFlex .nameInfo .type {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 10px;
}

#peopleArchive .memberList .box .conts .nameFlex .nameInfo .days {
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #7D7E87;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

/*----------------------------------------------------
 #interview
----------------------------------------------------*/

#interview {
	position: relative;
	margin-bottom: 153px;
	padding: 200px 0 0 0;
}

#interview .sectionHead {
	margin-bottom: 51px;
	padding: 0 0 0 23px;
}

#interview .sectionHead .inner {
	max-width: 1194px;
}

#interview .sectionHead h1 {
	display: flex;
	flex-direction: column;
}

#interview .sectionHead h1 b {
	font-size: 44px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	letter-spacing: -0.15em;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 21px;
}

#interview .sectionHead h1 small {
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
	letter-spacing: -0.03em;
	padding: 0 0 0 6px;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#interview .movieHead .inner {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

#interview .movieHead .movieBox {
	position: relative;
	overflow: hidden;
	width: 764px;
	height: 429px;
	border-radius: 23px;
}

#interview .movieHead .movieBox video {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#interview .movieHead .movieConts {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 0 5px 0;
	z-index: 1;
}

#interview .movieHead .movieConts h2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 46px;
}

#interview .movieHead .movieConts h2 span {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: #fff;
	border-radius: 4px;
	margin-top: 17px;
	padding: 12.5px 10px 12.5px 6px;
}

#interview .movieHead .movieConts h2 span:first-child:after {
	content: '';
	width: calc(100% + 10px);
	height: 100%;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: -1;
	border-radius: 4px;
	background: #78DAFE;
	background: -webkit-linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78DAFE", endColorstr="#CF9DFF", GradientType=1);
}

#interview .movieHead .movieConts h2 span:last-child:after {
	content: '';
	width: calc(100% + 10px);
	height: 100%;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: -1;
	border-radius: 4px;
	background: #CF9DFF;
	background: -webkit-linear-gradient(100deg, rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	background: -moz-linear-gradient(100deg, rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	background: linear-gradient(100deg, rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CF9DFF", endColorstr="#F6C479", GradientType=0);
}

#interview .movieHead .movieConts .nameFlex {
	flex-direction: column;
}

#interview .movieHead .movieConts .nameFlex .nameInitial {
	margin-right: 0;
}

#interview .movieHead .movieConts .nameFlex .nameInitial p {
	font-size: 64px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #000;
	font-family: "Roboto", sans-serif;
	margin-bottom: 28px;
}

#interview .movieHead .movieConts .nameFlex .nameInfo {
	display: flex;
	flex-direction: column;
}

#interview .movieHead .movieConts .nameFlex .nameInfo .type {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 12px;
}

#interview .movieHead .movieConts .nameFlex .nameInfo .days {
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #7D7E87;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

/*----------------------------------------------------
 #interviewIntroduction
----------------------------------------------------*/

#interviewIntroduction {
	position: relative;
	margin-bottom: 102px;
	padding: 0 0 0 0;
}

#interviewIntroduction .gradeHead {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
}

#interviewIntroduction .gradeHead h2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.04em;
	font-family: "Roboto", sans-serif;
	background: #CF9DFF;
	background: -webkit-linear-gradient(100deg,rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	background: -moz-linear-gradient(100deg,rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	background: linear-gradient(100deg,rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr="#CF9DFF",
		endColorstr="#F6C479",
		GradientType=0
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#interviewIntroduction .introFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 103px;
}

#interviewIntroduction .introFlex:last-child {
	margin-bottom: 0;
}

#interviewIntroduction .introFlex .boxHead {
	width: 354px;
}

#interviewIntroduction .introFlex .boxHead h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#interviewIntroduction .introFlex .conts {
	width: 635px;
	margin: 0 0 0 0;
}

#interviewIntroduction .introFlex .conts h4 {
	font-size: 30px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 29px;
}

#interviewIntroduction .introFlex .conts p {
	font-size: 16px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	color: #000;
}

/*----------------------------------------------------
 #interviewImage
----------------------------------------------------*/

#interviewImage {
	position: relative;
	margin-bottom: 102px;
	padding: 0 0 0 0;
}

#interviewImage .inner {
	max-width: 2200px;
}

#interviewImage .imageBox {
	position: relative;
	width: 88.5%;
	margin: 0 auto 0;
}

#interviewImage .imageBox .boxHead {
	position: absolute;
	top: 50%;
	left: 14%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#interviewImage .imageBox .boxHead h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 180%;
	letter-spacing: 0;
	color: #fff;
	white-space: nowrap;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

/*----------------------------------------------------
 #interviewMywork
----------------------------------------------------*/

#interviewMywork {
	position: relative;
	margin-bottom: 102px;
	padding: 0 0 0 0;
}

#interviewMywork .gradeHead {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 29px;
}

#interviewMywork .gradeHead h2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.04em;
	font-family: "Roboto", sans-serif;
	background: #CF9DFF;
	background: -webkit-linear-gradient(100deg,rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	background: -moz-linear-gradient(100deg,rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	background: linear-gradient(100deg,rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr="#CF9DFF",
		endColorstr="#F6C479",
		GradientType=0
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#interviewMywork .workFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 103px;
}

#interviewMywork .workFlex:last-child {
	margin-bottom: 0;
}

#interviewMywork .workFlex .boxHead {
	width: 354px;
}

#interviewMywork .workFlex .boxHead h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#interviewMywork .workFlex .conts {
	width: 635px;
	margin: 0 0 0 0;
}

#interviewMywork .workFlex .conts h4 {
	font-size: 30px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 29px;
}

#interviewMywork .workFlex .conts p {
	font-size: 16px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	color: #000;
}

/*----------------------------------------------------
 #interviewMessage
----------------------------------------------------*/

#interviewMessage {
	position: relative;
	margin-bottom: 60px;
	padding: 0 0 0 0;
}

#interviewMessage .borderBox {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border-radius: 20px;
	background: #B672F8;
	background: -webkit-linear-gradient(47deg, rgba(182, 114, 248, 1) 0%, rgba(255, 199, 115, 1) 98%);
	background: -moz-linear-gradient(47deg, rgba(182, 114, 248, 1) 0%, rgba(255, 199, 115, 1) 98%);
	background: linear-gradient(47deg, rgba(182, 114, 248, 1) 0%, rgba(255, 199, 115, 1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B672F8", endColorstr="#FFC773", GradientType=0);
}

#interviewMessage .borderBox .innerBox {
	width: 100%;
	border-radius: 16px;
	background: #fff;
	padding: 57px 0 55px 0;
}

#interviewMessage .borderBox .innerBox .head {
	margin-bottom: 20px;
}

#interviewMessage .borderBox .innerBox .head h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

#interviewMessage .borderBox .innerBox .head h2 small {
	font-size: 28px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.04em;
	margin-bottom: 15px;
	font-family: "Roboto", sans-serif;
	background: #CF9DFF;
	background: -webkit-linear-gradient(100deg,rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	background: -moz-linear-gradient(100deg,rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	background: linear-gradient(100deg,rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr="#CF9DFF",
		endColorstr="#F6C479",
		GradientType=0
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#interviewMessage .borderBox .innerBox .head h2 b {
	font-size: 24px;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#interviewMessage .borderBox .innerBox .boxFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 64px 0 64px;
}

#interviewMessage .borderBox .innerBox .boxFlex .image {
	width: 100%;
	max-width: 168px;
}

#interviewMessage .borderBox .innerBox .boxFlex .conts {
	width: calc(100% - 221px);
}

#interviewMessage .borderBox .innerBox .boxFlex .conts p {
	font-size: 16px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

/*----------------------------------------------------
 #interviewSchedule
----------------------------------------------------*/

#interviewSchedule {
	position: relative;
	margin-bottom: 160px;
	padding: 0 0 0 0;
}

#interviewSchedule .borderBox {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
	padding: 5px;
	border-radius: 20px;
	background: #78DAFE;
	background: -webkit-linear-gradient(14deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: -moz-linear-gradient(14deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: linear-gradient(14deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78DAFE", endColorstr="#CF9DFF", GradientType=0);
}

#interviewSchedule .borderBox .innerBox {
	width: 100%;
	border-radius: 16px;
	background: #fff;
	padding: 57px 0 55px 0;
}

#interviewSchedule .borderBox .innerBox .head {
	margin-bottom: 33px;
}

#interviewSchedule .borderBox .innerBox .head h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

#interviewSchedule .borderBox .innerBox .head h2 small {
	font-size: 28px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.04em;
	margin-bottom: 15px;
	font-family: "Roboto", sans-serif;
	background: #78DAFE;
	background: -webkit-linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78DAFE", endColorstr="#CF9DFF", GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#interviewSchedule .borderBox .innerBox .head h2 b {
	font-size: 24px;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#interviewSchedule .boxFlex {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 84px 0 64px;
	z-index: 1;
}

#interviewSchedule .boxFlex .border {
	position: absolute;
	top: 51px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 100%;
	max-width: 977.5px;
	z-index: -1;
}

#interviewSchedule .boxFlex .box {
	width: 147px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 23px;
}

#interviewSchedule .boxFlex .box .boxHead .days {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 66px;
	height: 35px;
	border-radius: 50px;
	margin-bottom: 13px;
	background: #78DAFE;
	background: -webkit-linear-gradient(15deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: -moz-linear-gradient(15deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: linear-gradient(15deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78DAFE", endColorstr="#CF9DFF", GradientType=0);
}

#interviewSchedule .boxFlex .box .boxHead .days .tex {
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0;
	color: #fff;
	font-family: "Roboto", sans-serif;
}

#interviewSchedule .boxFlex .box .boxHead .obj {
	width: 100%;
	max-width: 26px;
	margin: 0 auto 6px;
}

#interviewSchedule .boxFlex .box .conts p {
	font-size: 14px;
	font-weight: 500;
	line-height: 170%;
	letter-spacing: 0;
	color: #000;
}

#interviewSchedule .btPosition {
	display: flex;
	justify-content: center;
}

#interviewSchedule .btPosition .arrowBt {
	width: 218px;
	height: 54px;
}

#interviewSchedule .btPosition .arrowBt a {
	padding: 0 19px 0 18px;
}

#interviewSchedule .btPosition .arrowBt a .tex {
	font-size: 14px;
}

/*----------------------------------------------------
 #jobs
----------------------------------------------------*/

#jobs {
	position: relative;
	padding: 208px 0 0 0;
}

#jobs .head {
	margin-bottom: 79px;
	transform: translateX(-15px);
	-webkit-transform: translateX(-15px);
	-moz-transform: translateX(-15px);
}

#jobs .head h1 {
	display: flex;
	flex-direction: column;
}

#jobs .head h1 b {
	font-size: 64px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 33px;
}

#jobs .head h1 small {
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
	letter-spacing: -0.02em;
	padding: 0 0 0 6px;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#jobs .headTex {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

#jobs .headTex p {
	font-size: 30px;
	font-weight: 700;
	line-height: 180%;
	letter-spacing: 0;
	color: #000;
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#jobs .jobsFlex {
	display: flex;
	justify-content: space-between;
}

#jobs .jobsFlex .box {
	position: relative;
	width: 532px;
	height: 201px;
}

#jobs .jobsFlex .box a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 24px;
}

#jobs .jobsFlex .box01 a {
	background: #46C1FF;
	background: -webkit-linear-gradient(305deg, rgba(70, 193, 255, 1) 0%, rgba(190, 122, 254, 1) 100%);
	background: -moz-linear-gradient(305deg, rgba(70, 193, 255, 1) 0%, rgba(190, 122, 254, 1) 100%);
	background: linear-gradient(305deg, rgba(70, 193, 255, 1) 0%, rgba(190, 122, 254, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#46C1FF", endColorstr="#BE7AFE", GradientType=0);
}

#jobs .jobsFlex .box02 a {
	background: #AB53FF;
	background: -webkit-linear-gradient(329deg, rgba(171, 83, 255, 1) 24%, rgba(255, 219, 99, 1) 98%);
	background: -moz-linear-gradient(329deg, rgba(171, 83, 255, 1) 24%, rgba(255, 219, 99, 1) 98%);
	background: linear-gradient(329deg, rgba(171, 83, 255, 1) 24%, rgba(255, 219, 99, 1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#AB53FF", endColorstr="#FFDB63", GradientType=0);
}

#jobs .jobsFlex .box .boxHead {
	position: absolute;
	top: 50%;
	left: 49%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#jobs .jobsFlex .box .boxHead h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#jobs .jobsFlex .box .arrowBox {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	width: 92px;
	height: 78px;
	border-radius: 26px 0 0 0;
	padding: 8px 0 0 3px;
}

#jobs .jobsFlex .box .arrowBox:before {
	position: absolute;
	content: "";
	background: url("../img/common/radius_left.svg") no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
	left: -24px;
	bottom: 0;
}

#jobs .jobsFlex .box .arrowBox:after {
	position: absolute;
	content: "";
	background: url("../img/common/radius_left.svg") no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
	right: 0;
	top: -24px;
}

#jobs .jobsFlex .box .oraclelink {
	width: 49px;
	height: 49px;
}

#jobs .jobsFlex .box .oraclelink .icon {
	width: 14px;
}

#jobs .jobsFlex .box .oraclelink .icon svg {
	max-width: 100%;
}

/*----------------------------------------------------
 #jobsFaq
----------------------------------------------------*/

#jobsFaq {
	position: relative;
	padding: 125px 0 162px 0;
}

#jobsFaq .head {
	margin-bottom: 41px;
}

#jobsFaq .head h2 {
	display: flex;
	flex-direction: column;
}

#jobsFaq .head h2 small {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 20px;
}

#jobsFaq .head h2 b {
	font-size: 60px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#jobsFaq .faqList {
	padding: 0 50px;
}

#jobsFaq .faqList dl {
	margin-bottom: 20px;
	border: 1px solid #777777;
	border-radius: 20px;
	cursor: pointer;
}

#jobsFaq .faqList dl dt {
	display: flex;
	justify-content: space-between;
	padding: 28px 40px;
}

#jobsFaq .faqList dl dt .titleArea {
	display: flex;
	width: calc(100% - 50px);
}

#jobsFaq .faqList dl dt .titleArea .qMark {
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0.05em;
	color: #8F76D6;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#jobsFaq .faqList dl dt .titleArea p {
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0.05em;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#jobsFaq .faqList dl dt .openMark {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease 0s;
}

#jobsFaq .faqList dl dt.active .openMark {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

#jobsFaq .faqList dl dt .openMark img {
	width: 11px;
	line-height: 11px;
}

#jobsFaq .faqList dl dd {
	margin-top: -10px;
	padding: 0 40px 28px;
	display:none;
}

#jobsFaq .faqList dl dd p {
	font-size: 16px;
	font-weight: 500;
	line-height: 180%;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#jobsFaq .faqList dl dd p.m {
	margin-bottom: 30px;
}

#jobsFaq .faqList dl dd ul.m {
	margin-bottom: 30px;
}

#jobsFaq .faqList dl dd ul li {
	font-size: 16px;
	font-weight: 700;
	line-height: 180%;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

/*----------------------------------------------------
 #newgrad
----------------------------------------------------*/

#newgrad {
	position: relative;
	padding: 203px 0 162px 0;
}

#newgrad .head {
	transform: translateX(-35px);
	-webkit-transform: translateX(-35px);
	-moz-transform: translateX(-35px);
	margin-bottom: 95px;
}

#newgrad .head h1 {
	font-size: 44px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	letter-spacing: -0.038em;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#newgrad .flexContents {
	display: flex;
	justify-content: space-between;
}

#newgrad .flexContents .sideNav {
	width: 230px;
}

#newgrad .flexContents .sideNav .sticky {
	position: sticky;
	top: 170px;
}

#newgrad .flexContents .sideNav .sideHead {
	margin-bottom: 35px;
	padding: 0 0 0 4px;
}

#newgrad .flexContents .sideNav .sideHead p {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#newgrad .flexContents .sideNav ul {
	display: flex;
	flex-direction: column;
}

#newgrad .flexContents .sideNav ul li {
	margin-bottom: 12px;
}

#newgrad .flexContents .sideNav ul li a {
	position: relative;
	padding: 0 0 0 21px;
}

#newgrad .flexContents .sideNav ul li a .tex {
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #AAAAAA;
	transition: all 0.3s ease 0s;
}

#newgrad .flexContents .sideNav ul li a:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #AAAAAA;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 9px;
	transition: all 0.3s ease 0s;
}

#newgrad .flexContents .sideNav ul li.active a .tex {
	color: #000;
}

#newgrad .flexContents .sideNav ul li.active a:before {
	background: #8F76D6;
}

#newgrad .flexContents .mainContents {
	width: 794px;
}

#newgrad .flexContents .mainContents #sec01 {
	position: relative;
	margin-bottom: 125px;
	padding: 4px 0 0 0;
}

#newgrad .flexContents .mainContents #sec01 .sectionHead {
	margin-bottom: 50px;
}

#newgrad .flexContents .mainContents #sec01 .sectionHead h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
}

#newgrad .flexContents .mainContents #sec01 dl.top {
	border-top: 1px solid #CCCCCC;
}

#newgrad .flexContents .mainContents #sec01 dl {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #CCCCCC;
}

#newgrad .flexContents .mainContents #sec01 dl dt {
	width: 278px;
}

#newgrad .flexContents .mainContents #sec01 dl dt p {
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
}

#newgrad .flexContents .mainContents #sec01 dl dt p span {
	transform: scale(0.7) translate(-3px, -4px);
	-webkit-transform: scale(0.7) translate(-3px, -4px);
	-moz-transform: scale(0.7) translate(-3px, -4px);
	display: inline-block;
}

#newgrad .flexContents .mainContents #sec01 dl dd {
	width: calc(100% - 278px);
	padding: 19.5px 0;
}

#newgrad .flexContents .mainContents #sec01 dl dd p {
	font-size: 17px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	color: #000;
}

#newgrad .flexContents .mainContents #sec01 dl dd p.mix {
	line-height: 160%;
}

#newgrad .flexContents .mainContents #sec01 dl dd p small {
	font-size: 13px;
}

#newgrad .flexContents .mainContents #sec01 dl dd ul li {
	font-size: 14px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	color: #000;
}

#newgrad .flexContents .mainContents #sec01 .addTex {
	font-size: 13px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	color: #000;
	margin-top: 20px;
}

#newgrad .flexContents .mainContents #sec02 {
	padding: 0 0 0 0;
}

#newgrad .flexContents .mainContents #sec02 .sectionHead {
	margin-bottom: 44px;
}

#newgrad .flexContents .mainContents #sec02 .sectionHead h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
}

#newgrad .flexContents .mainContents #sec02 .flowList .box {
	margin-bottom: 23px;
}

#newgrad .flexContents .mainContents #sec02 .flowList .box .stepHead {
	margin-bottom: 27px;
	padding: 3px;
	border-radius: 12px;
	background: #78DAFE;
	background: -webkit-linear-gradient(6deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: -moz-linear-gradient(6deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: linear-gradient(6deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78DAFE", endColorstr="#CF9DFF", GradientType=0);
}

#newgrad .flexContents .mainContents #sec02 .flowList .box .stepHead .innerBox {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 9px;
	padding: 19px 0;
}

#newgrad .flexContents .mainContents #sec02 .flowList .box .stepHead .innerBox .gradeTex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: absolute;
	top: 50%;
	left: 37px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#newgrad .flexContents .mainContents #sec02 .flowList .box .stepHead .innerBox .gradeTex p {
	font-size: 22px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0;
	font-family: "Roboto", sans-serif;
	background: #78DAFE;
	background: -webkit-linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78DAFE", endColorstr="#CF9DFF", GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#newgrad .flexContents .mainContents #sec02 .flowList .box .stepHead .innerBox h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.038em;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#newgrad .flexContents .mainContents #sec02 .flowList .box .stepConts {
	padding: 0 20px;
}

#newgrad .flexContents .mainContents #sec02 .flowList .box .stepConts p {
	font-size: 16px;
	font-weight: 500;
	line-height: 180%;
	letter-spacing: 0;
	color: #000;
}

#newgrad .flexContents .mainContents #sec02 .flowList .box .stepConts p small {
	font-size: 14px;
}

#newgrad .flexContents .mainContents #sec02 .flowList .box .stepConts .arrow {
	width: 100%;
	max-width: 34px;
	margin: 34px auto 0;
}

/*----------------------------------------------------
 #career
----------------------------------------------------*/

#career {
	position: relative;
	padding: 203px 0 95px 0;
}

#career .head {
	transform: translateX(-35px);
	-webkit-transform: translateX(-35px);
	-moz-transform: translateX(-35px);
	margin-bottom: 95px;
}

#career .head h1 {
	font-size: 44px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	letter-spacing: -0.038em;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#career .flexContents {
	display: flex;
	justify-content: space-between;
}

#career .flexContents .sideNav {
	width: 230px;
}

#career .flexContents .sideNav .sticky {
	position: sticky;
	top: 170px;
}

#career .flexContents .sideNav .sideHead {
	margin-bottom: 35px;
	padding: 0 0 0 4px;
}

#career .flexContents .sideNav .sideHead p {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#career .flexContents .sideNav ul {
	display: flex;
	flex-direction: column;
}

#career .flexContents .sideNav ul li {
	margin-bottom: 12px;
}

#career .flexContents .sideNav ul li a {
	position: relative;
	padding: 0 0 0 21px;
}

#career .flexContents .sideNav ul li a .tex {
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #AAAAAA;
	transition: all 0.3s ease 0s;
}

#career .flexContents .sideNav ul li a .tex small {
	font-size: 13px;
}

#career .flexContents .sideNav ul li a:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #AAAAAA;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 9px;
	transition: all 0.3s ease 0s;
}

#career .flexContents .sideNav ul li.active a .tex {
	color: #000;
}

#career .flexContents .sideNav ul li.active a:before {
	background: #8F76D6;
}

#career .flexContents .mainContents {
	width: 794px;
}

#career .flexContents .mainContents #sec01 {
	position: relative;
	margin-bottom: 125px;
	padding: 4px 0 0 0;
}

#career .flexContents .mainContents #sec01 .sectionHead {
	margin-bottom: 50px;
}

#career .flexContents .mainContents #sec01 .sectionHead h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
}

#career .flexContents .mainContents #sec01 dl.top {
	border-top: 1px solid #CCCCCC;
}

#career .flexContents .mainContents #sec01 dl {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #CCCCCC;
}

#career .flexContents .mainContents #sec01 dl dt {
	width: 278px;
}

#career .flexContents .mainContents #sec01 dl dt p {
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
}

#career .flexContents .mainContents #sec01 dl dt p span {
	transform: scale(0.7) translate(-3px, -4px);
	-webkit-transform: scale(0.7) translate(-3px, -4px);
	-moz-transform: scale(0.7) translate(-3px, -4px);
	display: inline-block;
}

#career .flexContents .mainContents #sec01 dl dd {
	width: calc(100% - 278px);
	padding: 19.5px 0;
}

#career .flexContents .mainContents #sec01 dl dd p {
	font-size: 17px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	color: #000;
}

#career .flexContents .mainContents #sec01 dl dd p.mix {
	line-height: 160%;
}

#career .flexContents .mainContents #sec01 dl dd p small {
	font-size: 13px;
}

#career .flexContents .mainContents #sec01 dl dd ul li {
	font-size: 14px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	color: #000;
}

#career .flexContents .mainContents #sec01 .addTex {
	font-size: 13px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	color: #000;
	margin-top: 20px;
}

#career .flexContents .mainContents #sec02 {
	margin-bottom: 108px;
	padding: 0 0 0 0;
}

#career .flexContents .mainContents #sec02 .sectionHead {
	margin-bottom: 47px;
}

#career .flexContents .mainContents #sec02 .sectionHead h2 {
	display: flex;
	align-items: flex-end;
	color: #000;
}

#career .flexContents .mainContents #sec02 .sectionHead h2 b {
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

#career .flexContents .mainContents #sec02 .sectionHead h2 small {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

#career .flexContents .mainContents #sec03 {
	padding: 0 0 0 0;
}

#career .flexContents .mainContents #sec03 .sectionHead {
	margin-bottom: 47px;
}

#career .flexContents .mainContents #sec03 .sectionHead h2 {
	display: flex;
	align-items: flex-end;
	color: #000;
}

#career .flexContents .mainContents #sec03 .sectionHead h2 b {
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

#career .flexContents .mainContents #sec03 .sectionHead h2 small {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

#career .flexContents .mainContents .acBox {
	margin-bottom: 24px;
	background: #fff;
	border: 1px solid #777777;
	border-radius: 20px;
	cursor: pointer;
}

#career .flexContents .mainContents .acBox dt .dtHead {
	display: flex;
	justify-content: space-between;
	padding: 28px 40px;
}

#career .flexContents .mainContents .acBox dt .dtHead .title {
	display: flex;
	width: calc(100% - 50px);
}

#career .flexContents .mainContents .acBox dt .dtHead .title p {
	font-size: 24px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0.05em;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#career .flexContents .mainContents .acBox dt .dtHead .qMark {
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0.05em;
	color: #8F76D6;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#career .flexContents .mainContents .acBox dt .dtHead .openMark {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease 0s;
}

#career .flexContents .mainContents .acBox dt.active .dtHead .openMark {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

#career .flexContents .mainContents .acBox dt .dtHead .openMark img {
	width: 11px;
	line-height: 11px;
}

#career .flexContents .mainContents .acBox dt .dtConts {
	padding: 3px 40px 28px;
}

#career .flexContents .mainContents .acBox dt .dtConts p {
	font-size: 16px;
	font-weight: 500;
	line-height: 180%;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#career .flexContents .mainContents .acBox dd {
	margin-top: 4px;
	padding: 0 40px 46px;
	display:none;
}

#career .flexContents .mainContents .acBox dd .recruitTable {
	width: 100%;
	border-top: 1px solid #CCCCCC;
}

#career .flexContents .mainContents .acBox dd .recruitTable tr {
	border-bottom: 1px solid #CCCCCC;
}

#career .flexContents .mainContents .acBox dd .recruitTable th {
	width: 277px;
	vertical-align: middle;
	text-align: left;
}

#career .flexContents .mainContents .acBox dd .recruitTable th p {
	font-size: 17px;
	font-weight: 700;
	line-height: 200%;
	letter-spacing: 0;
	color: #000;
}

#career .flexContents .mainContents .acBox dd .recruitTable td {
	padding: 19.5px 0;
}

#career .flexContents .mainContents .acBox dd .recruitTable td p {
	font-size: 17px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#career .flexContents .mainContents .acBox dd .recruitTable td p.m {
	margin-bottom: 30px;
}

#career .flexContents .mainContents .acBox dd .recruitTable td ul.m {
	margin-bottom: 30px;
}

#career .flexContents .mainContents .acBox dd .recruitTable td ul li {
	display: flex;
	padding: 0 5px;
}

#career .flexContents .mainContents .acBox dd .recruitTable td ul li span {
	font-size: 17px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

/*----------------------------------------------------
 #contactThanks
----------------------------------------------------*/

#contactThanks {
	position: relative;
	padding: 200px 0 118px 0;
}

#contactThanks .inner {
	max-width: 590px;
}

#contactThanks .head {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#contactThanks .head .icon {
	width: 100%;
	max-width: 62px;
	margin: 0 auto 19px;
}

#contactThanks .head h1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 38px;
}

#contactThanks .head h1 b {
	font-size: 88px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #000;
	font-family: "Roboto", sans-serif;
	margin-bottom: 21px;
	transform: translateX(-11px);
	-webkit-transform: translateX(-11px);
	-moz-transform: translateX(-11px);
}

#contactThanks .head h1 small {
	font-size: 28px;
	font-weight: 700;
	line-height: 190%;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#contactThanks .head p {
	font-size: 16px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	color: #000;
}

.thanks #bannerBlock  {
	padding: 0 0 77px 0;
}

/*----------------------------------------------------
 #contactCheck
----------------------------------------------------*/

#contactCheck {
	position: relative;
	padding: 200px 0 180px 0;
}

#contactCheck .inner {
	max-width: 1171px;
}

#contactCheck .head {
	margin-bottom: 82px;
}

#contactCheck .head h1 {
	font-size: 44px;
	font-weight: 700;
	font-style: italic;
	line-height: 130%;
	letter-spacing: -0.04em;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#contactCheck #formBox {
	width: 740px;
	margin: 0 auto 0;
}

#contactCheck #formBox .form-section {
	margin-bottom: 40px;
}

#contactCheck #formBox .form-section#borderSec {
	margin-bottom: 39px;
	padding: 0 0 41px 0;
	border-bottom: 1px solid #cccccc;
}

#contactCheck #formBox .form-head {
	margin-bottom: 12px;
}

#contactCheck #formBox .form-head .text {
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	color: #000;
}

#contactCheck #formBox .form-conts p {
	font-size: 18px;
	font-weight: 500;
	line-height: 170%;
	letter-spacing: 0.045em;
	color: #000;
}

#contactCheck #formBox .btFlex {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 72px;
}

#contactCheck #formBox .btFlex .submitBt {
	margin-bottom: 40px;
}

#contactCheck #formBox .btFlex .submitBt .button {
	position: relative;
	width: 451px;
	height: 95px;
}

#contactCheck #formBox .btFlex .submitBt .button input {
	-webkit-appearance: none;
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 100%;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	border: initial;
	font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 0 13px 0 0;
	border-radius: 80px;
	background: #8F76D6;
	background: -webkit-linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	background: linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8F76D6", endColorstr="#D75FEC", GradientType=1);
	transition: all 0.3s ease 0s;
}

#contactCheck #formBox .btFlex .submitBt .button .icon {
	position: absolute;
	width: 100%;
	max-width: 24px;
	line-height: 10px;
	top: 50%;
	right: 40px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.3s ease;
}

#contactCheck #formBox .btFlex .submitBt .button .icon #longArrow {
	fill: #fff;
}

#contactCheck #formBox .btFlex .backBt {
	position: relative;
	width: 451px;
	height: 75px;
}

#contactCheck #formBox .btFlex .backBt a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	border: initial;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 0 0 0 13px;
	border-radius: 80px;
	background: #777777;
}

#contactCheck #formBox .btFlex .backBt a .icon {
	position: absolute;
	width: 100%;
	max-width: 24px;
	line-height: 10px;
	top: 50%;
	left: 40px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.3s ease;
}

#contactCheck #formBox .btFlex .backBt a .icon #longArrow-left {
	fill: #fff;
}

/*----------------------------------------------------
 #contact
----------------------------------------------------*/

#contact {
	position: relative;
	padding: 200px 0 192px 0;
}

#contact .inner {
	max-width: 1129px;
}

#contact .head {
	margin-bottom: 41px;
}

#contact .head h1 {
	display: flex;
	flex-direction: column;
}

#contact .head h1 b {
	font-size: 64px;
	font-weight: 700;
	font-style: italic;
	line-height: 130%;
	letter-spacing: -0.1em;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 21px;
}

#contact .head h1 small {
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
	letter-spacing: -0.02em;
	padding: 0 0 0 6px;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#contact .headTex {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 69px;
}

#contact .headTex h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 180%;
	letter-spacing: 0;
	color: #000;
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 20px;
}

#contact .headTex p {
	font-size: 16px;
	font-weight: 500;
	line-height: 200%;
	letter-spacing: 0;
	text-align: center;
	color: #000;
}

#contact #formBox {
	width: 740px;
	margin: 0 auto 0;
}

#contact #formBox .form-section {
	margin-bottom: 40px;
}

#contact #formBox .form-section.min {
	margin-bottom: 33px;
}

#contact #formBox .form-section.min.min2 {
	margin-bottom: 27px;
}

#contact #formBox .form-section#borderSec {
	margin-bottom: 39px;
	padding: 0 0 39px 0;
	border-bottom: 1px solid #cccccc;
}

#contact #formBox .form-head {
	margin-bottom: 22px;
	display: flex;
	align-items: center;
}

#contact #formBox .min .form-head {
	margin-bottom: 13px;
}

#contact #formBox .form-head .text {
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	color: #000;
}

#contact #formBox .form-head .required {
	color: #fff;
	background: #8F76D6;
	border-radius: 4px;
	width: 47px;
	line-height: 23px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
	box-sizing: border-box;
	margin-left: 13px;
}

#contact #formBox .form-head .any {
	color: #777777;
	background: #fff;
	border: 1px solid #777777;
	border-radius: 4px;
	width: 47px;
	line-height: 23px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
	box-sizing: border-box;
	margin-left: 13px;
}

#contact #formBox .flexRadio {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 0;
}

#contact #formBox .flexRadio.mb {
	margin-bottom: 24px;
}

#contact #formBox .flexRadio > span {
	width: 48.4%;
}

#contact #formBox .flexRadio > span label {
	width: 100%;
	height: 82px;
	border: 1px solid #222222;
	border-radius: 6px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin: 0 0 0;
	padding: 0 0 0 25px;
	cursor: pointer;
	box-sizing: border-box;
}

#contact #formBox .flexRadio > span.minHeight label {
	height: 66px;
}

#contact #formBox .flexRadio > span label.active {
	border: 2px solid #8F76D6;
}

#contact #formBox input[type="radio"]::before {
  background-color: #8F76D6;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}

#contact #formBox input[type="radio"]:checked::before {
  opacity: 1;
}

#contact #formBox input[type="radio"] {
  appearance: none;
  border: 1px solid #222222;
  border-radius: 50%;
  height: 18px;
  left: -.5em;
  margin: 0 12px 0 0;
  position: relative;
  width: 18px;
}

#contact #formBox input[type="radio"]:checked {
  border: 1px solid #8F76D6;
}

#contact .selectType {
	-webkit-appearance: none;
	appearance: none;
	font-size: inherit;
	box-sizing: border-box;
	width: 100%;
	line-height: inherit;
	resize: vertical;
	display: block;
	border-radius: 8px;
	border: 1px solid  #222222;
	background: #fff;
	outline: none;
	transition: all 0.3s ease;
	position: relative;
}

#contact .selectType.error {
	border: 2px solid red !important;
}

#contact .selectType:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 15px;
	border: 2px solid #333333;
	width: 13px;
	height: 14px;
	box-sizing: border-box;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-left: none;
	border-top: none;
	margin-top: -4px;
}

#contact .selectType select {
	margin: 0;
	padding: 0 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: 0 0;
	outline: 0;
	border: 0;
	line-height: 64px;
	height: 64px;
	width: 100%;
	border-right: 30px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	z-index: 2;
	display: block;
	font-size: 16px;
	color: #222222;
	font-weight: 500;
	letter-spacing: 0.04em;
	font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}

textarea, [type="search"], [type="date"], [type="tel"], [type="email"], [type="number"], [type="password"], [type="text"] {
	-webkit-appearance: none;
	appearance: none;
	font-size: inherit;
	padding: 14px 15px;
	border: 1px solid #222222;
	border-radius: 8px;
	box-sizing: border-box;
	width: 100%;
	line-height: inherit;
	resize: vertical;
	display: block;
	border-radius: 40px;
	background: #fff;
	outline: none;
	font-size: 16px;
	font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}

.error textarea, .error [type="search"], .error [type="date"], .error [type="tel"], .error [type="email"], .error [type="number"], .error [type="password"], .error [type="text"], .error [type="file"] {
	border: 2px solid red !important;
}

::placeholder{
	font-weight: 500;
  color:#BBBBBB;
}


#contact .form-section [type="text"],
#contact .form-section [type="tel"],
#contact .form-section textarea {
	border-radius: 8px;
	border-color: #222222;
	background: #fff;
	transition: all 0.3s ease;
	padding: 15px 15px;
	width: 100%;
}

#contact .form-section textarea {
	height: 200px;
}

#contact .form-conts.selectFlex {
	display: flex;
	align-items: center;
}

#contact .form-conts.selectFlex div:nth-child(1) {
	width: 116px;
	margin-right: 12px;
}

#contact .form-conts.selectFlex div:nth-child(2) {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-right: 24px;
}

#contact .form-conts.selectFlex div:nth-child(3) {
	width: 116px;
	margin-right: 12px;
}

#contact .form-conts.selectFlex div:nth-child(4) {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

#contact .form-section input[type='file'] {
	-webkit-appearance: none;
	appearance: none;
  color: rgb(31, 41, 55);
  cursor: pointer;
	font-size: 16px;
	font-weight: 500;
  border: 1px solid #222222;
  border-radius: 8px;
  padding-right: 0.5rem;
	width: calc(100% - 184px);
}

::file-selector-button,
::-webkit-file-upload-button {
  background-color: #5A5A5A;
	font-size: 16px;
	font-weight: 500;
  color: #fff;
	font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  border: none;
  cursor: pointer;
  border-right: 1px solid rgb(191, 194, 199);
  padding: 0.25rem 1rem;
  margin-right: 20px;
	width: 184px;
	height: 50px;
}

#contact .form-section .addTex {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	margin-top: 8px;
}

#contact .formCheack {
	position: relative;
	z-index: 1;
	margin-top: 41px;
	margin-bottom: 59px;
}

#contact .formCheack .btAc {
	display: flex;
	justify-content: center;
	align-items: center;
}

#contact .formCheack .btAc .text {
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
	margin: 0 0 0 15px;
	cursor: pointer;
}

#contact .formCheack .btAc .text a {
	text-decoration: underline;
}

#contact .formCheack .btAc .text span {
	width: 100%;
	max-width: 18px;
	margin: 0 2px;
	transform: translateY(3px);
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	display: inline-block;
}

#contact .formCheack .btAc [type="checkbox"] {
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
}

#contact .formCheack .btAc .mark {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 0 0 0;
	background: #fff;
	transition-duration: .3s;
	transition-property: border-color, background-color, color;
	box-sizing: border-box;
	border: 2px solid #8F76D6;
	position: relative;
	z-index: 1;
	border-radius: 4px;
	z-index: 1;
	top: calc(6px + 0.2em);
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

#contact .formCheack .btAc .mark img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#contact .formCheack .btAc [type="checkbox"]:checked + .mark {
	background-color: #8F76D6;
	border-color: #8F76D6;
}

#contact #formBox .submitBt .button {
	position: relative;
	width: 431px;
	height: 95px;
	margin: 0 auto 0;
}

#contact #formBox .submitBt .button input {
	-webkit-appearance: none;
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 100%;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	border: initial;
	font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 0 34px 0 0;
	border-radius: 80px;
	background: #8F76D6;
	background: -webkit-linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	background: linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8F76D6", endColorstr="#D75FEC", GradientType=1);
	transition: all 0.3s ease 0s;
}

#contact #formBox .submitBt .button.disabled input {
	pointer-events: none;
  opacity: 0.4;
}

#contact #formBox .submitBt .button .icon {
	position: absolute;
	width: 100%;
	max-width: 24px;
	line-height: 10px;
	top: 50%;
	right: 40px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.3s ease;
}

#contact #formBox .submitBt .button .icon #longArrow {
	fill: #fff;
}

#contact #formBox .messageConts {
	position: relative;
}

#contact #formBox .messageConts .messageTex {
	position: absolute;
	left: 0;
	top: 15px;
	padding: 0 15px;
	font-size: 16px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

/*----------------------------------------------------
 Hover
----------------------------------------------------*/

@media screen and (min-width: 769px) {

	#newgrad .flexContents .sideNav ul li a:hover .tex {
		color: #000;
	}

	#newgrad .flexContents .sideNav ul li a:hover:before {
		background: #8F76D6;
	}

	#career .flexContents .sideNav ul li a:hover .tex {
		color: #000;
	}

	#career .flexContents .sideNav ul li a:hover:before {
		background: #8F76D6;
	}

	#systemOffice .slideArea .arrow_box .prev-arrow:hover {
		background: #fff;
	}

	#systemOffice .slideArea .arrow_box .prev-arrow:hover .icon {
		transform: translateX(-3px);
		-webkit-transform: translateX(-3px);
		-moz-transform: translateX(-3px);
	}

	#systemOffice .slideArea .arrow_box .prev-arrow:hover #prevArrow {
		fill: #000;
	}

	#systemOffice .slideArea .arrow_box .next-arrow:hover {
		background: #fff;
	}

	#systemOffice .slideArea .arrow_box .next-arrow:hover .icon {
		transform: translateX(3px);
		-webkit-transform: translateX(3px);
		-moz-transform: translateX(3px);
	}

	#systemOffice .slideArea .arrow_box .next-arrow:hover #nextArrow {
		fill: #000;
	}


	#peopleArchive .memberList .box a:hover .oraclelink {
		background: #fff;
	}

	#peopleArchive .memberList .box a:hover .oraclelink .icon {
		transform: translateX(3px);
		-webkit-transform: translateX(3px);
		-moz-transform: translateX(3px);
	}

	#peopleArchive .memberList .box a:hover .oraclelink #shortArrow {
		fill: #000;
	}

	#jobs .jobsFlex .box a:hover .oraclelink {
		background: #fff;
	}

	#jobs .jobsFlex .box a:hover .oraclelink .icon {
		transform: translateX(3px);
		-webkit-transform: translateX(3px);
		-moz-transform: translateX(3px);
	}

	#jobs .jobsFlex .box a:hover .oraclelink #shortArrow {
		fill: #000;
	}

	#serviceNav .serviceList .box a:hover .imageArea .arrowBox .oraclelink {
		background: #fff;
	}

	#serviceNav .serviceList .box a:hover .imageArea .arrowBox .oraclelink .icon {
		transform: translateY(-3px) translateX(3px);
		-webkit-transform: translateY(-3px) translateX(3px);
		-moz-transform: translateY(-3px) translateX(3px);
	}

	#serviceNav .serviceList .box a:hover .imageArea .arrowBox .oraclelink #slashArrow {
		fill: #000;
	}

	#contactCheck #formBox .btFlex .submitBt .button:hover input {
		opacity: 0.7;
	}

	#contactCheck #formBox .btFlex .submitBt .button:hover .icon {
		right: 36px;
	}

	#contactCheck #formBox .btFlex .backBt a:hover {
		opacity: 0.7;
	}

	#contactCheck #formBox .btFlex .backBt a:hover .icon {
		left: 36px;
	}

	#contact #formBox .submitBt .button:hover input {
		opacity: 0.7;
	}

	#contact #formBox .submitBt .button:hover .icon {
		right: 36px;
	}

	#contact #formBox .submitBt .button.disabled:hover input {
		opacity: 0.4;
	}

	#contact #formBox .submitBt .button.disabled:hover .icon {
		right: 40px;
	}

	#contact .formCheack .btAc .text a:hover {
		opacity: 0.7;
	}

}

/*----------------------------------------------------
 pc vw
----------------------------------------------------*/

@media screen and (min-width: 769px) and (max-width: 1100px) {

	/*----------------------------------------------------
	#company
	----------------------------------------------------*/

	#company {
		padding: 16.172vw 0 5.625vw 0;
	}

	#company .bg {
		max-width: 171.875vw;
		top: 33.047vw;
	}

	#company .inner {
		max-width: 90.625vw;
	}

	#company .head {
		margin-bottom: 7.266vw;
		padding: 0 0 0 1.797vw;
	}

	#company .head h1 b {
		font-size: 5vw;
		letter-spacing: -0.525vw;
		margin-bottom: 2.656vw;
	}

	#company .head h1 small {
		font-size: 1.875vw;
		letter-spacing: -0.02em;
		padding: 0 0 0 0.469vw;
	}

	#company .contentsFlex {
		margin-bottom: 31.172vw;
		padding: 0 4.688vw 0 2.266vw;
	}

	#company .contentsFlex .boxHead h2 {
		font-size: 2.813vw;
	}

	#company .contentsFlex .boxConts {
		padding: 13.906vw 0 0 0;
	}

	#company .contentsFlex .boxConts p {
		font-size: 1.563vw;
	}

	#company .texScroll .slideTexTop {
		margin-bottom: 4.375vw;
		padding: 1.563vw 0 0 0;
	}

	#company .texScroll .slideTexTop p {
		font-size: 14.375vw;
	}

	#company .texScroll .slideTexTop p:last-child {
		margin-right: 4.609vw;
	}

	#company .texScroll .slideTexTop .img {
		width: 24.219vw;
		margin: 0 5.547vw 0 5vw;
	}

	#company .texScroll .slideTexTop .img img {
		transform: translate(-0.781vw, -0.781vw);
	}

	#company .texScroll .slideTexTop .img:before {
		border-radius: 1.563vw;
		left: 0.781vw;
		top: 0.781vw;
	}

	/*----------------------------------------------------
	#purpose
	----------------------------------------------------*/

	#purpose {
		padding: 0 0 9.375vw 0;
	}

	#purpose .boxFlex .boxHead {
		width: 27.656vw;
	}

	#purpose .boxFlex .boxHead h2 small {
		font-size: 1.25vw;
		margin-bottom: 1.016vw;
	}

	#purpose .boxFlex .boxHead h2 b {
		font-size: 4.531vw;
		letter-spacing: -0.181vw;
	}

	#purpose .boxFlex .boxConts {
		width: 42.188vw;
		padding: 5.859vw 0 0 0;
	}

	#purpose .boxFlex .boxConts h3 {
		font-size: 4.375vw;
		margin-bottom: 2.656vw;
	}

	#purpose .boxFlex .boxConts p {
		font-size: 1.406vw;
	}

	/*----------------------------------------------------
	#value
	----------------------------------------------------*/

	#value {
		padding: 0 0 9.453vw 0;
	}

	#value .head {
		margin-bottom: 4.453vw;
	}

	#value .head h2 small {
		font-size: 1.25vw;
		margin-bottom: 1.016vw;
	}

	#value .head h2 b {
		font-size: 4.531vw;
		letter-spacing: -0.181vw;
	}

	#value .cardFlex .box {
		width: 27.187vw;
		height: 44.219vw;
		border-radius: 3.125vw;
		padding: 0.469vw;
	}

	#value .cardFlex .box .innerBox {
		border-radius: 2.813vw;
		padding: 5.781vw 1.875vw 0 1.875vw;
	}

	#value .cardFlex .box .innerBox .no {
		margin-bottom: 4.219vw;
	}

	#value .cardFlex .box .innerBox .no span {
		font-size: 1.563vw;
	}

	#value .cardFlex .box .innerBox .conts h3 {
		font-size: 2.031vw;
		margin-bottom: 1.25vw;
	}

	#value .cardFlex .box .innerBox .conts p {
		font-size: 1.25vw;
	}

	#value .cardFlex .box.box02 {
		margin-top: 3.125vw;
	}

	#value .cardFlex .box03 {
		margin-top: 6.25vw;
	}

	/*----------------------------------------------------
	#worksSec
	----------------------------------------------------*/

	#worksSec {
		padding: 0 0 6.25vw 0;
	}

	#worksSec .boxFlex {
		padding: 0 0.234vw 0 0;
	}

	#worksSec .boxFlex .boxConts {
		width: 32.656vw;
	}

	#worksSec .boxFlex .boxConts .head {
		margin-bottom: 7.969vw;
	}

	#worksSec .boxFlex .boxConts .head h2 small {
		font-size: 1.563vw;
		margin-bottom: 2.5vw;
	}

	#worksSec .boxFlex .boxConts .head h2 b {
		font-size: 6.875vw;
		letter-spacing: -0.275vw;
	}

	#worksSec .boxFlex .boxConts .conts h3 {
		font-size: 2.813vw;
		margin-bottom: 2.109vw;
	}

	#worksSec .boxFlex .boxConts .conts p {
		font-size: 1.406vw;
	}

	#worksSec .boxFlex .objImage {
		max-width: 48.438vw;
		margin-top: 4.609vw;
	}

	/*----------------------------------------------------
	#serviceNav
	----------------------------------------------------*/

	#serviceNav {
		padding: 0 0 12.5vw 0;
	}

	#serviceNav .head {
		margin-bottom: 4.063vw;
	}

	#serviceNav .head h2 small {
		font-size: 1.25vw;
		margin-bottom: 1.563vw;
	}

	#serviceNav .head h2 b {
		font-size: 4.531vw;
		letter-spacing: -0.181vw;
	}

	#serviceNav .serviceList {
		border-top: 0.078vw solid #BBB;
	}

	#serviceNav .serviceList .box a {
		border-bottom: 0.078vw solid #BBB;
		padding: 3.75vw 0 3.672vw 0;
	}

	#serviceNav .serviceList .box a .conts {
		width: 42.969vw;
	}

	#serviceNav .serviceList .box.box03 a .conts {
		padding: 1.25vw 0 0 0;
	}

	#serviceNav .serviceList .box a .conts .gradeTex {
		margin-bottom: 2.344vw;
	}

	#serviceNav .serviceList .box a .conts .gradeTex p {
		font-size: 1.563vw;
	}

	#serviceNav .serviceList .box a .conts .texContents h3 {
		font-size: 2.813vw;
		margin-bottom: 3.203vw;
	}

	#serviceNav .serviceList .box a .conts .texContents h4 {
		font-size: 1.875vw;
		margin-bottom: 1.172vw;
	}

	#serviceNav .serviceList .box a .conts .texContents p {
		font-size: 1.25vw;
	}

	#serviceNav .serviceList .box a .imageArea {
		width: 38.281vw;
		height: 29.844vw;
	}

	#serviceNav .serviceList .box a .imageArea .arrowBox {
		width: 6.953vw;
		height: 4.688vw;
		border-radius: 2.031vw 0 0 0;
	}

	#serviceNav .serviceList .box a .imageArea .arrowBox .oraclelink {
		width: 4.688vw;
		height: 4.688vw;
	}

	#serviceNav .serviceList .box a .imageArea .arrowBox .oraclelink .icon {
		width: 0.938vw;
	}

	/*----------------------------------------------------
	#systems
	----------------------------------------------------*/

	#systems {
		padding: 16.172vw 0 0 0;
	}

	#systems .inner {
		max-width: 90.625vw;
	}

	#systems .head {
		margin-bottom: 4.766vw;
		padding: 0 0 0 1.797vw;
	}

	#systems .head h1 b {
		font-size: 5vw;
		margin-bottom: 2.656vw;
	}

	#systems .head h1 small {
		font-size: 1.875vw;
		padding: 0 0 0 0.469vw;
	}

	#systems .headTex {
		margin-bottom: 4.688vw;
		padding: 0 2.422vw 0 0;
	}

	#systems .headTex p {
		font-size: 1.563vw;
	}

	#systems .headImage .inner {
		max-width: 186.875vw;
	}

	/*----------------------------------------------------
	#systemInfo
	----------------------------------------------------*/

	#systemInfo {
		padding: 9.844vw 0 0 0;
	}

	#systemInfo .head {
		margin-bottom: 4.375vw;
	}

	#systemInfo .head h2 small {
		font-size: 1.25vw;
		margin-bottom: 1.563vw;
	}

	#systemInfo .head h2 b {
		font-size: 4.531vw;
	}

	#systemInfo .iconList .box {
		padding: 3.672vw 2.188vw 3.75vw;
		border: 0.078vw solid #777777;
	}

	#systemInfo .iconList .box:nth-child(1) {
		border-radius: 3.125vw 0 0 0;
	}

	#systemInfo .iconList .box:nth-child(3) {
		border-radius: 0 3.125vw 0 0;
	}

	#systemInfo .iconList .box .icon {
		max-width: 9.375vw;
		margin: 0 0 1.875vw;
	}

	#systemInfo .iconList .box h3 {
		font-size: 1.719vw;
		margin-bottom: 0.938vw;
	}

	#systemInfo .iconList .box p {
		font-size: 1.25vw;
	}

	#systemInfo .texList .box {
		padding: 3.984vw 3.594vw 4.141vw;
		border: 0.078vw solid #777777;
	}

	#systemInfo .texList .box h3 b {
		font-size: 1.719vw;
	}

	#systemInfo .texList .box h3 small {
		font-size: 1.094vw;
		transform: translateY(0.391vw);
		-webkit-transform: translateY(0.391vw);
		-moz-transform: translateY(0.391vw);
	}

	#systemInfo .texList .box:nth-child(3) {
		border-radius: 0 0 0 3.125vw;
		padding: 2.891vw 3.594vw 3.359vw;
	}

	#systemInfo .texList .box:nth-child(4) {
		border-radius: 0 0 3.125vw 0;
		padding: 2.891vw 3.594vw 3.359vw;
	}

	/*----------------------------------------------------
	#systemTraining
	----------------------------------------------------*/

	#systemTraining {
		padding: 9.844vw 0 0 0;
	}

	#systemTraining .head {
		margin-bottom: 5.703vw;
		padding: 0 0 0 0;
	}

	#systemTraining .head h2 small {
		font-size: 1.25vw;
		margin-bottom: 2.109vw;
	}

	#systemTraining .head h2 b {
		font-size: 4.531vw;
	}

	#systemTraining .newFaceBox {
		margin-bottom: 3.672vw;
	}

	#systemTraining .newFaceBox .boxHead {
		margin-bottom: 2.891vw;
	}

	#systemTraining .newFaceBox .boxHead h3 {
		font-size: 2.344vw;
	}

	#systemTraining .newFaceBox .scrollList {
		padding: 0 0 1.094vw 0;
	}

	#systemTraining .newFaceBox .addTex p {
		font-size: 1.094vw;
	}

	#systemTraining .iconList .box {
		padding: 3.672vw 2.188vw 3.75vw;
		border: 0.078vw solid #777777;
	}

	#systemTraining .iconList .box:nth-child(1) {
		border-radius: 3.125vw 0 0 3.125vw;
	}

	#systemTraining .iconList .box:nth-child(2) {
		border-radius: 0 3.125vw 3.125vw 0;
	}

	#systemTraining .iconList .box .icon {
		max-width: 9.375vw;
		margin: 0 0 1.875vw;
	}

	#systemTraining .iconList .box h3 {
		font-size: 1.719vw;
		margin-bottom: 0.938vw;
	}

	#systemTraining .iconList .box p {
		font-size: 1.25vw;
	}

	/*----------------------------------------------------
	#systemData
	----------------------------------------------------*/

	#systemData {
		padding: 9.844vw 0 0 0;
	}

	#systemData .head {
		margin-bottom: 4.453vw;
	}

	#systemData .head h2 small {
		font-size: 1.25vw;
		margin-bottom: 1.406vw;
	}

	#systemData .head h2 b {
		font-size: 4.531vw;
	}

	#systemData .dataFlex {
		margin-bottom: 3.125vw;
	}

	#systemData .dataFlex .box {
		width: 27.266vw;
		height: 34.063vw;
		margin-bottom: 2.188vw;
		padding: 3.516vw 0 0 0;
		border-radius: 2.891vw;
	}

	#systemData .dataFlex .box.box01 {
		padding: 4.063vw 0 0 0;
	}

	#systemData .dataFlex .box.box03 {
		padding: 3.203vw 0 0 0;
	}

	#systemData .dataFlex .box.box04 {
		padding: 4.922vw 0 0 0;
	}

	#systemData .dataFlex .box h3 {
		margin-bottom: 0.781vw;
	}

	#systemData .dataFlex .box.box03 h3 {
		margin-bottom: 2.422vw;
	}

	#systemData .dataFlex .box h3 small {
		font-size: 1.563vw;
	}

	#systemData .dataFlex .box h3 b {
		font-size: 2.031vw;
		margin-bottom: 0.938vw;
	}

	#systemData .dataFlex .box .noFlex .noBox {
		margin: 0 0.469vw;
	}

	#systemData .dataFlex .box .noFlex .noBox h4 {
		font-size: 1.406vw;
	}

	#systemData .dataFlex .box .noFlex .noBox .js-count b {
		font-size: 6.25vw;
	}

	#systemData .dataFlex .box .noFlex .noBox .js-count small {
		font-size: 2.5vw;
	}

	#systemData .dataFlex .box .countUp b {
		font-size: 10.156vw;
	}

	#systemData .dataFlex .box.box01 .countUp b {
		letter-spacing: -0.05em;
		margin: 0 0.391vw 0 0;
	}

	#systemData .dataFlex .box.box02 .countUp b {
		letter-spacing: -0.1em;
		margin: 0 1.25vw 0 0;
	}

	#systemData .dataFlex .box .countUp small {
		font-size: 3.75vw;
		margin: 0 0.313vw;
		transform: translate(0.078vw, -0.547vw);
		-webkit-transform: translate(0.078vw, -0.547vw);
		-moz-transform: translate(0.078vw, -0.547vw);
	}

	#systemData .dataFlex .box.box01 .img {
		max-width: 9.258vw;
		margin: 0 auto 0.313vw;
	}

	#systemData .dataFlex .box.box02 .img {
		max-width: 9.258vw;
		margin: 0.391vw auto 0;
	}

	#systemData .dataFlex .box.box03 .img {
		max-width: 10.078vw;
		margin: 1.172vw auto 0;
	}

	#systemData .dataFlex .box.box04 .img {
		max-width: 10.039vw;
		margin: 0.469vw auto 0;
	}

	#systemData .dataFlex .box.box05 .img {
		max-width: 9.258vw;
		margin: 0.391vw auto 0;
	}

	#systemData .dataFlex .box.box06 .img {
		max-width: 9.727vw;
		margin: 0.391vw auto 0;
	}

	/*----------------------------------------------------
	#systemOffice
	----------------------------------------------------*/

	#systemOffice {
		margin-bottom: 12.5vw;
		padding: 4.453vw 0 0 0;
	}

	#systemOffice .head {
		margin-bottom: -0.156vw;
	}

	#systemOffice .head h2 small {
		font-size: 1.25vw;
		margin-bottom: 1.406vw;
	}

	#systemOffice .head h2 b {
		font-size: 4.531vw;
	}

	#systemOffice .slideArea .arrow_box {
		margin-bottom: 3.047vw;
	}

	#systemOffice .slideArea .arrow_box .prev-arrow {
		width: 3.438vw;
		height: 3.438vw;
		border: 0.078vw solid #000;
	}

	#systemOffice .slideArea .arrow_box .prev-arrow .icon {
		width: 0.938vw;
		line-height: 0.781vw;
	}

	#systemOffice .slideArea .arrow_box .next-arrow {
		width: 3.438vw;
		height: 3.438vw;
		margin-left: 1.25vw;
		border: 0.078vw solid #000;
	}

	#systemOffice .slideArea .arrow_box .next-arrow .icon {
		width: 0.938vw;
		line-height: 0.781vw;
	}

	#systemOffice .officeSlide .box {
		width: 52.969vw;
		margin: 0 1.875vw;
	}

	/*----------------------------------------------------
	#peopleArchive
	----------------------------------------------------*/

	#peopleArchive {
		padding: 16.172vw 0 7.813vw 0;
	}

	#peopleArchive .inner {
		max-width: 90.625vw;
	}

	#peopleArchive .head {
		margin-bottom: 4.766vw;
		padding: 0 0 0 1.797vw;
	}

	#peopleArchive .head h1 b {
		font-size: 5vw;
		margin-bottom: 2.656vw;
	}

	#peopleArchive .head h1 small {
		font-size: 1.875vw;
		padding: 0 0 0 0.469vw;
	}

	#peopleArchive .headTex {
		margin-bottom: 4.688vw;
		padding: 0 2.422vw 0 0;
	}

	#peopleArchive .headTex p {
		font-size: 1.563vw;
	}

	#peopleArchive .memberList .box {
		width: 48.10344%;
		margin-bottom: 6.094vw;
	}

	#peopleArchive .memberList .box .movieBox {
		height: 24.531vw;
		border-radius: 2.031vw;
	}

	#peopleArchive .memberList .box .movieBox .gradeTex {
		left: 2.188vw;
		bottom: 2.344vw;
	}

	#peopleArchive .memberList .box .movieBox .gradeTex p span {
		font-size: 1.875vw;
		border-radius: 0.313vw;
		margin-top: 1.406vw;
		padding: 0.625vw 0.938vw;
	}

	#peopleArchive .memberList .box .movieBox .gradeTex p span:first-child:after {
		width: calc(100% + 0.625vw);
		height: calc(100% + 0.625vw);
		border-radius: 0.313vw;
	}

	#peopleArchive .memberList .box .movieBox .gradeTex p span:last-child:after {
		width: calc(100% + 0.625vw);
		height: calc(100% + 0.625vw);
		border-radius: 0.313vw;
	}

	#peopleArchive .memberList .box .movieBox .arrowBox {
		width: 8.125vw;
		height: 6.094vw;
		border-radius: 2.031vw 0 0 0;
		padding: 1.953vw 0 0 0.781vw;
	}

	#peopleArchive .memberList .box .movieBox .arrowBox:before {
		width: 1.875vw;
		height: 1.875vw;
		left: -1.875vw;
	}

	#peopleArchive .memberList .box .movieBox .arrowBox:after {
		width: 1.875vw;
		height: 1.875vw;
		top: -1.875vw;
	}

	#peopleArchive .memberList .box .movieBox .arrowBox .oraclelink {
		width: 4.063vw;
		height: 4.063vw;
	}

	#peopleArchive .memberList .box .conts {
		padding: 2.031vw 0 0 0;
	}

	#peopleArchive .memberList .box .conts .nameFlex .nameInitial {
		margin-right: 2.188vw;
	}

	#peopleArchive .memberList .box .conts .nameFlex .nameInitial p {
		font-size: 5vw;
	}

	#peopleArchive .memberList .box .conts .nameFlex .nameInfo .type {
		font-size: 1.563vw;
		margin-bottom: 0.781vw;
	}

	#peopleArchive .memberList .box .conts .nameFlex .nameInfo .days {
		font-size: 1.328vw;
	}

	/*----------------------------------------------------
	#interview
	----------------------------------------------------*/

	#interview {
		margin-bottom: 11.953vw;
		padding: 15.625vw 0 0 0;
	}

	#interview .sectionHead {
		margin-bottom: 3.984vw;
		padding: 0 0 0 1.797vw;
	}

	#interview .sectionHead .inner {
		max-width: 93.281vw;
	}

	#interview .sectionHead h1 b {
		font-size: 3.438vw;
		margin-bottom: 1.641vw;
	}

	#interview .sectionHead h1 small {
		font-size: 1.875vw;
		padding: 0 0 0 0.469vw;
	}

	#interview .movieHead .movieBox {
		width: 59.688vw;
		height: 33.516vw;
		border-radius: 1.797vw;
	}

	#interview .movieHead .movieConts {
		padding: 0 0 0.391vw 0;
	}

	#interview .movieHead .movieConts h2 {
		margin-bottom: 3.594vw;
	}

	#interview .movieHead .movieConts h2 span {
		font-size: 2.813vw;
		border-radius: 0.313vw;
		margin-top: 1.328vw;
		padding: 0.977vw 0.781vw 0.977vw 0.469vw;
	}

	#interview .movieHead .movieConts h2 span:first-child:after {
		width: calc(100% + 0.781vw);
		top: 0.781vw;
		border-radius: 0.313vw;
	}

	#interview .movieHead .movieConts h2 span:last-child:after {
		width: calc(100% + 0.781vw);
		top: 0.781vw;
		border-radius: 0.313vw;
	}

	#interview .movieHead .movieConts .nameFlex .nameInitial p {
		font-size: 5vw;
		margin-bottom: 2.188vw;
	}

	#interview .movieHead .movieConts .nameFlex .nameInfo .type {
		font-size: 1.563vw;
		margin-bottom: 0.938vw;
	}

	#interview .movieHead .movieConts .nameFlex .nameInfo .days {
		font-size: 1.172vw;
	}

	/*----------------------------------------------------
	#interviewIntroduction
	----------------------------------------------------*/

	#interviewIntroduction {
		margin-bottom: 7.969vw;
	}

	#interviewIntroduction .gradeHead {
		margin-bottom: 2.344vw;
	}

	#interviewIntroduction .gradeHead h2 {
		font-size: 1.719vw;
	}

	#interviewIntroduction .introFlex {
		margin-bottom: 8.047vw;
	}

	#interviewIntroduction .introFlex .boxHead {
		width: 27.656vw;
	}

	#interviewIntroduction .introFlex .boxHead h3 {
		font-size: 1.875vw;
	}

	#interviewIntroduction .introFlex .conts {
		width: 49.609vw;
	}

	#interviewIntroduction .introFlex .conts h4 {
		font-size: 2.344vw;
		margin-bottom: 2.266vw;
	}

	#interviewIntroduction .introFlex .conts p {
		font-size: 1.25vw;
	}

	/*----------------------------------------------------
	#interviewImage
	----------------------------------------------------*/

	#interviewImage {
		margin-bottom: 7.969vw;
	}

	#interviewImage .inner {
		max-width: 171.875vw;
	}

	#interviewImage .imageBox .boxHead h2 {
		font-size: 1.875vw;
	}

	/*----------------------------------------------------
	#interviewMywork
	----------------------------------------------------*/

	#interviewMywork {
		margin-bottom: 7.969vw;
	}

	#interviewMywork .gradeHead {
		margin-bottom: 2.266vw;
	}

	#interviewMywork .gradeHead h2 {
		font-size: 1.719vw;
	}

	#interviewMywork .workFlex {
		margin-bottom: 8.047vw;
	}

	#interviewMywork .workFlex .boxHead {
		width: 27.656vw;
	}

	#interviewMywork .workFlex .boxHead h3 {
		font-size: 1.875vw;
	}

	#interviewMywork .workFlex .conts {
		width: 49.609vw;
		margin: 0 0 0 0;
	}

	#interviewMywork .workFlex .conts h4 {
		font-size: 2.344vw;
		margin-bottom: 2.266vw;
	}

	#interviewMywork .workFlex .conts p {
		font-size: 1.25vw;
	}

	/*----------------------------------------------------
	#interviewMessage
	----------------------------------------------------*/

	#interviewMessage {
		margin-bottom: 4.688vw;
	}

	#interviewMessage .borderBox {
		padding: 0.391vw;
		border-radius: 1.563vw;
	}

	#interviewMessage .borderBox .innerBox {
		border-radius: 1.25vw;
		padding: 4.453vw 0 4.297vw 0;
	}

	#interviewMessage .borderBox .innerBox .head {
		margin-bottom: 1.563vw;
	}

	#interviewMessage .borderBox .innerBox .head h2 small {
		font-size: 2.188vw;
		margin-bottom: 1.172vw;
	}

	#interviewMessage .borderBox .innerBox .head h2 b {
		font-size: 1.875vw;
	}

	#interviewMessage .borderBox .innerBox .boxFlex {
		padding: 0 5vw 0 5vw;
	}

	#interviewMessage .borderBox .innerBox .boxFlex .image {
		max-width: 13.125vw;
	}

	#interviewMessage .borderBox .innerBox .boxFlex .conts {
		width: calc(100% - 17.266vw);
	}

	#interviewMessage .borderBox .innerBox .boxFlex .conts p {
		font-size: 1.25vw;
	}

	/*----------------------------------------------------
	#interviewSchedule
	----------------------------------------------------*/

	#interviewSchedule {
		margin-bottom: 12.5vw;
	}

	#interviewSchedule .borderBox {
		margin-bottom: 7.813vw;
		padding: 0.391vw;
		border-radius: 1.563vw;
	}

	#interviewSchedule .borderBox .innerBox {
		border-radius: 1.25vw;
		padding: 4.453vw 0 4.297vw 0;
	}

	#interviewSchedule .borderBox .innerBox .head {
		margin-bottom: 2.578vw;
	}

	#interviewSchedule .borderBox .innerBox .head h2 small {
		font-size: 2.188vw;
		margin-bottom: 1.172vw;
	}

	#interviewSchedule .borderBox .innerBox .head h2 b {
		font-size: 1.875vw;
	}

	#interviewSchedule .boxFlex {
		padding: 0 6.563vw 0 5vw;
	}

	#interviewSchedule .boxFlex .border {
		top: 3.984vw;
		max-width: 76.367vw;
	}

	#interviewSchedule .boxFlex .box {
		width: 11.484vw;
		margin: 0 1.797vw;
	}

	#interviewSchedule .boxFlex .box .boxHead .days {
		width: 5.156vw;
		height: 2.734vw;
		border-radius: 3.906vw;
		margin-bottom: 1.016vw;
	}

	#interviewSchedule .boxFlex .box .boxHead .days .tex {
		font-size: 1.406vw;
	}

	#interviewSchedule .boxFlex .box .boxHead .obj {
		max-width: 2.031vw;
		margin: 0 auto 0.469vw;
	}

	#interviewSchedule .boxFlex .box .conts p {
		font-size: 1.094vw;
	}

	#interviewSchedule .btPosition .arrowBt {
		width: 17.031vw;
		height: 4.219vw;
	}

	#interviewSchedule .btPosition .arrowBt a {
		padding: 0 1.484vw 0 1.406vw;
	}

	#interviewSchedule .btPosition .arrowBt a .tex {
		font-size: 1.094vw;
	}

	/*----------------------------------------------------
	#jobs
	----------------------------------------------------*/

	#jobs {
		padding: 16.25vw 0 0 0;
	}

	#jobs .head {
		margin-bottom: 6.172vw;
		transform: translateX(-1.172vw);
		-webkit-transform: translateX(-1.172vw);
		-moz-transform: translateX(-1.172vw);
	}

	#jobs .head h1 b {
		font-size: 5vw;
		margin-bottom: 2.578vw;
	}

	#jobs .head h1 small {
		font-size: 1.875vw;
		padding: 0 0 0 0.469vw;
	}

	#jobs .headTex {
		margin-bottom: 4.688vw;
	}

	#jobs .headTex p {
		font-size: 2.344vw;
	}

	#jobs .jobsFlex .box {
		width: 41.563vw;
		height: 15.703vw;
	}

	#jobs .jobsFlex .box a {
		border-radius: 1.875vw;
	}

	#jobs .jobsFlex .box .boxHead h3 {
		font-size: 2.188vw;
	}

	#jobs .jobsFlex .box .arrowBox {
		width: 7.187vw;
		height: 6.094vw;
		border-radius: 2.031vw 0 0 0;
		padding: 0.625vw 0 0 0.234vw;
	}

	#jobs .jobsFlex .box .arrowBox:before {
		width: 1.875vw;
		height: 1.875vw;
		left: -1.875vw;
	}

	#jobs .jobsFlex .box .arrowBox:after {
		width: 1.875vw;
		height: 1.875vw;
		top: -1.875vw;
	}

	#jobs .jobsFlex .box .oraclelink {
		width: 3.828vw;
		height: 3.828vw;
	}

	#jobs .jobsFlex .box .oraclelink .icon {
		width: 1.094vw;
	}

	/*----------------------------------------------------
	#jobsFaq
	----------------------------------------------------*/

	#jobsFaq {
		padding: 9.766vw 0 12.656vw 0;
	}

	#jobsFaq .head {
		margin-bottom: 3.203vw;
	}

	#jobsFaq .head h2 small {
		font-size: 1.25vw;
		margin-bottom: 1.563vw;
	}

	#jobsFaq .head h2 b {
		font-size: 4.688vw;
	}

	#jobsFaq .faqList {
		padding: 0 3.906vw;
	}

	#jobsFaq .faqList dl {
		margin-bottom: 1.563vw;
		border: 0.078vw solid #777777;
		border-radius: 1.563vw;
	}

	#jobsFaq .faqList dl dt {
		padding: 2.188vw 3.125vw;
	}

	#jobsFaq .faqList dl dt .titleArea {
		width: calc(100% - 3.906vw);
	}

	#jobsFaq .faqList dl dt .titleArea .qMark {
		font-size: 1.563vw;
	}

	#jobsFaq .faqList dl dt .titleArea p {
		font-size: 1.563vw;
	}

	#jobsFaq .faqList dl dt .openMark {
		width: 2.5vw;
		height: 2.5vw;
	}

	#jobsFaq .faqList dl dt .openMark img {
		width: 0.859vw;
		line-height: 0.859vw;
	}

	#jobsFaq .faqList dl dd {
		margin-top: -0.781vw;
		padding: 0 3.125vw 2.188vw;
	}

	#jobsFaq .faqList dl dd p {
		font-size: 1.25vw;
	}

	#jobsFaq .faqList dl dd p.m {
		margin-bottom: 2.344vw;
	}

	#jobsFaq .faqList dl dd ul.m {
		margin-bottom: 2.344vw;
	}

	#jobsFaq .faqList dl dd ul li {
		font-size: 1.25vw;
	}

	/*----------------------------------------------------
	#newgrad
	----------------------------------------------------*/

	#newgrad {
		padding: 15.859vw 0 12.656vw 0;
	}

	#newgrad .head {
		transform: translateX(-2.734vw);
		-webkit-transform: translateX(-2.734vw);
		-moz-transform: translateX(-2.734vw);
		margin-bottom: 7.422vw;
	}

	#newgrad .head h1 {
		font-size: 3.438vw;
	}

	#newgrad .flexContents .sideNav {
		width: 17.969vw;
	}

	#newgrad .flexContents .sideNav .sticky {
		top: 13.281vw;
	}

	#newgrad .flexContents .sideNav .sideHead {
		margin-bottom: 2.734vw;
		padding: 0 0 0 0.313vw;
	}

	#newgrad .flexContents .sideNav .sideHead p {
		font-size: 1.875vw;
	}

	#newgrad .flexContents .sideNav ul li {
		margin-bottom: 0.938vw;
	}

	#newgrad .flexContents .sideNav ul li a {
		padding: 0 0 0 1.641vw;
	}

	#newgrad .flexContents .sideNav ul li a .tex {
		font-size: 1.172vw;
	}

	#newgrad .flexContents .sideNav ul li a:before {
		width: 0.625vw;
		height: 0.625vw;
		left: 0.391vw;
		top: 0.703vw;
	}

	#newgrad .flexContents .mainContents {
		width: 62.031vw;
	}

	#newgrad .flexContents .mainContents #sec01 {
		margin-bottom: 9.766vw;
		padding: 0.313vw 0 0 0;
	}

	#newgrad .flexContents .mainContents #sec01 .sectionHead {
		margin-bottom: 3.906vw;
	}

	#newgrad .flexContents .mainContents #sec01 .sectionHead h2 {
		font-size: 2.344vw;
	}

	#newgrad .flexContents .mainContents #sec01 dl.top {
		border-top: 0.078vw solid #CCCCCC;
	}

	#newgrad .flexContents .mainContents #sec01 dl {
		border-bottom: 0.078vw solid #CCCCCC;
	}

	#newgrad .flexContents .mainContents #sec01 dl dt {
		width: 21.719vw;
	}

	#newgrad .flexContents .mainContents #sec01 dl dt p {
		font-size: 1.328vw;
	}

	#newgrad .flexContents .mainContents #sec01 dl dt p span {
		transform: scale(0.7) translate(-0.234vw, -0.313vw);
		-webkit-transform: scale(0.7) translate(-0.234vw, -0.313vw);
		-moz-transform: scale(0.7) translate(-0.234vw, -0.313vw);
	}

	#newgrad .flexContents .mainContents #sec01 dl dd {
		width: calc(100% - 21.719vw);
		padding: 1.523vw 0;
	}

	#newgrad .flexContents .mainContents #sec01 dl dd p {
		font-size: 1.328vw;
	}

	#newgrad .flexContents .mainContents #sec01 dl dd p small {
		font-size: 1.016vw;
	}

	#newgrad .flexContents .mainContents #sec01 dl dd ul li {
		font-size: 1.094vw;
	}

	#newgrad .flexContents .mainContents #sec01 .addTex {
		font-size: 1.016vw;
		margin-top: 1.563vw;
	}

	#newgrad .flexContents .mainContents #sec02 .sectionHead {
		margin-bottom: 3.438vw;
	}

	#newgrad .flexContents .mainContents #sec02 .sectionHead h2 {
		font-size: 2.344vw;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box {
		margin-bottom: 1.797vw;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepHead {
		margin-bottom: 2.109vw;
		padding: 0.234vw;
		border-radius: 0.938vw;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepHead .innerBox {
		border-radius: 0.703vw;
		padding: 1.484vw 0;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepHead .innerBox .gradeTex {
		left: 2.891vw;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepHead .innerBox .gradeTex p {
		font-size: 1.719vw;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepHead .innerBox h3 {
		font-size: 1.563vw;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepConts {
		padding: 0 1.563vw;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepConts p {
		font-size: 1.25vw;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepConts p small {
		font-size: 1.094vw;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepConts .arrow {
		max-width: 2.656vw;
		margin: 2.656vw auto 0;
	}

	/*----------------------------------------------------
	#career
	----------------------------------------------------*/

	#career {
		padding: 15.859vw 0 7.422vw 0;
	}

	#career .head {
		transform: translateX(-2.734vw);
		-webkit-transform: translateX(-2.734vw);
		-moz-transform: translateX(-2.734vw);
		margin-bottom: 7.422vw;
	}

	#career .head h1 {
		font-size: 3.438vw;
	}

	#career .flexContents .sideNav {
		width: 17.969vw;
	}

	#career .flexContents .sideNav .sticky {
		top: 13.281vw;
	}

	#career .flexContents .sideNav .sideHead {
		margin-bottom: 2.734vw;
		padding: 0 0 0 0.313vw;
	}

	#career .flexContents .sideNav .sideHead p {
		font-size: 1.875vw;
	}

	#career .flexContents .sideNav ul li {
		margin-bottom: 0.938vw;
	}

	#career .flexContents .sideNav ul li a {
		padding: 0 0 0 1.641vw;
	}

	#career .flexContents .sideNav ul li a .tex {
		font-size: 1.172vw;
	}

	#career .flexContents .sideNav ul li a .tex small {
		font-size: 1.016vw;
	}

	#career .flexContents .sideNav ul li a:before {
		width: 0.625vw;
		height: 0.625vw;
		left: 0.391vw;
		top: 0.703vw;
	}

	#career .flexContents .mainContents {
		width: 62.031vw;
	}

	#career .flexContents .mainContents #sec01 {
		margin-bottom: 9.766vw;
		padding: 0.313vw 0 0 0;
	}

	#career .flexContents .mainContents #sec01 .sectionHead {
		margin-bottom: 3.906vw;
	}

	#career .flexContents .mainContents #sec01 .sectionHead h2 {
		font-size: 2.344vw;
	}

	#career .flexContents .mainContents #sec01 dl.top {
		border-top: 0.078vw solid #CCCCCC;
	}

	#career .flexContents .mainContents #sec01 dl {
		border-bottom: 0.078vw solid #CCCCCC;
	}

	#career .flexContents .mainContents #sec01 dl dt {
		width: 21.719vw;
	}

	#career .flexContents .mainContents #sec01 dl dt p {
		font-size: 1.328vw;
	}

	#career .flexContents .mainContents #sec01 dl dt p span {
		transform: scale(0.7) translate(-0.234vw, -0.313vw);
		-webkit-transform: scale(0.7) translate(-0.234vw, -0.313vw);
		-moz-transform: scale(0.7) translate(-0.234vw, -0.313vw);
	}

	#career .flexContents .mainContents #sec01 dl dd {
		width: calc(100% - 21.719vw);
		padding: 1.523vw 0;
	}

	#career .flexContents .mainContents #sec01 dl dd p {
		font-size: 1.328vw;
	}

	#career .flexContents .mainContents #sec01 dl dd p small {
		font-size: 1.016vw;
	}

	#career .flexContents .mainContents #sec01 dl dd ul li {
		font-size: 1.094vw;
	}

	#career .flexContents .mainContents #sec01 .addTex {
		font-size: 1.016vw;
		margin-top: 1.563vw;
	}

	#career .flexContents .mainContents #sec02 {
		margin-bottom: 8.438vw;
		padding: 0 0 0 0;
	}

	#career .flexContents .mainContents #sec02 .sectionHead {
		margin-bottom: 3.672vw;
	}

	#career .flexContents .mainContents #sec02 .sectionHead h2 b {
		font-size: 2.344vw;
	}

	#career .flexContents .mainContents #sec02 .sectionHead h2 small {
		font-size: 1.875vw;
	}

	#career .flexContents .mainContents #sec03 .sectionHead {
		margin-bottom: 3.672vw;
	}

	#career .flexContents .mainContents #sec03 .sectionHead h2 b {
		font-size: 2.344vw;
	}

	#career .flexContents .mainContents #sec03 .sectionHead h2 small {
		font-size: 1.875vw;
	}

	#career .flexContents .mainContents .acBox {
		margin-bottom: 1.875vw;
		border: 0.078vw solid #777777;
		border-radius: 1.563vw;
	}

	#career .flexContents .mainContents .acBox dt .dtHead {
		padding: 2.188vw 3.125vw;
	}

	#career .flexContents .mainContents .acBox dt .dtHead .title {
		width: calc(100% - 3.906vw);
	}

	#career .flexContents .mainContents .acBox dt .dtHead .title p {
		font-size: 1.875vw;
	}

	#career .flexContents .mainContents .acBox dt .dtHead .qMark {
		font-size: 1.563vw;
	}

	#career .flexContents .mainContents .acBox dt .dtHead .openMark {
		width: 2.5vw;
		height: 2.5vw;
	}

	#career .flexContents .mainContents .acBox dt .dtHead .openMark img {
		width: 0.859vw;
		line-height: 0.859vw;
	}

	#career .flexContents .mainContents .acBox dt .dtConts {
		padding: 0.234vw 3.125vw 2.188vw;
	}

	#career .flexContents .mainContents .acBox dt .dtConts p {
		font-size: 1.25vw;
	}

	#career .flexContents .mainContents .acBox dd {
		margin-top: 0.313vw;
		padding: 0 3.125vw 3.594vw;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable {
		border-top: 0.078vw solid #CCCCCC;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable tr {
		border-bottom: 0.078vw solid #CCCCCC;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable th {
		width: 21.641vw;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable th p {
		font-size: 1.328vw;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable td {
		padding: 1.523vw 0;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable td p {
		font-size: 1.328vw;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable td p.m {
		margin-bottom: 2.344vw;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable td ul.m {
		margin-bottom: 2.344vw;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable td ul li {
		padding: 0 0.391vw;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable td ul li span {
		font-size: 1.328vw;
	}

	/*----------------------------------------------------
	#contactThanks
	----------------------------------------------------*/

	#contactThanks {
		padding: 15.625vw 0 9.219vw 0;
	}

	#contactThanks .inner {
		max-width: 46.094vw;
	}

	#contactThanks .head .icon {
		max-width: 4.844vw;
		margin: 0 auto 1.484vw;
	}

	#contactThanks .head h1 {
		margin-bottom: 2.969vw;
	}

	#contactThanks .head h1 b {
		font-size: 6.875vw;
		margin-bottom: 1.641vw;
		transform: translateX(-0.859vw);
		-webkit-transform: translateX(-0.859vw);
		-moz-transform: translateX(-0.859vw);
	}

	#contactThanks .head h1 small {
		font-size: 2.188vw;
	}

	#contactThanks .head p {
		font-size: 1.25vw;
	}

	.thanks #bannerBlock  {
		padding: 0 0 6.016vw 0;
	}

	/*----------------------------------------------------
	#contactCheck
	----------------------------------------------------*/

	#contactCheck {
		padding: 15.625vw 0 14.063vw 0;
	}

	#contactCheck .inner {
		max-width: 91.484vw;
	}

	#contactCheck .head {
		margin-bottom: 6.406vw;
	}

	#contactCheck .head h1 {
		font-size: 3.438vw;
	}

	#contactCheck #formBox {
		width: 57.813vw;
	}

	#contactCheck #formBox .form-section {
		margin-bottom: 3.125vw;
	}

	#contactCheck #formBox .form-section#borderSec {
		margin-bottom: 3.047vw;
		padding: 0 0 3.203vw 0;
		border-bottom: 0.078vw solid #cccccc;
	}

	#contactCheck #formBox .form-head {
		margin-bottom: 0.938vw;
	}

	#contactCheck #formBox .form-head .text {
		font-size: 1.25vw;
	}

	#contactCheck #formBox .form-conts p {
		font-size: 1.406vw;
	}

	#contactCheck #formBox .btFlex {
		margin-top: 5.625vw;
	}

	#contactCheck #formBox .btFlex .submitBt {
		margin-bottom: 3.125vw;
	}

	#contactCheck #formBox .btFlex .submitBt .button {
		width: 35.234vw;
		height: 7.422vw;
	}

	#contactCheck #formBox .btFlex .submitBt .button input {
		font-size: 2.188vw;
		padding: 0 1.016vw 0 0;
		border-radius: 6.25vw;
	}

	#contactCheck #formBox .btFlex .submitBt .button .icon {
		max-width: 1.875vw;
		line-height: 0.781vw;
		right: 3.125vw;
	}

	#contactCheck #formBox .btFlex .backBt {
		width: 35.234vw;
		height: 5.859vw;
	}

	#contactCheck #formBox .btFlex .backBt a {
		font-size: 1.719vw;
		padding: 0 0 0 1.016vw;
		border-radius: 6.25vw;
	}

	#contactCheck #formBox .btFlex .backBt a .icon {
		max-width: 1.875vw;
		line-height: 0.781vw;
		left: 3.125vw;
	}

	/*----------------------------------------------------
	#contact
	----------------------------------------------------*/

	#contact {
		padding: 15.625vw 0 15vw 0;
	}

	#contact .inner {
		max-width: 88.203vw;
	}

	#contact .head {
		margin-bottom: 3.203vw;
	}

	#contact .head h1 b {
		font-size: 5vw;
		margin-bottom: 1.641vw;
	}

	#contact .head h1 small {
		font-size: 1.875vw;
		padding: 0 0 0 0.469vw;
	}

	#contact .headTex {
		margin-bottom: 5.391vw;
	}

	#contact .headTex h2 {
		font-size: 2.344vw;
		margin-bottom: 1.563vw;
	}

	#contact .headTex p {
		font-size: 1.25vw;
	}

	#contact #formBox {
		width: 57.813vw;
	}

	#contact #formBox .form-section {
		margin-bottom: 3.125vw;
	}

	#contact #formBox .form-section.min {
		margin-bottom: 2.578vw;
	}

	#contact #formBox .form-section.min.min2 {
		margin-bottom: 2.109vw;
	}

	#contact #formBox .form-section#borderSec {
		margin-bottom: 3.047vw;
		padding: 0 0 3.047vw 0;
		border-bottom: 0.078vw solid #cccccc;
	}

	#contact #formBox .form-head {
		margin-bottom: 1.719vw;
	}

	#contact #formBox .min .form-head {
		margin-bottom: 1.016vw;
	}

	#contact #formBox .form-head .text {
		font-size: 1.25vw;
	}

	#contact #formBox .form-head .required {
		border-radius: 0.313vw;
		width: 3.672vw;
		line-height: 1.797vw;
		font-size: 1.094vw;
		margin-left: 1.016vw;
	}

	#contact #formBox .form-head .any {
		border: 0.078vw solid #777777;
		border-radius: 0.313vw;
		width: 3.672vw;
		line-height: 1.797vw;
		font-size: 1.094vw;
		margin-left: 1.016vw;
	}

	#contact #formBox .flexRadio.mb {
		margin-bottom: 1.875vw;
	}

	#contact #formBox .flexRadio > span label {
		height: 6.406vw;
		border: 0.078vw solid #222222;
		border-radius: 0.469vw;
		font-size: 1.25vw;
		padding: 0 0 0 1.953vw;
	}

	#contact #formBox .flexRadio > span.minHeight label {
		height: 5.156vw;
	}

	#contact #formBox .flexRadio > span label.active {
		border: 0.156vw solid #8F76D6;
	}

	#contact #formBox input[type="radio"]::before {
		height: 0.781vw;
		width: 0.781vw;
	}


	#contact #formBox input[type="radio"] {
		border: 0.078vw solid #222222;
		height: 1.406vw;
		margin: 0 0.938vw 0 0;
		width: 1.406vw;
	}

	#contact #formBox input[type="radio"]:checked {
		border: 0.078vw solid #8F76D6;
	}

	#contact .selectType {
		border-radius: 0.625vw;
		border: 0.078vw solid  #222222;
	}

	#contact .selectType.error {
		border: 0.156vw solid red !important;
	}

	#contact .selectType:before {
		right: 1.172vw;
		border: 0.156vw solid #333333;
		width: 1.016vw;
		height: 1.094vw;
		margin-top: -0.312vw;
	}

	#contact .selectType select {
		padding: 0 1.172vw;
		line-height: 5vw;
		height: 5vw;
		border-right: 2.344vw solid rgba(0, 0, 0, 0);
		font-size: 1.25vw;
	}

	textarea, [type="search"], [type="date"], [type="tel"], [type="email"], [type="number"], [type="password"], [type="text"] {
		padding: 1.094vw 1.172vw;
		border: 0.078vw solid #222222;
		border-radius: 0.625vw;
		border-radius: 3.125vw;
		font-size: 1.25vw;

	}

	.error textarea, .error [type="search"], .error [type="date"], .error [type="tel"], .error [type="email"], .error [type="number"], .error [type="password"], .error [type="text"] {
		border: 0.156vw solid red !important;
	}

	#contact .form-section [type="text"],
	#contact .form-section [type="tel"],
	#contact .form-section textarea {
		border-radius: 0.625vw;
		padding: 1.172vw 1.172vw;
	}

	#contact .form-section textarea {
		height: 15.625vw;
	}

	#contact .form-conts.selectFlex div:nth-child(1) {
		width: 9.063vw;
		margin-right: 0.938vw;
	}

	#contact .form-conts.selectFlex div:nth-child(2) {
		font-size: 1.25vw;
		margin-right: 1.875vw;
	}

	#contact .form-conts.selectFlex div:nth-child(3) {
		width: 9.063vw;
		margin-right: 0.938vw;
	}

	#contact .form-conts.selectFlex div:nth-child(4) {
		font-size: 1.25vw;
	}

	#contact .form-section input[type='file'] {
		font-size: 1.25vw;
		border: 0.078vw solid #222222;
		border-radius: 0.625vw;
		width: calc(100% - 14.375vw);
	}

	::file-selector-button,
	::-webkit-file-upload-button {
		font-size: 1.25vw;
		border-right: 0.078vw solid rgb(191, 194, 199);
		padding: 0.25rem 1rem;
		margin-right: 1.563vw;
		width: 14.375vw;
		height: 3.906vw;
	}

	#contact .form-section .addTex {
		font-size: 1.094vw;
		margin-top: 0.625vw;
	}

	#contact .formCheack {
		margin-top: 3.203vw;
		margin-bottom: 4.609vw;
	}

	#contact .formCheack .btAc .text {
		font-size: 1.25vw;
		margin: 0 0 0 1.172vw;
	}

	#contact .formCheack .btAc .text span {
		max-width: 1.406vw;
		margin: 0 0.156vw;
		transform: translateY(0.234vw);
		-webkit-transform: translateY(0.234vw);
		-moz-transform: translateY(0.234vw);
	}

	#contact .formCheack .btAc .mark {
		width: 1.563vw;
		height: 1.563vw;
		border: 0.156vw solid #8F76D6;
		border-radius: 0.313vw;
		top: calc(0.469vw + 0.2em);
	}

	#contact #formBox .submitBt .button {
		width: 33.672vw;
		height: 7.422vw;
	}

	#contact #formBox .submitBt .button input {
		font-size: 1.719vw;
		padding: 0 2.656vw 0 0;
		border-radius: 6.25vw;
	}

	#contact #formBox .submitBt .button .icon {
		max-width: 1.875vw;
		line-height: 0.781vw;
		right: 3.125vw;
	}

	#contact #formBox .messageConts .messageTex {
		top: 1.172vw;
		padding: 0 1.172vw;
		font-size: 1.25vw;
	}
}

/*----------------------------------------------------
 SP
----------------------------------------------------*/

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

	/*----------------------------------------------------
	#company
	----------------------------------------------------*/

	#company {
		overflow: hidden;
		padding: 39.733vw 0 12.533vw 0;
	}

	#company .bg {
		top: 51.467vw;
		width: calc(100% + 90.133vw);
	}

	#company .inner {
		max-width: initial;
	}

	#company .head {
		margin-bottom: 125.067vw;
		padding: 0 0 0 0;
		transform: translateX(-1.6vw);
		-webkit-transform: translateX(-1.6vw);
		-moz-transform: translateX(-1.6vw);
	}

	#company .head h1 b {
		font-size: 11.733vw;
		margin-bottom: 8vw;
	}

	#company .head h1 small {
		font-size: 5.333vw;
		padding: 0 0 0 1.6vw;
	}

	#company .contentsFlex {
		flex-direction: column;
		margin-bottom: 22.133vw;
		padding: 0 0;
	}

	#company .contentsFlex .boxHead {
		margin-bottom: 10.4vw;
		padding: 0 0 0 0.533vw;
	}

	#company .contentsFlex .boxHead h2 {
		font-size: 8vw;
	}

	#company .contentsFlex .boxConts {
		padding: 0 0 0 0.533vw;
	}

	#company .contentsFlex .boxConts p {
		font-size: 4.8vw;
		line-height: 222%;
	}

	#company .texScroll .slideTexTop {
		margin-bottom: 14.933vw;
		padding: 5.333vw 0 0 0;
	}

	#company .texScroll .slideTexTop p {
		font-size: 34.133vw;
		letter-spacing: -0.05em;
	}

	#company .texScroll .slideTexTop p:last-child {
		margin-right: 15.733vw;
	}

	#company .texScroll .slideTexTop .img {
		width: 61.333vw;
		margin: 0 8.533vw;
	}

	#company .texScroll .slideTexTop .img img {
		transform: translate(-1.333vw, -1.333vw);
		-webkit-transform: translate(-1.333vw, -1.333vw);
		-moz-transform: translate(-1.333vw, -1.333vw);
	}

	#company .texScroll .slideTexTop .img:before {
		left: 1.333vw;
		top: 1.333vw;
	}

	/*----------------------------------------------------
	#purpose
	----------------------------------------------------*/

	#purpose {
		position: relative;
		padding: 0 0 21.6vw 0;
	}

	#purpose .boxFlex {
		flex-direction: column;
	}

	#purpose .boxFlex .boxHead {
		width: 100%;
		margin-bottom: 11.733vw;
		padding: 0 0 0 0.533vw;
	}

	#purpose .boxFlex .boxHead h2 small {
		font-size: 4.267vw;
		margin-bottom: 5.067vw;
	}

	#purpose .boxFlex .boxHead h2 b {
		font-size: 12.8vw;
		letter-spacing: -0.619vw;
	}

	#purpose .boxFlex .boxConts {
		width: 100%;
		padding: 0 0 0 0.533vw;
	}

	#purpose .boxFlex .boxConts h3 {
		font-size: 10.667vw;
		margin-bottom: 4.8vw;
	}

	#purpose .boxFlex .boxConts p {
		font-size: 4.267vw;
	}

	/*----------------------------------------------------
	#value
	----------------------------------------------------*/

	#value {
		position: relative;
		padding: 0 0 32.267vw 0;
	}

	#value .head {
		margin-bottom: 15.2vw;
		padding: 0 0 0 0.533vw;
	}

	#value .head h2 small {
		font-size: 4.267vw;
		margin-bottom: 5.067vw;
	}

	#value .head h2 b {
		font-size: 12.8vw;
		letter-spacing: -0.619vw;
	}

	#value .cardFlex {
		flex-direction: column;
	}

	#value .cardFlex .box {
		width: 100%;
		height: initial;
		border-radius: 10.667vw;
		padding: 1.6vw;
	}

	#value .cardFlex .box .innerBox {
		border-radius: 9.6vw;
		padding: 18.933vw 6.667vw 14.133vw 6.667vw;
	}

	#value .cardFlex .box .innerBox .no {
		margin-bottom: 16.533vw;
	}

	#value .cardFlex .box .innerBox .no span {
		font-size: 5.333vw;
	}

	#value .cardFlex .box .innerBox .conts h3 {
		font-size: 6.933vw;
		margin-bottom: 6.4vw;
	}

	#value .cardFlex .box .innerBox .conts p {
		font-size: 4.267vw;
	}

	#value .cardFlex .box.box02 {
		margin-top: 8.533vw;
	}

	#value .cardFlex .box03 {
		margin-top: 8.533vw;
	}

	/*----------------------------------------------------
	#worksSec
	----------------------------------------------------*/

	#worksSec {
		padding: 0 0 26.933vw 0;
	}

	#worksSec .boxFlex {
		flex-direction: column;
		padding: 0 0.8vw 0 0;
	}

	#worksSec .boxFlex .boxConts {
		width: 100%;
	}

	#worksSec .boxFlex .boxConts .head {
		margin-bottom: 16.267vw;
	}

	#worksSec .boxFlex .boxConts .head h2 small {
		font-size: 5.333vw;
		margin-bottom: 6.4vw;
	}

	#worksSec .boxFlex .boxConts .head h2 b {
		font-size: 21.333vw;
		letter-spacing: -0.853vw;
	}

	#worksSec .boxFlex .boxConts .conts {
		padding: 0 0 0 0.533vw;
	}

	#worksSec .boxFlex .boxConts .conts h3 {
		font-size: 8.8vw;
		margin-bottom: 6.4vw;
	}

	#worksSec .boxFlex .boxConts .conts p {
		font-size: 4.8vw;
	}

	#worksSec .boxFlex .objImage {
		width: calc(100% + 1.6vw);
		max-width: initial;
		margin-top: 0;
		margin-bottom: 11.2vw;
		transform: translateX(-0.8vw);
		-webkit-transform: translateX(-0.8vw);
		-moz-transform: translateX(-0.8vw);
	}

	/*----------------------------------------------------
	#serviceNav
	----------------------------------------------------*/

	#serviceNav {
		padding: 0 0 32vw 0;
	}

	#serviceNav .head {
		margin-bottom: 20.267vw;
		padding: 0 0 0 0.533vw;
	}

	#serviceNav .head h2 small {
		font-size: 4.267vw;
		margin-bottom: 4.267vw;
	}

	#serviceNav .head h2 b {
		font-size: 15.467vw;
		letter-spacing: -0.619vw;
	}

	#serviceNav .serviceList {
		width: 100%;
		border-top: 0.267vw solid #BBB;
	}

	#serviceNav .serviceList .box a {
		flex-direction: column;
		padding: 10.667vw 0 10.667vw 0;
	}

	#serviceNav .serviceList .box a .conts {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	#serviceNav .serviceList .box.box03 a .conts {
		padding: 0.533vw 0 0 0;
	}

	#serviceNav .serviceList .box a .conts .gradeTex {
		margin-bottom: 6.4vw;
		padding: 0 0 0 0.533vw;
	}

	#serviceNav .serviceList .box a .conts .gradeTex p {
		font-size: 5.333vw;
	}

	#serviceNav .serviceList .box a .conts .texContents {
		padding: 0 0.533vw;
	}

	#serviceNav .serviceList .box a .conts .texContents h3 {
		font-size: 8.533vw;
		margin-bottom: 8.533vw;
	}

	#serviceNav .serviceList .box a .conts .texContents h4 {
		font-size: 6.4vw;
		margin-bottom: 2.933vw;
	}

	#serviceNav .serviceList .box a .conts .texContents p {
		font-size: 4.267vw;
	}

	#serviceNav .serviceList .box a .imageArea {
		width: 100%;
		height: 70.4vw;
		margin-bottom: 7.733vw;
	}

	#serviceNav .serviceList .box a .imageArea .arrowBox {
		width: 16vw;
		height: 16vw;
		border-radius: 6.933vw 0 0 0;
		padding: 2.933vw 0 0 0;
	}

	#serviceNav .serviceList .box a .imageArea .arrowBox .oraclelink {
		width: 11.2vw;
		height: 11.2vw;
	}

	#serviceNav .serviceList .box a .imageArea .arrowBox .oraclelink .icon {
		width: 2.667vw;
	}


	/*----------------------------------------------------
	#systems
	----------------------------------------------------*/

	#systems {
		padding: 40vw 0 0 0;
	}

	#systems .head {
		margin-bottom: 16.267vw;
		padding: 0 0 0 0;
	}

	#systems .head h1 b {
		font-size: 11.733vw;
		letter-spacing: -0.15em;
		margin-bottom: 7.733vw;
		transform: translateX(-1.067vw);
		-webkit-transform: translateX(-1.067vw);
		-moz-transform: translateX(-1.067vw);
	}

	#systems .head h1 small {
		font-size: 5.333vw;
		padding: 0 0 0 0;
	}

	#systems .headTex {
		justify-content: flex-start;
		margin-bottom: 6.133vw;
		padding: 0 0 0 0;
	}

	#systems .headTex p {
		font-size: 4.267vw;
	}

	#systems .headImage .img {
		width: 100%;
		margin: 0 auto 0;
	}

	/*----------------------------------------------------
	#systemInfo
	----------------------------------------------------*/

	#systemInfo {
		padding: 28.267vw 0 0 0;
	}

	#systemInfo .head {
		margin-bottom: 12vw;
		padding: 0 0 0 0;
	}

	#systemInfo .head h2 small {
		font-size: 4.267vw;
		margin-bottom: 5.333vw;
	}

	#systemInfo .head h2 b {
		font-size: 12.8vw;
	}

	#systemInfo .iconList {
		display: flex;
		flex-wrap: wrap;
	}

	#systemInfo .iconList .box {
		width: calc(100% / 1);
		padding: 7.467vw 5.6vw 8.267vw;
	}

	#systemInfo .iconList .box:nth-child(1) {
		padding: 10.667vw 5.6vw 8.533vw;
		border-radius: 10.667vw 10.667vw 0 0;
		border-right: 0.267vw solid;
		border-bottom: initial;
	}

	#systemInfo .iconList .box:nth-child(2) {
		border-right: 0.267vw solid;
		border-bottom: initial;
	}

	#systemInfo .iconList .box:nth-child(3) {
		border-radius: 0 0 0 0;
		border-bottom: initial;
	}

	#systemInfo .iconList .box:nth-child(4),
	#systemInfo .iconList .box:nth-child(5) {
		border-right: 0.267vw solid;
	}

	#systemInfo .iconList .box:nth-child(4),
	#systemInfo .iconList .box:nth-child(5),
	#systemInfo .iconList .box:nth-child(6) {
		border-bottom: initial
	}

	#systemInfo .iconList .box .icon {
		max-width: 32vw;
		margin: 0 0 6.4vw;
	}

	#systemInfo .iconList .box h3 {
		font-size: 5.867vw;
		margin-bottom: 3.2vw;
	}

	#systemInfo .iconList .box p {
		font-size: 4.267vw;
	}

	#systemInfo .texList .box {
		width: calc(100% / 1);
		padding: 9.867vw 5.067vw 9.867vw;
	}

	#systemInfo .texList .box h3 {
		display: flex;
		flex-direction: column;
	}

	#systemInfo .texList .box h3 b {
		font-size: 5.867vw;
		letter-spacing: -0.03em;
	}

	#systemInfo .texList .box h3 small {
		font-size: 3.733vw;
		transform: translateY(0.533vw);
		-webkit-transform: translateY(0.533vw);
		-moz-transform: translateY(0.533vw);
	}

	#systemInfo .texList .box:nth-child(1) {
		border-right: 0.267vw solid;
		border-bottom: initial;
	}

	#systemInfo .texList .box:nth-child(2) {
		border-bottom: initial;
		padding: 7.467vw 5.067vw 7.467vw;
	}

	#systemInfo .texList .box:nth-child(3) {
		border-right: 0.267vw solid;
		border-bottom: initial;
		border-radius: 0 0 0 0;
		padding: 7.467vw 5.067vw 7.2vw;
	}

	#systemInfo .texList .box:nth-child(4) {
		border-radius: 0 0 10.667vw 10.667vw;
		padding: 9.867vw 5.067vw 11.733vw;
	}

	/*----------------------------------------------------
	#systemTraining
	----------------------------------------------------*/

	#systemTraining {
		overflow: hidden;
		padding: 33.6vw 0 0 0;
	}

	#systemTraining .head {
		margin-bottom: 17.867vw;
		padding: 0 0 0 0;
	}

	#systemTraining .head h2 small {
		font-size: 4.267vw;
		margin-bottom: 6.4vw;
	}

	#systemTraining .head h2 b {
		font-size: 12.8vw;
		letter-spacing: -0.04em;
	}

	#systemTraining .newFaceBox {
		margin-bottom: 15.467vw;
	}

	#systemTraining .newFaceBox .boxHead {
		margin-bottom: 8.267vw;
	}

	#systemTraining .newFaceBox .boxHead h3 {
		font-size: 7.467vw;
	}

	#systemTraining .newFaceBox .scrollList {
		width: calc(100% + 3.6rem);
		overflow-x: auto;
		margin: 0 0 0 -1.8rem;
		padding: 0 1.8rem 15.2vw 1.8rem;
		-webkit-overflow-scrolling: touch;
	}

	#systemTraining .newFaceBox .scrollList .simplebar-scrollbar {
		background-color: #333333 !important;
		border-radius: 3.467vw;
	}

	#systemTraining .newFaceBox .scrollList .simplebar-track {
		background-color: #D9D9D9;
		left: 4.8vw;
		bottom: 6.4vw;
		width: calc(100% - 3.6rem);
		height: 2.133vw;
		border-radius: 21.333vw;
	}

	#systemTraining .newFaceBox .scrollList img {
		max-width: 100%;
  	min-width: 293.333vw;
	}

	#systemTraining .newFaceBox .addTex p {
		font-size: 3.733vw;
	}

	#systemTraining .iconList .box {
		width: calc(100% / 1);
		padding: 10.667vw 5.6vw 8vw;
	}

	#systemTraining .iconList .box:nth-child(1) {
		border-right: 0.267vw solid;
		border-radius: 10.667vw 10.667vw 0 0;
	}

	#systemTraining .iconList .box:nth-child(2) {
		border-right: 0.267vw solid;
		border-radius: 0 0 10.667vw 10.667vw;
		padding: 7.467vw 5.6vw 10.667vw;
	}

	#systemTraining .iconList .box .icon {
		width: 100%;
		max-width: 32vw;
		margin: 0 0 6.4vw;
	}

	#systemTraining .iconList .box h3 {
		font-size: 5.867vw;
		margin-bottom: 3.2vw;
	}

	#systemTraining .iconList .box p {
		font-size: 4.267vw;
	}

	/*----------------------------------------------------
	#systemData
	----------------------------------------------------*/

	#systemData {
		padding: 33.6vw 0 0 0;
	}

	#systemData .head {
		margin-bottom: 10.933vw;
		padding: 0 0 0 0;
	}

	#systemData .head h2 small {
		font-size: 4.267vw;
		margin-bottom: 6.4vw;
	}

	#systemData .head h2 b {
		font-size: 12.8vw;
	}

	#systemData .dataFlex {
		margin-bottom: 10.667vw;
	}

	#systemData .dataFlex .box {
		width: 100%;
		height: 112.8vw;
		margin-bottom: 6.933vw;
		padding: 12vw 0 0 0;
		border-radius: 9.867vw;
	}

	#systemData .dataFlex .box.box01 {
		padding: 13.867vw 0 0 0;
	}

	#systemData .dataFlex .box.box03 {
		padding: 9.333vw 0 0 0;
	}

	#systemData .dataFlex .box.box04 {
		padding: 13.867vw 0 0 0;
	}

	#systemData .dataFlex .box.box06 {
		padding: 8.533vw 0 0 0;
	}

	#systemData .dataFlex .box h3 {
		margin-bottom: 2.667vw;
	}

	#systemData .dataFlex .box.box03 h3 {
		margin-bottom: 6.4vw;
	}

	#systemData .dataFlex .box h3 small {
		font-size: 5.333vw;
	}

	#systemData .dataFlex .box h3 b {
		font-size: 6.933vw;
		margin-bottom: 3.2vw;
	}

	#systemData .dataFlex .box .noFlex .noBox {
		margin: 0 1.6vw;
	}

	#systemData .dataFlex .box .noFlex .noBox h4 {
		font-size: 4.8vw;
		margin-bottom: 1.333vw;
	}

	#systemData .dataFlex .box .noFlex .noBox .js-count b {
		font-size: 21.333vw;
	}

	#systemData .dataFlex .box .noFlex .noBox .js-count small {
		font-size: 8.533vw;
	}

	#systemData .dataFlex .box .countUp b {
		font-size: 32vw;
	}

	#systemData .dataFlex .box.box01 .countUp b {
		letter-spacing: -0.05em;
		margin: 0 1.333vw 0 0;
	}

	#systemData .dataFlex .box.box02 .countUp b {
		letter-spacing: -0.1em;
		margin: 0 4.267vw 0 0;
	}

	#systemData .dataFlex .box .countUp small {
		font-size: 12.8vw;
		margin: 0 1.067vw;
		transform: translate(0.267vw,-1.867vw);
		-webkit-transform: translate(0.267vw, -1.867vw);
		-moz-transform: translate(0.267vw, -1.867vw);
	}

	#systemData .dataFlex .box.box01 .img {
		max-width: 31.6vw;
		margin: 0 auto 1.067vw;
	}

	#systemData .dataFlex .box.box02 .img {
		max-width: 31.6vw;
		margin: 1.333vw auto 0;
	}

	#systemData .dataFlex .box.box03 .img {
		max-width: 34.4vw;
		margin: 4vw auto 0;
	}

	#systemData .dataFlex .box.box04 .img {
		max-width: 34.267vw;
		margin: 4vw auto 0;
	}

	#systemData .dataFlex .box.box05 .img {
		max-width: 31.6vw;
		margin: 1.333vw auto 0;
	}

	#systemData .dataFlex .box.box06 .img {
		max-width: 33.2vw;
		margin: 4vw auto 0;
	}

	/*----------------------------------------------------
	#systemOffice
	----------------------------------------------------*/

	#systemOffice {
		margin-bottom: 42.667vw;
		padding: 15.2vw 0 0 0;
	}

	#systemOffice .head {
		margin-bottom: 6.667vw;
		padding: 0 0 0 0;
	}

	#systemOffice .head h2 small {
		font-size: 4.267vw;
		margin-bottom: 7.2vw;
	}

	#systemOffice .head h2 b {
		font-size: 12.8vw;
	}

	#systemOffice .slideArea .arrow_box {
		margin: 0 5.067vw 10.4vw 0;
	}

	#systemOffice .slideArea .arrow_box .prev-arrow {
		width: 11.733vw;
		height: 11.733vw;
	}

	#systemOffice .slideArea .arrow_box .prev-arrow .icon {
		width: 3.2vw;
		line-height: 2.667vw;
	}

	#systemOffice .slideArea .arrow_box .next-arrow {
		width: 11.733vw;
		height: 11.733vw;
		margin-left: 4.267vw;
	}

	#systemOffice .slideArea .arrow_box .next-arrow .icon {
		width: 3.2vw;
		line-height: 2.667vw;
	}

	#systemOffice .officeSlide .box {
		width: 78.933vw;
		margin: 0 2.667vw;
	}

	/*----------------------------------------------------
	#peopleArchive
	----------------------------------------------------*/

	#peopleArchive {
		padding: 40vw 0 21.867vw 0;
	}

	#peopleArchive .inner {
		max-width: 309.333vw;
	}

	#peopleArchive .head {
		margin-bottom: 16.267vw;
		padding: 0 0 0 0;
	}

	#peopleArchive .head h1 {
		display: flex;
		flex-direction: column;
	}

	#peopleArchive .head h1 b {
		font-size: 11.733vw;
		letter-spacing: -0.12em;
		margin-bottom: 7.733vw;
		transform: translateX(-1.333vw);
		-webkit-transform: translateX(-1.333vw);
		-moz-transform: translateX(-1.333vw);
	}

	#peopleArchive .head h1 small {
		font-size: 5.333vw;
		padding: 0 0 0 0;
	}

	#peopleArchive .headTex {
		display: block;
		margin-bottom: 20.8vw;
		padding: 0 0 0 0;
	}

	#peopleArchive .headTex p {
		font-size: 4.267vw;
		color: #000;
	}

	#peopleArchive .memberList {
		flex-direction: column;
	}

	#peopleArchive .memberList .box {
		width: 100%;
		margin-bottom: 10.133vw;
	}

	#peopleArchive .memberList .box .movieBox {
		height: 50.933vw;
		border-radius: 4.267vw;
	}

	#peopleArchive .memberList .box .movieBox .gradeTex {
    left: 4.267vw;
    bottom: 4.533vw;
	}

	#peopleArchive .memberList .box .movieBox .gradeTex p span {
		font-size: 3.733vw;
		border-radius: 1.067vw;
		margin-top: 2.133vw;
		padding: 1.333vw 1.867vw;
	}

	#peopleArchive .memberList .box .movieBox .gradeTex p span:first-child:after {
		width: calc(100% + 1.6vw);
		height: calc(100% + 1.6vw);
		border-radius: 1.067vw;
	}

	#peopleArchive .memberList .box .movieBox .gradeTex p span:last-child:after {
		width: calc(100% + 1.6vw);
		height: calc(100% + 1.6vw);
		border-radius: 1.067vw;
	}

	#peopleArchive .memberList .box .movieBox .arrowBox {
		width: 16.8vw;
		height: 12.533vw;
		border-radius: 4.267vw 0 0 0;
		padding: 3.733vw 0 0 1.867vw;
	}

	#peopleArchive .memberList .box .movieBox .arrowBox:before {
		width: 6.4vw;
		height: 6.4vw;
		left: -6.4vw;
	}

	#peopleArchive .memberList .box .movieBox .arrowBox:after {
		width: 6.4vw;
		height: 6.4vw;
		top: -6.4vw;
	}

	#peopleArchive .memberList .box .movieBox .arrowBox .oraclelink {
		width: 8.421vw;
		height: 8.421vw;
	}

	#peopleArchive .memberList .box .conts {
		padding: 5.067vw 0 0 0;
	}

	#peopleArchive .memberList .box .conts .nameFlex .nameInitial {
		margin-right: 4vw;
	}

	#peopleArchive .memberList .box .conts .nameFlex .nameInitial p {
		font-size: 11.2vw;
	}

	#peopleArchive .memberList .box .conts .nameFlex .nameInfo {
		padding: 0 0 0.533vw 0;
	}

	#peopleArchive .memberList .box .conts .nameFlex .nameInfo .type {
		font-size: 3.733vw;
		margin-bottom: 2.133vw;
	}

	#peopleArchive .memberList .box .conts .nameFlex .nameInfo .days {
		font-size: 3.2vw;
	}

	/*----------------------------------------------------
	#interview
	----------------------------------------------------*/

	#interview {
		margin-bottom: 24vw;
		padding: 39.467vw 0 0 0;
	}

	#interview .sectionHead {
		margin-bottom: 16vw;
		padding: 0 0 0 0;
	}

	#interview .sectionHead .inner {
		max-width: 318.4vw;
	}

	#interview .sectionHead h1 b {
		font-size: 9.6vw;
		letter-spacing: -0.2em;
		margin-bottom: 5.6vw;
		transform: translateX(-0.8vw);
		-webkit-transform: translateX(-0.8vw);
		-moz-transform: translateX(-0.8vw);
	}

	#interview .sectionHead h1 small {
		font-size: 5.333vw;
		padding: 0 0 0 0;
	}

	#interview .movieHead .inner {
		position: relative;
		flex-direction: column;
		align-items: flex-start;
	}

	#interview .movieHead .movieBox {
		width: 100%;
		height: 50.933vw;
		border-radius: 4.267vw;
	}

	#interview .movieHead .movieBox video {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#interview .movieHead .movieConts {
		position: relative;
		margin: -4.533vw 0 0 0;
		padding: 0 0 0 0;
	}

	#interview .movieHead .movieConts h2 {
		margin-bottom: 3.733vw;
		padding: 0 0 0 3.467vw;
	}

	#interview .movieHead .movieConts h2 span {
		font-size: 4.8vw;
		border-radius: 1.067vw;
		margin-top: 0;
		margin-bottom: 2.667vw;
		padding: 1.333vw 1.867vw 1.6vw 1.333vw;
	}

	#interview .movieHead .movieConts h2 span:first-child:after {
		width: calc(100% + 1.067vw);
		height: calc(100% + 1.067vw);
		top: 0;
		border-radius: 1.067vw;
	}

	#interview .movieHead .movieConts h2 span:last-child:after {
		width: calc(100% + 1.067vw);
		height: calc(100% + 1.067vw);
		top: 0;
		border-radius: 1.067vw;
	}

	#interview .movieHead .movieConts .nameFlex {
		display: flex;
		align-items: center;
		flex-direction: row;
	}

	#interview .movieHead .movieConts .nameFlex .nameInitial {
		margin-right: 4vw;
	}

	#interview .movieHead .movieConts .nameFlex .nameInitial p {
		font-size: 12.8vw;
		margin-bottom: 0;
	}

	#interview .movieHead .movieConts .nameFlex .nameInfo .type {
		font-size: 3.733vw;
		margin-bottom: 2.667vw;
	}

	#interview .movieHead .movieConts .nameFlex .nameInfo .days {
		font-size: 3.2vw;
	}

	/*----------------------------------------------------
	#interviewIntroduction
	----------------------------------------------------*/

	#interviewIntroduction {
		margin-bottom: 22.4vw;
		padding: 0 0 0 0;
	}

	#interviewIntroduction .gradeHead {
		margin-bottom: 5.333vw;
	}

	#interviewIntroduction .gradeHead h2 {
		font-size: 5.867vw;
	}

	#interviewIntroduction .introFlex {
		flex-direction: column;
		margin-bottom: 22.933vw;
	}

	#interviewIntroduction .introFlex:last-child {
		margin-bottom: 0;
	}

	#interviewIntroduction .introFlex .boxHead {
		width: 100%;
		margin-bottom: 10.667vw;
	}

	#interviewIntroduction .introFlex .boxHead h3 {
		font-size: 5.333vw;
	}

	#interviewIntroduction .introFlex .conts {
		width: 100%;
		margin: 0 0 0 0;
	}

	#interviewIntroduction .introFlex .conts h4 {
		font-size: 7.467vw;
		margin-bottom: 8.267vw;
	}

	#interviewIntroduction .introFlex .conts p {
		font-size: 4.267vw;
		font-weight: 500;
		line-height: 200%;
		letter-spacing: 0;
		color: #000;
	}

	/*----------------------------------------------------
	#interviewImage
	----------------------------------------------------*/

	#interviewImage {
		margin-bottom: 22.933vw;
		padding: 0 0 0 0;
	}

	#interviewImage .imageBox {
		width: 100%;
	}

	#interviewImage .imageBox .boxHead {
		position: absolute;
		top: initial;
		left: 9%;
		bottom: 9.6vw;
		transform: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
	}

	.interviewPage04 #interviewImage .imageBox .boxHead {
		left: 54%;
	}

	#interviewImage .imageBox .boxHead h2 {
		font-size: 5.333vw;
	}

	/*----------------------------------------------------
	#interviewMywork
	----------------------------------------------------*/

	#interviewMywork {
		margin-bottom: 18.933vw;
		padding: 0 0 0 0;
	}

	#interviewMywork .gradeHead {
		margin-bottom: 5.067vw;
	}

	#interviewMywork .gradeHead h2 {
		font-size: 5.867vw;
	}

	#interviewMywork .workFlex {
		flex-direction: column;
		margin-bottom: 15.2vw;
	}

	#interviewMywork .workFlex:last-child {
		margin-bottom: 0;
	}

	#interviewMywork .workFlex .boxHead {
		width: 100%;
	}

	#interviewMywork .workFlex .boxHead h3 {
		font-size: 5.333vw;
		margin-bottom: 10.667vw;
	}

	#interviewMywork .workFlex .conts {
		width: 100%;
		margin: 0 0 0 0;
	}

	#interviewMywork .workFlex .conts h4 {
		font-size: 7.467vw;
		margin-bottom: 7.733vw;
	}

	#interviewMywork .workFlex .conts p {
		font-size: 4.267vw;
		margin-bottom: 8.267vw;
	}

	/*----------------------------------------------------
	#interviewMessage
	----------------------------------------------------*/

	#interviewMessage {
		margin-bottom: 16vw;
		padding: 0 0 0 0;
	}

	#interviewMessage .borderBox {
		padding: 1.333vw;
		border-radius: 5.333vw;
	}

	#interviewMessage .borderBox .innerBox {
		width: 100%;
		border-radius: 4.267vw;
		padding: 11.467vw 0 12vw 0;
	}

	#interviewMessage .borderBox .innerBox .head {
		margin-bottom: 10.667vw;
	}

	#interviewMessage .borderBox .innerBox .head h2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	#interviewMessage .borderBox .innerBox .head h2 small {
		font-size: 7.467vw;
		margin-bottom: 4vw;
	}

	#interviewMessage .borderBox .innerBox .head h2 b {
		font-size: 6.4vw;
	}

	#interviewMessage .borderBox .innerBox .boxFlex {
		flex-direction: column;
		padding: 0 8vw;
	}

	#interviewMessage .borderBox .innerBox .boxFlex .image {
		width: 100%;
		max-width: 44.8vw;
		margin: 0 auto 8.533vw;
	}

	#interviewMessage .borderBox .innerBox .boxFlex .conts {
		width: 100%;
	}

	#interviewMessage .borderBox .innerBox .boxFlex .conts p {
		font-size: 4.267vw;
		line-height: 180%;
	}

	/*----------------------------------------------------
	#interviewSchedule
	----------------------------------------------------*/

	#interviewSchedule {
		margin-bottom: 27.2vw;
		padding: 0 0 0 0;
	}

	#interviewSchedule .borderBox {
		margin-bottom: 16.267vw;
		padding: 1.333vw;
		border-radius: 5.333vw;
	}

	#interviewSchedule .borderBox .innerBox {
		width: 100%;
		border-radius: 4.267vw;
		padding: 11.733vw 0 9.067vw 0;
	}

	#interviewSchedule .borderBox .innerBox .head {
		margin-bottom: 12.8vw;
	}

	#interviewSchedule .borderBox .innerBox .head h2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	#interviewSchedule .borderBox .innerBox .head h2 small {
		font-size: 7.467vw;
		margin-bottom: 4vw;
	}

	#interviewSchedule .borderBox .innerBox .head h2 b {
		font-size: 6.4vw;
	}

	#interviewSchedule .boxFlex {
		flex-direction: column;
		padding: 0 8.533vw 0 8.267vw;
	}

	#interviewSchedule .boxFlex .border {
		top: 6.133vw;
		left: 14.4vw;
		transform: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
		max-width: 5.6vw;
	}

	#interviewSchedule .boxFlex .box {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		margin: 0 0 12.533vw;
	}

	#interviewSchedule .boxFlex .box .boxHead .days {
		width: 17.6vw;
		height: 9.333vw;
		border-radius: 13.333vw;
		margin-bottom: 3.467vw;
	}

	#interviewSchedule .boxFlex .box .boxHead .days .tex {
		font-size: 4.8vw;
	}

	#interviewSchedule .boxFlex .box .boxHead .obj {
		max-width: 6.933vw;
		margin: 0 auto 1.6vw;
	}

	#interviewSchedule .boxFlex .box .conts {
		width: calc(100% - 22.667vw);
	}

	#interviewSchedule .boxFlex .box .conts p {
		font-size: 3.733vw;
		font-weight: 500;
		line-height: 170%;
		letter-spacing: 0;
		color: #000;
	}

	#interviewSchedule .btPosition {
		display: flex;
		justify-content: center;
	}

	#interviewSchedule .btPosition .arrowBt {
		width: 58.133vw;
		height: 14.4vw;
	}

	#interviewSchedule .btPosition .arrowBt a {
		padding: 0 5.067vw 0 4.8vw;
	}

	#interviewSchedule .btPosition .arrowBt a .tex {
		font-size: 3.733vw;
	}


	/*----------------------------------------------------
	#jobs
	----------------------------------------------------*/

	#jobs {
		padding: 40vw 0 0 0;
	}

	#jobs .head {
		margin-bottom: 16.8vw;
		transform: translateX(-1.6vw);
		-webkit-transform: translateX(-1.6vw);
		-moz-transform: translateX(-1.6vw);
	}

	#jobs .head h1 b {
		font-size: 11.733vw;
		letter-spacing: -0.06em;
		margin-bottom: 7.733vw;
	}

	#jobs .head h1 small {
		font-size: 5.333vw;
		letter-spacing: -0.027em;
		padding: 0 0 0 1.333vw;
	}

	#jobs .headTex {
		margin-bottom: 21.6vw;
	}

	#jobs .headTex p {
		font-size: 6.4vw;
		line-height: 160%;
	}

	#jobs .jobsFlex {
		flex-direction: column;
	}

	#jobs .jobsFlex .box {
		width: 100%;
		height: 48vw;
		margin-bottom: 8vw;
	}

	#jobs .jobsFlex .box a {
		border-radius: 5.333vw;
	}

	#jobs .jobsFlex .box .boxHead {
		left: 50%;
	}

	#jobs .jobsFlex .box .boxHead h3 {
		font-size: 6.933vw;
	}

	#jobs .jobsFlex .box .arrowBox {
		width: 16.533vw;
		height: 16vw;
		border-radius: 5.333vw 0 0 0;
		padding: 3.467vw 0 0 2.933vw;
	}

	#jobs .jobsFlex .box .arrowBox:before {
		width: 6.4vw;
		height: 6.4vw;
		left: -6.4vw;
	}

	#jobs .jobsFlex .box .arrowBox:after {
		width: 6.4vw;
		height: 6.4vw;
		top: -6.4vw;
	}

	#jobs .jobsFlex .box .oraclelink {
		width: 10.667vw;
		height: 10.667vw;
	}

	#jobs .jobsFlex .box .oraclelink .icon {
		width: 3.2vw;
	}


	/*----------------------------------------------------
	#jobsFaq
	----------------------------------------------------*/

	#jobsFaq {
		padding: 25.6vw 0 26.933vw 0;
	}

	#jobsFaq .head {
		margin-bottom: 12.267vw;
	}

	#jobsFaq .head h2 small {
		font-size: 4.267vw;
		margin-bottom: 6.4vw;
	}

	#jobsFaq .head h2 b {
		font-size: 12.8vw;
		letter-spacing: -0.04em;
	}

	#jobsFaq .faqList {
		padding: 0 0;
	}

	#jobsFaq .faqList dl {
		margin-bottom: 5.333vw;
		border: 0.267vw solid #777777;
		border-radius: 5.333vw;
	}

	#jobsFaq .faqList dl dt {
		align-items: center;
		padding: 7.2vw 9.867vw 7.2vw 8.8vw;
	}

	#jobsFaq .faqList dl dt .titleArea {
		display: flex;
		width: calc(100% - 13.333vw);
	}

	#jobsFaq .faqList dl dt .titleArea .qMark {
		font-size: 4.8vw;
	}

	#jobsFaq .faqList dl dt .titleArea p {
		font-size: 4.8vw;
	}

	#jobsFaq .faqList dl dt .openMark {
		width: 8.533vw;
		height: 8.533vw;
	}

	#jobsFaq .faqList dl dt .openMark img {
		width: 2.933vw;
		line-height: 2.933vw;
	}

	#jobsFaq .faqList dl dd {
		margin-top: -1.867vw;
		padding: 0 9.067vw 7.467vw;
	}

	#jobsFaq .faqList dl dd p {
		font-size: 4.267vw;
	}

	#jobsFaq .faqList dl dd p.m {
		margin-bottom: 8vw;
	}

	#jobsFaq .faqList dl dd ul.m {
		margin-bottom: 8vw;
	}

	#jobsFaq .faqList dl dd ul li {
		font-size: 4.267vw;
	}

	/*----------------------------------------------------
	#newgrad
	----------------------------------------------------*/

	#newgrad {
		padding: 39.2vw 0 2.133vw 0;
	}

	#newgrad .head {
		transform: translateX(-1.067vw);
		-webkit-transform: translateX(-1.067vw);
		-moz-transform: translateX(-1.067vw);
		margin-bottom: 15.2vw;
	}

	#newgrad .head h1 {
		font-size: 9.6vw;
		letter-spacing: -0.058em;
	}

	#newgrad .flexContents {
		flex-direction: column;
	}

	#newgrad .flexContents .sideNav {
		width: 100%;
		margin-bottom: 12.267vw;
	}

	#newgrad .flexContents .sideNav .sideHead {
		margin-bottom: 6.4vw;
		padding: 0 0 0 0;
	}

	#newgrad .flexContents .sideNav .sideHead p {
		font-size: 6.4vw;
	}

	#newgrad .flexContents .sideNav ul li {
		margin-bottom: 4vw;
	}

	#newgrad .flexContents .sideNav ul li a {
		padding: 0 0 0 5.067vw;
	}

	#newgrad .flexContents .sideNav ul li a .tex {
		font-size: 4.8vw;
	}

	#newgrad .flexContents .sideNav ul li a:before {
		width: 2.667vw;
		height: 2.667vw;
		left: -0.267vw;
		top: 1.867vw;
	}

	#newgrad .flexContents .mainContents {
		width: 100%;
	}

	#newgrad .flexContents .mainContents #sec01 {
		margin-bottom: 23.733vw;
		padding: 0 0 0 0;
	}

	#newgrad .flexContents .mainContents #sec01 .sectionHead {
		margin-bottom: 13.333vw;
	}

	#newgrad .flexContents .mainContents #sec01 .sectionHead h2 {
		font-size: 7.467vw;
	}

	#newgrad .flexContents .mainContents #sec01 dl {
		flex-direction: column;
	}

	#newgrad .flexContents .mainContents #sec01 dl dt {
		width: 100%;
		padding: 7.2vw 0 0 0;
	}

	#newgrad .flexContents .mainContents #sec01 dl dt p {
		font-size: 4.533vw;
	}

	#newgrad .flexContents .mainContents #sec01 dl dt p span {
		transform: scale(0.7) translate(-0.8vw, -1.067vw);
		-webkit-transform: scale(0.7) translate(-0.8vw, -1.067vw);
		-moz-transform: scale(0.7) translate(-0.8vw, -1.067vw);
		display: inline-block;
	}

	#newgrad .flexContents .mainContents #sec01 dl dd {
		width: 100%;
		padding: 4.933vw 0;
	}

	#newgrad .flexContents .mainContents #sec01 dl dd p {
		font-size: 4.533vw;
	}

	#newgrad .flexContents .mainContents #sec01 dl dd p.mix {
		line-height: 160%;
	}

	#newgrad .flexContents .mainContents #sec01 dl dd p small {
		font-size: 3.467vw;
	}

	#newgrad .flexContents .mainContents #sec01 dl dd ul li {
		font-size: 3.733vw;
	}

	#newgrad .flexContents .mainContents #sec01 .addTex {
		font-size: 3.467vw;
		margin-top: 5.333vw;
	}

	#newgrad .flexContents .mainContents #sec02 {
		padding: 0 0 0 0;
	}

	#newgrad .flexContents .mainContents #sec02 .sectionHead {
		margin-bottom: 13.333vw;
	}

	#newgrad .flexContents .mainContents #sec02 .sectionHead h2 {
		font-size: 7.467vw;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box {
		margin-bottom: 9.067vw;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepHead {
		margin-bottom: 5.6vw;
		padding: 0.8vw;
		border-radius: 3.2vw;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepHead .innerBox {
		flex-direction: column;
		border-radius: 2.4vw;
		padding: 4vw 0 3.2vw;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepHead .innerBox .gradeTex {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		position: relative;
		top: initial;
		left: initial;
		transform: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepHead .innerBox .gradeTex p {
		font-size: 5.867vw;
		font-weight: 500;
		line-height: 100%;
		letter-spacing: 0;
		font-family: "Roboto", sans-serif;
		background: #78DAFE;
		background: -webkit-linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
		background: -moz-linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
		background: linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78DAFE", endColorstr="#CF9DFF", GradientType=1);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepHead .innerBox h3 {
		font-size: 5.333vw;
		letter-spacing: 0.038em;
		text-align: center;
		margin-top: 4.267vw;
		margin-bottom: 1.6vw;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepHead .innerBox h3.w {
		line-height: 160%;
		margin-top: 2.667vw;
		margin-bottom: 0;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepConts {
		padding: 0 0;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepConts p {
		font-size: 4.267vw;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepConts p small {
		font-size: 3.733vw;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepConts .arrow {
		max-width: 13.867vw;
		margin: 10.667vw auto 0;
	}

	#newgrad .flexContents .mainContents #sec02 .flowList .box .stepConts .arrow img {
		width: 100%;
	}

	/*----------------------------------------------------
	#career
	----------------------------------------------------*/

	#career {
		padding: 39.2vw 0 2.133vw 0;
	}

	#career .head {
		transform: translateX(-1.067vw);
		-webkit-transform: translateX(-1.067vw);
		-moz-transform: translateX(-1.067vw);
		margin-bottom: 15.2vw;
	}

	#career .head h1 {
		font-size: 9.6vw;
		letter-spacing: -0.058em;
	}

	#career .flexContents {
		flex-direction: column;
	}

	#career .flexContents .sideNav {
		width: 100%;
		margin-bottom: 17.867vw;
	}

	#career .flexContents .sideNav .sideHead {
		margin-bottom: 6.4vw;
		padding: 0 0 0 0;
	}

	#career .flexContents .sideNav .sideHead p {
		font-size: 6.4vw;
	}

	#career .flexContents .sideNav ul li {
		margin-bottom: 4vw;
	}

	#career .flexContents .sideNav ul li a {
		padding: 0 0 0 5.067vw;
	}

	#career .flexContents .sideNav ul li a .tex {
		font-size: 4.8vw;
	}

	#career .flexContents .sideNav ul li a .tex small {
		font-size: 3.733vw;
	}

	#career .flexContents .sideNav ul li a:before {
		width: 2.667vw;
		height: 2.667vw;
		left: -0.267vw;
		top: 1.867vw;
	}

	#career .flexContents .mainContents {
		width: 100%;
	}

	#career .flexContents .mainContents #sec01 {
		margin-bottom: 28.533vw;
		padding: 0 0 0 0;
	}

	#career .flexContents .mainContents #sec01 .sectionHead {
		margin-bottom: 13.333vw;
	}

	#career .flexContents .mainContents #sec01 .sectionHead h2 {
		font-size: 7.467vw;
	}

	#career .flexContents .mainContents #sec01 dl {
		flex-direction: column;
	}

	#career .flexContents .mainContents #sec01 dl dt {
		width: 100%;
		padding: 7.2vw 0 0 0;
	}

	#career .flexContents .mainContents #sec01 dl dt p {
		font-size: 4.533vw;
	}

	#career .flexContents .mainContents #sec01 dl dt p span {
		transform: scale(0.7) translate(-0.8vw, -1.067vw);
		-webkit-transform: scale(0.7) translate(-0.8vw, -1.067vw);
		-moz-transform: scale(0.7) translate(-0.8vw, -1.067vw);
		display: inline-block;
	}

	#career .flexContents .mainContents #sec01 dl dd {
		width: 100%;
		padding: 4.933vw 0;
	}

	#career .flexContents .mainContents #sec01 dl dd p {
		font-size: 4.533vw;
	}

	#career .flexContents .mainContents #sec01 dl dd p.mix {
		line-height: 160%;
	}

	#career .flexContents .mainContents #sec01 dl dd p small {
		font-size: 3.467vw;
	}

	#career .flexContents .mainContents #sec01 dl dd ul li {
		font-size: 3.733vw;
	}

	#career .flexContents .mainContents #sec02 {
		margin-bottom: 23.733vw;
		padding: 0 0 0 0;
	}

	#career .flexContents .mainContents #sec02 .sectionHead {
		margin-bottom: 13.333vw;
	}

	#career .flexContents .mainContents #sec02 .sectionHead h2 b {
		font-size: 7.467vw;
	}

	#career .flexContents .mainContents #sec02 .sectionHead h2 small {
		font-size: 5.333vw;
	}

	#career .flexContents .mainContents #sec03 {
		padding: 0 0 0 0;
	}

	#career .flexContents .mainContents #sec03 .sectionHead {
		margin-bottom: 13.333vw;
	}

	#career .flexContents .mainContents #sec03 .sectionHead h2 b {
		font-size: 7.467vw;
	}

	#career .flexContents .mainContents #sec03 .sectionHead h2 small {
		font-size: 5.333vw;
	}

	#career .flexContents .mainContents .acBox {
		margin-bottom: 5.333vw;
		background: #fff;
		border: 0.267vw solid #777777;
		border-radius: 5.333vw;
		cursor: pointer;
	}

	#career .flexContents .mainContents .acBox dt .dtHead {
		align-items: center;
		padding: 7.467vw 9.067vw;
	}

	#career .flexContents .mainContents .acBox dt .dtHead .title {
		display: flex;
		width: calc(100% - 13.333vw);
	}

	#career .flexContents .mainContents .acBox dt .dtHead .title p {
		font-size: 5.333vw;
	}

	#career .flexContents .mainContents .acBox dt .dtHead .openMark {
		width: 8.533vw;
		height: 8.533vw;
	}

	#career .flexContents .mainContents .acBox dt .dtHead .openMark img {
		width: 2.933vw;
		line-height: 2.933vw;
	}

	#career .flexContents .mainContents .acBox dt .dtConts {
		padding: 0.8vw 9.067vw 7.467vw;
	}

	#career .flexContents .mainContents .acBox dt .dtConts p {
		font-size: 4.267vw;
		font-weight: 500;
		line-height: 180%;
		letter-spacing: 0;
		color: #000;
		font-family: "Zen Kaku Gothic New", sans-serif;
	}

	#career .flexContents .mainContents .acBox dd {
		margin-top: 1.067vw;
		padding: 0 9.067vw 11.733vw;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable th {
		width: 100%;
		display: block;
		text-align: left;
		padding: 5.2vw 0 0;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable th p {
		font-size: 4.533vw;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable td {
		width: 100%;
		display: block;
		padding: 2.267vw 0 5.2vw;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable td p {
		font-size: 4.533vw;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable td p.m {
		margin-bottom: 8vw;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable td ul.m {
		margin-bottom: 8vw;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable td ul li {
		padding: 0 0.533vw 0 2.4vw;
	}

	#career .flexContents .mainContents .acBox dd .recruitTable td ul li span {
		font-size: 4.533vw;
	}

	/*----------------------------------------------------
	#contactThanks
	----------------------------------------------------*/

	#contactThanks {
		padding: 36.8vw 0 31.467vw 0;
	}

	#contactThanks .inner {
		max-width: initial;
	}

	#contactThanks .head .icon {
		max-width: 16.533vw;
		margin: 0 auto 3.733vw;
	}

	#contactThanks .head h1 {
		margin-bottom: 7.467vw;
	}

	#contactThanks .head h1 b {
		font-size: 17.067vw;
		margin-bottom: 12.533vw;
		transform: translateX(-0.267vw);
		-webkit-transform: translateX(-0.267vw);
		-moz-transform: translateX(-0.267vw);
	}

	#contactThanks .head h1 small {
		font-size: 7.467vw;
		line-height: 170%;
	}

	#contactThanks .head p {
		font-size: 4.267vw;
	}

	.thanks #bannerBlock  {
		padding: 0 0 32.533vw 0;
	}

	/*----------------------------------------------------
	#contactCheck
	----------------------------------------------------*/

	#contactCheck {
		padding: 37.867vw 0 31.733vw 0;
	}

	#contactCheck .inner {
		max-width: initial;
	}

	#contactCheck .head {
		margin-bottom: 19.733vw;
		transform: translateX(-1.067vw);
		-webkit-transform: translateX(-1.067vw);
		-moz-transform: translateX(-1.067vw);
	}

	#contactCheck .head h1 {
		font-size: 9.6vw;
		letter-spacing: -0.06em;
	}

	#contactCheck #formBox {
		width: 100%;
		margin: 0 auto 0;
	}

	#contactCheck #formBox .form-section {
		margin-bottom: 10.667vw;
	}

	#contactCheck #formBox .form-section#borderSec {
		margin-bottom: 10.4vw;
		padding: 0 0 10.933vw 0;
	}

	#contactCheck #formBox .form-head {
		margin-bottom: 3.2vw;
	}

	#contactCheck #formBox .form-head .text {
		font-size: 4.267vw;
	}

	#contactCheck #formBox .form-conts p {
		font-size: 4.8vw;
	}

	#contactCheck #formBox .btFlex {
		margin-top: 21.867vw;
	}

	#contactCheck #formBox .btFlex .submitBt {
		margin-bottom: 8vw;
	}

	#contactCheck #formBox .btFlex .submitBt .button {
		width: 90.4vw;
		height: 22.133vw;
	}

	#contactCheck #formBox .btFlex .submitBt .button input {
		font-size: 5.867vw;
		padding: 0 3.467vw 0 0;
		border-radius: 21.333vw;
	}

	#contactCheck #formBox .btFlex .submitBt .button .icon {
		position: absolute;
		width: 100%;
		max-width: 6.4vw;
		line-height: 2.667vw;
		top: 50%;
		right: 10.667vw;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transition: all 0.3s ease;
	}

	#contactCheck #formBox .btFlex .backBt {
		position: relative;
		width: 90.4vw;
		height: 19.467vw;
	}

	#contactCheck #formBox .btFlex .backBt a {
		padding: 0 0 0 3.467vw;
		border-radius: 21.333vw;
		background: #777777;
	}

	#contactCheck #formBox .btFlex .backBt a .tex {
		font-size: 4.8vw;
		line-height: 1;
		transform: translate(0.267vw, -0.8vw);
		-webkit-transform: translate(0.267vw, -0.8vw);
		-moz-transform: translate(0.267vw, -0.8vw);
	}

	#contactCheck #formBox .btFlex .backBt a .icon {
		top: 45%;
	}


	/*----------------------------------------------------
	#contact
	----------------------------------------------------*/

	#contact {
		padding: 38.133vw 0 31.733vw 0;
	}

	#contact .inner {
		max-width: initial;
	}

	#contact .head {
		margin-bottom: 10.133vw;
	}

	#contact .head h1 b {
		font-size: 11.733vw;
		letter-spacing: -0.07em;
		margin-bottom: 5.6vw;
		transform: translateX(-1.6vw);
		-webkit-transform: translateX(-1.6vw);
		-moz-transform: translateX(-1.6vw);
	}

	#contact .head h1 small {
		font-size: 5.333vw;
		letter-spacing: -0.02em;
		padding: 0 0 0 0;
	}

	#contact .headTex {
		margin-bottom: 15.2vw;
	}

	#contact .headTex h2 {
		font-size: 6.4vw;
		line-height: 160%;
		margin-bottom: 4.533vw;
	}

	#contact .headTex p {
		font-size: 3.467vw;
		text-align: left;
	}

	#contact #formBox {
		width: 100%;
		margin: 0 auto 0;
	}

	#contact #formBox .form-section {
		margin-bottom: 10.667vw;
	}

	#contact #formBox .form-section.min {
		margin-bottom: 12.8vw;
	}

	#contact #formBox .form-section.min.min2 {
		margin-bottom: 12.8vw;
	}

	#contact #formBox .form-section#borderSec {
		margin-bottom: 12.533vw;
		padding: 0 0 12.533vw 0;
	}

	#contact #formBox .form-section#borderSec .form-head {
		margin-bottom: 8.8vw;
	}

	#contact #formBox .form-head {
		margin-bottom: 3.467vw;
	}

	#contact #formBox .min .form-head {
		margin-bottom: 3.467vw;
	}

	#contact #formBox .form-head .text {
		font-size: 4.267vw;
	}

	#contact #formBox .form-head .required {
		border-radius: 1.067vw;
		width: 12.533vw;
		line-height: 6.133vw;
		font-size: 3.733vw;
		margin-left: 3.467vw;
	}

	#contact #formBox .form-head .any {
		border: 0.267vw solid #777777;
		border-radius: 1.067vw;
		width: 12.533vw;
		line-height: 6.133vw;
		font-size: 3.733vw;
		margin-left: 3.467vw;
	}

	#contact #formBox .flexRadio {
		flex-direction: column;
	}

	#contact #formBox .flexRadio.mb {
		margin-bottom: 6.4vw;
	}

	#contact #formBox .flexRadio > span {
		width: 100%;
		margin-bottom: 5.867vw;
	}

	#contact #formBox .flexRadio > span:last-child {
		margin-bottom: 0;
	}

	#contact #formBox .flexRadio > span label {
		height: 21.867vw;
		border: 0.267vw solid #222222;
		border-radius: 1.6vw;
		font-size: 4.267vw;
		padding: 0 0 0 6.667vw;
	}

	#contact #formBox .flexRadio > span.minHeight label {
		height: 17.6vw;
	}

	#contact #formBox .flexRadio > span label.active {
		border: 0.533vw solid #8F76D6;
	}

	#contact #formBox input[type="radio"]::before {
		height: 2.667vw;
		width: 2.667vw;
	}

	#contact #formBox input[type="radio"] {
		border: 0.267vw solid #222222;
		height: 4.8vw;
		left: -.5em;
		margin: 0 3.2vw 0 0;
		width: 4.8vw;
	}

	#contact #formBox input[type="radio"]:checked {
		border: 0.267vw solid #8F76D6;
	}

	#contact .selectType {
		border-radius: 2.133vw;
		border: 0.267vw solid  #222222;
	}

	#contact .selectType:before {
		right: 4vw;
		width: 3.467vw;
		height: 3.733vw;
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
		margin-top: -1.067vw;
	}

	#contact .selectType select {
		padding: 0 4vw;
		line-height: 17.067vw;
		height: 17.067vw;
		width: 100%;
		border-right: 8vw solid rgba(0, 0, 0, 0);
		font-size: 4.267vw;
	}

	textarea, [type="search"], [type="date"], [type="tel"], [type="email"], [type="number"], [type="password"], [type="text"] {
		padding: 3.733vw 4vw;
		border: 0.267vw solid #222222;
		border-radius: 2.133vw;
		font-size: 4.267vw;
	}

	#contact .form-section [type="text"],
	#contact .form-section [type="tel"],
	#contact .form-section textarea {
		border-radius: 2.133vw;
		padding: 4.267vw 4vw;
	}

	#contact .form-section textarea {
		height: 53.333vw;
	}

	#contact .form-conts.selectFlex div:nth-child(1) {
		width: 30.933vw;
		margin-right: 3.2vw;
	}

	#contact .form-conts.selectFlex div:nth-child(2) {
		font-size: 4.267vw;
		margin-right: 6.4vw;
	}

	#contact .form-conts.selectFlex div:nth-child(3) {
		width: 30.933vw;
		margin-right: 3.2vw;
	}

	#contact .form-conts.selectFlex div:nth-child(4) {
		font-size: 4.267vw;
	}

	#contact .form-section input[type='file'] {
		font-size: 4.267vw;
		border: 0.267vw solid #222222;
		border-radius: 2.133vw;
		padding-right: 0.5rem;
		width: 100%;
	}

	::file-selector-button,
	::-webkit-file-upload-button {
		font-size: 4.267vw;
		border-right: 0.267vw solid rgb(191, 194, 199);
		padding: 0.25rem 1rem;
		margin-right: 5.333vw;
		width: 38.4vw;
		height: 13.333vw;
	}

	#contact .form-section .addTex {
		font-size: 3.733vw;
		line-height: 140%;
		margin-top: 5.333vw;
	}

	#contact .formCheack {
		margin-top: -1.867vw;
		margin-bottom: 15.733vw;
	}

	#contact .formCheack .btAc .text {
		font-size: 4.267vw;
		margin: 0 0 0 4vw;
	}

	#contact .formCheack .btAc .text span {
		max-width: 4.8vw;
		margin: 0 0.533vw;
		transform: translateY(0.8vw);
		-webkit-transform: translateY(0.8vw);
		-moz-transform: translateY(0.8vw);
	}

	#contact .formCheack .btAc .mark {
		width: 5.333vw;
		height: 5.333vw;
		border: 0.533vw solid #8F76D6;
		border-radius: 1.067vw;
		top: calc(1.6vw + 0.2em);
	}

	#contact #formBox .submitBt .button {
		width: 90.4vw;
		height: 22.133vw;
	}

	#contact #formBox .submitBt .button input {
		font-size: 5.867vw;
		line-height: 22.133vw;
		padding: 0 4.8vw 0 0;
		border-radius: 21.333vw;
	}

	#contact #formBox .submitBt .button .icon {
		max-width: 6.4vw;
		line-height: 2.667vw;
		right: 10.667vw;
	}

	#contact #formBox .messageConts .messageTex {
		top: 4vw;
		padding: 0 4vw;
		font-size: 4.267vw;
	}

}
