@charset 'UTF-8';
html {
line-height: 1.15; -webkit-text-size-adjust: 100%; overflow-x:hidden;
}  body {
margin: 0;
overflow-x:hidden;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://wiz-tech.jp/cms/wp-content/themes/corp_master/css/recruit_css/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://wiz-tech.jp/cms/wp-content/themes/corp_master/css/recruit_css/fonts/slick.eot);
src: url(https://wiz-tech.jp/cms/wp-content/themes/corp_master/css/recruit_css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://wiz-tech.jp/cms/wp-content/themes/corp_master/css/recruit_css/fonts/slick.woff) format('woff'), url(https://wiz-tech.jp/cms/wp-content/themes/corp_master/css/recruit_css/fonts/slick.ttf) format('truetype'), url(https://wiz-tech.jp/cms/wp-content/themes/corp_master/css/recruit_css/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}body {
font-size: 14px;
line-height: 2;
letter-spacing: 0.06em;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
color: #000;
background-color: #EDF0F2;
-webkit-text-size-adjust: 100%;
}
h2.title {
font-size: 16px;
font-weight: 700;
line-height: 1.6;
letter-spacing: 0.1em;
position: relative;
display: inline-block;
padding-left: 55px;
margin: 0 0 40px;
}
h2.title:first-line {
font-family: 'Poppins', sans-serif;
font-size: 40px;
letter-spacing: 0.06em;
} h3 {
font-size: 18px;
font-weight: 700;
margin: 0;
}
h4 {
font-size: 16px;
font-weight: 700;
margin: 0;
}
h4.bullet {
line-height: 1.6;
position: relative;
display: inline-block;
padding: 0 18px;
}
h4.bullet::before {
content: '';
position: absolute;
display: inline-block;
top: 35%;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: black;
left: 0;
}
.gnav_icon:hover,
.top_entry_btn:hover,
.qa_block:hover,
.btn_totop_center:hover,
.job_entry button:hover {
cursor: pointer;
}
.bullet {
line-height: 1.6;
position: relative;
display: inline-block;
padding: 0 18px;
}
.bullet::before {
content: '';
position: absolute;
display: inline-block;
top: 35%;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: black;
left: 0;
}
.drawer_item {
font-size: 16px;
font-weight: 700;
line-height: 1.6;
position: relative;
display: inline-block;
padding: 0 55px;
}
.drawer_item:hover {
opacity: .6;
transition: 0.4s;
}
.drawer_item:first-line {
font-family: 'Poppins', sans-serif;
font-size: 30px;
letter-spacing: 0.06em;
white-space: nowrap;
}
.drawer_item::before {
content: '';
position: absolute;
display: inline-block;
top: 40%;
width: 30px;
height: 1px;
background-color: black;
left: 0;
}
#txt-copyright {
font-size: 12px;
}
.drawer_footer_link::before,
.footer_link::before {
content: '';
display: inline-block;
vertical-align: middle;
padding-right: 10px;
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/window.svg);
background-repeat: no-repeat;
background-size: contain;
width: 18px;
height: 12px;
}
.drawer_footer_link:hover {
opacity: .6;
transition: 0.4s;
}
.footer_link::before {
filter: invert(92%) sepia(72%) saturate(0%) hue-rotate(173deg) brightness(106%) contrast(105%);
}
.mv_catch {
font-size: 40px;
color: #fff;
font-weight: 600;
letter-spacing: 0.22em;
}
.txt_pop {
font-family: 'Poppins', sans-serif;
letter-spacing: 0.06em;
}
.ls_100 {
letter-spacing: 0.1em;
}
.mb_2em {
margin-bottom: 2em;
}
.kome_txt {
display: block;
color: #5f5f5f;
font-size: 13px;
padding-left: 1em;
text-indent: -1em;
}
.list_txt {
display: flex;
align-items: center;
margin-bottom: 0.5em;
}
.list_txt::before {
border-top: 1px solid;
content: "";
width: 1.2em;
margin-right: 0.8em;
}
@media screen and (max-width: 320px) {
.drawer_item {
font-size: 14px;
}
.drawer_item:first-line {
font-size: 24px;
}
}
@media screen and (min-width: 768px) {
h2.title {
font-size: 18px;
}
h2.title:first-line {
font-size: 64px;
}
h2.title::before {
width: 40px;
}
.drawer_item::before {
width: 40px;
}
.mv_catch {
font-size: 60px;
letter-spacing: 0.19em;
line-height: 90px;
}
}
@media screen and (min-width: 1600px) {
.drawer_item {
font-size: 18px;
}
.drawer_item:first-line {
font-size: 54px;
}
}
a {
text-decoration: none;
color: #000;
}
.btn {
display: block;
text-decoration: none;
background-color: #fff;
border: #fff;
text-decoration: none;
width: 120px;
height: 40px;
border-radius: 4px;
box-shadow: 0px 0px 20px 0px rgba(125, 175, 209, 0.2);
font-size: 14px;
font-weight: 700;
color: #000;
}
.btn_totop {
width: 44px;
height: 44px;
border-radius: 50%;
border: #fff solid 1px;
background: #000;
text-decoration: none;
position: relative;
}
.btn_totop::after {
content: '';
display: block;
width: 6px;
height: 6px;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
}
.btn_totop_center::after {
transform: rotate(45deg);
position: absolute;
right: 18px;
top: 20px;
}
.icon_link_page {
width: 44px;
height: 44px;
border-radius: 50%;
border: #707070 solid 1px;
text-decoration: none;
position: relative;
}
.icon_link_page::after {
content: '';
display: block;
width: 6px;
height: 6px;
border-top: 1px solid #707070;
border-left: 1px solid #707070;
}
.icon_link_page::after {
transform: rotate(135deg);
position: absolute;
right: 19px;
top: 18px;
}
@media screen and (min-width: 768px) {
.btn {
width: 250px;
height: 80px;
border-radius: 10px;
font-size: 30px;
}
.btn_totop {
width: 60px;
height: 60px;
}
.btn_totop::after {
content: '';
display: block;
width: 10px;
height: 10px;
}
.btn_totop_center::after {
right: 23px;
top: 26px;
}
}
.btn:hover {
opacity: .6;
transition: 0.4s;
}
.content {
padding: 100px 0;
}
.inner {
margin: 0 auto;
max-width: 1000px;
}
@media screen and (max-width: 768px) {
.content {
padding: 60px 0;
}
.inner {
padding: 0 30px;
}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.inner {
max-width: 700px;
}
}
.glass_box {
background: rgba(255, 255, 255, 0.6);
box-shadow: 0px 0px 50px -6px rgba(169, 197, 214, 0.2);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-radius: 10px;
}
.sp_only {
display: block;
}
.pc_only {
display: none;
}
@media screen and (min-width: 768px) {
.sp_only {
display: none;
}
.pc_only {
display: block;
}
}
html {
scroll-behavior: smooth;
}
.breadcrumb {
margin: 80px 0 0 25px;
padding: 0;
list-style: none;
}
.breadcrumb li {
display: inline;
list-style: none;
font-weight: 400;
}
.breadcrumb li:after {
content: '＞';
padding: 0 0.2em;
color: #000;
}
.breadcrumb li:last-child:after {
content: '';
}
.breadcrumb li a {
text-decoration: none;
color: #000;
}
.breadcrumb li a:hover {
text-decoration: underline;
}
@media screen and (min-width: 376px) {
.breadcrumb {
margin: 120px 0 0 80px;
}
}
@media screen and (min-width: 1200px) {
.breadcrumb {
padding: 0;
list-style: none;
}
}
.header_logo_menu {
position: absolute;
top: 0;
z-index: 200;
width: 100%;
}
.header_logo_menu {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.logo_area {
width: 230px;
height: 78px;
margin: 20px 0 0 25px;
text-align: left;
}
@media screen and (min-width: 400px) {
.logo_area {
width: 300px;
margin: 35px 0 0 25px;
}
}
@media screen and (min-width: 768px) {
.logo_area {
width: 360px;
}
}
@media screen and (min-width: 1200px) {
.logo_area {
margin: 35px 0 0 80px;
}
}
.gnav_icon {
position: fixed;
top: 0px;
right: 0px;
width: 78px;
height: 78px;
box-sizing: border-box;
background: #000;
}
.gnav_icon span {
display: block;
width: 26px;
height: 2px;
position: absolute;
left: 26px;
transition: all 0.5s ease;
}
.gnav_icon span::after {
background-color: #fff;
border-radius: 1px;
content: "";
display: block;
height: 2px;
}
.bar_01 {
top: 30px;
}
.bar_02 {
top: 38px;
}
.bar_03 {
bottom: 30px;
}
.bar_01.open {
top: 35px;
transform: rotate(30deg);
}
.bar_02.open {
opacity: 0;
}
.bar_03.open {
top: 35px;
transform: rotate(-30deg);
}
@media screen and (max-width: 320px) {
.logo_area {
margin: 10px 0 0 10px;
}
.gnav_icon {
width: 50px;
height: 44px;
}
.gnav_icon span {
width: 20px;
height: 2px;
left: 14px;
transition: all 0.5s ease;
}
.bar_01 {
top: 15px;
}
.bar_02 {
top: 22px;
}
.bar_03 {
bottom: 13px;
}
.bar_01.open {
top: 22px;
}
.bar_03.open {
top: 22px;
}
}
@media screen and (min-width: 768px) {
.gnav_icon {
width: 120px;
height: 120px;
}
.gnav_icon span {
width: 40px;
height: 2px;
left: 40px;
transition: all 0.5s ease;
}
.bar_01 {
top: 48px;
}
.bar_02 {
top: 59px;
}
.bar_03 {
bottom: 48px;
}
.bar_01.open {
top: 60px;
}
.bar_03.open {
top: 60px;
}
}
.drawer {
position: fixed;
width: 100%;
height: 100%;
top: 0;
right: -110%;
-webkit-transition: .7s;
transition: .5;
padding: 100px 0;
display: -webkit-box;
-webkit-box-pack: center;
justify-content: center;
z-index: 60;
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/00_header/menu_01.png) no-repeat;
background-color: #EDF0F2;
background-size: contain;
overflow: scroll;
display: flex;
flex-flow: column;
}
.drawer_container {
margin: 400px 25px 0 25px;
display: flex;
flex-flow: column;
}
.drawer_block {
margin-bottom: 20px;
}
.drawer.open,
.drawer_inner.open {
right: 0;
}
.drawer_menu {
padding: 0;
margin: 0;
display: flex;
flex-flow: column;
}
.drawer_item {
list-style: none;
margin-bottom: 30px;
}
.drawer_item:last-child {
margin-bottom: 0;
}
.drawer_item a {
text-decoration: none;
color: #000;
}
.drawer_footer {
display: flex;
flex-flow: column;
padding-top: 40px;
margin: 50px 25px 0px 25px;
border-top: 1px solid #000;
}
.btn_drawer {
display: flex;
align-items: center;
justify-content: center;
margin: 0 25px 0 auto;
font-family: 'Poppins', sans-serif;
letter-spacing: 0.06em;
}
.btn_drawer_sp {
position: -webkit-sticky;
position: sticky;
bottom: -50px;
margin: 0;
}
.btn_drawer_sp .btn_drawer a {
display: block;
color: #000;
}
.btn_drawer_pc {
display: none;
}
@media screen and (max-width: 320px) {
.drawer_container {
margin-top: 500px;
}
}
.drawer_container_iPhone {
margin-top: 650px;
}
.drawer_container_Android {
margin-top: 500px;
}
@media screen and (min-width: 700px) {
.drawer_container {
margin-top: 100px;
}
.drawer_container,
.drawer_footer {
flex-flow: row;
width: 80vw;
margin-left: auto;
}
.drawer_item {
min-width: 300px;
}
.btn_drawer {
margin: 0 auto 0 0;
}
.btn_drawer_sp {
display: none;
}
.btn_drawer_pc {
display: block;
margin-top: 40px;
}
.drawer_footer {
justify-content: flex-end;
}
.drawer_footer_link {
margin-right: 40px;
}
}
@media screen and (min-width: 1000px) {
.drawer {
overflow: auto;
}
.drawer_container,
.drawer_footer {
flex-flow: row;
width: 60vw;
margin-left: auto;
}
}
.footer_area {
background-color: #000;
color: #fff;
padding: 60px 30px;
position: relative;
z-index: 3;
}
.footer_logo_area {
width: 320px;
margin: 0 40px 20px 0;
}
.footer_logo_area svg {
fill: #fff;
}
.footer_menu {
max-width: 600px;
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
}
.footer_block_01 {
display: flex;
justify-content: space-between;
flex-direction: column;
margin: 0 auto 40px;
}
.footer_block_02 {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 auto;
padding-top: 40px;
border-top: 1px solid #fff;
}
.footer_block_item {
display: flex;
flex-flow: column;
}
.footer_item a,
.footer_link a {
text-decoration: none;
color: #fff;
}
.f_pc_only {
display: none;
}
@media screen and (max-width: 660px) {
.footer_menu {
flex-direction: column;
row-gap: 20px;
}
.footer_menu li {
width: 100%;
}
.footer_block_item {
row-gap: 20px;
}
}
@media screen and (min-width: 661px) {
.footer_block_01,
.footer_block_02 {
max-width: 700px;
}
.footer_block_02 {
justify-content: flex-end;
}
.footer_block_item {
flex-flow: row;
column-gap: 30px;
margin-right: 30px;
}
.footer_menu {
display: flex;
flex-direction: row;
column-gap: 50px;
row-gap: 20px;
}
.footer_menu li {
width: 170px;
}
}
@media screen and (min-width: 1200px) {
.f_pc_only {
display: block;
}
.footer_block_01,
.footer_block_02 {
max-width: 1000px;
}
.footer_block_01 {
flex-direction: row;
}
.footer_logo_area {
margin: 0 40px 0 0;
}
.footer_menu {
display: flex;
flex-direction: row;
column-gap: 10px;
row-gap: 20px;
}
.footer_menu li {
width: 25%;
max-width: 140px;
}
}
.toc_container {
display: none;
}
@media screen and (min-width: 900px) {
.toc_container {
display: block;
position: fixed;
z-index: 50;
right: 43px;
top: 50%;
transform: translateX(-50%) translateY(-50%);
}
.toc_container ul {
list-style: none;
padding: 0;
}
.toc_container .toc {
display: inline-block;
width: 14px;
height: 14px;
border-radius: 50%;
border: #000 1px solid;
margin-bottom: 20px;
cursor: pointer;
}
.toc_container li.current .toc {
background-color: #000 !important;
}
}
.element {
opacity: 0;
visibility: hidden;
transform: translateY(30px);
transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein {
opacity: 1;
visibility: visible;
transform: translateX(0);
}
_::-webkit-full-page-media,
_:future,
:root h2.title,
.drawer_item {
white-space: nowrap;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome,
h2.title,
.drawer_item {
white-space: nowrap;
}
}
.ttl_20 {
font-size: 20px;
letter-spacing: .05em;
font-weight: 400;
margin: 0;
}
@media screen and (min-width: 1200px) {
.ttl_20 {
font-size: 40px;
}
}
.content_3 {
width: 100%;
margin-top: -50px;
padding: 50px 0 100px;
}
.article_3 {
border-radius: 20px;
background-color: rgba(255, 255, 255, 0.5);
padding: 50px 20px;
margin: 50px 0;
}
.article_title_3 {
border-bottom: 1px solid #d9d6da;
}
.article_title_3 .ttl_20 {
line-height: 1.7;
}
@media screen and (max-width: 767px) {
.content_3 {
line-height: 2.5;
padding: 50px 0;
}
.content_btn_3 {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 50px;
}
.article_title_3 {
padding-bottom: 20px;
margin-bottom: 40px;
}
}
@media screen and (min-width: 768px) {
.content_3 {
padding: 70px 0;
}
.content_btn_3 {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin-bottom: 70px;
}
.article_3 {
padding: 60px;
margin: 70px 0;
}
.article_title_3 {
padding-bottom: 20px;
margin-bottom: 40px;
}
}
@media screen and (min-width: 1200px) {
.content_3 {
margin-top: -100px;
padding: 100px 0;
}
.content_btn_3 {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 100px;
}
.article_3 {
padding: 100px 120px;
margin: 100px 0;
}
.article_title_3 {
padding-bottom: 30px;
}
.article_title_3 time {
font-size: 24px;
}
}
.content_sub3 {
margin-top: 0;
padding: 100px 0 100px;
}
.content_sub3 .article_3 {
margin-top: 0;
}
.article_mgb {
margin-bottom: 50px;
}
.article_mgb:last-child {
margin-bottom: 0;
}
.content_sub3 h2 {
font-size: 18px;
font-weight: 400;
margin-bottom: 20px;
}
.article_subttl {
font-size: 16px;
margin-top: 0;
}
.content_sub3 ol {
margin: 0;
}
.content_sub3 p,
.content_sub3 ol,
.content_sub3 table {
font-size: 14px;
}
@media screen and (min-width: 768px) {
.content_sub3 {
padding-top: 170px;
}
.article_subttl {
margin-top: 10px;
}
.content_sub3 ol {
margin: 4px 0;
}
}
@media screen and (min-width: 1200px) {
.content_sub3 h2 {
font-size: 30px;
}
.content_sub3 p,
.content_sub3 table {
font-size: 16px;
}
.article_subttl {
font-size: 20px;
margin-top: 10px;
}
.content_sub3 ol {
margin: 8px 0;
}
}
.job_desc_list{
padding: 0;
margin: 0;
list-style: none;
}.glassbox p{
font-weight:500;
}
.fb_msg_base {
width: 100%;
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/css/img/01_top/top_bg_03.png), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/css/img/01_top/top_bg_04.png), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/css/img/01_top/top_bg_05.png);
background-repeat: no-repeat, no-repeat, no-repeat;
background-position: 100% 0%, 100% 100%, 0% 100%;
padding-top: 100px;
}
.mv_area {
width: 100%;
min-height: 100vh;
margin: 0;
position: relative;
}
.mv_area::after {
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/01_top/top_bg_02_sp.png);
background-repeat: no-repeat;
background-position: center;
background-size: 90%;
content: "";
min-height: 100vh;
position: fixed;
top: 0;
width: 100%;
z-index: 0;
}
.mv_area_parts {
position: absolute;
z-index: 1;
width: 100%;
min-height: 100vh;
margin-top: -160px;
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/01_top/top_bg_01_sp.png) no-repeat;
background-size: cover;
background-position: center;
}
.mv_catch {
position: absolute;
bottom: 40%;
left: 8%;
z-index: 2;
}
.mv_area .btn {
position: fixed;
bottom: 30px;
right: 25px;
z-index: 40;
}
.top_is-hidden {
visibility: hidden;
opacity: 0;
transition: opacity 1s, visibility 1s;
}
@media screen and (min-width: 768px) {
.mv_area::after {
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/01_top/top_bg_02.png);
background-size: contain;
margin-top: 40px;
min-height: 90vh;
}
.mv_area_parts {
margin-top: -200px;
}
}
@media screen and (min-width: 900px) {
.mv_area::after {
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/01_top/top_bg_02.png);
}
.mv_area_parts {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/01_top/top_bg_01.png) no-repeat;
background-size: cover;
background-position: center;
margin-top: -200px;
}
.mv_catch {
left: 10%;
}
.mv_area .btn {
bottom: 80px;
right: 80px;
}
}
.messase {
padding-top: 100px;
position: relative;
}
.messase .inner {
margin-top: 0;
margin-bottom: 0;
padding-bottom: 20%;
}
.messase p {
font-size: 16px;
line-height: calc(40/16);
margin-bottom: 40px;
}
.messase p:last-of-type {
margin-bottom: 0;
} @media screen and (min-width: 1200px) {
.messase .inner {
padding-bottom: 200px;
}
.message_img {
max-width: 1000px;
padding: 0;
bottom: -2px;
left: calc(50% - 50vw);
}
}
.vision {
background-color: #fff;
position: relative;
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/11_mvv/mvv_01_sp.png), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/11_mvv/mvv_02_sp.png), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/11_mvv/mvv_03_sp.png);
background-position: right 10%, left 50%, right 80%;
background-size: 50%, 40%, 50%;
background-repeat: no-repeat;
}
.mvv_container {
display: flex;
flex-flow: column;
margin-top: 60px;
}
.mvv_container:first-of-type {
margin-top: 20px;
}
.mvv_container h4 {
margin-bottom: 10px;
font-size: 18px;
height: 100%;
}
.mvv_container .glass_box {
padding: 30px;
}
.mvv_container .glass_box .mvv_title {
font-size: 24px;
font-weight: 700;
line-height: 1.7;
margin-bottom: 20px;
}
.mvv_container .glass_box .value_title {
margin-bottom: 10px;
}
.mvv_container .glass_box p {
margin: 0 0 0 20px;
}
.mvv_container .value_box p {
margin-bottom: 20px;
}
.mvv_container .value_box p:last-child {
margin-bottom: 0px;
}
.value_desc {
position: relative;
display: inline-block;
padding-left: 40px;
}
.value_desc::before {
content: '';
position: absolute;
display: inline-block;
top: 14px;
width: 20px;
height: 1px;
background-color: black;
left: 0;
}
@media screen and (min-width: 768px) {
.vision {
background-color: #fff;
position: relative;
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/11_mvv/mvv_01.png), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/11_mvv/mvv_02.png);
background-position: 110% 10%, -25% 70%;
background-size: 35%, 40%;
background-repeat: no-repeat;
}
.mvv_container {
flex-flow: row;
}
.mvv_container h4 {
flex-basis: 20%;
}
.mvv_container .glass_box {
flex-basis: 80%;
padding: 40px;
}
.mvv_container .glass_box p {
margin: 0 0 0 20px;
}
.value_desc {
position: relative;
display: inline-block;
padding: 0 0 24px 70px;
}
.value_desc:last-of-type {
padding-bottom: 0;
}
.value_desc::before {
width: 40px;
left: 10px;
}
}
@media screen and (min-width: 1200px) {
.mvv_container h4 {
flex-basis: 20%;
font-size: 24px;
}
.mvv_container .glass_box .mvv_title {
font-size: 32px;
}
} .message_box{
margin-top:40px;
padding:40px;
}
.message_box p{
font-family: Noto Sans JP;
font-weight: 500;
font-size: 18px;
letter-spacing: 0.05em;
}
.glass_box p{
font-weight:500;
}
.about_ses {
background-color: #fff;
background-size: 100% auto;
position: relative;
z-index: 30;
height: 900px;
border-radius: 0 0 20px 20px;
box-shadow: 0px 40px 50px -6px rgba(169, 197, 214, 0.2);
}
.about_ses .inner {
position: absolute;
z-index: 50;
}
.about_ses .glass_box {
padding: 30px;
}
.about_ses_bg_01 {
width: 100%;
min-height: 600px;
margin: 0;
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/04_about/about_01_sp.png) no-repeat;
background-size: 40% auto;
background-position: right;
position: absolute;
top: 0;
z-index: 5;
}
.about_ses_bg_02 {
width: 100%;
min-height: 600px;
margin: 0;
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/04_about/about_02_sp.png) no-repeat;
background-size: 25% auto;
background-position: left;
position: absolute;
top: 20%;
}
.about_ses_bg_03 {
width: 100%;
min-height: 600px;
margin: 0;
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/04_about/about_03_sp.png) no-repeat;
background-size: 85% auto;
background-position: left;
position: absolute;
top: 50%;
}
@media screen and (min-width: 601px) and (max-width: 767px) {
.about_ses_bg_01 {
background-size: 35% auto;
background-position: right;
top: 0;
}
.about_ses_bg_02 {
background-size: 20% auto;
background-position: left;
top: 10%;
}
.about_ses_bg_03 {
background-size: 60% auto;
background-position: left;
top: 40%;
}
}
@media screen and (min-width: 768px) {
.about_inner {
margin: 0 auto;
max-width: 700px;
}
.about_ses {
border-radius: 0 0 30px 30px;
}
.about_ses .glass_box {
width: 600px;
padding: 40px;
}
.about_ses_bg_01 {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/04_about/about_01.png) no-repeat;
background-size: 35% auto;
background-position: right;
top: 5%;
right: 20%;
}
.about_ses_bg_02 {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/04_about/about_02.png) no-repeat;
background-size: 20% auto;
background-position: right;
position: absolute;
top: 20%;
right: 10%;
}
.about_ses_bg_03 {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/04_about/about_03.png) no-repeat;
background-size: 100% auto;
background-position: left;
top: 52%;
left: -30%;
}
}
@media screen and (min-width: 1200px) {
.about_inner {
margin: 0 auto;
max-width: 1000px;
}
.about_ses_bg_01 {
background-size: 35% auto;
background-position: right;
top: 12%;
right: 25%;
z-index: 5;
}
.about_ses_bg_02 {
background-size: 18% auto;
background-position: right;
position: absolute;
top: 35%;
right: 16%;
}
.about_ses_bg_03 {
background-size: 60% auto;
background-position: left;
top: 52%;
left: 0;
}
}
.point {
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
margin-top: -20px;
padding-top: 120px;
}
.point_container .point_box {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
padding: 40px 40px 0;
text-align: center;
background: #fff;
border-radius: 10px 10px 0 0;
filter: drop-shadow(2px 3px 10px rgba(169, 197, 214, 0.4));
}
.point_container .point_box.point_03 {
padding: 40px 40px 40px 40px;
}
.point_container .point_box::before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 99.9%;
height: 1px;
background: #fff;
}
.point_container .point_box::after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 100%;
height: 40px;
clip-path: polygon(0 0, 0 40px, 50% 0, 100% 40px, 100% 0);
background: #fff;
}
.point_box p {
text-align: left;
margin: 5px 0 20px;
font-family: Noto Sans JP;
font-weight: 500;
font-size: 16px;
letter-spacing: 0.2em;
}
.point_01 h3,
.point_02 h3,
.point_03 h3 {
position: relative;
display: inline-block;
padding: 25px 0;
}
.point_01 h3::before,
.point_02 h3::before,
.point_03 h3::before {
position: absolute;
display: inline-block;
z-index: -1;
top: 18px;
left: -25px;
width: 70px;
opacity: 0.5;
}
.point_01 h3::before {
content: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/05_point/point_num_01.svg);
}
.point_02 h3::before {
content: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/05_point/point_num_02.svg);
}
.point_03 h3::before {
content: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/05_point/point_num_03.svg);
}
.point_01 h3::after,
.point_02 h3::after,
.point_03 h3::after {
content: '';
position: absolute;
display: inline-block;
top: 75px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
width: 40px;
height: 1px;
background-color: black;
border-radius: 0.5px;
}
.slick-dots {
bottom: 10px;
}
.slick-dots li button:before {
font-size: 30px !important;
}
@media screen and (max-width: 1199px) {
.point_container {
margin: 0 calc(50% - 50vw);
width: 100vw;
}
.point_container .point_shadow {
margin: 0 auto 80px;
}
.point_container .point_box {
margin: 0 25px;
}
.point_container .point_box img {
margin: 0 auto;
}
}
@media screen and (max-width: 440px) {
.point_container .point_box {
padding: 20px 30px 0;
}
.point_container .point_box {
margin: 0 20px;
}
.point_container .point_box img {
max-width: 160px;
}
}
@media screen and (max-width: 320px) {
.point_container .point_shadow {
width: 100% !important;
margin: 25px auto 100px auto;
}
.point_container .point_box {
display: block;
flex: 0 0 auto;
width: 100%;
padding: 30px 20px;
}
}
@media screen and (min-width: 676px) and (max-width: 1199px) {
.point_container .point_box {
max-width: 380px;
min-height: 580px;
}
}
@media screen and (min-width: 1200px) {
.point_container {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
padding: 0 0 120px 0;
margin: 0 auto;
overflow: hidden;
column-gap: 40px;
}
.point_container .point_shadow {
position: relative;
flex: 1;
}
.point_container .point_box img {
width: 80%;
}
.point_container .point_shadow:nth-child(3n+2) {
top: 30px;
}
.point_container .point_shadow:nth-child(3n+3) {
top: 60px;
}
}
.interview {
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.intvw_block {
margin-bottom: 40px;
}
.intvw_block:last-of-type {
margin-bottom: 0;
}
.intvw_block .intvw_header {
display: flex;
align-items: center;
background: linear-gradient(90deg, #f78624, #b7b5d3);
color: #fff;
font-size: 14px;
font-weight: 400;
height: 100px;
border-radius: 10px 0 0 10px;
position: relative;
cursor: pointer;
z-index: 1;
margin-right: calc(50% - 50vw);
}
.intvw_block .intvw_header.open {
border-radius: 10px 0 0 0;
}
.intvw_block:nth-of-type(2) .intvw_header {
background: linear-gradient(90deg, #edc83b, #b5d0d3);
}
.intvw_block:nth-of-type(3) .intvw_header {
background: linear-gradient(90deg, #7faac1, #e6b28f);
}
.intvw_header p {
display: inline-block;
margin-left: 40px;
}
.intvw_title:first-line {
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 20px;
}
.intvw_block .intvw_header .i_box {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 36%;
right: 25px;
width: 40px;
height: 40px;
}
.intvw_block .intvw_header .i_box::before,
.intvw_block .intvw_header .i_box::after {
display: flex;
content: '';
background-color: #fff;
border-radius: 10px;
width: 30px;
height: 1px;
position: absolute;
top: 14px;
left: 0;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
transform-origin: center center;
transition-duration: 0.2s;
}
.intvw_block .intvw_header .i_box::before {
width: 1px;
height: 30px;
top: 0;
left: 14px;
}
.intvw_block .intvw_header.open .i_box::before {
content: none;
}
.intvw_block .intvw_header.open .i_box::after {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.intvw_block .intvw_inner {
display: none;
padding: 20px 30px;
box-sizing: border-box;
box-shadow: 0px 40px 50px -6px rgba(169, 197, 214, 0.2);
border-radius: 0 0 0 10px;
background-color: #fff;
margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
.intvw_block .intvw_header .i_box {
right: 100px;
}
.intvw_block .intvw_inner {
padding: 40px 120px 40px 50px;
}
}
.answer_txt{
font-family: Noto Sans JP;
font-weight: 500;
font-size: 16px;
line-height: 1.5;
letter-spacing: 10%;
}
@media screen and (min-width: 1200px) {
.intvw_block .intvw_header .i_box {
right: 200px;
}
.answer_txt {
max-width: 900px;
}
} .benefit_certification{
padding: 30px;
padding-bottom:60px;
}
.benefit_certification h4 {
font-family: Noto Sans JP;
font-weight: 500;
font-size: 20px;
letter-spacing: 5%;
margin-bottom: 30px;
text-align:center;
}
.benefit_certification_inner{
width:80%;
margin: 0 auto;
}
.benefit_certification_img_box{
padding:0;
display: flex;
justify-content: center;
align-items: center;
list-style-type: none;
gap:20px;
}
.benefit_certification_img_box li img{
width: 100%;
} @media screen and (max-width: 1199px) {
.benefit_certification h4 {
font-size: 14px;
}
} @media screen and (max-width: 768px) {
.benefit_certification_img_box {
flex-direction: column;
align-items: center;
gap:30px;
}
}
@keyframes tabAnim {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.tab_wrap {
width: 100%;
margin: 0;
}
input[type="radio"] {
display: none;
}
.tab_area {
font-size: 0;
}
.tab_panel {
width: 100%;
opacity: 0;
display: none;
}
#panel2 {
width: 100%;
overflow-x: auto;
}
.tab_panel p {
font-size: 14px;
text-align: left;
line-height: 2em;
}
.tab_panel .intvw_q,
.tab_panel .intvw_a {
position: relative;
padding: 0 0 0 50px;
}
.tab_panel .intvw_q {
font-weight: 700;
}
.tab_panel .intvw_q::before,
.tab_panel .intvw_a::before {
position: absolute;
vertical-align: middle;
top: 2px;
left: 0;
}
.tab_panel .intvw_q::before,
.tab_panel .intvw_a::before {
width: 30px;
height: 30px;
opacity: .5;
}
.tab_panel .intvw_q::before {
content: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/06_interview/interview_faq_01.svg);
background-size: contain;
}
.tab_panel .intvw_a::before {
content: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/06_interview/interview_faq_02.svg);
background-size: contain;
}
#panel2 img {
width: 100%;
}
@media screen and (max-width: 699px) {
#panel2 img {
width: auto;
height: 300px;
}
}
.intvw_container {
margin-bottom: 90px;
}
.intvw_container:last-of-type {
margin-bottom: 30px;
}
#tab1_01:checked~.pa_01 #panel1,
#tab2_01:checked~.pa_02 #panel1 {
display: block;
animation: tabAnim ease 0.6s forwards;
-ms-animation: tabAnim ease 0.6s forwards;
}
#tab3_01:checked~.pa_03 #panel1 {
animation: tabAnim ease 0.6s forwards;
-ms-animation: tabAnim ease 0.6s forwards;
}
#tab1_02:checked~.pa_01 #panel1,
#tab2_02:checked~.pa_02 #panel1,
#tab3_02:checked~.pa_03 #panel1 {
display: none;
opacity: 0;
}
#tab1_02:checked~.pa_01 #panel2,
#tab2_02:checked~.pa_02 #panel2,
#tab3_02:checked~.pa_03 #panel2 {
display: block;
animation: tabAnim ease 0.6s forwards;
-ms-animation: tabAnim ease 0.6s forwards;
}
.ta_01 label,
.ta_02 label,
.ta_03 label {
display: inline-block;
color: #000;
margin: 0 30px 30px 0;
text-align: center;
font-size: 16px;
font-weight: 700;
cursor: pointer;
transition: ease 0.2s opacity;
position: relative;
}
.ta_01 label::after,
.ta_02 label::after,
.ta_03 label::after {
position: absolute;
bottom: -12px;
left: 0;
content: '';
width: 100%;
height: 1px;
border-radius: 0.5px;
background: #000;
transform: scale(0, 1);
transform-origin: left top;
transition: transform .3s;
}
.ta_01 label.active::after,
.ta_02 label.active::after,
.ta_03 label.active::after {
transform: scale(1, 1);
}
.pa_01 .tab_panel.active,
.pa_02 .tab_panel.active,
.pa_03 .tab_panel.active {
display: block;
animation: tabAnim ease 0.6s forwards;
-ms-animation: tabAnim ease 0.6s forwards;
}
.data {
position: relative;
z-index: 10;
background-color: #EDF0F2;
border-radius: 20px;
box-shadow: 0px 40px 50px -6px rgba(169, 197, 214, 0.2);
margin-top: -20px;
}
.data_container .data_parent_sp {
display: flex;
flex-flow: column;
position: relative;
}
.data_container img {
width: 100%;
margin-bottom: 20px;
box-shadow: 0px 0px 50px -6px rgba(169, 197, 214, 0.4);
}
@media screen and (max-width: 767px) {
.data_container .data_parent_sp {
display: flex;
}
.data_container .data_parent_pc {
display: none;
}
.data_container .data_parent_sp .data_box .is-hidden {
visibility: hidden;
opacity: 0;
height: 0;
margin: 0 10px;
padding: 0;
}
.data_parent_sp {
position: relative;
overflow: hidden;
height: 100%;
}
.more {
width: 100%;
height: 60px;
}
.more button {
color: #190723;
display: inline-flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
background: #EDF0F2;
border: none;
width: 100%;
height: 60px;
}
.more_arrow::after {
content: '';
display: block;
width: 10px;
height: 10px;
border-top: 1px solid #000;
border-left: 1px solid #000;
transform: rotate(225deg);
margin-left: 12px;
}
}
@media screen and (min-width: 768px) {
.data_container .data_parent_sp {
display: none;
}
.data_container .data_parent_pc {
display: flex;
}
.data_container .data_parent_pc {
flex-flow: row;
}
.data_parent_pc .data_box:first-of-type {
margin-right: 20px;
}
}
.flow {
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
z-index: 5;
margin-top: -20px;
}
.flowchart {
padding: 30px;
background-color: #fff;
border-radius: 10px 0 0 10px;
box-shadow: 0px 0px 50px -6px rgba(169, 197, 214, 0.6);
margin-right: calc(50% - 50vw);
}
.flow_wrap {
position: relative; margin-bottom: 10px;
}
.flow_wrap:last-of-type {
margin-bottom: 0;
}
.flow_txt {
margin-left: 14px;
padding-top: 10px;
margin-bottom:80px;
font-family: Noto Sans JP;
font-weight: 500;
font-size: 16px;
letter-spacing: 20%;
}
.flow_icon {
width: 60px;
height: 60px;
}
.flow_01 .flow_icon {
content: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/08_flow/flow_01.svg);
}
.flow_02 .flow_icon {
content: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/08_flow/flow_02.svg);
}
.flow_03 .flow_icon {
content: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/08_flow/flow_03.svg);
}
.flow_04 .flow_icon {
content: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/08_flow/flow_04.svg);
}
.flow_txt h3 {
position: relative;
display: inline-block;
z-index: 2;
margin-left: 30px;
}
.flow_txt h3::before {
position: absolute;
display: inline-block;
z-index: -1;
top: 0;
left: -30px;
width: 56px;
opacity: 0.5;
}
.flow_01 h3::before {
content: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/08_flow/flow_num_01.svg);
}
.flow_02 h3::before {
content: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/08_flow/flow_num_02.svg);
}
.flow_03 h3::before {
content: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/08_flow/flow_num_03.svg);
}
.flow_04 h3::before {
content: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/08_flow/flow_num_04.svg);
}
.flow_line svg {
width: 160px;
margin-top: -10px;
}
.flow_01 .flow_line svg {
height: 190px;
}
.flow_02 .flow_line svg {
height: 310px;
}
.flow_03 .flow_line svg {
height: 280px;
}
.flow_line svg line {
fill: none;
stroke: #000;
stroke-width: 3;
stroke-linecap: round;
stroke-dasharray: 0.5, 16;
}
.flow_line {
position: absolute;
top: 80px;
left: 20px;
} .flow_img {
text-align:center;
}
.flow_img img {
width:60%;
height: auto;
display: block;
margin: 0 auto;
}
.flow_flex{
display:inline-flex;
} .slick-prev{
left:80px !important;
z-index:10000;
}
.slick-next{
right:80px !important;
}
.slide-arrow {
bottom: 0;
cursor: pointer;
margin: auto;
position: absolute;
top: 150px;
width: 20px;
height:auto;
z-index:10000;
}
.prev-arrow {
left:   120px;
}
.next-arrow {
right: 120px;
}
.slick-prev:before, .slick-next:before {
color:#C0BBBB;
font-size:50px;
}
@media screen and (max-width: 1199px) {
.slide-arrow {
bottom: 0;
cursor: pointer;
margin: auto;
position: absolute;
top: 200px;;
width: 20px;
height:auto;
z-index:10000;
}
}
@media screen and (max-width: 767px) {
.slide-arrow {
cursor: pointer;
margin: auto;
position: absolute;
top:0;
bottom:-230px;;
width: 20px;
height:auto;
z-index:10000;
}
.prev-arrow {
left:   30px;
}
.next-arrow {
right: 30px;
}
}
@media screen and (min-width: 376px) {
.flow_wrap {
margin-bottom: 30px;
}
.flow_01 .flow_line svg {
height: 160px;
}
.flow_02 .flow_line svg {
height: 230px;
}
.flow_03 .flow_line svg {
height: 200px;
}
}
@media screen and (min-width: 934px) {
.flowchart {
padding: 50px 100px 50px 60px;
}
.flow_wrap {
margin-bottom: 30px;
}
.flow_01 .flow_line svg {
height: 100px;
}
.flow_02 .flow_line svg {
height: 160px;
}
.flow_03 .flow_line svg {
height: 160px;
}
}
@media screen and (min-width: 768px) {
.flow .inner {
margin-top: 0;
}
}
@media screen and (min-width: 1200px) {
.flow_txt {
max-width: 900px;
}
}
@media screen and (min-width: 1470px) {
.flow_wrap {
margin-bottom: 70px;
}
.flow_icon {
width: 120px;
height: 120px;
}
.flow_line svg {
margin-left: 30px;
margin-top: 40px;
}
.flow_txt {
margin-left: 40px;
}
.flow_01 .flow_line svg {
height: 100px;
}
.flow_02 .flow_line svg {
height: 160px;
}
.flow_03 .flow_line svg {
height: 160px;
}
}
.faq {
box-shadow: 0px 40px 50px -6px rgba(169, 197, 214, 0.2);
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
position: static !important;
}
.qa_block:first-of-type {
margin-top: 20px;
}
.qa_block {
margin-bottom: 40px;
background: #fff;
padding: 10px 25px;
border-radius: 10px;
filter: drop-shadow(2px 3px 10px rgba(169, 197, 214, 0.4));
z-index: 20;
}
.qa_block:last-of-type {
margin-bottom: 0;
}
.qa_header {
display: inline-flex;
padding: 0 25px 0 0;
position: relative;
width: 100%;
line-height: 1.5;
}
.q_icon {
flex-basis: 30px;
color: #AFD3E5;
}
.question_title {
flex-basis: 78%;
font-weight: 700;
}
.qa_txt {
margin-bottom: 5px;
}
.q_icon,
.a_icon {
font-family: 'Poppins', sans-serif;
font-size: 30px;
margin-right: 14px;
}
.a_icon {
color: #FBB07C;
}
.qa_inner {
position: relative;
}
.qa_inner .answer_txt {
display: inline-flex;
padding-top: 32px;
}
.answer_txt h3{
font-size:16px;
margin-bottom:30px;
font-weight:500;
}
.answer_txt ul{
list-style-type:none;
padding:0;
}
.answer_txt ul li{
font-size:16px;
}
.qa_block .qa_header .i_box {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 20%;
right: 0;
flex-basis: 20%;
width: 40px;
height: 30px;
}
.qa_block .qa_header .i_box::before,
.qa_block .qa_header .i_box::after {
display: flex;
content: '';
background-color: #000;
border-radius: 10px;
width: 30px;
height: 1px;
position: absolute;
top: 14px;
left: 0;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
transform-origin: center center;
transition-duration: 0.2s;
}
.qa_block .qa_header .i_box::before {
width: 1px;
height: 30px;
top: 0;
left: 14px;
}
.qa_header.open+.qa_inner::before {
content: '';
border-bottom: #000 1px solid;
width: 100%;
position: absolute;
top: 16px;
}
.qa_header.open .i_box::after {
top: 11px;
}
.qa_block .qa_header.open .i_box::before {
content: none;
}
.qa_block .qa_header.open .i_box::after {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.qa_block .qa_inner {
display: none;
box-sizing: border-box;
}
@media screen and (min-width: 768px) {
.qa_header,
.qa_inner {
padding: 0 40px;
}
.qa_block .qa_header .i_box {
right: 40px;
}
.qa_block:first-of-type {
margin-top: 30px;
}
.qa_header.open+.qa_inner::before {
width: 570px;
}
.qa_block .qa_header .i_box {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 20%;
right: 0;
flex-basis: 20%;
width: 100px;
height: 30px;
}
}
@media screen and (min-width: 1200px) {
.qa_header.open+.qa_inner::before {
width: 870px;
}
}
.entry {
background-color: #fff;
background-size: 100% auto;
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/01_top/top_bg_01_sp.png) no-repeat;
background-size: cover;
background-position: center;
}
.entry_container {
margin-bottom: 40px;
}
.entry .inner h2.entry_title {
font-family: 'Poppins', sans-serif;
font-size: 60px;
font-weight: 700;
letter-spacing: 0.06em;
text-align: center;
margin: 0;
}
.entry .glass_box {
display: flex;
justify-content: space-between;
align-items: center;
height: 80px;
padding: 20px 25px;
}
.entry .glass_box:hover {
opacity: .6;
transition: 0.4s;
}
.recruit_title {
color: #000;
font-weight: 700;
}
@media screen and (min-width: 768px) {
.entry .inner h2.entry_title {
font-size: 80px;
}
}
@media screen and (min-width: 1000px) {
.entry {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/01_top/top_bg_01.png) no-repeat;
background-size: cover;
background-position: center;
}
.entry .inner {
margin-top: 0;
}
.entry .glass_box {
height: 100px;
padding: 30px 40px 30px 90px;
}
}html {
scroll-padding-top: 100px;
}
.job_bg {
width: 100%;
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/09_under-page/u-page_01.png), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/09_under-page/u-page_02.png), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/09_under-page/u-page_03.png), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/09_under-page/u-page_04.png);
background-position: right top, left 17%, right 35%, 200% 55%;
background-size: 40%, 30%, 50%, 120%;
background-repeat: no-repeat;
}
.session_bg {
width: 100%;
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/10_session/session_01.png), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/10_session/session_02.png), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/10_session/session_03.png);
background-position: right -3%, 800% 41%, left 20%;
background-size: 55%, 95%, 60%;
background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
.job_bg {
background-position: right top, left 17%, right 40%, left 65%;
background-size: 25%, 25%, 35%, 80%;
}
.session_bg {
background-position: right -8%, 400% 41%, left 20%;
background-size: 40%, 85%, 50%;
}
}
@media screen and (min-width: 1200px) {
.job_bg {
background-position: right top, left 17%, right 45%, left 75%;
background-size: 20%, 20%, 25%, 60%;
}
.session_bg {
background-position: right -20%, right 60%, left 25%;
background-size: 30%, 50%, 40%;
}
}
.jobtype .inner {
margin-bottom: 150px;
}
.jobtype .inner .title {
margin-bottom: 50px;
}
.jobtype .inner .glass_box {
display: flex;
flex-flow: row;
justify-content: space-between;
align-items: center;
height: 80px;
padding: 20px 25px;
margin-bottom: 30px;
}
.jobtype .inner .glass_box:hover {
opacity: .6;
transition: 0.4s;
}
.jobtype .inner .glass_box .recruit_title {
font-size: 16px;
padding-top: 0;
padding-bottom: 0;
}
.jobtype .inner .glass_box .bullet::before {
content: '';
position: absolute;
display: inline-block;
top: 30%;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: black;
left: 0;
}
@media screen and (min-width: 768px) {
.jobtype .inner .glass_box {
height: 100px;
margin-bottom: 60px;
padding-right: 40px;
padding-left: 60px;
}
}
@media screen and (min-width: 1200px) {
.jobtype .inner {
margin-bottom: 340px;
}
}
main {
margin: 0 25px;
}
.job_header {
margin: 40px 25px;
}
.job_title {
font-size: 24px;
padding: 0 20px;
border-left: 8px solid #000;
}
.job_desc h3 {
font-size: 16px;
margin-bottom: 20px;
}
.job_desc_inner {
padding: 30px;
margin-bottom: 50px;
}
.job_side_column {
margin: 50px 25px;
}
.job_entry {
display: flex;
flex-flow: column;
}
.job_entry button:hover {
opacity: .6;
transition: 0.4s;
}
.job_entry h3 {
font-size: 18px;
margin-bottom: 20px;
}
.job_entry button {
width: 100%;
height: 80px;
border-radius: 10px;
border: none;
background-color: #fff;
box-shadow: 0px 40px 50px -6px rgba(169, 197, 214, 0.2);
margin-bottom: 30px;
overflow: hidden;
font-family: 'Noto Sans JP', sans-serif;
font-size: 24px;
font-weight: 700;
letter-spacing: 0.1em;
}
.job_entry button img {
max-width: 150px;
max-height: 50px;
}
#job_entry_wantedly, #job_entry_engage, #job_entry_entenshoku, #job_entry_rikunabi, #job_entry_indeed, #job_entry_hellowork, #job_entry_type {
display: block;
}
.fixed_btn {
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 30px;
color: #fff;
background-color: #000;
border: none;
width: 100%;
height: 70px;
position: sticky;
bottom: 0;
left: 0;
}
.job_is-hidden {
visibility: hidden;
opacity: 0;
transition: opacity 1s, visibility 1s;
}
@media screen and (min-width: 768px) {
.fixed_btn {
display: none !important;
}
.job_container {
display: flex;
}
.job {
width: 800px;
}
.job_side_column {
width: 400px;
margin-top: 0;
}
.job_container {
margin-bottom: 100px;
}
}
@media screen and (min-width: 1200px) {
main {
margin-left: 200px;
}
.job_header {
margin-top: 80px;
margin-left: 200px;
margin-bottom: 100px;
}
.job_title {
font-size: 50px;
padding: 0 40px;
border-left: 10px solid #000;
}
.job_desc h3, .job_desc_title {
font-size: 18px;
}
.job_side_column {
margin-right: 200px;
}
}
@media screen and (min-width: 1920px) {
main {
margin-left: 460px;
}
.job_header {
margin-left: 460px;
}
.job_side_column {
margin-right: 460px;
}
}
h2.session_title {
width: 100%;
text-align: center;
font-size: 16px;
font-weight: 700;
line-height: 1.6;
letter-spacing: 0.1em;
position: relative;
display: inline-block;
padding: 0 55px;
}
h2.session_title:first-line {
font-family: 'Poppins', sans-serif;
font-size: 40px;
font-weight: 700;
letter-spacing: 0.06em;
}
.session {
margin-bottom: 100px;
}
.session .inner .glass_box {
display: flex;
flex-flow: row;
justify-content: space-between;
align-items: center;
height: 80px;
padding: 20px 25px;
margin-top: 50px;
}
.session .inner .glass_box:hover {
opacity: .6;
transition: 0.4s;
}
.session .inner .glass_box .jobtype_title {
font-size: 16px;
font-weight: 700;
color: #000;
padding-top: 0;
padding-bottom: 0;
}
.icon_window_page {
width: 44px;
height: 44px;
border-radius: 50%;
border: #707070 solid 1px;
text-decoration: none;
position: relative;
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/recruit_img/window.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 16px;
}
.icon_window_page {
filter: invert(43%) sepia(0%) saturate(18%) hue-rotate(167deg) brightness(100%) contrast(88%);
}
@media screen and (min-width: 768px) {
.session .inner {
margin-top: 0;
margin-bottom: 150px;
}
.session .inner p {
text-align: center;
max-width: 800px;
margin: 80px auto;
line-height: 2em;
}
.session .inner .glass_box {
justify-content: center;
height: 100px;
max-width: 1000px;
margin: 0 auto;
padding-left: 50px;
padding-right: 50px;
position: relative;
}
.icon_window_page {
position: absolute;
right: 50px;
}
}
@media screen and (min-width: 1200px) {
h2.session_title {
font-size: 30px;
}
h2.session_title:first-line {
font-size: 80px;
}
}