@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
html {
	font-size: 62.5%;
}

body {
	color: #000;
	font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.020em;
	line-height: 2;
	background: #fff;
}

.zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

div {
	box-sizing: border-box;
}

img{
	vertical-align:top;
	max-width: 100%;
	height: auto;
}

a {
	cursor: pointer;
	box-sizing: border-box;
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:focus, *:focus {
	outline:none;
}

a:visited {
	color: #212121;
}

a img {
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.post, .page {
	margin: 0;
}


.center {
	text-align: center;
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

.clear {
	clear:both;
	height: 0;
}

small {
	font-weight: 500;
}

ul, ol {
	padding: 0;
	margin: 0;
}

li > ul, li > ol {
	margin-left: 0;
}

ul li {
	list-style: none;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: 500;
	box-sizing: border-box;
}

dd {
	margin: 0;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
	font-weight: 500;
}

p {
	margin: 0;
}

/*----------------------------------------------------
 fadeIn
----------------------------------------------------*/

.fadeIn {
	transform: translate3d(0, -10px, 0);
	transition: 1s;
	opacity: 0;
}

.fadeIn.animated {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/*----------------------------------------------------
 inner
----------------------------------------------------*/
.inner {
	width: calc(100% - 3.6rem);
	max-width: 1100px;
	margin: 0 auto;
}

/*----------------------------------------------------
 Button
----------------------------------------------------*/

.arrowBt {
	width: 240px;
	height: 66px;
}

.arrowBt a {
	width: 100%;
	height: 100%;
	background: #000;
	border: 1px solid #000;
	border-radius: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 28px;
	box-sizing: border-box;
}

.arrowBt a .tex {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
}

.arrowBt a .icon {
	width: 100%;
	max-width: 24px;
	line-height: 10px;
	transition: all 0.3s ease;
}

.arrowBt a .icon svg {
	max-width: 100%;
}

.arrowBt a .icon #longArrow {
	width: 24px;
	height: 10px;
	fill: #fff;
	transition: all 0.3s ease;
}

.oraclelink {
	width: 60px;
	height: 60px;
	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;
}

.oraclelink .icon {
	transition: all 0.3s ease;
}

.oraclelink .icon svg {
	max-width: 100%;
}

.oraclelink .icon #shortArrow {
	width: 16px;
	height: 16px;
	fill: #fff;
	transition: all 0.3s ease;
}

/*----------------------------------------------------
 header
----------------------------------------------------*/

#header {
	width: 97%;
	height: 80px;
	padding: 15px 14px;
	margin: auto;
	border-radius: 16px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
	position: fixed;
	top: 22px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 100;
}

#header .inner {
	max-width: initial;
}

#header .headerFlex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .headerFlex .logo a {
	display: flex;
	align-items: center;
}

#header .headerFlex .logo a .img {
	width: 100%;
	max-width: 101px;
	margin-right: 17px;
}

#header .headerFlex .logo a .tex {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

#header .headerFlex .headerInfo {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#header .headerFlex .headerInfo nav {
	margin-right: 19px;
}

#header .headerFlex .headerInfo nav ul {
	display: flex;
	justify-content: flex-end;
}

#header .headerFlex .headerInfo nav ul li {
	margin-left: 31px;
}

#header .headerFlex .headerInfo nav ul li:first-child {
	margin-left: 0;
}

#header .headerFlex .headerInfo nav ul li a {
	color: #000;
}

#header .headerFlex .headerInfo nav ul li a .tex {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	transition: all 0.3s ease;
}

#header .headerFlex .headerInfo .headButtons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#header .headerFlex .headerInfo .headButtons .button {
	width: 158px;
	height: 46px;
	margin-left: 10px;
}

#header .headerFlex .headerInfo .headButtons .button a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #222;
	border: 1px solid #222;
	border-radius: 80px;
}

#header .headerFlex .headerInfo .headButtons .button a .tex {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	transition: all 0.3s ease;
	font-family: "Zen Kaku Gothic New", "Inter", sans-serif;
}

/*----------------------------------------------------
 #dropMenu
----------------------------------------------------*/
#dropMenu {
	width: 100%;
	height: 100vh;
	padding: 167px 0 0 0;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: -1;
	opacity: 0;
	transition: all 0.6s ease;
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/

#footer {
	padding: 91px 0 43px 0;
	background: #333333;
}

#footer .inner {
	max-width: initial;
}

#footer .footerTop {
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
	padding: 0 62px 0 62px;
}

#footer .footerTop .siteNav {
	width: 611px;
}

#footer .footerTop .siteNav .navHead {
	margin-bottom: 45px;
}

#footer .footerTop .siteNav .navHead p {
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	font-family: "Roboto", sans-serif;
}

#footer .footerTop .siteNav .navHead p a {
	color: #fff;
}

#footer .footerTop .siteNav .navFlex {
	display: flex;
	justify-content: space-between;
}

#footer .footerTop .siteNav .navFlex nav {
	display: flex;
	width: calc(100% - 195px);
}

#footer .footerTop .siteNav .navFlex nav > ul {
	width: 50%;
}

#footer .footerTop .siteNav .navFlex nav > ul > li {
	margin-bottom: 43px;
}

#footer .footerTop .siteNav .navFlex nav > ul > li.links {
	margin-top: -13px;
}

#footer .footerTop .siteNav .navFlex nav > ul > li > a {
	position: relative;
	display: flex;
	align-items: center;
}

#footer .footerTop .siteNav .navFlex nav > ul > li > a .tex {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
}

#footer .footerTop .siteNav .navFlex nav > ul > li > a .tex:after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	bottom: -6px;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
}

#footer .footerTop .siteNav .navFlex nav > ul > li > a .icon {
	width: 100%;
	max-width: 14px;
	line-height: 14px;
	margin-left: 10px;
}

#footer .footerTop .siteNav .navFlex nav > ul > li > ul {
	margin: 20px 0 0 0;
}

#footer .footerTop .siteNav .navFlex nav > ul > li > ul > li {
	margin-bottom: 10px;
}

#footer .footerTop .siteNav .navFlex nav > ul > li > ul > li > a {
	position: relative;
}

#footer .footerTop .siteNav .navFlex nav > ul > li > ul > li > a:after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
}

#footer .footerTop .siteNav .navFlex nav > ul > li > ul > li > a .tex {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #cccccc;
}

#footer .footerTop .siteNav .navFlex .footButtons {
	margin-top: -7px;
	padding: 0 0 0 0;
}

#footer .footerTop .siteNav .navFlex .footButtons .button {
	width: 195px;
	height: 60px;
	margin-bottom: 20px;
}

#footer .footerTop .siteNav .navFlex .footButtons .button a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 80px;
}

#footer .footerTop .siteNav .navFlex .footButtons .button a .tex {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	transition: all 0.3s ease;
	font-family: "Zen Kaku Gothic New", "Inter", sans-serif;
}

#footer .footerTop .footPrivacy {
	width: 378px;
	display: flex;
	justify-content: space-between;
}

#footer .footerTop .footPrivacy .boxLogo {
	width: 154px;
}

#footer .footerTop .footPrivacy .boxLogo .box {
	background: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer .footerTop .footPrivacy .boxLogo .box.box01 {
	margin-bottom: 18px;
	padding: 24px 0 17px;
}

#footer .footerTop .footPrivacy .boxLogo .box.box01 .logo {
	width: 100%;
	max-width: 114.5px;
	line-height: 82px;
}

#footer .footerTop .footPrivacy .boxLogo .box.box02 {
	margin-bottom: 18px;
	padding: 15px 0 13px;
}

#footer .footerTop .footPrivacy .boxLogo .box.box02 .logo {
	width: 100%;
	max-width: 99px;
	line-height: 94px;
}

#footer .footerTop .footPrivacy .isoList {
	width: 184px;
	padding: 5px 0 0 0;
}

#footer .footerTop .footPrivacy .isoList .box .isoTex p {
	font-size: 11px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
	color: #fff;
}

#footer .footerTop .footPrivacy .isoList .box01 {
	margin-bottom: 22px;
}

#footer .footerTop .footPrivacy .isoList .box01 .imageFlex {
	display: flex;
	margin-bottom: 11px;
}

#footer .footerTop .footPrivacy .isoList .box01 .imageFlex .image01 {
	width: 100%;
	max-width: 110px;
	margin-right: 10px;
}

#footer .footerTop .footPrivacy .isoList .box01 .imageFlex .image02 {
	width: 100%;
	max-width: 60px;
}

#footer .footerTop .footPrivacy .isoList .box02 .imageSingle {
	width: 100%;
	max-width: 110px;
	margin-bottom: 11px;
}

#footer .footerBottom {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 0 62px 0 42px;
}

#footer .footerBottom .logo {
	width: 100%;
	max-width: 612px;
}

#footer .footerBottom .infoNav {
	width: 436px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 11px 0 0 0;
}

#footer .footerBottom .infoNav #goTop {
	position: relative;
	width: 88px;
	height: 44px;
	margin-bottom: 60px;
	z-index: 10;
}

#footer .footerBottom .infoNav #goTop a {
	border: 1px solid #fff;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	cursor: pointer;
}

#footer .footerBottom .infoNav #goTop a .icon {
	width: 10px;
	line-height: 24px;
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	transition: all 0.3s ease;
}

#footer .footerBottom .infoNav #goTop a #topArrow {
	fill: #fff;
	max-width: 100%;
}

#footer .footerBottom .infoNav nav {
	width: 100%;
	margin-bottom: 37px;
}

#footer .footerBottom .infoNav nav ul {
	display: flex;
}

#footer .footerBottom .infoNav nav ul li {
	margin-right: 26px;
}

#footer .footerBottom .infoNav nav ul li:last-child {
	margin-right: 0;
}

#footer .footerBottom .infoNav nav ul li a {
	position: relative;
	display: block;
}

#footer .footerBottom .infoNav nav ul li a:after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
}

#footer .footerBottom .infoNav nav ul li a .tex {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
}

#footer .footerBottom .infoNav .copy {
	display: flex;
	justify-content: flex-end;
}

#footer .footerBottom .infoNav .copy p {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
}

/*----------------------------------------------------
 #entry
----------------------------------------------------*/

#entry {
	position: relative;
	padding: 172px 0 125px 0;
}

#entry .sectionBg {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

#entry .headArea {
	margin-bottom: 95px;
}

#entry .headArea .head {
	padding: 0 12px;
}

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

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

#entry .headArea .head h2 small:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	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);
	position: absolute;
	left: 17px;
	top: 7px;
}

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

#entry .entryFlex .inner {
	max-width: 1248px;
	width: calc(100% - 3.2rem);
	display: flex;
	justify-content: space-between;
}

#entry .entryFlex .box {
	position: relative;
	width: 616px;
	height: 302.74px;
}

#entry .entryFlex .box a {
	display: block;
	width: 100%;
	height: 100%;
}

#entry .entryFlex .box .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

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

#entry .entryFlex .box .boxHead h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#entry .entryFlex .box .boxHead h3 b {
	font-size: 28px;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 0;
	white-space: nowrap;
	text-align: center;
	color: #000;
	margin: 10px 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#entry .entryFlex .box .boxHead h3 small {
	font-size: 16px;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 0;
	white-space: nowrap;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	transform: translateX(-7px);
	-webkit-transform: translateX(-7px);
	-moz-transform: translateX(-7px);
}

#entry .entryFlex .box .arrowBox {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 91px;
	height: 70px;
	border-radius: 26px 0 0 0;
	padding: 8px 0 0 2px;
}

#entry .entryFlex .box .oraclelink .icon {
	width: 14px;
}

#entry .entryFlex .box .oraclelink .icon svg {
	max-width: 100%;
}

/*----------------------------------------------------
 #entryFull
----------------------------------------------------*/

#entryFull {
	position: relative;
	padding: 111px 0 79px 0;
}

#entryFull .sectionBg {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

#entryFull .entryBoxFull .box {
	position: relative;
	width: 100%;
	height: 320px;
}

#entryFull .entryBoxFull .box a {
	display: block;
	width: 100%;
	height: 100%;
}

#entryFull .entryBoxFull .box .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

#entryFull .entryBoxFull .box .boxHead {
	position: absolute;
	top: 48px;
	left: 49%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#entryFull .entryBoxFull .box .boxHead .gradeTex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 0;
}

#entryFull .entryBoxFull .box .boxHead .gradeTex p {
	font-size: 120px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.03em;
	padding: 0 0 25px;
	font-family: "Roboto", sans-serif;
	background: #46C1FF;
	background: -webkit-linear-gradient(24deg, rgba(70, 193, 255, 1) 0%, rgba(190, 122, 254, 1) 100%);
	background: -moz-linear-gradient(24deg, rgba(70, 193, 255, 1) 0%, rgba(190, 122, 254, 1) 100%);
	background: linear-gradient(24deg, rgba(70, 193, 255, 1) 0%, rgba(190, 122, 254, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#46C1FF", endColorstr="#BE7AFE", GradientType=0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#entryFull.career .entryBoxFull .box .boxHead .gradeTex p {
	background: #AB53FF;
	background: -webkit-linear-gradient(207deg, rgba(171, 83, 255, 1) 24%, rgba(255, 219, 99, 1) 98%);
	background: -moz-linear-gradient(207deg, rgba(171, 83, 255, 1) 24%, rgba(255, 219, 99, 1) 98%);
	background: linear-gradient(207deg, rgba(171, 83, 255, 1) 24%, rgba(255, 219, 99, 1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#AB53FF", endColorstr="#FFDB63", GradientType=0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#entryFull .entryBoxFull .box .boxHead h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 0 0 29px;
}

#entryFull .entryBoxFull .box .boxHead h2 b {
	font-size: 28px;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 0;
	white-space: nowrap;
	text-align: center;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 5px;
}

#entryFull .entryBoxFull .box .boxHead h2 small {
	font-size: 16px;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 0;
	white-space: nowrap;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	transform: translateX(-3px);
	-webkit-transform: translateX(-3px);
	-moz-transform: translateX(-3px);
}

#entryFull .entryBoxFull .box .arrowBox {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 103px;
	height: 86px;
	border-radius: 26px 0 0 0;
	padding: 21px 0 0 2px;
}

#entryFull .entryBoxFull .box .oraclelink .icon {
	width: 14px;
}

#entryFull .entryBoxFull .box .oraclelink .icon svg {
	max-width: 100%;
}

/*----------------------------------------------------
 #flotingNav
----------------------------------------------------*/

#flotingNav {
	width: 532px;
	height: 84px;
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%) translateY(0%);
	-webkit-transform: translateX(-50%) translateY(0%);
	-ms-transform: translateX(-50%) translateY(0%);
	transition: all 0.3s ease 0s;
	z-index: 19;
}

#flotingNav.js_hide {
	transform: translateX(-50%) translateY(150%);
	-webkit-transform: translateX(-50%) translateY(150%);
	-ms-transform: translateX(-50%) translateY(150%);
}

#flotingNav a {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #46C1FF;
	background: -webkit-linear-gradient(308deg, rgba(70, 193, 255, 1) 0%, rgba(190, 122, 254, 1) 100%);
	background: -moz-linear-gradient(308deg, rgba(70, 193, 255, 1) 0%, rgba(190, 122, 254, 1) 100%);
	background: linear-gradient(308deg, rgba(70, 193, 255, 1) 0%, rgba(190, 122, 254, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#46C1FF", endColorstr="#BE7AFE", GradientType=0);
}

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

#flotingNav a p {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #fff;
}

#flotingNav a p small {
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0;
	white-space: nowrap;
}

#flotingNav a p b {
	font-size: 24px;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: 0;
	white-space: nowrap;
}

#flotingNav a .oraclelink {
	width: 35px;
	height: 35px;
	background: #fff;
	border-color: #fff;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#flotingNav a .oraclelink .icon {
	width: 12px;
}

#flotingNav a .oraclelink .icon #shortArrow {
	fill: #000;
}

/*----------------------------------------------------
 #bannerBlock
----------------------------------------------------*/

#bannerBlock {
	position: relative;
	margin-bottom: 44px;
}

#bannerBlock .head {
	margin-bottom: 37px;
}

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

#bannerBlock .bannerList {
	display: flex;
	justify-content: space-between;
}

#bannerBlock .bannerList .box {
	width: 30.90909%;
}

#bannerBlock .bannerList .box .imageArea {
	margin-bottom: 25px;
}

#bannerBlock .bannerList .box .imageArea .img {
	position: relative;
	width: 100%;
	height: 205px;
}

#bannerBlock .bannerList .box .imageArea .img img {
	position: relative;
	width: 322px;
	height: 187px;
	border-radius: 20px;
	z-index: 1;
}

#bannerBlock .bannerList .box .imageArea .img:after {
	content: '';
	width: 322px;
	height: 187px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	border-radius: 20px;
	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);
}

#bannerBlock .bannerList .box:nth-child(2n) .imageArea .img:after {
	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);
}

#bannerBlock .bannerList .box .titleFlex {
	display: flex;
	align-items: flex-end;
}

#bannerBlock .bannerList .box .titleFlex .oraclelink {
	width: 44px;
	height: 44px;
}

#bannerBlock .bannerList .box .titleFlex .oraclelink .icon {
	max-width: 12px;
}

#bannerBlock .bannerList .box .titleFlex .title {
	width: calc(100% - 44px);
}

#bannerBlock .bannerList .box .titleFlex .title h3 {
	display: flex;
	flex-direction: column;
}

#bannerBlock .bannerList .box .titleFlex .title h3 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: 15px;
}

#bannerBlock .bannerList .box .titleFlex .title h3 b {
	font-size: 44px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #000;
	font-family: "Roboto", sans-serif;
}

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

@media screen and (min-width: 769px) {
	.pc_hidden {
		display: none !important;
	}

	.arrowBt a:hover {
		background: #fff;
	}

	.arrowBt a:hover .tex {
		color: #000;
	}

	.arrowBt a:hover .icon {
		transform: translateX(5px);
		-webkit-transform: translateX(5px);
		-moz-transform: translateX(5px);
	}

	.arrowBt a:hover .icon #longArrow {
		fill: #000;
	}

	.arrowBt.leftArrow a:hover .icon {
		transform: translateX(-5px);
		-webkit-transform: translateX(-5px);
		-moz-transform: translateX(-5px);
	}

	.arrowBt.leftArrow a:hover .icon #longArrow-left {
		fill: #000;
	}

	#header .headerFlex .headerInfo nav ul li a:hover .tex {
		color: #8f76d6;
	}

	#header .headerFlex .headerInfo .headButtons .button a:hover {
		background: #fff;
	}

	#header .headerFlex .headerInfo .headButtons .button a:hover .tex {
		color: #222;
	}

	#footer .footerTop .siteNav .navHead p a:hover {
		opacity: 0.7;
	}

	#footer .footerTop .siteNav .navFlex .footButtons .button a:hover {
		background: #000;
	}

	#footer .footerTop .siteNav .navFlex .footButtons .button a:hover .tex {
		color: #fff;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > a:hover .tex:after {
		transform: scale(1, 1);
		transform-origin: left top;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > ul > li > a:hover:after {
		transform: scale(1, 1);
		transform-origin: left top;
	}

	#footer .footerBottom .infoNav nav ul li a:hover:after {
		transform: scale(1, 1);
		transform-origin: left top;
	}

	#footer .footerBottom .infoNav #goTop a:hover {
		background: #fff;
	}

	#footer .footerBottom .infoNav #goTop a:hover .icon {
		transform: translateY(-1px);
		-webkit-transform: translateY(-1px);
		-moz-transform: translateY(-1px);
	}

	#footer .footerBottom .infoNav #goTop a:hover #topArrow {
		fill: #333333;
	}

	#bannerBlock .bannerList .box a:hover .oraclelink {
		background: #fff;
	}

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

	#bannerBlock .bannerList .box a:hover .oraclelink #shortArrow {
		fill: #000;
	}

	#entry .entryFlex .box a:hover .arrowBox .oraclelink {
		background: #fff;
	}

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

	#entry .entryFlex .box a:hover .arrowBox .oraclelink #shortArrow {
		fill: #000;
	}

	#entryFull .entryBoxFull .box a:hover .oraclelink {
		background: #fff;
	}

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

	#entryFull .entryBoxFull .box a:hover .oraclelink #shortArrow {
		fill: #000;
	}

	#flotingNav a:hover .oraclelink {
		background: #000;
		border-color: #000;
	}

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

	#flotingNav a:hover .oraclelink .icon #shortArrow {
		fill: #fff;
	}

}

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

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

	body {
		font-size: 1.25vw;
	}

	/*----------------------------------------------------
	fadeIn
	----------------------------------------------------*/

	.fadeIn {
		transform: translate3d(0, -0.781vw, 0);
		transition: 1s;
		opacity: 0;
	}

	/*----------------------------------------------------
	inner
	----------------------------------------------------*/
	.inner {
		max-width: 85.938vw;
	}

	/*----------------------------------------------------
	Button
	----------------------------------------------------*/

	.arrowBt {
		width: 18.75vw;
		height: 5.156vw;
	}

	.arrowBt a {
		border: 0.078vw solid #000;
		border-radius: 6.25vw;
		padding: 0 2.188vw;
	}

	.arrowBt a .tex {
		font-size: 1.25vw;
	}

	.arrowBt a .icon {
		max-width: 1.875vw;
		line-height: 0.781vw;
	}

	.arrowBt a .icon #longArrow {
		width: 1.875vw;
		height: 0.781vw;
	}

	.oraclelink {
		width: 4.688vw;
		height: 4.688vw;
		border: 0.078vw solid #000;
	}

	.oraclelink .icon #shortArrow {
		width: 1.25vw;
		height: 1.25vw;
	}

	/*----------------------------------------------------
	header
	----------------------------------------------------*/

	#header {
		height: 6.25vw;
		padding: 1.172vw 1.094vw;
		border-radius: 1.25vw;
		box-shadow: 0 0.781vw 1.563vw 0 rgba(0, 0, 0, 0.10);
		top: 1.719vw;
	}

	#header .headerFlex .logo a .img {
		max-width: 7.891vw;
		margin-right: 1.328vw;
	}

	#header .headerFlex .logo a .tex {
		font-size: 1.719vw;
	}

	#header .headerFlex .headerInfo nav {
		margin-right: 1.484vw;
	}

	#header .headerFlex .headerInfo nav ul li {
		margin-left: 2.422vw;
	}

	#header .headerFlex .headerInfo nav ul li a .tex {
		font-size: 1.194vw;
	}

	#header .headerFlex .headerInfo .headButtons .button {
		width: 12.344vw;
		height: 3.594vw;
		margin-left: 0.781vw;
	}

	#header .headerFlex .headerInfo .headButtons .button a {
		border: 0.078vw solid #222;
		border-radius: 6.25vw;
	}

	#header .headerFlex .headerInfo .headButtons .button a .tex {
		font-size: 1.25vw;
	}

	/*----------------------------------------------------
	#dropMenu
	----------------------------------------------------*/
	#dropMenu {
		height: 100vh;
		padding: 13.047vw 0 0 0;
	}

	/*----------------------------------------------------
	footer
	----------------------------------------------------*/

	#footer {
		padding: 7.109vw 0 3.359vw 0;
	}

	#footer .footerTop {
		margin-bottom: 1.094vw;
		padding: 0 4.844vw 0 4.844vw;
	}

	#footer .footerTop .siteNav {
		width: 47.734vw;
	}

	#footer .footerTop .siteNav .navHead {
		margin-bottom: 3.516vw;
	}

	#footer .footerTop .siteNav .navHead p {
		font-size: 2.5vw;
	}

	#footer .footerTop .siteNav .navFlex nav {
		width: calc(100% - 15.234vw);
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li {
		margin-bottom: 3.359vw;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li.links {
		margin-top: -1.016vw;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > a .tex {
		font-size: 1.272vw;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > a .tex:after {
		height: 0.078vw;
		bottom: -0.469vw;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > a .icon {
		max-width: 1.094vw;
		line-height: 1.094vw;
		margin-left: 0.781vw;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > ul {
		margin: 1.563vw 0 0 0;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > ul > li {
		margin-bottom: 0.781vw;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > ul > li > a:after {
		height: 0.078vw;
		bottom: -0.078vw;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > ul > li > a .tex {
		font-size: 1.194vw;
	}

	#footer .footerTop .siteNav .navFlex .footButtons {
		margin-top: -0.547vw;
	}

	#footer .footerTop .siteNav .navFlex .footButtons .button {
		width: 15.234vw;
		height: 4.688vw;
		margin-bottom: 1.563vw;
	}

	#footer .footerTop .siteNav .navFlex .footButtons .button a {
		border-radius: 6.25vw;
	}

	#footer .footerTop .siteNav .navFlex .footButtons .button a .tex {
		font-size: 1.25vw;
	}

	#footer .footerTop .footPrivacy {
		width: 29.531vw;
	}

	#footer .footerTop .footPrivacy .boxLogo {
		width: 12.031vw;
	}

	#footer .footerTop .footPrivacy .boxLogo .box {
		border-radius: 1.563vw;
	}

	#footer .footerTop .footPrivacy .boxLogo .box.box01 {
		margin-bottom: 1.406vw;
		padding: 1.875vw 0 1.328vw;
	}

	#footer .footerTop .footPrivacy .boxLogo .box.box01 .logo {
		max-width: 8.945vw;
		line-height: 6.406vw;
	}

	#footer .footerTop .footPrivacy .boxLogo .box.box02 {
		margin-bottom: 1.406vw;
		padding: 1.172vw 0 1.016vw;
	}

	#footer .footerTop .footPrivacy .boxLogo .box.box02 .logo {
		max-width: 7.734vw;
		line-height: 7.344vw;
	}

	#footer .footerTop .footPrivacy .isoList {
		width: 14.375vw;
		padding: 0.391vw 0 0 0;
	}

	#footer .footerTop .footPrivacy .isoList .box .isoTex p {
		font-size: 0.859vw;
	}

	#footer .footerTop .footPrivacy .isoList .box01 {
		margin-bottom: 1.719vw;
	}

	#footer .footerTop .footPrivacy .isoList .box01 .imageFlex {
		margin-bottom: 0.859vw;
	}

	#footer .footerTop .footPrivacy .isoList .box01 .imageFlex .image01 {
		max-width: 8.594vw;
		margin-right: 0.781vw;
	}

	#footer .footerTop .footPrivacy .isoList .box01 .imageFlex .image02 {
		max-width: 4.688vw;
	}

	#footer .footerTop .footPrivacy .isoList .box02 .imageSingle {
		max-width: 8.594vw;
		margin-bottom: 0.859vw;
	}

	#footer .footerBottom {
		padding: 0 4.844vw 0 3.281vw;
	}

	#footer .footerBottom .logo {
		max-width: 47.813vw;
	}

	#footer .footerBottom .infoNav {
		width: 34.063vw;
		padding: 0.859vw 0 0 0;
	}

	#footer .footerBottom .infoNav #goTop {
		width: 6.875vw;
		height: 3.438vw;
		margin-bottom: 4.688vw;
	}

	#footer .footerBottom .infoNav #goTop a {
		border: 0.078vw solid #fff;
		border-radius: 7.813vw;
	}

	#footer .footerBottom .infoNav #goTop a .icon {
		width: 0.781vw;
		line-height: 1.875vw;
		transform: translateY(0.156vw);
		-webkit-transform: translateY(0.156vw);
		-moz-transform: translateY(0.156vw);
	}

	#footer .footerBottom .infoNav nav {
		margin-bottom: 2.891vw;
	}

	#footer .footerBottom .infoNav nav ul li {
		margin-right: 2.031vw;
	}

	#footer .footerBottom .infoNav nav ul li a:after {
		height: 0.078vw;
		bottom: -0.078vw;
	}

	#footer .footerBottom .infoNav nav ul li a .tex {
		font-size: 0.938vw;
	}

	#footer .footerBottom .infoNav .copy p {
		font-size: 0.938vw;
	}

	/*----------------------------------------------------
	#entry
	----------------------------------------------------*/

	#entry {
		padding: 13.438vw 0 9.766vw 0;
	}

	#entry .headArea {
		margin-bottom: 7.422vw;
	}

	#entry .headArea .head {
		padding: 0 0.938vw;
	}

	#entry .headArea .head h2 small {
		font-size: 1.563vw;
		margin-bottom: 1.406vw;
		padding: 0 0 0 2.813vw;
	}

	#entry .headArea .head h2 small:before {
		width: 0.625vw;
		height: 0.625vw;
		left: 1.328vw;
		top: 0.547vw;
	}

	#entry .headArea .head h2 b {
		font-size: 12.5vw;
	}

	#entry .entryFlex .inner {
		max-width: 97.5vw;
	}

	#entry .entryFlex .box {
		width: 46.625vw;
		height: 23.652vw;
	}

	#entry .entryFlex .box .boxHead h3 b {
		font-size: 2.188vw;
		margin: 0.781vw 0;
	}

	#entry .entryFlex .box .boxHead h3 small {
		font-size: 1.25vw;
		transform: translateX(-0.547vw);
		-webkit-transform: translateX(-0.547vw);
		-moz-transform: translateX(-0.547vw);
	}

	#entry .entryFlex .box .arrowBox {
		width: 7.109vw;
		height: 5.469vw;
		border-radius: 2.031vw 0 0 0;
		padding: 0 0 0 0.156vw;
	}

	#entry .entryFlex .box .oraclelink .icon {
		width: 1.094vw;
	}

	/*----------------------------------------------------
	#entryFull
	----------------------------------------------------*/

	#entryFull {
		padding: 8.672vw 0 6.172vw 0;
	}

	#entryFull .entryBoxFull .box {
		height: 25vw;
	}

	#entryFull .entryBoxFull .box .boxHead {
		top: 3.75vw;
	}

	#entryFull .entryBoxFull .box .boxHead .gradeTex p {
		font-size: 9.375vw;
		padding: 0 0 1.953vw;
	}

	#entryFull .entryBoxFull .box .boxHead h2 {
		padding: 0 0 0 2.266vw;
	}

	#entryFull .entryBoxFull .box .boxHead h2 b {
		font-size: 2.188vw;
		margin-bottom: 0.391vw;
	}

	#entryFull .entryBoxFull .box .boxHead h2 small {
		font-size: 1.25vw;
		transform: translateX(-0.234vw);
		-webkit-transform: translateX(-0.234vw);
		-moz-transform: translateX(-0.234vw);
	}

	#entryFull .entryBoxFull .box .arrowBox {
		width: 8.047vw;
		height: 6.719vw;
		border-radius: 2.031vw 0 0 0;
		padding: 1.641vw 0 0 0.156vw;
	}

	#entryFull .entryBoxFull .box .oraclelink .icon {
		width: 1.094vw;
	}

	/*----------------------------------------------------
	#flotingNav
	----------------------------------------------------*/

	#flotingNav {
		width: 41.563vw;
		height: 6.563vw;
		bottom: 2.344vw;
	}

	#flotingNav a {
		border-radius: 1.25vw;
	}

	#flotingNav a p small {
		font-size: 1.25vw;
	}

	#flotingNav a p b {
		font-size: 1.875vw;
	}

	#flotingNav a .oraclelink {
		width: 2.734vw;
		height: 2.734vw;
		right: 2.344vw;
	}

	#flotingNav a .oraclelink .icon {
		width: 0.938vw;
	}

	/*----------------------------------------------------
	#bannerBlock
	----------------------------------------------------*/

	#bannerBlock {
		margin-bottom: 3.438vw;
	}

	#bannerBlock .head {
		margin-bottom: 2.891vw;
	}

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

	#bannerBlock .bannerList .box .imageArea {
		margin-bottom: 1.953vw;
	}

	#bannerBlock .bannerList .box .imageArea .img {
		height: 16.016vw;
	}

	#bannerBlock .bannerList .box .imageArea .img img {
		width: 25.156vw;
		height: 14.609vw;
		border-radius: 1.563vw;
	}

	#bannerBlock .bannerList .box .imageArea .img:after {
		width: 25.156vw;
		height: 14.609vw;
		border-radius: 1.563vw;
	}

	#bannerBlock .bannerList .box .titleFlex .oraclelink {
		width: 3.438vw;
		height: 3.438vw;
	}

	#bannerBlock .bannerList .box .titleFlex .oraclelink .icon {
		max-width: 0.938vw;
	}

	#bannerBlock .bannerList .box .titleFlex .title {
		width: calc(100% - 3.438vw);
	}

	#bannerBlock .bannerList .box .titleFlex .title h3 small {
		font-size: 1.25vw;
		margin-bottom: 1.172vw;
	}

	#bannerBlock .bannerList .box .titleFlex .title h3 b {
		font-size: 3.438vw;
	}
}

/*----------------------------------------------------
 SP
----------------------------------------------------*/

@media screen and (max-width: 768px) {
	.sp_hidden {
		display: none !important;
	}

	/*----------------------------------------------------
	Button
	----------------------------------------------------*/

	.arrowBt {
		width: 62.4vw;
    height: 14.933vw;
	}

	.arrowBt a {
		padding: 0 7.467vw;
	}

	.arrowBt a .tex {
		font-size: 4vw;
	}

	.oraclelink {
		width: 8.421vw;
		height: 8.421vw;
	}

	.oraclelink .icon {
		width: 2.067vw;
		line-height: 1.557vw;
		transition: all 0.3s ease;
	}

	.oraclelink .icon svg {
		max-width: 100%;
	}

	.oraclelink .icon #shortArrow {
		width: 4.267vw;
		height: 4.267vw;
		fill: #fff;
		transition: all 0.3s ease;
	}

	/*----------------------------------------------------
	 #header
	----------------------------------------------------*/

	#header {
		width: 90.4%;
		min-width: initial;
		height: 16vw;
		padding: 3.467vw 3.733vw;
		box-shadow: 0 2.667vw 5.333vw 0 rgba(0, 0, 0, 0.1);
		top: 5.333vw;
		display: flex;
		align-items: center;
	}

	#header .inner {
    max-width: initial;
    width: 100%;
	}

	#header .headerFlex {
    padding: 0 0 0 1.333vw;
	}

	#header .headerFlex .logo a .img {
    max-width: 24.533vw;
    margin-right: 4.533vw;
	}

	#header .headerFlex .logo a .tex {
    font-size: 4.8vw;
	}

	#header .menuTrigger {
		display: inline-block;
		width: 5.333vw;
		height: 4.8vw;
		vertical-align: middle;
		cursor: pointer;
		position: fixed;
		top: 5.067vw;
		right: 5.333vw;
		z-index: 100;
	}

	#header .menuTrigger span {
		display: inline-block;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 100%;
		height: 0.533vw;
		border-radius: 2.133vw;
		background-color: #000;
		transition: all .5s;
	}

	#header .menuTrigger.active span {
		background-color: #000;
	}

	#header .menuTrigger span:nth-of-type(1) {
		top: 0;
	}

	#header .menuTrigger.active span:nth-of-type(1) {
		transform: translateY(2.4vw) rotate(-45deg);
		-webkit-transform: translateY(2.4vw) rotate(-45deg);
		-moz-transform: translateY(2.4vw) rotate(-45deg);
	}

	#header .menuTrigger span:nth-of-type(2) {
		top: 2.133vw;
		width: 4.267vw;
	}

	#header .menuTrigger.active span:nth-of-type(2) {
		opacity: 0;
	}

	#header .menuTrigger span:nth-of-type(3) {
		bottom: 0;
		width: 3.2vw;
	}

	#header .menuTrigger.active span:nth-of-type(3) {
		width: 100%;
		transform: translateY(-1.867vw) rotate(45deg);
		-webkit-transform: translateY(-1.867vw) rotate(45deg);
		-moz-transform: translateY(-1.867vw) rotate(45deg);
	}

	/*----------------------------------------------------
	 #dropMenu
	----------------------------------------------------*/

	#dropMenu {
		width: 100%;
		height: 100vh;
		padding: 36.533vw 0 0 0;
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 1);
		z-index: 99;
		opacity: 0;
		transition: all 0.6s ease;
	}

	#dropMenu .inner {
		width: calc(100% - 9.4rem);
	}

	#dropMenu.open {
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		opacity: 1;
	}

	#dropMenu nav {
		margin-bottom: 5.867vw;
	}

	#dropMenu ul {
		display: flex;
		flex-direction: column;
	}

	#dropMenu ul li {
		margin-bottom: 5.6vw;
	}

	#dropMenu ul li a {
		font-size: 4.8vw;
		font-weight: 500;
		line-height: 160%;
	}

	#dropMenu .button {
		width: 74.667vw;
		height: 14.933vw;
		margin: 0 auto 4vw;
	}

	#dropMenu .button a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 21.333vw;
		width: 100%;
		height: 100%;
		background: #222;
    border: 0.267vw solid #222;
	}

	#dropMenu .button a .tex {
		font-size: 4.8vw;
		font-weight: 700;
		line-height: 138%;
		color: #fff;
	}

	/*----------------------------------------------------
	footer
	----------------------------------------------------*/

	#footer {
		padding: 14.4vw 0 5.333vw 0;
	}

	#footer .footerTop {
		flex-direction: column;
		margin-bottom: 13.067vw;
		padding: 0 0 0 0;
	}

	#footer .footerTop .siteNav {
		width: 100%;
		margin-bottom: 16vw;
	}

	#footer .footerTop .siteNav .navHead {
		margin-bottom: 11.2vw;
	}

	#footer .footerTop .siteNav .navHead p {
		font-size: 8.533vw;
	}

	#footer .footerTop .siteNav .navFlex {
		flex-direction: column;
	}

	#footer .footerTop .siteNav .navFlex nav {
		flex-direction: column;
		width: 100%;
		margin-bottom: 6.667vw;
	}

	#footer .footerTop .siteNav .navFlex nav > ul {
		width: 100%;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li {
		margin-bottom: 10.933vw;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li:last-child {
		margin-bottom: 7.733vw;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li.links {
		margin-top: -3.467vw;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > a {
		position: relative;
		display: flex;
		align-items: center;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > a .tex {
		position: relative;
		font-size: 4vw;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0;
		color: #fff;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > a .tex:after {
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 0.267vw;
		background: #FFF;
		bottom: -1.6vw;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform 0.3s;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > a .icon {
		width: 100%;
		max-width: 3.733vw;
		line-height: 3.733vw;
		margin-left: 2.667vw;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > ul {
		margin: 5.333vw 0 0 0;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > ul > li {
		margin-bottom: 2.667vw;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > ul > li > a {
		position: relative;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > ul > li > a:after {
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 0.267vw;
		background: #FFF;
		bottom: -0.267vw;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform 0.3s;
	}

	#footer .footerTop .siteNav .navFlex nav > ul > li > ul > li > a .tex {
		font-size: 3.733vw;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0;
		color: #cccccc;
	}

	#footer .footerTop .siteNav .navFlex .footButtons {
		margin-top: 0;
		padding: 0 0 0 0;
	}

	#footer .footerTop .siteNav .navFlex .footButtons .button {
		width: 100%;
		height: 16vw;
		margin-bottom: 5.333vw;
	}

	#footer .footerTop .siteNav .navFlex .footButtons .button a {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		border-radius: 21.333vw;
	}

	#footer .footerTop .siteNav .navFlex .footButtons .button a .tex {
		font-size: 4vw;
	}

	#footer .footerTop .footPrivacy {
		width: 100%;
		flex-direction: column;
	}

	#footer .footerTop .footPrivacy .boxLogo {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 7.733vw;
		padding: 0 1.6vw;
	}

	#footer .footerTop .footPrivacy .boxLogo .box {
		width: 41.067vw;
		border-radius: 5.333vw;
	}

	#footer .footerTop .footPrivacy .boxLogo .box.box01 {
		margin-bottom: 4.8vw;
		padding: 3.733vw 0 3.2vw;
	}

	#footer .footerTop .footPrivacy .boxLogo .box.box01 .logo {
		width: 100%;
		max-width: 30.533vw;
		line-height: 21.867vw;
	}

	#footer .footerTop .footPrivacy .boxLogo .box.box02 {
		margin-bottom: 4.8vw;
		padding: 3.733vw 0 3.2vw;
	}

	#footer .footerTop .footPrivacy .boxLogo .box.box02 .logo {
		width: 100%;
		max-width: 26.4vw;
		line-height: 25.067vw;
	}

	#footer .footerTop .footPrivacy .isoList {
		width: 100%;
		padding: 0 1.6vw;
	}

	#footer .footerTop .footPrivacy .isoList .box .isoTex p {
		font-size: 2.933vw;
	}

	#footer .footerTop .footPrivacy .isoList .box01 {
		margin-bottom: 5.867vw;
	}

	#footer .footerTop .footPrivacy .isoList .box01 .imageFlex {
		margin-bottom: 2.933vw;
	}

	#footer .footerTop .footPrivacy .isoList .box01 .imageFlex .image01 {
		max-width: 29.333vw;
		margin-right: 2.667vw;
	}

	#footer .footerTop .footPrivacy .isoList .box01 .imageFlex .image02 {
		max-width: 16vw;
	}

	#footer .footerTop .footPrivacy .isoList .box02 .imageSingle {
		max-width: 29.333vw;
		margin-bottom: 2.933vw;
	}

	#footer .footerBottom {
		flex-direction: column;
		padding: 0 0 0 0;
	}

	#footer .footerBottom .logo {
		max-width: 90.933vw;
		margin: 0 auto 0;
	}

	#footer .footerBottom .infoNav {
		width: 100%;
		flex-direction: column;
		padding: 2.933vw 0 0 0;
	}

	#footer .footerBottom .infoNav #goTop {
		width: 23.467vw;
		height: 11.733vw;
		margin-bottom: 14.4vw;
	}

	#footer .footerBottom .infoNav #goTop a {
		border: 0.267vw solid #fff;
		border-radius: 26.667vw;
	}

	#footer .footerBottom .infoNav #goTop a .icon {
		width: 2.667vw;
		line-height: 6.4vw;
		transform: translateY(0.533vw);
		-webkit-transform: translateY(0.533vw);
		-moz-transform: translateY(0.533vw);
	}

	#footer .footerBottom .infoNav nav {
		width: 100%;
		margin-bottom: 14.4vw;
	}

	#footer .footerBottom .infoNav nav ul {
		flex-direction: column;
	}

	#footer .footerBottom .infoNav nav ul li {
		margin-right: 0;
		margin-bottom: 4.8vw;
	}

	#footer .footerBottom .infoNav nav ul li:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	#footer .footerBottom .infoNav nav ul li a {
		position: relative;
		display: block;
	}

	#footer .footerBottom .infoNav nav ul li a:after {
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 0.267vw;
		background: #FFF;
		bottom: -0.267vw;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform 0.3s;
	}

	#footer .footerBottom .infoNav nav ul li a .tex {
		font-size: 3.2vw;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0;
		color: #fff;
	}

	#footer .footerBottom .infoNav .copy {
		justify-content: center;
		margin-bottom: 26.667vw;
	}

	#footer .footerBottom .infoNav .copy p {
		font-size: 3.2vw;
		text-align: center;
	}

	/*----------------------------------------------------
	#entry
	----------------------------------------------------*/

	#entry {
		padding: 39.733vw 0 25.067vw 0;
	}

	#entry .headArea {
		margin-bottom: 16vw;
	}

	#entry .headArea .head {
		padding: 0 0;
	}

	#entry .headArea .head h2 small {
		font-size: 5.333vw;
		margin-bottom: 6.933vw;
		padding: 0 0 0 5.333vw;
	}

	#entry .headArea .head h2 small:before {
		left: 0;
		top: 1.867vw;
	}

	#entry .headArea .head h2 b {
		font-size: 32vw;
	}

	#entry .entryFlex .inner {
		max-width: initial;
		width: calc(100% - 3.6rem);
		flex-direction: column;
	}

	#entry .entryFlex .box {
		position: relative;
		width: 100%;
		height: 48vw;
		margin-bottom: 8.533vw;
	}

	#entry .entryFlex .box .boxHead {
		top: 52%;
	}

	#entry .entryFlex .box .boxHead h3 b {
		font-size: 6.933vw;
		line-height: 140%;
		margin: 1.067vw 0;
	}

	#entry .entryFlex .box .boxHead h3 small {
		font-size: 4.267vw;
		transform: translateX(-0.267vw);
		-webkit-transform: translateX(-0.267vw);
		-moz-transform: translateX(-0.267vw);
	}

	#entry .entryFlex .box .arrowBox {
		width: 16vw;
		height: 16vw;
		border-radius: 6.933vw 0 0 0;
		padding: 2.933vw 0 0 2.933vw;
	}

	#entry .entryFlex .box .oraclelink {
		width: 10.667vw;
		height: 10.667vw;
	}

	#entry .entryFlex .box .oraclelink .icon {
		width: 3.733vw;
	}

	#entry .entryFlex .box .oraclelink .icon svg {
		max-width: 100%;
	}

	/*----------------------------------------------------
	#entryFull
	----------------------------------------------------*/

	#entryFull {
		padding: 29.6vw 0 31.733vw 0;
	}

	#entryFull .entryBoxFull .box {
		width: 100%;
		height: 80vw;
	}

	#entryFull .entryBoxFull .box .boxHead {
		top: 17.067vw;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	#entryFull .entryBoxFull .box .boxHead .gradeTex {
		margin-bottom: 0;
	}

	#entryFull .entryBoxFull .box .boxHead .gradeTex p {
		font-size: 23.467vw;
		letter-spacing: -0.03em;
		padding: 0 0 4.533vw;
	}

	#entryFull .entryBoxFull .box .boxHead h2 {
		padding: 0 0 0 0;
	}

	#entryFull .entryBoxFull .box .boxHead h2 b {
		font-size: 6.4vw;
		margin-bottom: 1.333vw;
	}

	#entryFull .entryBoxFull .box .boxHead h2 small {
		font-size: 4.267vw;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
	}

	#entryFull .entryBoxFull .box .arrowBox {
    width: 21.867vw;
    height: 16vw;
    border-radius: 6.933vw 0 0 0;
    padding: 5.6vw 0 0 0.533vw;
	}

	#entryFull .entryBoxFull .box .oraclelink {
		width: 10.667vw;
		height: 10.667vw;
	}

	#entryFull .entryBoxFull .box .oraclelink .icon {
		width: 3.733vw;
	}

	#entryFull .entryBoxFull .box .oraclelink .icon svg {
		max-width: 100%;
	}

	/*----------------------------------------------------
	#flotingNav
	----------------------------------------------------*/

	#flotingNav {
		width: 90.4vw;
		height: 22.4vw;
		bottom: 4.8vw;
	}

	#flotingNav a {
		border-radius: 4.267vw;
	}

	#flotingNav a p {
		margin: 0 8vw 0 0;
	}

	#flotingNav a p small {
		font-size: 4.267vw;
	}

	#flotingNav a p b {
		font-size: 5.867vw;
	}

	#flotingNav a .oraclelink {
		width: 8.533vw;
		height: 8.533vw;
		right: 5.333vw;
	}

	#flotingNav a .oraclelink .icon {
		width: 3.2vw;
	}

	/*----------------------------------------------------
	#bannerBlock
	----------------------------------------------------*/

	#bannerBlock {
		margin-bottom: 0;
	}

	#bannerBlock .head {
		margin-bottom: 7.2vw;
	}

	#bannerBlock .head h2 {
		font-size: 12.8vw;
	}

	#bannerBlock .bannerList {
		flex-direction: column;
	}

	#bannerBlock .bannerList .box {
		width: 100%;
		margin-bottom: 16vw;
	}

	#bannerBlock .bannerList .box:last-child {
		margin-bottom: 0;
	}

	#bannerBlock .bannerList .box .imageArea {
		margin-bottom: 6.667vw;
	}

	#bannerBlock .bannerList .box .imageArea .img {
		position: relative;
		width: 100%;
		height: 54.667vw;
	}

	#bannerBlock .bannerList .box .imageArea .img img {
		width: 85.867vw;
		height: 49.867vw;
		border-radius: 5.333vw;
	}

	#bannerBlock .bannerList .box .imageArea .img:after {
		width: 85.867vw;
		height: 49.867vw;
		border-radius: 5.333vw;
	}

	#bannerBlock .bannerList .box .titleFlex .oraclelink {
		width: 11.733vw;
		height: 11.733vw;
	}

	#bannerBlock .bannerList .box .titleFlex .oraclelink .icon {
		max-width: 3.2vw;
	}

	#bannerBlock .bannerList .box .titleFlex .title {
		width: calc(100% - 11.733vw);
	}

	#bannerBlock .bannerList .box .titleFlex .title h3 small {
		font-size: 4.267vw;
		margin-bottom: 4vw;
	}

	#bannerBlock .bannerList .box .titleFlex .title h3 b {
		font-size: 11.733vw;
	}

}
