@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/corp_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/corp_css/fonts/slick.eot);
src: url(https://wiz-tech.jp/cms/wp-content/themes/corp_master/css/corp_css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://wiz-tech.jp/cms/wp-content/themes/corp_master/css/corp_css/fonts/slick.woff) format('woff'), url(https://wiz-tech.jp/cms/wp-content/themes/corp_master/css/corp_css/fonts/slick.ttf) format('truetype'), url(https://wiz-tech.jp/cms/wp-content/themes/corp_master/css/corp_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-dotted.slick-slider
{
margin-bottom: 30px;
}
.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;
}* {
box-sizing: border-box;
}
body {
font-size: 14px;
line-height: 2;
letter-spacing: 0.05em;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
color: #190723;
background-color: #fff;
-webkit-text-size-adjust: 100%;
}
.article_di_logo{
display:flex;
justify-content: center;
gap:20px;
margin-bottom:30px;
}
.article_di_logo img{
width:150px;
height:auto;
}
h1,
h2 {
margin: 0;
line-height: 1;
}
.ttl_en,
.pagination {
font-family: futura-pt-bold, sans-serif;
font-style: normal;
font-weight: 700;
}
.ttl_ja {
font-family: 'M PLUS 1p', sans-serif;
font-style: normal;
font-weight: 800;
}
.em_catchcopy_y {
color: #FDD000;
}
.em_catchcopy_w {
color: #fff;
}
time {
font-family: futura-pt-bold, sans-serif;
font-style: normal;
font-weight: 700;
color: #46C0AF;
}
.ttl_bg {
position: relative;
}
.ttl_bg::before {
content: '';
font-style: normal;
font-weight: 700;
font-size: 20vw;
line-height: 1;
letter-spacing: .05em;
font-family: futura-pt-bold, sans-serif;
position: absolute;
}
.drawer_item {
font-size: 12px;
font-weight: 500;
line-height: 2em;
margin-bottom: 30px;
}
.drawer_item:first-line {
font-size: 24px;
}
.footer_item {
font-size: 12px;
font-weight: 500;
line-height: 2em;
margin-bottom: 24px;
}
.footer_item:first-line {
font-size: 18px;
}
.ttl_60 {
font-size: 60px;
letter-spacing: .08em;
margin: 0;
}
.ttl_40 {
font-size: 40px;
line-height: 1;
margin: 0;
}
.ttl_30 {
font-size: 30px;
letter-spacing: .03em;
line-height: 1;
margin: 0;
}
.ttl_20 {
font-size: 20px;
letter-spacing: .05em;
font-weight: 400;
margin: 0;
}
.catchcopy_30 {
font-size: 30px;
font-weight: 700;
line-height: 1.5;
letter-spacing: 0.09em;
text-indent: -0.5em;
white-space: nowrap;
}
.catchcopy_20 {
font-size: 20px;
font-weight: 700;
line-height: 1.6;
letter-spacing: 0.09em;
}
.catchcopy_18 {
font-size: 18px;
font-weight: 700;
line-height: 1.6;
letter-spacing: 0.09em;
}
.font_24 {
font-size: 24px;
font-weight: 700;
line-height: 1.7;
}
.font_14 {
font-size: 14px;
}
.font_12 {
font-size: 12px;
}
.font_10 {
font-size: 10px;
}
.desc_14 {
font-size: 14px;
line-height: 1.6;
}
.desc_12 {
font-size: 12px;
letter-spacing: 0.05em;
}
.desc_10 {
font-size: 10px;
letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
.ttl_bg::before {
font-size: 120px;
}
.ttl_60 {
font-size: 80px;
}
.drawer_item {
font-size: 18px;
margin-bottom: 28px;
}
.drawer_item:first-line {
font-size: 40px;
}
}
@media screen and (min-width: 1200px) {
.ttl_bg::before {
font-size: 220px;
}
.ttl_40 {
font-size: 60px;
}
.ttl_20 {
font-size: 40px;
}
.font_24 {
font-size: 40px;
}
.font_14 {
font-size: 16px;
}
.font_12 {
font-size: 14px;
}
.catchcopy_30 {
font-size: 36px;
}
.catchcopy_20 {
font-size: 30px;
}
.catchcopy_18 {
font-size: 20px;
}
.desc_14 {
font-size: 16px;
line-height: 2;
}
.desc_10 {
font-size: 12px;
}
}
.ttl_round {
display: flex;
justify-content: center;
align-items: center;
line-height: 1.5;
border-radius: 20px;
padding: 0 50px;
height: 30px;
white-space: nowrap;
}
a {
text-decoration: none;
color: #190723;
}
a:hover {
cursor: pointer;
}
.link_hover:hover {
opacity: .6;
transition: opacity 0.4s;
}
.ttl_round,
.btn,
.s_bubble,
.job_list,
.j_i_link_01,
.j_i_link_02,
.j_i_link_01_2,
.j_i_bubble,
.r_d_cord,
.r_tablet,
.r_block,
.r_block_parts_01,
.r_benefit_parts02,
.r_benefit_parts01,
.r_block_btn,
.r_block_btn::before,
.r_block_btn::after,
.r_culcure_parts01,
.r_culcure_parts02,
.r_culcure_parts01 .r_c_logo,
.tab_area label,
.interview_panel_q,
.contact_form_container,
.contact_container select,
input,
textarea,
.contact_content,
.contact_checkbox,
.article_3,
.contact_complete {
border: #190723 solid 2px;
}
.c_p_b_block table tr {
border-bottom: 1px solid #190723;
}
.c_p_b_block:nth-child(1) table tr:first-child {
border-top: 1px solid #190723;
}
.j_i_link_01_1,
.j_i_link_01_3,
.j_i_link_01_3::before {
border-bottom: #190723 solid 2px;
}
.r_bar {
border-top: #190723 solid 5px;
border-radius: 2.5px;
}
.drawer_block:nth-child(2) {
border-top: #190723 solid 2px;
border-bottom: #190723 solid 2px;
}
.t_f_index_container {
border-bottom: 2px solid #fff;
}
.article_title_3 {
border-bottom: 1px solid #d9d6da;
}
@media screen and (max-width: 1199px) {
.r_int_card {
border: #190723 solid 2px;
}
.int_btn {
border: #46C0AF solid 2px;
}
}
@media screen and (min-width: 768px) {
.c_p_b_block:nth-child(2) table tr:first-child {
border-top: 1px solid #190723;
}
}
@media screen and (min-width: 1200px) {
.panel_area {
border: #190723 solid 2px;
}
.interview_panel_header {
border-bottom: #46C0AF solid 2px;
}
}
.btn {
width: 100%;
height: 64px;
box-shadow: 10px 10px 0px 0px #190723;
border-radius: 16px;
font-size: 14px;
letter-spacing: 0.1em;
position: relative;
margin: 0 auto 10px;
top: -5px;
left: -5px;
cursor: pointer;
}
.btn:hover {
transition: all .4s;
box-shadow: 0px 0px 0px 0px #190723;
top: 0;
left: 0;
}
button[disabled] {
pointer-events: none;
}
.btn_green {
background-color: #46C0AF;
color: #fff;
}
.btn_yellow {
background-color: #FDD000;
color: #fff;
}
.btn_white_g {
background-color: #fff;
color: #46C0AF;
}
.btn_white_y {
background-color: #fff;
color: #FDD000;
}
@media screen and (max-width: 767px) {
.btn {
width: 90%;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
}
}
@media screen and (min-width: 768px) {
.btn {
width: 280px;
height: 60px;
}
}
@media screen and (min-width: 1200px) {
.btn {
width: 280px;
height: 80px;
}
}
.anime_adj {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
will-change: transform;
perspective: 1000;
}
.bg_w {
position: relative;
width: 100%;
background: #fff;
}
.bg_w::before {
content: '';
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/bg_w.svg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
width: 100%;
max-height: 1300px;
position: absolute;
top: -70px;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
}
.bg_dot,
.clip-object {
background-color: rgba(255, 255, 255, 0.10);
}
.clip-object {
width: 100.1%;
height: calc(100vw * 0.02);
margin-top: -1px;
background-color: #fff;
clip-path: url(#myclip);
}
@media screen and (max-width: 767px) {
.bg_dot,
.clip-object {
background-image: radial-gradient(#190723 9%, transparent 12%),
radial-gradient(#190723 9%, transparent 12%);
background-position: 0 0, 10px 10px;
background-size: 20px 20px;
}
}
@media screen and (min-width: 768px) {
.bg_dot,
.clip-object {
background-image: radial-gradient(#190723 7%, transparent 10%),
radial-gradient(#190723 7%, transparent 10%);
background-position: 0 0, 14px 14px;
background-size: 28px 28px;
}
}
.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;
scroll-padding-top: 100px;
}
.inner {
margin: 0 25px;
}
.content {
padding: 50px 0;
}
p {
margin: 0;
}
@media screen and (min-width: 768px) {
.inner {
margin: 0 auto;
max-width: 700px;
}
.content {
padding: 70px 0;
}
}
@media screen and (min-width: 1200px) {
.inner {
max-width: 1000px;
}
.content {
padding: 100px 0;
}
}
.header_logo_menu {
position: fixed;
top: 0;
right: 0;
z-index: 200;
}
.logo_area {
position: fixed;
z-index: 201;
}
.logo_area img {
width: 100%;
}
@media screen and (max-width: 767px) {
.logo_area {
width: 44px;
margin: 20px 0 0 25px;
}
}
@media screen and (min-width: 768px) {
.logo_area {
width: 60px;
margin: 20px 0 0 30px;
}
}
@media screen and (min-width: 1200px) {
.logo_area {
width: 90px;
margin: 36px 0 0 30px;
}
}
.gnav_icon {
position: relative;
width: 70px;
height: 70px;
box-sizing: border-box;
background: #190723;
border-radius: 0 0 0 14px;
z-index: 200;
cursor: pointer;
}
.gnav_icon span {
display: block;
width: 24px;
height: 2px;
position: absolute;
left: 24px;
transition: all 0.5s ease;
}
.gnav_icon span::after {
background-color: #fff;
border-radius: 1px;
content: "";
display: block;
height: 2px;
}
.bar_01 {
top: 26px;
will-change: transform;
}
.bar_02 {
top: 34px;
will-change: transform;
}
.bar_03 {
bottom: 26px;
will-change: transform;
}
.bar_01.open {
top: 34px;
transform: rotate(45deg);
}
.bar_02.open {
opacity: 0;
}
.bar_03.open {
bottom: 34px;
transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
.gnav_icon {
width: 100px;
height: 100px;
}
.gnav_icon span {
width: 36px;
height: 3px;
left: 32px;
}
.bar_01 {
top: 36px;
}
.bar_02 {
top: 48px;
}
.bar_03 {
bottom: 36px;
}
.bar_01.open {
top: 48px;
}
.bar_03.open {
bottom: 48px;
}
}
@media screen and (min-width: 1200px) {
.gnav_icon {
width: 140px;
height: 140px;
}
.gnav_icon span {
width: 50px;
height: 3px;
left: 45px;
}
.bar_01 {
top: 50px;
}
.bar_02 {
top: 69px;
}
.bar_03 {
bottom: 50px;
}
.bar_01.open {
top: 69px;
}
.bar_03.open {
bottom: 69px;
}
}
.drawer {
display: flex;
flex-flow: column;
transition: all .5s;
position: fixed;
background-color: #FDD000;
width: 100%;
height: 100%;
padding: 0 40px;
top: 0;
right: -110%;
z-index: 60;
overflow-y: auto;
}
.drawer_inner {
margin: 90px 0;
}
.drawer.open {
right: 0;
}
.drawer_menu {
list-style: none;
padding-left: 0;
margin: 0;
}
.menu_title {
font-size: 40px;
margin-bottom: 10px;
}
.drawer_submenu {
margin-bottom: 20px;
white-space: nowrap;
}
.drawer_submenu:first-child {
margin-top: 20px;
}
.drawer_submenu:last-child {
margin-bottom: 0;
}
.drawer_black {
display: none;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 60;
background: rgba(25, 7, 35, 0.3);
}
.drawer_block:nth-child(2) {
font-size: 12px;
padding: 24px 0;
}
.drawer_block:nth-child(3) {
font-size: 12px;
}
.drawer_block:nth-child(4) {
font-size: 12px;
}
.drawer_block:nth-child(5) {
font-size: 12px;
}
.drawer_instagram { display: inline-block;
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/00_parts/footer_instagram_02.svg) no-repeat;
background-size: contain;
width: 50px;
height: 50px;
margin-right: 50px;
filter: invert(7%) sepia(26%) saturate(7027%) hue-rotate(273deg) brightness(81%) contrast(121%);
}
.drawer_tiktok {
display: inline-block;
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/00_parts/TikTok-Social-Icon-Mono-Black.svg) no-repeat;
background-size: contain;
width: 50px;
height: 50px;
filter: invert(7%) sepia(26%) saturate(7027%) hue-rotate(273deg) brightness(81%) contrast(121%);
}
@media screen and (max-width: 767px) {
.drawer {
padding: 0 40px;
}
}
@media screen and (min-width: 768px) {
.drawer {
padding: 0 50px;
}
.drawer_block:nth-child(2) {
font-size: 14px;
line-height: 2.6;
border-bottom: none;
padding: 40px 0;
}
.drawer_block:nth-child(3) {
display: flex;
}
.drawer_block:nth-child(3) div {
padding: 0 18px;
}
.drawer_block:nth-child(3) div:first-child {
padding-left: 0;
}
.drawer_block:nth-child(3) div:nth-child(2) {
position: relative;
}
.drawer_block:nth-child(3) div:nth-child(2)::after {
content: "|";
position: absolute;
left: 0;
}
.drawer_block:nth-child(4) {
display: flex;
}
.drawer_block:nth-child(4) div {
padding: 0 18px;
}
.drawer_block:nth-child(4) div:first-child {
padding-left: 0;
}
.drawer_block:nth-child(4) div:nth-child(2) {
position: relative;
}
.drawer_block:nth-child(4) div:nth-child(2)::after {
content: "|";
position: absolute;
left: 0;
}
.drawer_block:nth-child(5) {
display: flex;
}
.drawer_block:nth-child(5) div {
padding: 0 18px;
}
.drawer_block:nth-child(5) div:first-child {
padding-left: 0;
}
.drawer_block:nth-child(5) div:nth-child(2) {
position: relative;
}
.drawer_block:nth-child(5) div:nth-child(2)::after {
content: "|";
position: absolute;
left: 0;
}
.drawer_submenu:first-child {
margin-top: 0px;
}
}
@media screen and (min-width: 833px) {
.drawer {
padding: 50px 100px;
}
.drawer_inner {
margin: 30px 0;
}
.drawer_black.open {
display: block;
}
.drawer {
width: 50%;
min-width: 700px;
}
.drawer_block:nth-child(2) {
padding: 40px 0;
}
}
.top_footer {
width: 100.1%;
padding: 160px 0 70px;
margin-top: -120px;
color: #fff;
background-color: rgba(70, 192, 175, 0.9);
}
.footer_block:first-child {
margin-bottom: 20px;
}
.footer_container .catchcopy_img {
width: 100%;
}
.t_f_index_block ul {
list-style: none;
padding-left: 0;
margin: 0;
}
.t_f_index_block ul li.footer_item a {
color: #fff;
}
.footer_adress {
color: #fff;
font-size: 12px;
line-height: 2.5;
margin-bottom: 30px;
}
.t_f_info a {
color: #fff;
font-size: 12px;
}
.footer_copyright {
color: #fff;
font-size: 12px;
text-align: right;
}
.t_f_index_container {
display: flex;
column-gap: 20px;
padding-bottom: 10px;
margin-bottom: 40px;
}
.footer_logo_area {
display: block;
margin-bottom: 10px;
}
.t_f_info {
margin-bottom: 20px;
}
.footer_instagram {
float: left;
display: inline-block;
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/00_parts/footer_instagram_02.svg) no-repeat;
background-size: contain;
width: 30px;
height: 30px;
margin-right: 30px;
filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(342deg) brightness(108%) contrast(101%);
}
.footer_tiktok {
display: inline-block;
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/00_parts/TikTok-Social-Icon-Mono-White.svg) no-repeat;
background-size: contain;
width: 30px;
height: 30px;
filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(342deg) brightness(108%) contrast(101%);
}
.footer_white_logo {
margin-bottom: 20px;
}
.footer_white_logo img {
width: 200px;
}
@media screen and (max-width: 767px) {
.footer_block:first-child {
max-width: 200px;
}
}
@media screen and (min-width: 768px) {
.footer_block:first-child {
max-width: 300px;
margin-bottom: 50px;
}
.t_f_index_block:first-child {
margin-right: 100px;
}
.t_f_info_container {
display: flex;
flex-flow: row;
}
.t_f_info {
padding: 0 18px;
}
.t_f_info:first-child {
padding-left: 0;
}
.t_f_info:nth-child(2) {
position: relative;
}
.t_f_info:nth-child(2)::after {
content: "|";
position: absolute;
left: 0;
}
}
@media screen and (min-width: 1200px) {
.footer_container {
display: flex;
flex-flow: row;
}
.footer_block:first-child {
display: inline-flex;
flex-basis: 50%;
align-items: flex-start;
max-width: 400px;
padding-right: 130px;
}
.footer_block:last-child {
flex-basis: 50%;
}
.footer_adress {
font-size: 16px;
}
}
.page_header {
background-color: #FDD000;
width: 100%;
position: relative;
overflow: hidden;
z-index: 20;
}
.p_h_conteiner {
display: flex;
flex-flow: row;
}
.p_h_block {
z-index: 1;
flex-basis: 50%;
}
.p_h_block h1 {
display: flex;
flex-flow: column;
}
.page_title_img {
background: no-repeat center / contain;
width: 100%;
flex-basis: 50%;
margin-left: auto;
}
.page_title {
display: inline-block;
letter-spacing: 0.08em;
position: relative;
}
.page_title_desc {
display: inline-flex;
flex-flow: column;
font-weight: 700;
letter-spacing: 0.05em;
}
.p_h_block .desc_10 {
display: inline-block;
white-space: nowrap;
background-color: #FDD000;
margin-top: 8px;
letter-spacing: 0.05em;
width: fit-content;
}
.page_title::before {
content: '';
display: inline-block;
position: absolute;
height: 2px;
background-color: #fff;
border-radius: 2px;
}
.page_header::before {
content: '';
background-color: #FEEC99;
height: 34px;
border-radius: 20px;
transform: rotate(-35deg);
position: absolute;
z-index: -1;
}
.page_header::after {
content: '';
background-color: #FEEC99;
width: 50px;
height: 50px;
border-radius: 25px;
position: absolute;
z-index: -10;
}
@media screen and (max-width: 899px) {
.page_header {
height: 160px;
border-radius: 0 0 30px 30px;
}
.p_h_conteiner {
padding-top: 50px;
margin: 0 25px;
}
.p_h_block {
max-width: 100px;
margin-left: 90px;
}
.page_title {
font-size: 24px;
margin: 0 0 14px;
}
.page_title::before {
width: 30px;
bottom: -6px;
}
.page_title_desc {
font-size: 12px;
}
.page_title_img {
max-width: 200px;
height: 200px;
margin-top: -70px;
margin-right: 12%;
}
.page_header::before {
width: 460px;
top: 40%;
left: -5%;
}
.page_header::after {
top: 23%;
left: 8%;
}
}
@media screen and (max-width: 767px) {
.p_h_block {
margin-left: 60px;
}
}
@media screen and (max-width: 440px) {
.p_h_conteiner {
padding-top: 70px;
}
.p_h_block {
margin-left: 0;
}
.page_title_img {
max-width: 160px;
height: 160px;
margin-top: -56px;
margin-right: 0;
}
.article_di_logo img{
width:80px;
height:auto;
}
}
@media screen and (min-width: 900px) {
.page_header {
height: 200px;
border-radius: 0 0 50px 50px;
}
.p_h_conteiner {
max-width: 700px;
padding-top: 50px;
margin: 0 auto;
}
.page_title {
font-size: 40px;
margin: 0 0 22px;
}
.page_title_desc {
font-size: 12px;
}
.page_title::before {
width: 60px;
bottom: -10px;
}
.page_title_img {
height: 240px;
margin-top: -70px;
margin-right: -8%;
}
.page_header::before {
width: 800px;
top: 70%;
left: -10%;
}
.page_header::after {
top: 23%;
left: 14%;
}
}
@media screen and (min-width: 1300px) {
.page_header {
height: 300px;
}
.p_h_conteiner {
max-width: 1000px;
padding-top: 80px;
}
.page_title {
font-size: 60px;
margin: 0 0 44px;
}
.page_title::before {
width: 100px;
bottom: -20px;
}
.page_title_desc {
font-size: 14px;
}
.page_title_img {
height: 380px;
margin-top: -120px;
margin-right: -8%;
}
.page_header::before {
width: 600px;
top: 60%;
left: 5%;
}
.page_header::after {
top: 70%;
left: 38%;
}
}
.img_campany {
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/00_parts/pageheader_company.png);
}
.img_service {
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/00_parts/pageheader_service.png);
}
.img_recruit {
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/00_parts/pageheader_recruit.png);
}
.img_news {
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/00_parts/pageheader_news.png);
}
.img_contact {
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/00_parts/pageheader_contact.png);
}
.footer_recruit {
width: 100%;
height: 100%;
margin-top: -50px;
overflow: hidden;
padding-bottom: 52.5px;
background-color: #fff;
position: relative;
z-index: 3;
}
.adj_footer_recruit {
padding-top: 0 !important;
}
.f_r_block {
text-align: center;
margin: 50px 0 0;
}
.f_r_block h2 {
margin: 0 auto;
width: fit-content;
background-color: #fff;
}
.f_r_block p.catchcopy_18 {
margin: 0 auto 24px;
width: fit-content;
background-color: #fff;
}
.f_r_scope {
position: relative;
margin-bottom: 0;
}
.f_r_scope img {
width: 100%;
height: auto;
max-width: 350px;
max-height: 800px;
}
.f_r_desc {
text-align: center;
width: 80%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.f_r_01,
.f_r_02,
#kira,
#wow {
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
}
.f_r_01 img {
width: 80px;
}
.f_r_02 img {
width: 50px;
}
#kira {
top: 35px;
left: -30px;
}
#wow {
top: -10px;
right: -35px;
}
#kira picture img,
#kira picture source {
width: 25px;
}
#wow picture img,
#wow picture source {
width: 18px;
}
@media screen and (max-width: 767px) {
.f_r_block {
margin: 70px 0 0;
}
.footer_recruit button {
margin-top: 30px;
}
}
@media screen and (max-width: 399px) {
.f_r_sp_only,
.f_r_sp_only_btn {
display: block;
}
.f_r_pc_only,
.f_r_pc_only_btn {
display: none;
}
.f_r_01,
.f_r_02 {
top: -48px;
}
.f_r_01 {
left: -120px;
}
.f_r_02 {
right: -120px;
}
}
@media screen and (min-width: 400px) {
.f_r_sp_only,
.f_r_sp_only_btn {
display: block;
}
.f_r_pc_only,
.f_r_pc_only_btn {
display: none;
}
.footer_recruit {
padding-bottom: 51.5px;
}
.adj_footer_recruit {
padding-bottom: 61.5px;
}
.f_r_scope {
max-width: 400px;
margin: 0 auto 0;
}
.f_r_01,
.f_r_02 {
top: 50px;
}
.f_r_01 {
left: -140px;
}
.f_r_02 {
right: -140px;
}
}
@media screen and (min-width: 600px) {
.f_r_sp_only,
.f_r_pc_only_btn {
display: none;
}
.f_r_pc_only,
.f_r_sp_only_btn {
display: block;
}
.footer_recruit {
padding-bottom: 48.5px;
}
.adj_footer_recruit {
padding-bottom: 57.5px;
}
.f_r_block h2 {
margin-bottom: 6px;
background-color: transparent;
}
.f_r_block p.catchcopy_18 {
margin-bottom: 10px;
background-color: transparent;
}
.f_r_scope {
max-width: 600px;
}
.f_r_scope img {
max-width: 500px;
}
.f_r_02 {
right: -200px;
}
.f_r_01 {
left: -200px;
}
.f_r_01 .f_r_img {
width: 120px;
}
.f_r_02 .f_r_img {
width: 80px;
}
.f_r_01 #kira {
top: 45px;
left: -45px;
}
.f_r_02 #wow {
top: -10px;
right: -65px;
}
.f_r_01 #kira picture img,
.f_r_01 #kira picture source {
width: 40px;
}
.f_r_02 #wow picture img,
.f_r_02 #wow picture source {
width: 30px;
}
}
@media screen and (min-width: 768px) {
.f_r_sp_only {
display: none;
}
.f_r_sp_only_btn {
display: none;
}
.f_r_pc_only_btn {
display: block;
}
.footer_recruit {
padding: 70px 0 79.5px;
margin-top: -70px;
}
.adj_footer_recruit {
padding: 70px 0 65.5px;
}
.f_r_block {
margin: 70px 0 0 0;
}
.adj_footer_recruit .t_r_block {
margin: 0;
}
.f_r_scope {
max-width: initial;
margin-bottom: 0;
}
.f_r_block h2 {
margin-bottom: 10px;
}
.f_r_block p.catchcopy_18 {
margin-bottom: 10px;
}
.f_r_desc .desc_14 {
margin-bottom: 30px;
}
.f_r_01 {
left: -220px;
}
.f_r_02 {
right: -220px;
}
.f_r_01 img {
width: 120px;
}
.f_r_02 img {
width: 80px;
}
#kira {
top: 45px;
left: -45px;
}
#wow {
top: -10px;
right: -65px;
}
#kira picture img,
#kira picture source {
width: 40px;
}
#wow picture img,
#wow picture source {
width: 30px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.footer_recruit .inner {
max-width: 640px;
margin: 0 auto;
}
}
@media (min-width: 1200px) {
.footer_recruit {
padding: 100px 0 93.5px;
margin-top: -100px;
}
.adj_footer_recruit {
padding: 100px 0 81.5px;
}
.f_r_block {
margin: 100px 0 0 0;
}
.adj_footer_recruit .t_r_block {
margin: 0;
}
.f_r_scope {
margin-bottom: 0;
}
.f_r_desc {
width: 80%;
}
.f_r_01,
.f_r_02 {
top: 100px;
}
.f_r_01 {
left: -280px;
}
.f_r_02 {
right: -280px;
}
.f_r_01 img {
width: 200px;
}
.f_r_02 img {
width: 120px;
}
#kira {
top: 70px;
left: -70px;
}
#wow {
top: -20px;
right: -95px;
}
#kira picture img,
#kira picture source {
width: 70px;
}
#wow picture img,
#wow picture source {
width: 50px;
}
.f_r_scope img {
max-width: 700px;
}
}
.mv_area {
width: 100%;
height: 100vh;
margin: 0;
position: fixed;
top: 0;
overflow: hidden;
z-index: -10;
}
.mv_inner {
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.mv_inner video {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 100%;
min-height: 100%;
}
.firstview_01 {
background-repeat: no-repeat;
position: absolute;
width: 100%;
height: 100%;
}
.firstview_01 img,
.firstview_01 source {
position: absolute;
top: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
will-change: transform;
perspective: 1000;
}
.firstview_01 {
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/01_firstview/anime/firstview_01.png);
background-size: 68%;
top: 0.9%;
left: 12.5%;
animation-name: fv01;
z-index: 20;
}
.firstview_01 img {
width: 68%;
}
@media screen and (min-width: 768px) {
.firstview_01 {
background-size: 70%;
top: -2%;
left: 6%;
z-index: 20;
}
.firstview_01 img {
width: 70%;
}
}
@media screen and (min-width: 1200px) {
.firstview_01 {
background-size: 49%;
top: -5%;
left: 1%;
z-index: 20;
}
.firstview_01 img {
width: 49%;
}
}
.mv_sp_only,
.mv_tablet_only {
display: none;
}
@media screen and (max-aspect-ratio: 375/667) {
.mv_sp_only {
display: block;
}
.mv_tablet_only,
.mv_pc_only {
display: none;
}
.mv_inner video {
width: auto;
height: 100%;
min-width: 100%;
}
}
@media screen and (max-aspect-ratio: 16/9) {
.mv_sp_only,
.mv_tablet_only {
display: none;
}
.mv_pc_only {
display: block;
}
.mv_inner video {
width: auto;
height: 100%;
min-width: 100%;
}
}
@media screen and (max-aspect-ratio: 4/3) {
.mv_sp_only,
.mv_pc_only {
display: none;
}
.mv_tablet_only {
display: block;
}
.mv_inner video {
width: 100%;
height: auto;
min-height: 100%;
}
}
@media screen and (max-aspect-ratio: 3/4) {
.mv_sp_only,
.mv_pc_only {
display: none;
}
.mv_tablet_only {
display: block;
}
.mv_inner video {
width: auto;
height: 100%;
min-width: 100%;
}
}
#video-placeholder {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 100%;
min-height: 100%;
}
.mv_anime {
animation: fv01 2s ease-in-out infinite alternate;
}
@keyframes fv01 {
0% {
transform: translate(0, -0.2%);
}
100% {
transform: translate(0, 0.2%);
}
}
.article_list {
background-color: rgba(255, 255, 255, 0.9);
width: 100%;
margin-top: -50px;
}
.a_l_list_group {
border: #190723 solid 2px;
border-radius: 20px;
background-color: #fff;
}
.a_l_list {
margin-bottom: 30px;
}
.a_l_item {
display: inline-flex;
flex-flow: column;
width: 100%;
border-bottom: #9D9D9D solid 1px;
padding: 30px 0;
}
.a_l_list a:nth-child(1) .a_l_item {
border-top: #9D9D9D solid 1px;
}
.a_l_item time,
.a_l_item span {
display: inline-flex;
}
.pagination_container {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
padding-left: 0;
margin: 0;
}
.prev,
.next {
transform: scaleY(1.4);
}
.pagination_item_link,
.page-numbers {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 40px;
height: 40px;
background: #fff;
border-radius: 20px;
font-size: 18px;
color: #190723;
transition: all 0.15s linear;
}
.nav-links {
display: flex;
justify-content: center;
}
.pagination_item_link_icon,
.page-numbers>*+* {
width: 10px;
}
.pagination_container>*+*,
.nav-links>*+* {
margin-left: 20px;
}
.pagination_item_link.isActive,
.current {
pointer-events: none;
background: #46C0AF;
}
.pagination_item_link:not(.isActive):hover,
.current:hover {
background: #46C0AF;
}
.pagination_item:first-child .pagination_item_link {
background: #46C0AF;
}
@media screen and (max-width: 767px) {
.article_list {
padding: 50px 0;
}
.a_l_list_group {
padding: 50px 20px;
margin: 50px 0;
}
}
@media screen and (min-width: 768px) {
.article_list {
padding: 50px 0 100px;
}
.a_l_list_group {
padding: 50px 50px;
margin: 70px 0;
}
}
@media screen and (min-width: 1200px) {
.a_l_list_group {
padding: 100px 160px;
margin: 120px 0;
}
.a_l_list {
margin-bottom: 60px;
}
.a_l_item {
flex-flow: row;
padding: 30px 20px;
}
.a_l_item span {
margin-left: 50px;
}
.pagination_container>*+*,
.nav-links>*+* {
margin-left: 30px;
}
}
.contact_container {
background-color: rgba(255, 255, 255, 0.9);
width: 100%;
border-radius: 30px;
margin-top: -100px;
padding: 100px 0;
font-size: 16px;
line-height: 2.7;
}
.contact_container .inner {
margin: 100px auto 200px;
}
.contact_txt {
text-align: center;
margin-bottom: 100px;
}
.contact_form_container {
background-color: #fff;
border-radius: 20px;
padding: 100px;
}
.contact_form_content {
display: flex;
justify-content: space-between;
margin-bottom: 60px;
}
.contact_form_content label {
line-height: 1;
white-space: nowrap;
}
.contact_label {
background-color: #190723;
color: #fff;
font-size: 12px;
text-align: center;
border-radius: 16px;
width: 80px;
margin-top: 20px;
}
.contact_form_block {
display: flex;
flex-direction: column;
width: 240px;
margin: 8px 30px auto 0;
}
.contact_form_input {
width: 100%;
}
.contact_container select,
input,
textarea,
.contact_content {
width: 100%;
height: 80px;
padding: 1em;
border-radius: 10px;
}
::placeholder,
::-ms-input-placeholder,
:-ms-input-placeholder {
color: #9D9D9D;
}
select {
-webkit-appearance: none;
appearance: none;
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/07_contact/contact_select_01.svg)no-repeat;
background-size: 30px 40px;
background-position: center right 20px;
}
select::-ms-expand {
display: none;
}
.contact_content {
height: 260px;
}
.contact_check_container {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 50px;
}
.contact_check_container a {
text-decoration: underline;
}
input[type=checkbox] {
display: none;
}
.contact_checkbox {
width: 58px;
height: 58px;
content: '';
display: block;
box-sizing: border-box;
cursor: pointer;
position: relative;
border-radius: 16px;
margin-right: 20px;
}
.contact_checkbox::after {
width: 30px;
height: 40px;
border-right: 5px solid #46C0AF;
border-bottom: 5px solid #46C0AF;
content: '';
display: block;
top: -4px;
left: 10px;
position: absolute;
opacity: 0;
transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(.7, .7, 1);
transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked+.contact_checkbox::after {
opacity: 1;
}
.contact_container .btn {
display: flex;
justify-content: center;
align-items: center;
}
.submit-btn {
background-color: transparent;
cursor: pointer;
appearance: none;
cursor: pointer;
}
.submit-btn[disabled] {
opacity: 0.2;
cursor: not-allowed;
pointer-events: none;
}
.wpcf7-response-output {
display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.contact_form_container {
padding: 50px;
}
.contact_container .inner {
max-width: none;
margin: 100px 100px;
}
}
@media screen and (max-width: 499px) {
.contact_txt {
text-align: left;
}
}
@media screen and (max-width: 767px) {
.contact_container {
margin-top: -50px;
padding: 50px 25px 100px;
font-size: 14px;
line-height: 2.1;
}
.contact_container .inner {
margin: 50px auto 50px;
}
.contact_txt {
margin-bottom: 50px;
}
.contact_form_container {
padding: 30px 20px;
}
.contact_form_block {
width: 100%;
justify-content: space-between;
flex-direction: row;
margin-bottom: 10px;
align-items: center;
}
.contact_container select,
input,
textarea {
height: 60px;
}
.contact_content {
height: 200px;
}
select {
background-size: 20px 30px;
background-position: center right 10px;
}
.contact_form_content {
flex-direction: column;
margin-bottom: 24px;
}
.contact_label {
font-size: 10px;
width: 60px;
margin-top: 0;
}
.contact_check_container {
margin: 40px 0;
}
.contact_checkbox {
width: 50px;
height: 50px;
border-radius: 12px;
margin-right: 10px;
}
.contact_checkbox::after {
width: 20px;
height: 30px;
top: 0px;
left: 12px;
}
}
.content_3 {
background-color: rgba(255, 255, 255, 0.9);
width: 100%;
margin-top: -50px;
padding: 50px 0 100px;
}
.article_3 {
border-radius: 20px;
background-color: #fff;
padding: 50px 20px;
margin: 50px 0;
}
.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 {
margin-bottom: 50px;
}
.article_title_3 {
padding-bottom: 20px;
margin-bottom: 40px;
}
.minna {
font-size: 20px !important;
margin-bottom: 30px !important;
}
.orange {
font-size: 15px !important;
width: 100% !important;
}
}
@media screen and (min-width: 768px) {
.content_3 {
padding: 70px 0;
}
.content_btn_3 {
text-align: center;
margin-bottom: 70px;
}
.article_3 {
padding: 60px;
margin: 70px 0;
}
.article_title_3 {
padding-bottom: 20px;
margin-bottom: 40px;
}
.minna {
font-size: 26px !important;
}
}
@media screen and (min-width: 1200px) {
.content_3 {
margin-top: -100px;
padding: 100px 0;
}
.content_btn_3 {
margin-bottom: 100px;
}
.article_3 {
padding: 100px 120px;
margin: 100px 0;
}
.article_title_3 {
padding-bottom: 30px;
}
.article_title_3 time {
font-size: 24px;
}
}
.contact_complete {
border-radius: 20px;
background-color: #fff;
padding: 50px 20px;
margin: 50px 0;
}
.contact_complete .ttl_20 {
margin-bottom: 30px;
}
.contact_container .content_btn_3 {
margin-bottom: 100px;
}
.contact_complete div {
margin-top: 20px;
}
.contact_complete div p {
margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
.contact_complete {
padding: 50px 50px;
margin: 100px 0;
}
.contact_complete div p {
margin-bottom: 14px;
}
}
@media screen and (min-width: 1200px) {
.contact_complete {
padding: 120px 160px;
}
.contact_complete div {
margin-top: 50px;
}
}
.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;
}
}
.the_content_color_change {
color: #3A8EEF;
}
@media screen and (min-width: 900px) {
.pcnomi {
display: block;
}
.spnomi {
display: none;
}
}
@media screen and (max-width: 899px) {
.spnomi {
display: block;
}
.pcnomi {
display: none;
}
}
.sdgs_c {
width: 75%;
display: flex;
margin: 0 auto;
justify-content: space-between;
margin-bottom: 50px;
}
.sdgs_c img {
width: 40%;
height: fit-content;
}
.sdgs_c_r {
width: 45%;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.sdgs_c_r_1 {
font-size: 35px;
line-height: normal;
color: #FFBC01;
}
.sdgs_c_r_2 {
font-size: 16px;
line-height: 1.7;
}
@media screen and (max-width: 899px) {
.sdgs_c {
width: 100%;
margin-bottom: 30px;
}
.sdgs_c img {
width: 43%;
}
.sdgs_c_r {
width: 50%;
}
.sdgs_c_r_1 {
font-size: 22px;
}
.sdgs_c_r_2 {
font-size: 10px;
}
}.mv_di_logo{
position: absolute;
bottom: 40px;
right: 120px;
display:flex;
gap:20px;
}
.mv_di_logo img {
width: 80px;
height: 80px;
}
.top_news_block .t_n_content {
border-top: 1px solid #190723;
}
.top_news_block a:last-of-type .t_n_content {
border-bottom: 1px solid #190723;
}
.t_c_container {
border: #190723 solid 2px;
}
@media screen and (min-width: 768px) {
.top_news_block .t_n_content {
border-top: 2px solid #190723;
}
.top_news_block a:last-of-type .t_n_content {
border-bottom: 2px solid #190723;
}
} .mv_instagram {
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
position: absolute;
z-index: 21;
}
.mv_taiman {
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
position: absolute;
z-index: 21;
}
.mv_white_logo {
display: flex;
flex-flow: column;
align-items: right;
justify-content: right;
position: absolute;
z-index: 21;
bottom: 40px;
right: 20px;
}
.mv_white_logo img {
width: 80px;
height: 102px;
}
.mv_instagram_bubble {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.1em;
line-height: 1.7;
background-color: #fff;
box-shadow: 4px 4px 0px 0px #190723;
border: 2px solid #190723;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
margin-bottom: 30px;
position: relative;
}
.mv_taiman_bubble {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.12em;
line-height: 1.7;
background-color: #fff;
box-shadow: 4px 4px 0px 0px #190723;
border: 2px solid #190723;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
margin-bottom: 30px;
position: relative;
}
.mv_instagram_bubble:after, .mv_instagram_bubble:before {
border: solid transparent;
content: '';
height: 0;
width: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 50%;
}
.mv_taiman_bubble:after, .mv_taiman_bubble:before {
border: solid transparent;
content: '';
height: 0;
width: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 50%;
}
.mv_instagram_bubble:after {
border-top-color: #fff;
border-top-width: 12px;
border-bottom-width: 12px;
border-left-width: 10px;
border-right-width: 10px;
margin: -1px 0 0 -10px;
}
.mv_taiman_bubble:after {
border-top-color: #fff;
border-top-width: 12px;
border-bottom-width: 12px;
border-left-width: 10px;
border-right-width: 10px;
margin: -1px 0 0 -10px;
}
.mv_instagram_bubble:before {
border-color: rgba(25, 7, 35, 0);
border-top-width: 16px;
border-bottom-width: 16px;
border-left-width: 12px;
border-right-width: 12px;
margin: 1px 0 0 -10px;
border-top-color: #190723;
}
.mv_taiman_bubble:before {
border-color: rgba(25, 7, 35, 0);
border-top-width: 16px;
border-bottom-width: 16px;
border-left-width: 12px;
border-right-width: 12px;
margin: 1px 0 0 -10px;
border-top-color: #190723;
}
.mv_instagram_icon {
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/01_firstview/top_Instagram.png);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
}
.mv_taiman_icon {
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/01_firstview/top_taiman.png);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
}
.mv_instagram_btn {
display: flex;
align-items: center;
justify-content: center;
background-color: #47C0B1;
border: 2px solid #190723;
box-shadow: 3px 6px 0px 0px #190723;
border-radius: 50%;
position: relative;
top: -2px;
left: -2px;
}
.mv_taiman_btn {
display: flex;
align-items: center;
justify-content: center;
background-color: #F5E058;
border: 2px solid #190723;
box-shadow: 3px 6px 0px 0px #190723;
border-radius: 50%;
position: relative;
top: -2px;
left: -2px;
}
.mv_instagram_btn:hover {
transition: all .4s;
box-shadow: 0px 0px 0px 0px #190723;
top: 0;
left: 0;
}
.mv_taiman_btn:hover {
transition: all .4s;
box-shadow: 0px 0px 0px 0px #190723;
top: 0;
left: 0;
}
@media screen and (max-width: 767px) {
.mv_instagram {
bottom: 40px;
left: 16px;
} .mv_taiman {
bottom: 40px;
left: 105px;
}
.mv_instagram_icon {
width: 50px;
height: 46px;
}
.mv_taiman_icon {
width: 50px;
height: 46px;
}
.mv_instagram_btn {
width: 80px;
height: 80px;
}
.mv_taiman_btn {
width: 80px;
height: 80px;
}
.mv_instagram_bubble {
padding: 6px 10px;
}
.mv_taiman_bubble {
padding: 6px 10px;
}
}
@media screen and (max-width: 400px) {
.mv_instagram {
flex-flow: row;
flex-direction: row-reverse;
column-gap: 20px;
bottom: 10px;
left: 16px;
} .mv_taiman {
flex-flow: row;
flex-direction: row-reverse;
column-gap: 20px;
bottom: 100px;
left: 16px;
}
.mv_instagram_icon {
width: 50px;
height: 46px;
}
.mv_taiman_icon {
width: 50px;
height: 46px;
}
.mv_instagram_btn {
width: 80px;
height: 80px;
}
.mv_taiman_btn {
width: 80px;
height: 80px;
}
.mv_instagram_bubble {
padding: 6px 10px;
margin: auto 0;
}
.mv_taiman_bubble {
padding: 6px 10px;
margin: auto 0;
}
.mv_instagram_bubble:after {
border-top: 10px solid transparent;
border-right: 10px solid #fff;
border-left: 10px solid transparent;
border-bottom: 10px solid transparent;
display: inline-block;
margin: -32px 0 0 -59px;
}
.mv_taiman_bubble:after {
border-top: 10px solid transparent;
border-right: 10px solid #fff;
border-left: 10px solid transparent;
border-bottom: 10px solid transparent;
display: inline-block;
margin: -32px 0 0 -59px;
}
.mv_instagram_bubble:before {
border-top: 12px solid transparent;
border-right: 12px solid #190723;
border-left: 12px solid transparent;
border-bottom: 12px solid transparent;
display: inline-block;
margin: -34px 0 0 -64px;
}
.mv_taiman_bubble:before {
border-top: 12px solid transparent;
border-right: 12px solid #190723;
border-left: 12px solid transparent;
border-bottom: 12px solid transparent;
display: inline-block;
margin: -34px 0 0 -64px;
} .mv_taiman_bubble:after, .mv_taiman_bubble:before {
left: 28%;
}
.mv_white_logo {
display: flex;
flex-flow: column;
align-items: right;
justify-content: right;
position: absolute;
z-index: 21;
bottom: 5px;
right: 15px;
}
.mv_di_logo{
position: absolute;
bottom: 120px;
right: 15px;
display:flex;
flex-direction: column;
gap:10px;
}
}
@media screen and (min-width: 768px) {
.mv_instagram {
bottom: 40px;
left: 20px;
} .mv_taiman {
bottom: 40px;
left: 115px;
}
.mv_instagram_icon {
width: 50px;
height: 48px;
}
.mv_taiman_icon {
width: 50px;
height: 48px;
}
.mv_instagram_btn {
width: 80px;
height: 80px;
}
.mv_taiman_btn {
width: 80px;
height: 80px;
}
.mv_instagram_bubble {
padding: 6px 10px;
}
.mv_taiman_bubble {
padding: 6px 10px;
}
}
@media screen and (min-width: 1000px) {
.mv_instagram {
position: fixed;
}
.mv_taiman {
position: fixed;
}
}
@media screen and (min-width: 1200px) {
.mv_instagram {
bottom: 40px;
left: 32px;
} .mv_taiman {
bottom: 40px;
left: 150px;
}
.mv_instagram_icon {
width: 58px;
height: 54px;
}
.mv_taiman_icon {
width: 58px;
height: 54px;
}
.mv_instagram_btn {
width: 100px;
height: 100px;
box-shadow: 4px 5px 0px 0px #190723;
}
.mv_taiman_btn {
width: 100px;
height: 100px;
box-shadow: 4px 5px 0px 0px #190723;
}
.mv_instagram_bubble {
padding: 10px 20px;
}
.mv_taiman_bubble {
padding: 10px 20px;
}
} .top_vision {
position: relative;
margin-top: 110vh;
background: #fff;
width: 100%;
z-index: 1;
}
.top_vision::after {
content: '';
background-color: rgba(255, 255, 255, 0.10);
background-image: radial-gradient(#190723 7%, transparent 10%),
radial-gradient(#190723 7%, transparent 10%);
clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
display: block;
width: 100%;
height: 60%;
position: absolute;
bottom: 0;
z-index: -1;
}
.t_v_bubble, .t_v_logo, .t_v_logo img {
width: 100%;
max-width: 450px;
}
.t_v_logo {
position: relative;
}
.t_v_bubble img {
width: 90%;
max-width: 350px;
z-index: 15;
position: relative;
}
#vision {
width: 40%;
position: absolute;
top: -30%;
right: 0;
}
.t_v_text {
background-color: #fff;
line-height: 2.5;
padding: 20px 20px;
border-radius: 30px;
}
.t_v_text p {
margin-bottom: 20px;
}
.t_v_text p:last-child {
margin-bottom: 30px;
}
.t_v_tablet_only, .t_v_pc_only {
display: none;
}
@media screen and (max-width: 767px) {
.top_vision {
padding-bottom: 50px;
}
.top_vision::after {
background-image: radial-gradient(#190723 9%, transparent 12%),
radial-gradient(#190723 9%, transparent 12%);
background-position: 0 0, 10px 10px;
background-size: 20px 20px;
}
.t_v_logo {
margin: 80px auto 0;
padding-bottom: 20px;
width: min(80%, 600px);
z-index: 15;
}
.t_v_container {
padding-bottom: 50px;
}
.t_v_text {
margin-bottom: 50px;
}
.t_v_logo::before {
content: '';
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/02_top/top_vision_04.svg) no-repeat;
background-size: contain;
position: absolute;
width: 90%;
height: 100%;
top: -50px;
z-index: -10;
}
}
@media screen and (min-width: 450px) and (max-width: 767px) {
.t_v_tablet_only {
display: block;
}
}
@media screen and (min-width: 768px) {
.top_vision {
padding-bottom: 100px;
}
.top_vision::after {
background-image: radial-gradient(#190723 7%, transparent 10%),
radial-gradient(#190723 7%, transparent 10%);
background-position: 0 0, 14px 14px;
background-size: 28px 28px;
}
.t_v_container {
display: flex;
flex-direction: row-reverse;
column-gap: 50px;
padding: 50px 0 100px;
}
.t_v_block:first-child {
flex-basis: 50%;
}
.t_v_block:last-child {
flex-basis: 50%;
}
.t_v_block:first-child {
display: inline-flex;
align-items: center;
}
.t_v_bubble::before {
content: '';
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/02_top/top_vision_04.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
width: 50%;
height: 50%;
top: 5%;
left: 40%;
z-index: -1;
}
.t_v_logo::before {
content: none;
}
.top_vision::after {
clip-path: polygon(0 95%, 100% 20%, 100% 100%, 0% 100%);
}
}
@media screen and (min-width: 1200px) {
.t_v_container {
padding: 70px 0 130px;
}
.t_v_bubble {
width: calc(100% + 200px);
margin: 0 -100px;
}
.t_v_bubble::before {
width: 40%;
height: 40%;
top: 12%;
left: 40%;
}
.top_vision::after {
clip-path: polygon(100% 30%, 32% 100%, 100% 100%);
}
.t_v_block:first-child {
flex-basis: 60%;
}
.t_v_block:last-child {
flex-basis: 40%;
}
.t_v_bubble, .t_v_logo, .t_v_logo img {
margin: 0 auto;
}
.t_v_logo {
top: 80px;
}
.t_v_pc_only {
display: block;
}
} .top_service {
position: relative;
background-color: #FDD000;
border-radius: 40px;
margin-top: -50px;
overflow: hidden;
z-index: 2;
}
.top_sv_container {
display: flex;
flex-flow: column;
}
.top_sv_block:nth-child(1) {
position: relative;
}
.top_sv_block:nth-child(2) {
position: relative;
z-index: 20;
}
.anime_service_school source,
.anime_service_school img,
.anime_service_career source,
.anime_service_career img {
width: 100%;
height: 100%;
object-fit: cover;
}
.top_service .ttl_bg::before {
content: 'SERVICE';
color: #FEEC99;
top: -10px;
}
.top_sv_block .font_24 {
margin-bottom: 16px;
}
.top_sv_desc {
margin-bottom: 30px;
}
.t_sv_slider_nav div {
position: relative;
padding-left: 16px;
height: auto !important;
margin-bottom: 10px;
}
.t_sv_slider_nav span {
display: inline-flex;
}
.js_sv_school {
margin-bottom: 20px;
}
.t_sv_slider_nav .t_sv_ttl::before {
content: '';
display: inline-block;
background-color: #190723;
width: 8px;
height: 8px;
border-radius: 50%;
position: absolute;
top: 12px;
left: -16px;
}
.top_sv_block:nth-child(2)::before {
content: '';
background-color: #FEEC99;
height: 34px;
border-radius: 20px;
transform: rotate(-35deg);
position: absolute;
z-index: -1;
}
.top_sv_block:nth-child(2)::after {
content: '';
background-color: #FEEC99;
width: 50px;
height: 50px;
border-radius: 25px;
position: absolute;
z-index: -10;
}
.t_sv_slider_nav .slick-current .t_sv_ttl:before {
background-color: #fff;
}
.t_sv_slider_nav .slick-current .t_sv_ttl {
color: #fff;
}
.t_sv_slider_nav .slick-track {
transform: unset !important;
}
.js_sv_school span, .js_sv_career span, .js_sv_minitto span, .js_sv_connect span {
display: inline-flex;
flex-flow: column;
}
.slick-list {
padding: 0 !important;
}
@media screen and (max-width: 767px) {
.t_sv_slider {
max-width: 400px;
margin: 0 auto;
}
.t_sv_slider_nav {
margin: 0 0 20px 25px;
}
.top_sv_block:nth-child(1) {
width: 100%;
}
.top_sv_block:nth-child(2) {
margin-top: -80px;
}
.top_sv_block:nth-child(2)::before {
width: 460px;
top: 300px;
left: 70px;
}
.top_sv_block:nth-child(2)::after {
top: 30%;
right: 70%;
}
}
@media screen and (min-width: 768px) {
.top_service {
padding: 70px 0;
margin-top: -100px;
}
.top_sv_container {
flex-flow: row;
flex-direction: row-reverse;
justify-content: space-between;
margin-bottom: 0;
width: 103%;
}
.top_sv_block:nth-child(1) {
flex-basis: 50%;
}
.top_sv_block:nth-child(2) {
flex-basis: 50%;
min-width: 0;
}
.t_sv_slider {
max-width: 400px;
margin: 0 0 0 auto;
}
.top_service .ttl_bg::before {
top: 10px;
right: 0;
}
.top_sv_block .font_14 {
margin-left: 10px;
white-space: nowrap;
}
.top_sv_block:nth-child(2)::before {
width: 700px;
top: 60%;
left: -170%;
}
.top_sv_block:nth-child(2)::after {
left: 50%;
bottom: 40%;
}
}
@media screen and (min-width: 1200px) {
.top_service {
padding: 70px 0 100px;
}
.top_sv_block:nth-child(2) {
margin-top: 160px;
}
.t_sv_slider {
max-width: 650px;
margin: 0;
}
.t_sv_slider_nav {
margin-bottom: 20px;
}
.top_service .ttl_bg::before {
right: 100px;
}
.top_sv_block .font_24 {
margin-top: -80px;
}
.top_sv_block:nth-child(2)::before {
width: 1200px;
top: 80%;
left: -280%;
}
.top_sv_block:nth-child(2)::after {
border-radius: 25px;
top: 38%;
left: 54%;
}
} .top_recruit {
background-color: #46C0AF;
width: 100%;
height: 100%;
margin-top: -50px;
overflow: hidden;
position: relative;
}
.t_r_block {
text-align: center;
margin: 50px 0 0;
}
.t_r_block h2 {
margin: 0 auto;
width: fit-content;
background-color: #46C0AF;
}
.t_r_block p.catchcopy_18 {
margin: 0 auto 24px;
width: fit-content;
background-color: #46C0AF;
}
.t_r_scope {
position: relative;
margin-bottom: 50px;
}
.t_r_scope img {
width: 100%;
height: auto;
max-width: 1320px;
max-height: 800px;
}
.t_r_desc {
text-align: center;
width: 80%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.top_recruit_01, .top_recruit_02, .top_recruit_03, .top_recruit_04, #kira, #lol, #wow, #dot {
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
}
.top_recruit_01 img {
width: 80px;
}
.top_recruit_02 img {
width: 50px;
}
.top_recruit_03 img {
width: 50px;
}
.top_recruit_04 img {
width: 40px;
}
#kira {
top: 35px;
left: -30px;
}
#lol {
top: -10px;
left: -25px;
}
#wow {
top: -10px;
right: -35px;
}
#dot {
top: 8px;
right: -35px;
}
#kira picture img, #kira picture source {
width: 25px;
}
#lol picture img, #lol picture source {
width: 20px;
}
#wow picture img, #wow picture source {
width: 18px;
}
#dot picture img, #dot picture source {
width: 14px;
}
@media screen and (max-width: 767px) {
.t_r_block {
margin: 70px 0 0;
}
.t_r_scope img {
max-width: 260px;
}
}
@media screen and (max-width: 399px) {
.t_r_sp_only, .t_r_sp_only_btn {
display: block;
}
.t_r_pc_only, .t_r_pc_only_btn {
display: none;
}
.top_recruit_01, .top_recruit_03 {
top: -48px;
}
.top_recruit_03, .top_recruit_04 {
right: -120px;
}
.top_recruit_02, .top_recruit_04 {
bottom: -96px;
}
.top_recruit_01, .top_recruit_02 {
left: -120px;
}
}
@media screen and (min-width: 400px) {
.t_r_sp_only, .t_r_sp_only_btn {
display: block;
}
.t_r_pc_only, .t_r_pc_only_btn {
display: none;
}
.t_r_scope {
max-width: 400px;
margin: 0 auto 40px;
}
.top_recruit_01, .top_recruit_03 {
top: -50px;
}
.top_recruit_03, .top_recruit_04 {
right: -140px;
}
.top_recruit_02, .top_recruit_04 {
bottom: -70px;
}
.top_recruit_01, .top_recruit_02 {
left: -140px;
}
}
@media screen and (min-width: 600px) {
.t_r_sp_only, .t_r_pc_only_btn {
display: none;
}
.t_r_pc_only, .t_r_sp_only_btn {
display: block;
}
.t_r_block h2 {
margin-bottom: 6px;
background-color: transparent;
}
.t_r_block p.catchcopy_18 {
margin-bottom: 10px;
background-color: transparent;
}
.t_r_scope {
max-width: 600px;
}
.top_recruit_01, .top_recruit_03 {
top: -20px;
}
.top_recruit_03, .top_recruit_04 {
right: -200px;
}
.top_recruit_02, .top_recruit_04 {
bottom: -130px;
}
.top_recruit_01, .top_recruit_02 {
left: -200px;
}
.t_r_scope img {
max-width: 400px;
}
}
@media screen and (min-width: 768px) {
.top_recruit {
padding: 100px 0 60px;
}
.t_r_sp_only {
display: none;
}
.t_r_sp_only_btn {
display: none;
}
.t_r_pc_only_btn {
display: block;
}
.top_recruit {
margin-top: -100px;
}
.t_r_block {
margin: 100px 0 0 0;
}
.t_r_scope {
max-width: initial;
margin-bottom: 50px;
}
.t_r_desc {
width: 80%;
}
.t_r_block h2 {
margin-bottom: 10px;
}
.t_r_block p.catchcopy_18 {
margin-bottom: 10px;
}
.t_r_desc .desc_14 {
margin-bottom: 30px;
}
.top_recruit_01 {
top: -30px;
left: -220px;
}
.top_recruit_02 {
bottom: -210px;
left: -240px;
}
.top_recruit_03 {
top: -10px;
right: -220px;
}
.top_recruit_04 {
bottom: -240px;
right: -240px;
}
.top_recruit_01 img {
width: 120px;
}
.top_recruit_02 img {
width: 80px;
}
.top_recruit_03 img {
width: 80px;
}
.top_recruit_04 img {
width: 60px;
}
#kira {
top: 45px;
left: -45px;
}
#lol {
top: -10px;
left: -45px;
}
#wow {
top: -10px;
right: -65px;
}
#dot {
top: 5px;
right: -50px;
}
#kira picture img, #kira picture source {
width: 40px;
}
#lol picture img, #lol picture source {
width: 30px;
}
#wow picture img, #wow picture source {
width: 30px;
}
#dot picture img, #dot picture source {
width: 20px;
}
.t_r_scope img {
max-width: 560px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.top_recruit .inner {
max-width: 640px;
margin: 0 auto;
}
}
@media (min-width: 1200px) {
.t_r_block {
margin: 140px 0 100px 0;
}
.t_r_scope {
margin-bottom: 0;
}
.t_r_desc {
width: 80%;
}
.top_recruit_01 {
top: -40px;
left: -280px;
}
.top_recruit_02 {
bottom: -290px;
left: -320px;
}
.top_recruit_03 {
top: -26px;
right: -280px;
}
.top_recruit_04 {
bottom: -320px;
right: -310px;
}
.top_recruit_01 img {
width: 200px;
}
.top_recruit_02 img {
width: 120px;
}
.top_recruit_03 img {
width: 120px;
}
.top_recruit_04 img {
width: 90px;
}
#kira {
top: 70px;
left: -70px;
}
#lol {
top: -15px;
left: -65px;
}
#wow {
top: -20px;
right: -95px;
}
#dot {
top: 8px;
right: -75px;
}
#kira picture img, #kira picture source {
width: 70px;
}
#lol picture img, #lol picture source {
width: 50px;
}
#wow picture img, #wow picture source {
width: 50px;
}
#dot picture img, #dot picture source {
width: 30px;
}
.t_r_scope img {
max-width: 770px;
}
} .top_news {
background-color: #fff;
position: relative;
z-index: 10;
}
.top_news_container {
display: flex;
flex-flow: column;
}
.top_news_block .ttl_40 {
margin: 0 0 40px 0;
}
.top_news_block:last-child {
margin-bottom: 50px;
}
.top_news_block:last-child div {
width: 100%;
}
.t_n_content {
padding: 20px 0;
display: inline-flex;
flex-flow: column;
}
.t_n_sp_only {
display: block;
}
.t_n_pc_only {
display: none;
}
@media screen and (max-width: 767px) {
.top_news {
padding: 50px 0 60px;
}
}
@media screen and (min-width: 768px) {
.t_n_content {
padding: 30px 0;
flex-flow: row;
}
.t_n_content span {
margin-left: 50px;
}
.top_news_block:last-child {
margin-bottom: 70px;
}
}
@media screen and (min-width: 1200px) {
.t_n_sp_only {
display: none;
}
.t_n_pc_only {
display: block;
}
.top_news_container {
flex-flow: row;
}
.top_news_block .ttl_40 {
font-size: 60px;
}
.top_news_block:first-child {
flex-basis: 20%;
}
.top_news_block:last-child {
flex-basis: 80%;
padding-left: 60px;
margin-bottom: 0;
}
.top_news_block:last-child div {
width: 100%;
}
.t_n_content time {
margin-top: 4px;
}
.t_n_content span {
font-size: 16px;
}
} .top_contact {
padding: 50px 0 51px;
background-color: #fff;
position: relative;
z-index: 5;
}
.t_c_container {
position: relative;
z-index: 3;
background: #fff;
border-radius: 30px;
padding: 20px;
text-align: center;
}
.t_c_container h2 {
color: #FDD000;
margin: 0 0 10px;
}
.t_c_container .desc_14 {
line-height: 2;
margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
.top_contact {
padding: 70px 0 79px;
}
.t_c_container {
padding: 50px;
}
.t_c_container h2 {
margin: 0 0 16px;
}
.t_c_container .desc_14 {
margin-bottom: 30px;
}
}
@media screen and (min-width: 1200px) {
.top_contact {
padding: 70px 0 77px;
}
}.company_vision {
background-color: #fff;
width: 100%;
margin-top: -50px;
padding-top: 50px;
overflow: hidden;
}
.c_v_container {
display: flex;
flex-flow: column;
}
.c_v_img img {
width: 100%;
}
.t_v_title {
width: 100%;
margin-bottom: 20px;
}
.t_v_title img {
width: 80%;
max-width: 260px;
}
.c_v_block .catchcopy_30 {
margin-bottom: 16px;
}
.c_v_msg {
line-height: 2.2;
}
.c_v_sp_only {
display: block;
}
.c_v_pc_only {
display: none;
}
@media screen and (max-width: 767px) {
.c_v_tablet_only, .c_v_pc_only {
display: none;
}
.c_v_sp_only {
display: block;
}
.t_v_title img {
max-width: 250px;
}
.c_v_container {
padding: 30px 0 50px;
margin-bottom: 400px;
}
.c_v_block:last-child {
padding-top: 50px;
margin: 0 25px;
}
.catchcopy_30 {
line-height: 1.4;
}
}
@media screen and (min-width: 768px) {
.c_v_sp_only, .c_v_pc_only {
display: none;
}
.c_v_tablet_only {
display: block;
}
.c_v_container {
flex-flow: row;
padding: 70px 0;
margin-bottom: 300px;
}
.c_v_block {
flex-basis: 50%;
height: 100%;
}
.c_v_block:first-child {
flex-basis: 50%;
}
.c_v_block:last-child {
padding: 50px 0;
margin: auto 50px;
flex-basis: 40%;
}
.t_v_title img {
max-width: 300px;
}
.c_v_block:first-child {
width: 100%;
height: auto;
max-height: 600px;
}
.c_v_img {
width: 100%;
height: 100%;
}
.c_v_img img {
border-radius: 0 40px 40px 0;
object-position: 50% 50%;
object-fit: cover;
height: 100%;
}
.t_v_title {
width: 150%;
margin-left: -80px;
}
.catchcopy {
margin-bottom: 40px;
}
.c_v_msg {
font-size: 14px;
}
}
@media screen and (min-width: 1200px) {
.c_v_sp_only, .c_v_tablet_only {
display: none;
}
.c_v_pc_only {
display: block;
}
.c_v_container {
padding: 100px 0;
}
.t_v_title {
margin: 0 0 30px -140px;
}
.c_v_pc_only {
display: block;
}
.c_v_msg {
font-size: 16px;
}
.c_v_img {
border-radius: 0 100px 100px 0;
}
}
.campany_logo {
position: relative;
margin-top: -400px;
}
.campany_logo .inner {
background-color: #FDD000;
padding: 30px 20px;
}
.c_l_container {
display: flex;
flex-flow: column;
}
.campany_logo .c_l_ttl {
display: flex;
align-items: center;
font-size: 40px;
margin: 0 0 20px;
line-height: 1;
}
.campany_logo .c_l_ttl::after {
content: '';
display: inline-block;
flex-grow: 1;
height: 2px;
margin-left: 1rem;
background-color: #fff;
border-radius: 2px;
}
.c_l_logo, .c_l_logo img {
width: 100%;
}
.c_l_logo {
position: relative;
max-width: 250px;
margin: 0 auto;
}
.c_l_block #vision {
width: 40%;
position: absolute;
top: -30%;
right: 0;
top: -40px;
right: 10px;
}
.c_l_pc_only {
display: none !important;
}
@media screen and (max-width: 767px) {
.campany_logo {
margin-bottom: 70px;
}
.campany_logo .inner {
border-radius: 30px;
}
.c_l_logo {
width: min(80%, 600px);
padding-bottom: 10px;
}
.c_l_desc {
font-size: 12px;
line-height: 2.2;
}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
.campany_logo .inner {
padding: 30px 50px;
}
.c_l_logo {
width: 180px;
margin: 0 auto;
padding-bottom: 0;
}
.c_l_container {
display: flex;
flex-flow: row-reverse;
column-gap: 20px;
}
.c_l_block:first-child {
flex-basis: 40%;
}
.c_l_block:last-child {
flex-basis: 60%;
}
}
@media screen and (min-width: 768px) {
.c_l_sp_only {
display: none !important;
}
.c_l_pc_only {
display: flex !important;
}
.campany_logo {
margin: -300px auto 300px;
}
.campany_logo .inner {
border-radius: 50px;
padding: 50px;
}
.c_l_container {
flex-flow: row-reverse;
margin: 0;
}
.c_l_block:first-child {
flex-basis: 30%;
margin: auto 0;
}
.c_l_block:last-child {
flex-basis: 60%;
margin-right: 80px;
}
.c_l_logo {
width: 160%;
margin: 0 0 0 -50px;
padding-bottom: 0;
}
.c_l_block #vision {
top: -70px;
}
.c_l_desc {
margin: 0;
}
}
@media screen and (min-width: 1200px) {
.campany_logo .inner {
padding: 70px 100px;
border-radius: 70px;
}
.c_l_block .c_l_ttl {
font-size: 60px;
margin: 0 0 24px;
}
.c_l_desc {
margin: 0;
}
.c_l_block:first-child {
flex-basis: 44%;
}
.c_l_block:last-child {
flex-basis: 56%;
margin-right: 0px;
}
.c_l_logo {
width: 120%;
margin: -20px 130px 0 80px;
max-width: 280px;
}
}
.campany_mvv {
background-color: #46C0AF;
width: 100%;
border-radius: 30px 0 0 0;
padding: 350px 0 120px;
}
.mvv_mission .catchcopy_20,
.mvv_value .catchcopy_20 {
text-indent: -0.5em;
margin: 0;
}
.mvv_value_1, .mvv_value_2 {
margin-bottom: 22px;
}
.mvv_mission h2, .mvv_value h2 {
opacity: .7;
}
.mvv_value_desc {
position: relative;
margin-left: 50px;
}
.mvv_value_desc::before {
content: '';
position: absolute;
width: 30px;
height: 1px;
background-color: #190723;
top: 14px;
left: -46px;
}
@media screen and (max-width: 767px) {
.campany_mvv {
margin-top: -420px;
}
.campany_mvv .inner {
padding: 50px 0 0;
}
.campany_mvv .ttl_en {
margin-bottom: 20px;
}
.mvv_mission {
margin-bottom: 40px;
}
.mvv_mission .catchcopy_20,
.mvv_value .catchcopy_20 {
margin-bottom: 12px;
}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
.campany_mvv {
padding: 150px 0 120px;
margin-top: -220px;
}
}
@media screen and (min-width: 768px) {
.campany_mvv {
padding: 200px 0 150px;
margin-top: -500px;
border-radius: 40px 0 0 0;
}
.campany_mvv .inner {
padding: 60px 0 0;
}
.campany_mvv .ttl_en {
margin-bottom: 16px;
}
.mvv_mission {
margin-bottom: 40px;
}
.mvv_contents {
padding-left: 60px;
}
.mvv_mission .catchcopy_20,
.mvv_value .catchcopy_20 {
margin-bottom: 8px;
}
}
@media screen and (min-width: 1200px) {
.campany_mvv .inner {
padding: 80px 0 20px;
}
.campany_mvv .ttl_en {
margin-bottom: 30px;
}
.mvv_mission {
margin-bottom: 60px;
}
.mvv_contents {
padding-left: 100px;
}
.mvv_desc {
font-size: 16px;
}
.mvv_value_desc::before {
top: 16px;
}
.mvv_value_desc {
padding-left: 100px;
font-size: 20px;
}
.mvv_value_desc::before {
content: none;
}
.mvv_mission .catchcopy_20,
.mvv_value .catchcopy_20 {
font-size: 30px;
margin-bottom: 20px;
}
.mvv_value .catchcopy_20 {
padding-left: 80px;
}
.mvv_value_1, .mvv_value_2 {
margin-bottom: 40px;
}
.mvv_value_1, .mvv_value_2, .mvv_value_3 {
position: relative;
}
.mvv_value_1::before, .mvv_value_2::before, .mvv_value_3::before {
content: '';
background-position: center;
background-size: contain;
width: 50px;
height: 30px;
position: absolute;
top: 12px;
}
.mvv_value_1::before {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/03_about/about_mvv_01.svg) no-repeat;
}
.mvv_value_2::before {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/03_about/about_mvv_02.svg) no-repeat;
}
.mvv_value_3::before {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/03_about/about_mvv_03.svg) no-repeat;
}
.mvv_mission h2, .mvv_value h2 {
display: flex;
align-items: center;
}
.mvv_mission h2::after, .mvv_value h2::after {
content: '';
display: inline-block;
flex-grow: 1;
height: 3px;
margin-left: 2rem;
background-color: #fff;
border-radius: 2px;
}
}
.campany_message {
width: 100%;
z-index: 5;
padding-bottom: 100px;
}
.c_m_container {
display: flex;
}
.c_m_block:first-child {
display: inline-flex;
width: 100%;
height: 100%;
}
.c_m_img_ttl, .c_m_img_photo img, .c_m_img_sign img {
width: 100%;
height: 100%;
}
.c_m_block {
position: relative;
}
.c_m_block .c_m_text {
font-size: 14px;
line-height: 2.6;
margin-bottom: 30px;
}
.c_m_block .c_m_text p {
margin-bottom: 14px;
}
.c_m_img_photo {
aspect-ratio: 300/417;
position: absolute;
height: auto;
}
.c_m_img_sign {
aspect-ratio: 5/2;
width: auto;
}
@media screen and (max-width: 767px) {
.campany_message .inner {
padding-bottom: 50px;
}
.c_m_container {
flex-flow: column;
}
.c_m_block:first-child {
min-height: 100px;
margin-bottom: 20px;
}
.c_m_img_ttl {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/03_about/sp-about_message_01.svg) no-repeat;
background-size: contain;
aspect-ratio: 73/28;
min-height: 100px;
}
.c_m_group_01 {
margin-bottom: 30px;
}
.c_m_group_02 {
width: 60%;
}
.c_m_group_03 {
width: 50%;
}
.c_m_img_sign {
height: 80px;
}
.c_m_img_photo {
width: 270px;
height: 417px;
bottom: -60px;
right: 0;
}
}
@media screen and (max-width: 600px) {
.c_m_block {
position: static;
}
.c_m_group_01, .c_m_group_02, .c_m_group_03 {
width: 100%;
}
.c_m_img_sign {
height: 100%;
max-height: 70px;
margin-left: auto;
}
.c_m_img_photo {
width: 80%;
max-width: 300px;
margin: 20px auto -60px;
position: static;
}
}
@media screen and (min-width: 768px) {
.campany_message {
padding: 30px 0 100px;
}
.campany_message .inner {
padding-bottom: 70px;
}
.c_m_container {
flex-flow: row;
column-gap: 50px;
}
.c_m_block:first-child {
align-items: center;
flex-basis: 20%;
}
.c_m_block:last-child {
flex-basis: 70%;
}
.c_m_img_ttl {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/03_about/about_message_01.svg) no-repeat;
background-size: contain;
aspect-ratio: 28/73;
width: 200px;
height: auto;
}
.c_m_group_02 {
width: 71%;
}
.c_m_group_03 {
width: 58%;
}
.c_m_img_sign {
height: 80px;
}
.c_m_img_photo {
width: 270px;
height: 417px;
bottom: -70px;
right: -100px;
}
}
@media screen and (min-width: 1200px) {
.campany_message {
padding: 60px 0 100px;
}
.campany_message .inner {
padding-bottom: 100px;
}
.c_m_group_01, .c_m_group_02 {
width: 72%;
}
.c_m_group_03 {
width: 66%;
}
.c_m_img_sign {
height: 100px;
}
.c_m_img_photo {
width: 300px;
height: 473px;
bottom: -120px;
right: -110px;
}
}
.canpany_profile {
position: relative;
width: 100%;
background-color: #FDD000;
border-radius: 30px;
padding: 50px 0;
margin-top: -100px;
z-index: 7;
}
.c_p_container, .c_p_access, .c_p_b_container {
display: flex;
flex-flow: column;
}
.c_p_block:first-child {
margin-bottom: 20px;
}
.c_p_container:first-child {
margin-bottom: 50px;
}
.c_p_block .ttl_30 {
color: #FEEC99;
}
.c_p_b_block table {
width: 100%;
}
.c_p_b_block table tr {
display: inline-block;
width: 100%;
padding: 20px 0;
}
.c_p_label {
width: 90px;
}
.c_p_map {
width: 100%;
border-radius: 30px;
overflow: hidden;
}
.c_p_map iframe {
width: 100%;
height: 300px;
}
.c_p_block .license_num {
display: inline-block;
line-height: 1.7;
margin-top: 10px;
}
.c_p_block .c_p_ttl {
display: inline-flex;
background-color: #190723;
border-radius: 30px;
width: 100px;
height: 30px;
color: #fff;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 767px) {
.c_p_access div:first-child {
margin-bottom: 10px;
}
.c_p_access:first-child, .c_p_map {
margin-bottom: 20px;
}
}
@media screen and (min-width: 768px) {
.c_p_b_container {
flex-flow: row;
}
.c_p_container, .c_p_b_container {
column-gap: 40px;
}
.c_p_access:first-child {
margin-bottom: 30px;
}
.c_p_access div {
display: inline-flex;
}
.c_p_access div:first-child {
margin-bottom: 10px;
}
.c_p_b_block:nth-child(1),
.c_p_b_block:nth-child(2) {
flex-basis: 50%;
}
.c_p_b_block:first-child table tr:nth-child(2) {
padding: 33px 0;
}
.c_p_container:last-child .c_p_b_block {
margin: auto 0;
}
}
@media screen and (min-width: 1200px) {
.canpany_profile {
padding: 100px 0;
border-radius: 100px;
}
.c_p_container, .c_p_b_container, .c_p_access {
flex-flow: row;
}
.c_p_access {
column-gap: 20px;
}
.c_p_container:first-child,
.c_p_access:first-child {
margin-bottom: 60px;
}
.c_p_container .c_p_block:nth-child(1) {
flex-basis: 16%;
}
.c_p_container .c_p_block:nth-child(2) {
flex-basis: 80%;
}
.c_p_b_block:first-child table tr:nth-child(2) {
padding: 34px 0;
}
.c_p_access div {
display: inline-flex;
align-items: center;
}
}.service_school, .service_career, .service_minitto, .service_connect {
position: relative;
width: 100%;
margin-top: -50px;
overflow: hidden;
} .anime_service_career source,
.anime_service_career img {
width: 100%;
height: 100%;
object-fit: cover; }
.anime_service_school source,
.anime_service_school img {
width: 100%;
height: 100%;
object-fit: cover;
margin-top: 40px;
}
@media screen and (min-width: 768px) {
.btn {
width: 90%;
}
}
@media screen and (max-width: 999px) {
.btn {
width: 90%;
height: 60px;
}
}
@media screen and (max-width: 768px) { .service
.anime_service_school source,
.anime_service_school img {
position: relative;
margin-top: 56px;
}
.service
.anime_service_career source,
.anime_service_career img {
position: relative;
margin-top: 90px;
}
}
.s_container {
display: flex;
flex-flow: column;
}
.s_container .ttl_bg {
position: relative;
}
.s_container .ttl_bg::before {
content: '';
position: absolute;
top: -39px;
z-index: -1;
}
.s_group {
position: relative;
margin: 0 0 50px 0;
} .s_group .ttl_40 {
line-height: 1;
margin-bottom: 10px;
}
.s_desc {
position: relative;
font-size: 12px;
padding-left: 40px;
margin-bottom: 20px;
}
.s_desc::before {
content: '';
display: inline-block;
position: absolute;
border-radius: 2px;
width: 30px;
height: 2px;
top: 12px;
}
.s_group::before {
content: '';
background-color: #FEEC99;
height: 34px;
border-radius: 20px;
transform: rotate(-35deg);
position: absolute;
z-index: -1;
}
.s_group::after {
content: '';
background-color: #FEEC99;
width: 50px;
height: 50px;
border-radius: 25px;
position: absolute;
z-index: -10;
}
.s_s_pc_only {
display: none;
}
@media screen and (max-width: 767px) {
.s_container {
padding: 50px 0 60px;
}
.s_block:last-child {
margin-top: -50px;
}
.s_anime {
width: 100%;
max-width: 440px;
margin: 0 auto;
}
}
@media screen and (min-width: 768px) {
.s_container {
padding: 70px 0;
}
.service_school, .service_career {
margin-top: -70px;
}
.s_block:last-child {
margin-top: -150px;
}
.s_anime {
width: 80%;
max-width: 440px;
margin: 5px auto 90px;
}
.s_container .ttl_bg::before {
font-size: 140px;
top: -11%;
}
}
@media screen and (min-width: 768px) and (max-width: 768px) {
.s_block:last-child {
margin-top: -50px;
}
}
@media screen and (min-width: 1000px) {
.s_s_pc_only {
display: block;
}
.s_container .ttl_bg::before {
font-size: 120px;
}
.s_block:first-child {
flex-basis: 50%;
margin-top: -170px;
}
.s_block:last-child {
flex-basis: 50%;
overflow: visible;
}
.s_anime {
width: 160%;
max-width: 300px;
margin: 265px auto 0 -130px;
}
.s_group {
width: 120%;
margin: 40px 0 20px;
}
.s_desc {
font-size: 18px;
}
.s_desc::before {
border-radius: 4px;
width: 40px;
top: 18px;
}
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
.service_school .s_group {
margin: 60px 0 30px;
}
}
@media screen and (min-width: 1200px) {
.service_school, .service_career {
margin-top: -100px;
}
.s_container .ttl_bg::before {
font-size: 140px;
}
.s_block:first-child {
flex-basis: 50%;
margin-top: -170px;
}
.s_block:last-child {
flex-basis: 50%;
overflow: visible;
}
.s_anime {
width: 160%;
max-width: 550px;
margin: 70px auto 0 -130px;
}
.s_container .service_image {
margin-top: 170px
}
.s_group {
width: 100%;
}
.s_desc {
font-size: 18px;
}
.s_desc::before {
border-radius: 4px;
width: 40px;
top: 18px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
.s_container .ttl_bg::before {
font-size: 130px;
}
.s_block:first-child {
margin-top: -70px;
}
.s_group {
margin: 80px 0 50px;
}
} .s_bubble {
position: relative;
background-color: #fff;
display: inline-block;
font-size: 12px;
font-weight: 700;
padding: 24px 20px;
border-radius: 25px;
filter: drop-shadow(10px 10px 0px #190723);
}
@media screen and (min-width: 531px) { .s_c_sp_only {
display: none;
}
.ttl_40 {
font-size: 33px !important;
}
}
@media screen and (min-width: 531px) and (max-width: 768px) { .s_c_tab_only {
display: none;
}
.s_group {
position: relative;
margin: 0 60px 50px 60px;
}
}
@media screen and (min-width: 769px) and (max-width: 999px) { .s_c_tab_only {
display: none;
}
.s_group {
position: relative;
margin: 50px 60px 50px 60px;
}
.anime_service_school img {
margin-top: 0 !important;
}
}
@media screen and (max-width: 530px)   { .s_c_sp_only {
display: block;
}  
}
@media screen and (max-width: 512px)   {
.service .s_bubble { top: -38vh;
left: 14%;
}
.s_bubble_school { top: -315px !important;
}
.s_group_school {
top: -50px !important;
margin-bottom: 0 !important;
}
}
@media screen and (max-width: 478px)   {
.service .s_bubble { top: -34vh;
left: 7%;
}
.s_bubble_school { top: -315px !important;
}
.s_group_school {
top: -50px !important;
margin-bottom: 0 !important;
}
}
@media screen and (max-width: 375px)   {
.service .s_bubble { top: -280px;
}
.s_bubble_school { top: -315px !important;
}
.s_group_school {
top: -50px;
margin-bottom: 0 !important;
}
.ttl_40 {
font-size: 38px;
}
}
.s_bubble:before,
.s_bubble:after {
content: "";
position: absolute;
right: -50%;
left: 0;
width: 0;
height: 0;
margin: auto;
border-style: solid;
border-bottom-right-radius: 10px;
}
.s_bubble:before { top: 98px;
border-color: transparent #190723 transparent transparent;
border-width: 0 28px 29px 0;
}
.s_bubble:after { top: 95px;
border-color: transparent #fff transparent transparent;
border-width: 0 24px 26px 0;
z-index: 10;
}
.service_school .s_bubble:before { top: 72px;
}
.service_school .s_bubble:after { top: 70px;
}
@media screen and (max-width: 298px) {
.s_bubble {
width: 80%;
}
.s_bubble:before {
top: 96px;
}
.s_bubble:after {
top: 94px;
}
.service_school .s_bubble:before {
top: 146px;
}
.service_school .s_bubble:after {
top: 144px;
}
}
@media screen and (min-width: 768px) {
.s_bubble {
white-space: nowrap;
}
}
@media screen and (min-width: 1200px) {
.s_bubble {
font-size: 16px;
padding: 30px 60px;
border-radius: 36px;
filter: drop-shadow(20px 20px 0px #190723);
}
.s_bubble:before,
.s_bubble:after {
border-width: 0 40px 30px 0;
}
.s_bubble:before { top: 124px;
}
.s_bubble:after { top: 122px;
}
.service_school .s_bubble:before { top: 94px;
}
.service_school .s_bubble:after { top: 92px;
}
.service_minitto .s_bubble:before {
top: 124px;
}
.service_minitto .s_bubble:after {
top: 123px;
}
.s_group .ttl_40 {
font-size: 40px;
}
}  .service_school {
background-color: #fff;
z-index: 5;
}
.service_school .s_container .ttl_bg::before { content: 'CAREER';
color: #FDD000;
}
.service_school .s_desc::before {
background-color: #FDD000;
left: 0;
}
.service_school .s_group::before {
top: 56%;
left: -48%;
}
.service_school .s_group::after {
bottom: 0;
left: 50%;
}
@media screen and (max-width: 767px) {
.service_school .s_group::before {
width: 460px;
}
.service_school .s_container .ttl_bg::before {
left: 1%;
}
}
@media screen and (min-width: 768px) {
.service_school .s_container .ttl_bg::before {
top: -49px;
left: 8%;
}
.service_school .s_group::before {
width: 700px;
top: 120%;
left: -60%;
}
}
@media screen and (min-width: 1000px) {
.service_school .s_container {
flex-flow: row-reverse;
padding: 220px 0 70px;
}
.service_school .s_container .ttl_bg::before {
top: 50px;
left: -100px;
}
.service_school .s_group::before {
width: 1000px;
top: 140%;
left: -160%;
}
.service_school .s_desc {
padding-left: 60px;
}
.service_school .s_anime {
margin-left: 80px;
}
}
@media screen and (max-width: 512px)  {
.service .s_anime {
margin-top: 44px;
}
.ttl_40 {
text-align: center;
}
}
@media screen and (min-width: 513px) and (max-width: 999px) {
.s_bubble {
filter: drop-shadow(-10px 10px 0px #190723);
}
.service_school .s_bubble {
top: 46px;
left: 27%;
}
.service_career .s_bubble {
top: 39px;
left: 41%;
}
.service_minitto .s_bubble {
top: 41px;
left: 36%;
}
.service_connect .s_bubble {
top: 43px;
left: 31%;
}
.s_bubble::after {
border-color: transparent transparent transparent #ffffff;
border-width: 0 0 26px 24px;
}
.s_bubble::before {
border-color: transparent transparent transparent #190723;
border-width: 0 0 28px 29px;
}
.s_bubble::after,
.s_bubble::before {
border-bottom-left-radius: 10px;
right: 50%;
}
}
@media screen and (min-width: 513px) and (max-width: 769px) {
.s_anime {
margin-bottom: 78px !important;
}
}
@media screen and (min-width: 769px) and (max-width: 999px) {
.s_anime {
margin-top: 76px;
}
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
.service_school .s_container {
padding: 180px 0 50px;
}
.service_school .s_container .ttl_bg::before {
top: 40px;
left: -150px;
}
.service_school .s_bubble {
top: 29%;
left: 130%;
}
}
@media screen and (min-width: 1200px) {
.service_school .s_container {
padding: 300px 0 100px;
}
.service_school .s_container .ttl_bg::before {
top: 0; left: 0;
}
.service_school .s_group {
margin: 70px 0 50px;
}
.service_school .s_anime {
margin-left: 10px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
.service_school .s_container {
padding: 250px 0 60px;
}
.service_school .s_container .ttl_bg::before {
top: -100px;
left: -10px;
}
.service_school .s_group::before {
width: 1000px;
top: 60%;
left: -110%;
}
.service_school .s_anime {
margin: -60px auto 0 0;
}
.service_school .service_image {
margin-top: 65px
}
} .service_career {
background-color: #FDD000;
border-radius: 30px;
z-index: 6;
}
.service_career .s_container .ttl_bg::before { content: 'SCHOOL';
color: #FEEC99;
}
.service_career .s_desc::before {
background-color: #fff;
}
.service_career .s_group::after {
bottom: 55%;
left: 20%;
}
.service_career .ttl_40 {
font-size: 35px;
line-height: 1.4;
}
@media screen and (max-width: 767px) {
.service_career {
padding-bottom: 70px;
}
.service_career .s_container {
padding: 0;
}
.service_career .s_group::before {
width: 900px;
top: 10%;
left: 0;
}
}
@media screen and (max-width: 768px) {
.service_career .s_container .ttl_bg::before {
left: 7%;
}
}
@media screen and (min-width: 768px) {
.service_career .s_container {
padding: 0;
}
.service_career .s_group::before {
width: 1000px;
top: -5%;
left: 15%;
}
.service_career .s_group::after {
bottom: 30%;
left: 10%;
}
.service_career .s_container .ttl_bg::before {
left: 11%;
top: -11%;
}
}
@media screen and (max-width: 999px) { .service_career .s_desc::before {
left: 0;
}
}
@media screen and (min-width: 1000px) { .service_career {
border-radius: 70px;
}
.service_career .s_container {
flex-flow: row;
padding: 160px 0 0;
}
.service_career .s_block:first-child {
margin-top: -143px;
}
.service_career .s_block:last-child {
text-align: right;
}
.service_career .s_block:last-child p { text-align: right;
}
.service_career .s_group {
margin: 70px 0 50px auto;
}
.service_career .s_group::before {
width: 1250px;
top: 20%;
left: -15%;
}
.service_career .ttl_40 {
font-size: 34px;
white-space: nowrap;
margin-left: -120px;
}
.service_career .s_container .ttl_bg::before {
top: 40px;
left: -10px;
}
.service_career .s_desc {
padding-left: 0px;
}
.service_career .s_desc::before {
right: 340px;
}
.service_career .s_anime {
margin: 220px auto 0 -20px;
}
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
.service_career .s_container {
padding: 130px 0 0;
}
.service_career .s_group {
margin: 0 0 30px -70px;
}
.service_career .s_container .ttl_bg::before {
top: -40px;
left: -10px;
}
.service_career .s_bubble {
top: 31%;
right: 130%;
}
.service_career .s_anime {
margin: 200px auto 0 -20px;
}
}
@media screen and (min-width: 1200px) {
.service_career {
border-radius: 100px;
padding-bottom: 90px;
}
.service_career .s_anime {
margin: 70px auto 0 -50px;
}
.service_career .service_image {
margin-top: 170px
}
.service_career .s_container .ttl_bg::before { top: -15px;
left: -20px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
.service_career .s_container {
padding: 160px 0 0;
}
.service_career .s_container .ttl_bg::before {
top: -60px;
left: 12px;
}
.service_career .s_anime {
margin: 10px auto 0 -28px;
}
.service_career .service_image {
margin-top: 110px
}
}  .service_minitto {
background-color: #fff;
z-index: 5;
}
.service_minitto .s_container .ttl_bg::before {
content: 'BRANDING';
color: #FDD000;
}
.service_minitto .s_desc::before {
background-color: #FDD000;
left: 0;
}
.service_minitto .s_group::before {
top: 56%;
left: -48%;
}
.service_minitto .s_group::after {
bottom: 0;
left: 50%;
}
.service_minitto .s_bubble:before {
top: 96px;
}
.service_minitto .s_bubble:after {
top: 94px;
}
@media screen and (max-width: 767px) {
.service_minitto .s_group::before {
width: 460px;
}
.service_minitto .s_container .ttl_bg::before {
font-size: 16vw;
left: 0%;
}
}
@media screen and (max-width: 999px) { 
.service_minitto .s_container .ttl_40 span {
font-size: 20px;
}
}
@media screen and (min-width: 768px) {
.service_minitto .s_container .ttl_bg::before {
top: -55px;
left: 0;
font-size: 120px;
}
.service_minitto .s_group::before {
width: 700px;
top: 120%;
left: -60%;
}
}
@media screen and (min-width: 1000px) {
.service_minitto .s_container {
flex-flow: row-reverse;
padding: 220px 0 70px;
}
.service_minitto .s_container .ttl_bg::before {
top: 50px;
left: -100px;
}
.service_minitto .s_group::before {
width: 1000px;
top: 140%;
left: -160%;
}
.service_minitto .s_desc {
padding-left: 60px;
}
.service_minitto .s_anime {
margin-left: 80px;
}
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
.service_minitto .s_container {
padding: 180px 0 50px;
}
.service_minitto .s_container .ttl_bg::before {
top: 40px;
left: -200px;
}
.service_minitto .s_bubble {
top: 29%;
left: 130%;
}
}
@media screen and (min-width: 1200px) {
.service_minitto {
margin-top: -100px;
}
.service_minitto .s_container {
padding: 300px 0 100px;
}
.service_minitto .s_container .ttl_bg::before {
top: 0;
left: -74px;
}
.service_minitto .s_group {
margin: 70px 0 50px;
}
.service_minitto .s_anime {
margin-left: 10px;
}
.service_minitto .s_bubble:before {
top: 124px;
}
.service_minitto .s_bubble:after {
top: 123px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
.service_minitto .s_container {
padding: 250px 0 60px;
}
.service_minitto .s_container .ttl_bg::before {
top: -100px;
left: -95px;
}
.service_minitto .s_group::before {
width: 1000px;
top: 60%;
left: -110%;
}
.service_minitto .s_anime {
margin: -60px auto 0 0;
}
.service_minitto .service_image {
margin-top: 59px
}
} .service_connect {
background-color: #FDD000;
border-radius: 30px;
z-index: 6;
}
.service_connect .s_container .ttl_bg::before {
content: 'CONNECT';
color: #FEEC99;
}
.service_connect .s_desc::before {
background-color: #fff;
}
.service_connect .s_group::after {
bottom: 55%;
left: 20%;
}
.service_connect .ttl_40 {
font-size: 35px;
line-height: 1.4;
}
.service_connect .s_bubble:before {
top: 96px;
}
.service_connect .s_bubble:after {
top: 94px;
}
@media screen and (max-width: 767px) {
.service_connect {
padding-bottom: 70px;
}
.service_connect .s_container {
padding: 0;
}
.service_connect .s_group::before {
width: 900px;
top: 10%;
left: 0;
}
.service_connect .ttl_bg::before {
font-size: 17vw;
}
.service_connect .s_container .ttl_bg::before {
left: 4%;
}
}
@media screen and (min-width: 768px) {
.service_connect .s_container {
padding: 0;
}
.service_connect .s_group::before {
width: 1000px;
top: -5%;
left: 15%;
}
.service_connect .s_group::after {
bottom: 30%;
left: 10%;
}
}
@media screen and (max-width: 999px) {  .service_connect .s_desc::before {
left: 0;
}
.btn_center {
text-align: center;
}
}
@media screen and (min-width: 1000px) { .service_connect {
border-radius: 70px;
}
.service_connect .s_container {
flex-flow: row;
padding: 160px 0 0;
}
.service_connect .s_block:first-child {
margin-top: -100px;
}
.service_connect .s_block:last-child {
text-align: right;
}
.service_connect .s_block:last-child p {
text-align: left;
}
.service_connect .s_group {
margin: 70px 0 50px auto;
}
.service_connect .s_group::before {
width: 1250px;
top: 20%;
left: -15%;
}
.service_connect .ttl_40 {
font-size: 34px;
white-space: nowrap;
margin-left: -120px;
}
.service_connect .s_container .ttl_bg::before {
top: 40px;
left: -10px;
}
.service_connect .s_desc {
padding-left: 0px;
}
.service_connect .s_desc::before {
right: 385px;
}
.service_connect .s_anime {
margin: 220px auto 0 -20px;
}
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
.service_connect .s_container {
padding: 130px 0 0;
}
.service_connect .s_group {
margin: 0 0 30px -70px;
}
.service_connect .s_container .ttl_bg::before {
top: -40px;
left: -10px;
}
.service_connect .s_bubble {
top: 27%;
right: 140%;
}
.service_connect .s_anime {
margin: 181px auto 0 -20px;
}
}
@media screen and (min-width: 1200px) {
.service_connect {
border-radius: 100px;
padding-bottom: 90px;
margin-top: -100px;
}
.service_connect .s_anime {
margin: 70px auto 0 -50px;
}
.service_connect .service_image {
margin-top: 170px
}
.service_connect .s_container .ttl_bg::before {
top: -30px;
left: -116px;
}
.service_connect .s_bubble:before {
top: 124px;
}
.service_connect .s_bubble:after {
top: 123px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
.service_connect .s_container {
padding: 160px 0 0;
}
.service_connect .s_container .ttl_bg::before {
top: -60px;
left: 12px;
}
.service_connect .s_anime {
margin: 10px auto 0 -28px;
}
.service_connect .service_image {
margin-top: 110px
}
}@media screen and (max-width: 767px) {
.index_accordion {
border-radius: 16px;
}
.job_info {
border-radius: 30px;
}
.interview {
border-radius: 30px 30px 0 0;
}
}
@media screen and (min-width: 768px) {
.index_accordion {
border-radius: 40px;
}
.job_info {
border-radius: 50px;
}
.interview {
border-radius: 50px 50px 0 0;
}
.recruit_entry_btn {
width: 250px;
height: 80px;
border-radius: 10px;
font-size: 30px;
} 
.recruit_entry_btn:hover {
opacity: .6;
transition: 0.4s;
}
}
@media screen and (min-width: 1200px) {
.index_accordion {
border-radius: 50px;
}
.job_info {
border-radius: 80px;
}
.interview {
border-radius: 80px 80px 0 0;
}
}  .recruit_entry_btn {
display: block;
text-decoration: none;
font-family: 'Poppins', sans-serif;
letter-spacing: 0.06em;
background-color: #fff; text-decoration: none;
width: 200px;
height: 60px;
border-radius: 15px;
box-shadow: 0px 0px 20px 0px rgba(125, 175, 209, 0.2);
font-size: 20px;
font-weight: 700;
color: #000;
cursor: pointer;
} .entry_btn_area .recruit_entry_btn {
position: fixed;
bottom: 30px;
right: 25px;
z-index: 40;
} .recruit_index {
background-color: #fff;
margin-top: -50px;
}
.index_accordion {
background-color: #E4E2E5;
}
.index_group_header {
font-size: 16px;
line-height: 1;
}
.index_container {
display: inline-flex;
list-style: none;
width: 100%;
}
.index_item {
line-height: 1;
border-bottom: 1px solid #fff;
padding: 20px 0;
}
.index_group_header, .recruit_item_block {
display: inline-flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.r_i_triangle, .r_i_arrow {
display: inline-block;
background-size: contain;
}
.r_i_triangle {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_index_01.svg) no-repeat;
}
.r_i_arrow {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_index_02.svg) no-repeat;
}
.index_group_header.open {
border-bottom: 2px solid #fff;
padding-bottom: 20px;
margin-bottom: 20px;
}
.index_group_header.open .r_i_triangle {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
transition: .2s;
}
.index_container.open {
display: inline-flex;
}
@media screen and (max-width: 767px) {
.recruit_index {
margin-top: -50px;
}
.index_accordion {
padding: 20px 30px;
margin: 50px 0;
}
.sp_only .index_container {
display: none;
}
.index_container {
flex-flow: column;
}
.index_item {
font-size: 14px;
}
.r_i_triangle, .r_i_arrow {
margin-right: 12px;
width: 20px;
height: 20px;
}
}
@media screen and (min-width: 768px) {
.recruit_index {
margin-top: -70px;
}
.index_accordion {
padding: 20px 100px 50px;
margin: 70px 0;
}
.index_container {
flex-flow: row;
flex-wrap: wrap;
justify-content: space-between;
row-gap: 10px;
}
.index_item {
font-size: 18px;
width: 200px;
}
.r_i_arrow {
margin-right: 0px;
width: 30px;
height: 30px;
}
}
@media screen and (min-width: 1200px) {
.recruit_index {
margin-top: -100px;
}
.index_accordion {
padding: 30px 120px 50px;
margin: 100px 0;
}
} .job_info {
position: relative;
background-color: #46C0AF;
z-index: 5;
}
.recruit_title {
display: flex;
}
.job_list {
font-size: 14px;
background-color: rgba(255, 255, 255, 0.5);
}
.j_i_link_container {
margin: 40px 0;
text-align: center;
}
.j_i_link_01 {
background-color: #FDD000;
border-radius: 20px 20px 0 0;
height: 42px;
text-align-last: right;
padding: 4px 20px;
}
.j_i_link_02 {
width: 100%;
background-color: #fff;
border-radius: 0 0 20px 20px;
padding: 30px 20px 40px;
margin-top: -4px;
text-align: center;
}
.j_i_link_01_1 {
display: inline-block;
width: 16px;
border-radius: 8px;
margin-right: 4px;
}
.j_i_link_01_2 {
display: inline-block;
width: 16px;
height: 16px;
border-radius: 5px;
margin-right: 2px;
}
.j_i_link_01_3 {
position: relative;
display: inline-block;
width: 16px;
border-radius: 8px;
transform: rotate(45deg);
vertical-align: middle;
margin-bottom: 4px;
}
.j_i_link_01_3::before {
content: "";
position: absolute;
display: inline-block;
width: 16px;
border-radius: 8px;
transform: rotate(90deg);
vertical-align: middle;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.j_i_bubble {
line-height: 1;
font-weight: 700;
text-align: center;
background-color: #fff;
border-radius: 14px;
display: inline-block;
position: relative;
bottom: -16px;
width: 80%;
}
.j_i_bubble:before,
.j_i_bubble:after {
content: "";
position: absolute;
right: 60%;
left: 0;
width: 0;
height: 0;
margin: auto;
border-style: solid;
border-bottom-right-radius: 10px;
}
.j_i_bubble:before {
top: 36px;
border-color: transparent #190723 transparent transparent;
border-width: 0 16px 16px 0;
}
.j_i_bubble:after {
top: 32px;
border-color: transparent #fff transparent transparent;
border-width: 0 16px 16px 0;
z-index: 10;
}
.j_i_link_02 a {
display: block;
overflow: visible;
}
.j_i_btn {
color: #fff;
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_jobinfo_02.svg) no-repeat;
background-size: contain;
position: relative;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
aspect-ratio: 30 / 7;
}
.j_i_link_02_2 {
position: absolute;
display: inline-block;
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_jobinfo_01.svg) no-repeat;
background-size: contain;
}
@media screen and (max-width: 767px) {
.job_info {
margin-top: -50px;
}
.recruit_title {
flex-flow: column;
margin-bottom: 40px;
width: fit-content;
margin-left: 25px;
}
.recruit_title h2 {
margin-bottom: 10px;
}
.job_list {
border-radius: 16px;
padding: 20px;
margin-bottom: 30px;
}
.j_i_bubble {
font-size: 12px;
border-radius: 14px;
filter: drop-shadow(5px 5px 0px #190723);
max-width: 300px;
padding: 10px;
}
.j_i_btn {
font-size: 12px;
max-width: 300px;
}
.j_i_link_02_2 {
width: 50px;
height: 50px;
bottom: -20px;
right: 30px;
}
}
@media screen and (min-width: 768px) {
.job_info {
margin-top: -70px;
}
.recruit_title {
flex-flow: row;
column-gap: 30px;
margin-bottom: 60px;
}
.recruit_title .ttl_40 {
line-height: 0.7;
}
.recruit_title .ttl_round {
margin-top: auto;
}
.job_list {
border-radius: 30px;
padding: 60px 20px;
margin-bottom: 60px;
text-align: center;
}
.j_i_bubble {
font-size: 20px;
border-radius: 20px;
filter: drop-shadow(8px 8px 0px #190723);
max-width: 500px;
padding: 20px;
}
.j_i_bubble:before {
top: 66px;
}
.j_i_bubble:after {
top: 60px;
}
.j_i_btn {
font-size: 20px;
max-width: 400px;
}
.j_i_link_02_2 {
width: 80px;
height: 80px;
bottom: -30px;
right: -40px;
}
}
@media screen and (min-width: 1200px) {
.job_info {
padding: 100px 0;
margin-top: -100px;
}
.j_i_link_02_2 {
bottom: -40px;
right: -30px;
}
} .data {
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_data_bg.png), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_data_bg.png), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_data_bg.png), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_data_bg.png);
background-repeat: no-repeat;
background-color: #FDD000;
margin-top: -50px;
}
.data .recruit_title {
margin-bottom: 10px;
}
.data .recruit_title .ttl_40 {
color: #FEEC99;
}
.r_d_catchcopy {
position: relative;
z-index: 15;
}
.r_d_catchcopy, .r_d_catchcopy img {
text-align: right;
width: 96%;
max-width: 400px;
margin: 0 0 -20px auto;
}
.r_d_slider {
margin: 0 calc(50% - 50vw);
width: 100vw;
}
.r_d_cord_block {
width: 100%;
padding: 0 20px;
margin: 0;
}
.r_d_cord {
background-color: #fff;
border: #190723 solid 2px;
border-radius: 30px;
padding: 20px;
margin: 0;
}
.slick-arrow {
display: inline-block;
width: 50px;
height: 50px;
position: absolute;
z-index: 10;
}
.slick-arrow::before {
content: '';
display: inline-block;
background-size: contain;
width: 50px;
height: 50px
}
.slick-prev {
left: 12px;
}
.slick-next {
right: 12px;
}
.slick-prev:before {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/sp-recruit_data_01.svg) no-repeat;
transform: rotate(180deg);
}
.slick-next:before {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/sp-recruit_data_01.svg) no-repeat;
}
.benefit_slider_nav {
display: flex;
flex-flow: row;
justify-content: flex-end;
height: 30px;
margin: 0 auto;
position: relative;
z-index: 17;
}
.benefit_arrow {
width: 40px !important;
height: 40px !important;
opacity: 1;
cursor: pointer;
}
.benefit_slider_nav .slick-track {
transform: unset !important;
}
.benefit_slider_nav .slick-current {
opacity: .3;
}
.benefit_arrow::before {
content: '';
display: block;
background-size: contain;
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/sp-recruit_data_01.svg) no-repeat;
width: 100%;
width: 30px;
height: 30px;
}
.benefit_prev::before {
transform: rotate(180deg);
}
.r_d_header {
display: flex;
}
.r_d_title {
flex-grow: 1;
font-size: 12px;
font-weight: 700;
line-height: 1;
border: #46C0AF solid 4px;
border-radius: 0 10px 10px 0;
padding: 10px 10px 10px 20px;
margin: auto 0 auto -10px;
}
.r_d_num {
display: inline-block;
background-size: contain;
width: 60px;
height: 60px;
}
.r_d_num_01 {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_data_01.svg) no-repeat;
}
.r_d_num_02 {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_data_02.svg) no-repeat;
}
.r_d_num_03 {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_data_03.svg) no-repeat;
}
.r_d_num_04 {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_data_04.svg) no-repeat;
}
.r_d_num_05 {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_data_05.svg) no-repeat;
}
.r_d_num_06 {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_data_06.svg) no-repeat;
}
.r_d_img, .r_d_img img {
width: 100%;
}
.r_d_img {
position: relative;
padding: 20px;
}
.r_d_cord .font_10 {
display: inline-block;
white-space: nowrap;
position: absolute;
top: -6px;
right: 10px;
}
.r_d_desc {
display: flex;
justify-content: start;
align-items: center;
font-size: 14px;
background-color: #e9e7ea;
border-radius: 10px;
padding: 0 12px;
}
@media screen and (min-width: 660px) {
.r_d_catchcopy, .r_d_catchcopy img {
width: 80%;
max-width: 600px;
margin: -30px 0 -20px 110px;
}
}
@media screen and (max-width: 767px) {
.data {
background-position: 220% -5%, -14% 24%, 110% 60%, -24% 86%;
background-size: 70%, 30%, 20%, 46%;
margin-top: -50px;
}
.data .inner {
padding: 50px 0 100px;
}
.r_d_desc {
min-height: 110px;
}
.r_d_img, .r_d_img img {
max-width: 400px;
margin: 0 auto;
}
}
@media screen and (min-width: 768px) {
.data {
background-position: 106% 1%, -14% 24%, 110% 60%, -24% 86%;
background-size: 40%, 20%, 20%, 46%;
margin-top: -70px;
}
.data .inner {
padding: 70px 0;
}
.r_d_catchcopy, .r_d_catchcopy img {
width: 80%;
max-width: 450px;
margin: -20px 0 -30px 180px;
}
.r_d_container {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 50px;
grid-row-gap: 40px;
}
.r_d_cord_01 {
grid-area: 1 / 1 / 2 / 2;
}
.r_d_cord_02 {
grid-area: 1 / 2 / 2 / 3;
}
.r_d_cord_03 {
grid-area: 2 / 1 / 3 / 2;
}
.r_d_cord_04 {
grid-area: 2 / 2 / 3 / 3;
}
.r_d_cord_05 {
grid-area: 3 / 1 / 4 / 2;
}
.r_d_cord_06 {
grid-area: 3 / 2 / 4 / 3;
}
.r_d_cord_block {
padding: 0;
}
.r_d_slider {
margin: 0;
width: 100%;
}
.r_d_cord {
width: 324px;
}
.r_d_desc {
min-height: 110px;
}
}
@media screen and (min-width: 1200px) {
.data {
margin-top: -100px;
}
.data .inner {
padding: 100px 0;
}
.r_d_catchcopy, .r_d_catchcopy img {
width: 80%;
max-width: 900px;
margin: -40px 0 -40px 220px;
}
.r_d_cord .font_10 {
top: -12px;
}
.r_d_container {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 30px;
grid-row-gap: 40px;
}
.r_d_cord_01 {
grid-area: 1 / 1 / 2 / 2;
}
.r_d_cord_02 {
grid-area: 1 / 2 / 2 / 3;
}
.r_d_cord_03 {
grid-area: 1 / 3 / 2 / 4;
}
.r_d_cord_04 {
grid-area: 2 / 1 / 3 / 2;
}
.r_d_cord_05 {
grid-area: 2 / 2 / 3 / 3;
}
.r_d_cord_06 {
grid-area: 2 / 3 / 3 / 4;
}
.r_d_cord {
width: 314px;
}
.r_d_title {
font-size: 14px;
}
.r_d_num {
width: 80px;
height: 80px;
}
.r_d_desc {
padding: 20px;
min-height: 150px;
}
}
@media screen and (min-width: 1400px) {
.data {
background-image: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_data_bird_l.gif), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_data_bird_r.gif), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_data_bg.png), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_data_bg.png), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_data_bg.png), url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_data_bg.png);
background-repeat: no-repeat;
background-position: -8% 30%, 108% 50%, 106% -6%, -14% 24%, 110% 60%, -24% 86%;
background-size: 26%, 26%, 40%, 20%, 20%, 36%;
}
} .benefit {
position: relative;
z-index: 5;
padding-bottom: 100px;
}
.benefit .slick-dotted.slick-slider {
margin-bottom: 0;
}
.benefit_slider::before {
content: '';
background-color: #FEEC99;
height: 34px;
border-radius: 20px;
transform: rotate(-35deg);
position: absolute;
z-index: -1;
width: 1000px;
top: 40%;
left: -10%;
}
.benefit_slider::after {
content: '';
background-color: #FEEC99;
height: 34px;
border-radius: 20px;
transform: rotate(-35deg);
position: absolute;
z-index: -1;
width: 1000px;
top: 60%;
right: -10%;
}
.benefit_slider .r_b_area .ttl_40 {
color: #bdb8c0;
}
.r_tabret_padding {
margin: 0 calc(50% - 50vw);
width: 100vw;
padding: 0 3vw;
}
.r_tablet {
border-radius: 45px;
margin-bottom: 60px;
}
.r_browser {
margin: 0 14px;
}
.r_bar {
width: 100px;
margin: 30px auto;
}
.r_benefit_parts02 {
background-color: #fff;
padding: 40px 20px;
margin: -4px 0 60px;
}
.r_block {
background-color: #fff;
box-shadow: 4px 4px 0px 0px rgba(253, 208, 0, 0.8);
margin-bottom: 40px;
}
.r_b_container .r_block:last-child, .r_c_container:last-child {
margin-bottom: 0;
}
.r_block_parts_01 {
position: relative;
background-color: #fff;
width: 30px;
height: 30px;
margin: -2px -2px 0 auto;
}
.r_block_parts_01::before,
.r_block_parts_01::after {
content: "";
background: #190723;
border-radius: 2px;
display: block;
width: 18px;
height: 2px;
position: absolute;
top: 12px;
left: 4px;
}
.r_block_parts_01::before {
transform: rotate(-45deg);
}
.r_block_parts_01::after {
transform: rotate(45deg);
}
.r_block_inner {
margin: 0 20px;
padding-bottom: 30px;
}
.r_c_container .r_c_block:first-child {
display: block;
width: 130px;
margin: 0 auto;
padding-bottom: 20px;
}
.r_block_inner img {
display: block;
width: 100%;
}    @media screen and (max-width: 767px) {
.benefit_slider_nav {
display: none;
}
.r_block_inner p {
font-size: 12px;
} .benefit_slider {
display: flex;
flex-direction: column; }
.benefit_slider .r_b_area:nth-child(1) {
order: 3;
}
.benefit_slider .r_b_area:nth-child(2) {
order: 1;
}
.benefit_slider .r_b_area:nth-child(3) {
order: 2;
}
}
@media screen and (min-width: 768px) {
.benefit_slider_nav {
width: 660px;
top: 70px;
}
.benefit .inner {
margin: 0 calc(50% - 50vw);
max-width: none;
}
.r_block_inner p {
font-size: 14px;
}
.benefit_slider {
padding: 30px 0 70px;
}
.r_tabret_padding {
width: 700px;
padding: 0 20px;
margin: 0;
}
.r_tablet {
margin-bottom: 0;
}
.r_block {
box-shadow: 8px 8px 0px 0px rgba(253, 208, 0, 0.8);
border-radius: 10px 0 10px 10px;
}
.r_block_inner {
margin: 0 34px;
}
}
@media screen and (min-width: 1200px) {
.benefit_slider_nav {
width: 880px;
top: 120px;
}
.benefit_slider {
padding: 70px 0 100px;
}
.r_tabret_padding {
width: 1000px;
padding: 0 50px;
}
.r_tablet {
border-radius: 80px;
}
.r_browser {
margin: 0 30px;
}
.r_bar {
border-top: #190723 solid 6px;
border-radius: 8px;
width: 200px;
margin: 40px auto;
}
.r_benefit_parts02 {
padding: 40px 60px;
margin: -4px 0 80px;
}
.r_block {
box-shadow: 20px 20px 0px 0px rgba(253, 208, 0, 0.8);
}
} .tablet_benefit {
background-color: #FDD000;
}
.r_benefit_parts01 {
display: flex;
align-items: center;
justify-content: right;
column-gap: 6px;
background-color: #fff;
height: 34px;
}
.b_p_img {
display: block;
background-size: contain;
width: 30px;
}
.b_p_01 {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_benefit_01.svg) no-repeat;
height: 20px;
}
.b_p_02 {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_benefit_02.svg) no-repeat;
height: 14px;
}
.benefit_title {
font-size: 16px;
padding: 10px 0 20px;
margin: 0;
line-height: 1;
}
.benefit_title::before {
content: '';
display: inline-block;
background-color: #46C0AF;
width: 16px;
height: 16px;
margin-right: 10px;
}
.benefit_title::after {
content: '';
display: inline-block;
border: #46C0AF solid 2px;
border-radius: 2px;
width: 100%;
}
.r_block_detail {
background-color: #46C0AF;
border-radius: 16px;
padding: 20px;
text-align: center;
margin: 30px 0;
}
.r_block_detail span {
font-size: 14px;
line-height: 1;
font-weight: 700;
width: 100%;
margin: 0;
padding: 0 1em;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
white-space: nowrap;
}
.r_block_detail span::before,
.r_block_detail span::after {
content: '';
width: 100%;
height: 2px;
background-color: #fff;
}
.r_block_detail span::before {
margin-right: 10px;
}
.r_block_detail span::after {
margin-left: 10px;
}
.r_block_detail ul {
display: flex;
flex-flow: column;
font-size: 14px;
list-style: none;
text-indent: -1em;
padding-left: 1em;
text-align: left;
}
.r_block_detail ul li::before {
content: '';
display: inline-block;
background-color: #fff;
width: 4px;
height: 4px;
margin-right: 10px;
}
.r_block_btn_z {
position: relative;
display: block;
z-index: 2;
width: fit-content;
margin: 0 auto 30px;
}
.r_block_btn {
font-size: 16px;
color: #46C0AF;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin-left: -14px;
cursor: pointer;
}
.r_block_btn .r_block_btn_icon {
display: inline-block;
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_benefit_03.svg) no-repeat;
background-size: contain;
width: 20px;
height: 20px;
margin-left: 10px;
}
.r_block_btn::before, .r_block_btn::after {
content: '';
position: absolute;
}
.r_block_btn::before {
background-color: #46C0AF;
z-index: -1;
}
.r_block_btn::after {
background-color: #FDD000;
z-index: -2;
}
.r_b_container {
display: flex;
flex-flow: column;
}
.block_benefit .r_block_inner img {
display: block;
width: 130px;
margin: 0 auto;
padding-bottom: 20px;
}
@media screen and (min-width: 500px) {
.r_b_container {
flex-flow: row;
column-gap: 20px;
margin-top: 40px;
}
.block_benefit {
margin-bottom: 0;
flex-basis: 50%;
}
}
@media screen and (min-width: 600px) {
.r_block_detail ul {
flex-flow: row;
flex-wrap: wrap;
} .r_block_item_1, .r_block_item_2 {
width: 40%;
}
.r_block_item_3, .r_block_item_6 {
width: 60%;
}
.r_block_item_2 {
order: 2;
}
.r_block_item_3 {
order: 1;
}
.r_block_item_4 {
order: 3;
} .kyuuka_block_item_1, .kyuuka_block_item_2, .kyuuka_block_item_3 {
width: 33%;
}
.kyuuka_block_item_4, .kyuuka_block_item_5, .kyuuka_block_item_6 {
width: 33%;
}
.kyuuka_block_item_7, .kyuuka_block_item_8, .kyuuka_block_item_9 {
width: 33%;
} }
@media screen and (max-width: 767px) {
.r_block_btn, .r_block_btn::before, .r_block_btn::after {
width: 200px;
height: 60px;
}
.r_block_btn::before {
top: 4px;
left: 4px;
}
.r_block_btn::after {
top: 14px;
left: 14px;
}
}
@media screen and (min-width: 768px) {
.r_block_btn_z {
width: 100%;
margin: 0 auto 30px;
}
.r_block_btn {
margin-left: -6px;
}
.r_block_btn, .r_block_btn::before, .r_block_btn::after {
width: 100%;
height: 60px;
}
.r_block_btn::before {
top: 2px;
left: 6px;
}
.r_block_btn::after {
top: 13px;
left: 15px;
}
}
@media screen and (min-width: 1200px) {
.benefit_01 .r_block_inner {
margin: 0 60px;
}
.r_b_container {
column-gap: 40px;
margin-top: 60px;
}
} .tablet_culture {
background-color: #46C0AF;
}
.r_c_container:nth-child(even) {
background-color: #FDD000;
box-shadow: 4px 4px 0px 0px rgba(25, 7, 35, 0.3);
}
.r_culcure_parts01 {
width: 100%;
}
.r_culcure_parts02 {
font-size: 12px;
border-top: none;
background-color: #fff;
padding: 10px 20px;
}
.r_culcure_parts01 .r_c_logo {
background-color: #FDD000;
width: 40px;
height: 40px;
}
.r_culcure_parts01 .r_c_title {
line-height: 1;
background-color: #fff;
padding-left: 16px;
}
.r_culcure_parts01 .r_c_logo img {
display: block;
width: 30px;
margin: auto;
}
.r_c_block_ttl {
border-radius: 8px 0 0 8px;
line-height: 30px;
font-weight: 700;
white-space: nowrap;
text-align: center;
display: inline-block;
position: relative;
width: 90%;
height: 30px;
padding: 0 30px 0 40px;
margin-bottom: 20px;
}
.r_c_block_ttl::before, .r_c_block_ttl:after {
content: '';
position: absolute;
z-index: 1;
}
.r_c_block_ttl::before {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_culture_05.svg) no-repeat;
background-size: contain;
width: 20px;
height: 20px;
top: 5px;
left: 16px;
}
.r_c_block_ttl:after {
border-style: solid;
border-width: 15px 7.5px 15px 0px;
width: 0px;
height: 0px;
top: 0;
right: 0;
}
.r_c_container:nth-child(odd) .r_c_block_ttl {
background: #FDD000;
}
.r_c_container:nth-child(even) .r_c_block_ttl {
background: #fff;
}
.r_c_container:nth-child(odd) .r_c_block_ttl::before {
filter: brightness(0) invert(1);
}
.r_c_container:nth-child(odd) .r_c_block_ttl:after {
border-color: transparent #fff transparent transparent;
}
.r_c_container:nth-child(even) .r_c_block_ttl:after {
border-color: transparent #FDD000 transparent transparent;
}
@media screen and (min-width: 600px) and (max-width: 767px) {
.browser_culture .r_c_group {
display: flex;
flex-wrap: wrap;
column-gap: 20px;
row-gap: 40px;
}
.r_c_container {
width: calc(50% - 10px);
margin-bottom: 0;
}
.culture_03 {
order: 3;
}
.culture_04 {
order: 2;
}
}
@media screen and (max-width: 767px) {
.r_culcure_parts01 .r_c_title .r_c_ttl {
font-size: 20px;
}
.r_c_block_ttl {
font-size: 16px;
width: 100%;
}
}
@media screen and (min-width: 768px) {
.r_c_container:nth-child(even) {
box-shadow: 8px 8px 0px 0px rgba(25, 7, 35, 0.3);
}
.r_culcure_parts01 .r_c_logo {
width: 110px;
height: 110px;
}
.r_culcure_parts01 .r_c_logo img {
width: 70px;
}
.r_culcure_parts01 .r_c_title .r_c_ttl {
font-size: 26px;
margin-bottom: 20px;
}
.r_c_container .r_block_inner {
display: flex;
column-gap: 20px;
}
.r_c_container:nth-child(even) .r_block_inner {
flex-flow: row-reverse;
}
.r_c_container .r_c_block:first-child {
width: 200px;
}
.r_c_container .r_c_block:last-child {
width: 400px;
margin: auto 0;
}
.r_c_container .r_c_block img {
margin: 0;
}
.r_c_block_ttl {
font-size: 18px;
line-height: 40px;
width: 270px;
height: 40px;
padding: 0 30px 0 50px;
}
.r_c_block_ttl::before {
width: 26px;
height: 26px;
top: 6px;
}
.r_c_block_ttl:after {
border-width: 20px 10px 20px 0px;
}
}
@media screen and (min-width: 1200px) {
.r_c_container:nth-child(even) {
box-shadow: 20px 20px 0px 0px rgba(25, 7, 35, 0.3);
}
.r_c_container .r_c_block:last-child {
width: 460px;
}
} .interview {
position: relative;
background-color: #46C0AF;
margin-top: -100px;
z-index: 6;
}
.interview .recruit_title .ttl_en {
opacity: .3;
}
input[type="radio"] {
display: none;
}
.tab_area label {
text-align: center;
background: #46C0AF;
border-radius: 20px 20px 0 0;
border-bottom: none;
display: inline-block;
width: fit-content;
padding: 10px 20px;
margin: 0;
cursor: pointer;
transition: ease 0.2s opacity;
}
.interview_tab_group {
display: flex;
column-gap: 20px;
}
.interview_title {
margin: auto 0;
}
.tab_area .interview_title span {
display: block;
line-height: 1.2;
text-align: left;
}
.interview_title .int_ttl_job {
font-size: 16px;
line-height: 1.6;
}
.interview_title .ttl_en {
font-size: 20px;
color: #46C0AF;
}
.interview_title .int_ttl_year {
font-size: 14px;
white-space: nowrap;
}
.tab_area .interview_title .ttl_en {
color: #fff;
}
.panel_area .interview_title .int_ttl_job {
display: block;
line-height: 1.2;
text-align: left;
}
.panel_area .interview_title .ttl_en {
margin-right: 10px;
}
.tab_panel {
width: 100%;
}
.interview_container {
display: flex;
}
.interview_content {
font-size: 14px;
letter-spacing: 1px;
text-align: left;
flex-basis: 56%;
}
.int_qa {
margin-bottom: 20px;
}
.interview_panel_q {
position: relative;
display: block;
border-radius: 20px;
display: table;
padding: 1em;
margin-bottom: 2.5em;
}
.interview_panel_q:before,
.interview_panel_q:after {
content: "";
position: absolute;
border-style: solid;
}
.interview_panel_q:before {
bottom: -1.9em;
border-color: transparent #190723 transparent transparent;
border-width: 0 26px 26px 0;
border-bottom-right-radius: 8px;
}
.interview_panel_q:after {
border-color: transparent #fff transparent transparent;
border-bottom-right-radius: 4px;
bottom: calc(4px - 1.9em);
border-width: 0 24px 24px 0;
}
.r_int_clip-object {
width: 100.1%;
height: calc(100vw * 0.02);
margin-top: -1px;
background-color: #46C0AF;
clip-path: url(#myclip);
} .interview_icon {
width: 60px;
height: 60px;
margin: auto 0;
}
.tab1_label .interview_icon {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_interview_icon_kanda.png) no-repeat;
background-size: contain;
}
.tab2_label .interview_icon {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_interview_icon_nakagawa.png) no-repeat;
background-size: contain;
}
.tab3_label .interview_icon {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_interview_icon_yuasa.png) no-repeat;
background-size: contain;
}
.tab4_label .interview_icon {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_interview_icon_tanaka.png) no-repeat;
background-size: contain;
}
.int_p_img {
width: auto;
max-width: 426px;
aspect-ratio: 426 / 300;
border-radius: 20px;
}
#panel1 .int_p_img {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_interview_img_kanda.png) no-repeat;
}
#panel2 .int_p_img {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_interview_img_nakagawa.png) no-repeat;
}
#panel3 .int_p_img {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_interview_img_yuasa.png) no-repeat;
}
#panel4 .int_p_img {
background: url(//wiz-tech.jp/cms/wp-content/themes/corp_master/img/corp_img/06_recruit/recruit_interview_img_tanaka.png) no-repeat;
}
@media screen and (max-width: 1199px) {
.r_int_sp_only {
display: block;
}
.r_int_pc_only {
display: none;
}
.interview_container {
flex-flow: column;
}
.tab_panel {
padding: 0 20px;
margin: 0;
}
.r_int_card {
width: 100%;
padding: 20px 20px 40px;
background: #fff;
border-radius: 20px;
}
.interview_panel_img {
margin-bottom: 10px;
}
.int_p_img {
max-width: 426px;
aspect-ratio: 426 / 300;
margin-bottom: 26px;
}
#panel1 .int_p_img, #panel2 .int_p_img, #panel3 .int_p_img, #panel4 .int_p_img {
background-size: cover;
background-position: 0 20%;
width: 100%;
}
.interview_panel_q:before,
.interview_panel_q:after {
left: 10%;
}
.int_btn {
font-size: 14px;
line-height: 1;
color: #46C0AF;
background-color: #fff;
border-radius: 20px;
width: 100%;
padding: 10px;
cursor: pointer;
}
.int_hidden {
display: none;
}
.int_qa_group {
border-radius: 2px;
padding-top: 20px;
height: 400px;
overflow-y: scroll;
}
.r_int_slider {
margin: 0 calc(50% - 50vw);
width: 100vw;
}
.interview_area .slick-prev, .interview_area .slick-next {
top: 140px;
}
}
@media screen and (min-width: 400px) and (max-width: 1199px) {
.interview_panel_img {
display: flex;
flex-flow: row;
column-gap: 20px;
padding-bottom: 10px;
}
.int_p_img {
flex-basis: 50%;
margin-bottom: 0;
}
.interview_content {
overflow-y: visible;
}
.interview_panel_header {
flex-basis: 50%;
line-height: 1;
}
.interview_panel_header .int_ttl_job {
margin-bottom: 8px;
}
}
@media screen and (min-width: 1200px) {
.r_int_sp_only {
display: none;
}
.r_int_pc_only {
display: block;
}
.panel_area {
background: #fff;
border-radius: 0 20px 20px 20px;
}
.tab_panel {
width: 100%;
padding: 40px 60px;
display: none;
}
.int_p_img {
max-width: 426px;
aspect-ratio: 426 / 450;
margin-bottom: 26px;
}
#panel1 .int_p_img, #panel2 .int_p_img, #panel3 .int_p_img, #panel4 .int_p_img {
background-size: cover;
background-position: 0 20%;
width: 100%;
}
#tab1:checked~.tab_area .tab1_label, #tab2:checked~.tab_area .tab2_label,
#tab3:checked~.tab_area .tab3_label, #tab4:checked~.tab_area .tab4_label {
background: #fff;
color: #190723;
}
#tab1:checked~.tab_area .tab1_label .ttl_en, #tab2:checked~.tab_area .tab2_label .ttl_en,
#tab3:checked~.tab_area .tab3_label .ttl_en, #tab4:checked~.tab_area .tab4_label .ttl_en {
color: #46C0AF;
}
#tab1:checked~.panel_area #panel1 {
display: block;
}
#tab2:checked~.panel_area #panel2 {
display: block;
}
#tab3:checked~.panel_area #panel3 {
display: block;
}
#tab4:checked~.panel_area #panel4 {
display: block;
}
.interview_container {
flex-flow: row-reverse;
column-gap: 30px;
}
.interview_content {
height: 400px;
overflow-y: scroll;
}
.interview_panel_header {
padding-bottom: 20px;
margin-bottom: 30px;
}
.interview_panel_img {
flex-basis: 44%;
}
.interview_panel_q:before,
.interview_panel_q:after {
left: 5%;
}
.interview_panel_q:after {
left: calc(5%);
}
}