@charset "UTF-8";
@font-face {
font-family: 'lg';
src: url(//careers.universal-knowledge.co.jp/wp-content/themes/onepress/assets/fonts/lg.eot?n1z373);
src: url(//careers.universal-knowledge.co.jp/wp-content/themes/onepress/assets/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(//careers.universal-knowledge.co.jp/wp-content/themes/onepress/assets/fonts/lg.woff?n1z373) format("woff"), url(//careers.universal-knowledge.co.jp/wp-content/themes/onepress/assets/fonts/lg.ttf?n1z373) format("truetype"), url(//careers.universal-knowledge.co.jp/wp-content/themes/onepress/assets/fonts/lg.svg?n1z373#lg) format("svg");
font-weight: normal;
font-style: normal;
}
.lg-icon {
font-family: 'lg';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
background-color: rgba(0, 0, 0, 0.45);
border-radius: 2px;
color: #999;
cursor: pointer;
display: block;
font-size: 22px;
margin-top: -10px;
padding: 8px 10px 9px;
position: absolute;
top: 50%;
z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
pointer-events: none;
opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
color: #FFF;
}
.lg-actions .lg-next {
right: 20px;
}
.lg-actions .lg-next:before {
content: "\e095";
}
.lg-actions .lg-prev {
left: 20px;
}
.lg-actions .lg-prev:after {
content: "\e094";
}
@-webkit-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
.lg-outer.lg-right-end .lg-object {
-webkit-animation: lg-right-end 0.3s;
animation: lg-right-end 0.3s;
position: relative;
}
.lg-outer.lg-left-end .lg-object {
-webkit-animation: lg-left-end 0.3s;
animation: lg-left-end 0.3s;
position: relative;
}
.lg-toolbar {
z-index: 1082;
left: 0;
position: absolute;
top: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
color: #999;
cursor: pointer;
float: right;
font-size: 24px;
height: 47px;
line-height: 27px;
padding: 10px 0;
text-align: center;
width: 50px;
text-decoration: none !important;
outline: medium none;
-webkit-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
color: #FFF;
}
.lg-toolbar .lg-close:after {
content: "\e070";
}
.lg-toolbar .lg-download:after {
content: "\e0f2";
}
.lg-sub-html {
background-color: rgba(0, 0, 0, 0.45);
bottom: 0;
color: #EEE;
font-size: 16px;
left: 0;
padding: 10px 40px;
position: fixed;
right: 0;
text-align: center;
z-index: 1080;
}
.lg-sub-html h4 {
margin: 0;
font-size: 13px;
font-weight: bold;
}
.lg-sub-html p {
font-size: 12px;
margin: 5px 0 0;
}
#lg-counter {
color: #999;
display: inline-block;
font-size: 16px;
padding-left: 20px;
padding-top: 12px;
vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
opacity: 1;
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
-webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
opacity: 0;
-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
.lg-outer .lg-thumb-outer {
background-color: #0D0A0A;
bottom: 0;
position: absolute;
width: 100%;
z-index: 1080;
max-height: 350px;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
cursor: move;
cursor: -webkit-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
padding: 10px 0;
height: 100%;
margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
border-radius: 5px;
cursor: pointer;
float: left;
overflow: hidden;
height: 100%;
border: 2px solid #FFF;
border-radius: 4px;
margin-bottom: 5px;
}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
-webkit-transition: border-color 0.25s ease;
transition: border-color 0.25s ease;
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
-webkit-transition: bottom 0.25s ease;
transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
background-color: #0D0A0A;
border-radius: 2px 2px 0 0;
color: #999;
cursor: pointer;
font-size: 24px;
height: 39px;
line-height: 27px;
padding: 5px 0;
position: absolute;
right: 20px;
text-align: center;
top: -39px;
width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
color: #FFF;
}
.lg-outer .lg-video-cont {
display: inline-block;
vertical-align: middle;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 0 5px;
}
.lg-outer .lg-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
.lg-outer .lg-video .lg-object {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
width: 84px;
height: 59px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -42px;
margin-top: -30px;
z-index: 1080;
cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
}
.lg-outer .lg-has-html5 .lg-video-play {
height: 64px;
margin-left: -32px;
margin-top: -32px;
width: 64px;
opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
}
.lg-outer .lg-video-object {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
visibility: visible;
}
.lg-progress-bar {
background-color: #333;
height: 5px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1083;
opacity: 0;
-webkit-transition: opacity 0.08s ease 0s;
transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
background-color: #a90707;
height: 5px;
width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
opacity: 1;
}
.lg-autoplay-button:after {
content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
#lg-zoom-in:after {
content: "\e311";
}
#lg-actual-size {
font-size: 20px;
}
#lg-actual-size:after {
content: "\e033";
}
#lg-zoom-out {
opacity: 0.5;
pointer-events: none;
}
#lg-zoom-out:after {
content: "\e312";
}
.lg-zoomed #lg-zoom-out {
opacity: 1;
pointer-events: auto;
}
.lg-outer .lg-pager-outer {
bottom: 60px;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 1080;
height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
overflow: visible;
}
.lg-outer .lg-pager-cont {
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
vertical-align: top;
margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
background-color: #fff;
color: #FFF;
bottom: 100%;
height: 83px;
left: 0;
margin-bottom: 20px;
margin-left: -60px;
opacity: 0;
padding: 5px;
position: absolute;
width: 120px;
border-radius: 3px;
-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
width: 100%;
height: 100%;
}
.lg-outer .lg-pager {
background-color: rgba(255, 255, 255, 0.5);
border-radius: 50%;
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
display: block;
height: 12px;
-webkit-transition: box-shadow 0.3s ease 0s;
transition: box-shadow 0.3s ease 0s;
width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px dashed;
bottom: -10px;
display: inline-block;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
vertical-align: middle;
width: 0;
}
.lg-fullscreen:after {
content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
background-color: rgba(0, 0, 0, 0.25);
bottom: 0;
cursor: default;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1081;
opacity: 0;
visibility: hidden;
-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-ms-transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
opacity: 1;
visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
color: #FFF;
}
.lg-outer .lg-dropdown {
background-color: #fff;
border-radius: 2px;
font-size: 14px;
list-style-type: none;
margin: 0;
padding: 10px 0;
position: absolute;
right: 0;
text-align: left;
top: 50px;
opacity: 0;
visibility: hidden;
-ms-transform: translate3d(0, 5px, 0);
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
-webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
content: "";
display: block;
height: 0;
width: 0;
position: absolute;
border: 8px solid transparent;
border-bottom-color: #FFF;
right: 16px;
top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
color: #333;
}
.lg-outer .lg-dropdown a {
color: #333;
display: block;
white-space: pre;
padding: 4px 12px;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
display: inline-block;
line-height: 1;
margin-top: -3px;
vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
color: #333;
display: inline-block;
float: none;
font-size: 20px;
height: auto;
line-height: 1;
margin-right: 8px;
padding: 0;
vertical-align: middle;
width: auto;
}
.lg-outer #lg-share {
position: relative;
}
.lg-outer #lg-share:after {
content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
content: "\e903";
}
.group {
*zoom: 1;
}
.group:before, .group:after {
display: table;
content: "";
line-height: 0;
}
.group:after {
clear: both;
}
.lg-outer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1050;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer * {
box-sizing: border-box;
}
.lg-outer.lg-visible {
opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg {
height: 100%;
width: 100%;
position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100%;
}
.lg-outer .lg-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
white-space: nowrap;
}
.lg-outer .lg-item {
background: url(//careers.universal-knowledge.co.jp/wp-content/themes/onepress/assets/images/loading.gif) no-repeat scroll center center transparent;
display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
display: inline-block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
.lg-outer .lg-img-wrap {
position: absolute;
padding: 0 5px;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.lg-outer .lg-item.lg-complete {
background-image: none;
}
.lg-outer .lg-item.lg-current {
z-index: 1060;
}
.lg-outer .lg-image {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: auto !important;
height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
opacity: 1;
}
.lg-outer .lg-empty-html {
display: none;
}
.lg-outer.lg-hide-download #lg-download {
display: none;
}
.lg-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1040;
background-color: #000;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
-webkit-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
-webkit-transition: opacity 0.1s ease 0s;
transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
opacity: 0;
position: absolute;
left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
left: 0;
opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
body.lg-on .lg-backdrop {
z-index: 99999;
}
body.lg-on .lg-outer {
z-index: 999999;
}
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
margin: 0;
padding: 0;
border: 0;
}
html {
font-size: 62.5%;
}
body {
font-size: 1.6rem;
line-height: 1.4;
}
* {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a,
a:visited {
color: inherit;
}
article,
aside,
footer,
header,
nav,
section,
main {
display: block;
}
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: inherit;
}
article,
aside,
footer,
header,
nav,
section,
main {
display: block;
}
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: inherit;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ol,
ul {
list-style: none;
}
img,
video {
max-width: 100%;
}
img {
border-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
content: "";
}
br {
line-height: 0;
} body {
width: 100%;
color: #48484a;
font-size: 1.3rem;
line-height: 1.7;
font-family: 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, sans-serif;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
letter-spacing: .1rem;
-ms-font-feature-settings: "normal";
font-feature-settings: normal;
min-width: 300px;
font-weight:400;
}
@media only screen and (min-width: 768px) {
body {
font-size: 1.5rem;
}
}
@media only screen and (min-width: 992px) {
body {
font-size: 1.6rem;
}
}
a {
color: #48484a;
transition: all .3s ease;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, sans-serif;
}
a:hover, a:focus {
text-decoration: none;
color: #48484a;
opacity: .8;
}
button {
cursor: pointer;
outline: none;
}
@media only screen and (min-width: 992px) {
.container {
max-width: 100%;
width: 960px;
}
} .header-logo {
padding: 0 1.5rem;
line-height: 60px;
position: relative;
z-index: 5;
}
.header-logo img {
max-width: 180px;
width: 100%;
}
@media only screen and (min-width: 768px) {
.header-logo {
padding: 0;
line-height: 70px;
}
.header-logo img {
max-width: 240px;
}
}
@media only screen and (min-width: 992px) {
.header-logo {
line-height: 95px;
}
}
.header-link a {
display: block;
}
.header-link a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 1rem;
transform: translate(0, -50%);
width: 14px;
height: 14px;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/icon-blank.png) no-repeat;
background-size: auto;
background-size: contain;
}
@media only screen and (min-width: 768px) {
.header-link {
position: absolute;
right: 0;
top: 15px;
display: flex;
}
.header-link a {
padding-right: 2.6rem;
padding-left: 1rem;
position: relative;
}
.header-link a:after {
width: 12px;
height: 12px;
}
}
@media only screen and (min-width: 992px) {
.header-link a {
padding-right: 3rem;
}
.header-link a:after {
width: 14px;
height: 14px;
}
}
.followWrap {
height: 60px !important;
}
.header-row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.site-branding {
width: 44%;
}
.site-header .header-right-wrapper {
width: 50%;
}
.site-branding .site-logo-div {
line-height: inherit;
}
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img {
line-height: inherit;
}
@media only screen and (min-width: 768px) {
.followWrap {
height: 70px !important;
}
.site-branding {
width: 20%;
}
.site-header .header-right-wrapper {
width: 75%;
}
}
@media only screen and (min-width: 992px) {
.followWrap {
height: 95px !important;
}
.site-branding {
width: 25%;
}
.site-header .header-right-wrapper {
width: 68%;
}
} .site-header {
line-height: 1.7;
box-shadow: none;
}
.site-header .header-right-wrapper {
position: relative;
height: inherit;
display: flex;
flex-wrap: nowrap;
justify-content: flex-end;
}
.site-header .onepress-menu li.current-menu-item a {
color: #ff8543;
}
@media only screen and (min-width: 768px) {
.site-header {
box-shadow: none;
height: 70px;
}
.site-header .container {
position: relative;
height: inherit;
width: 100%;
max-width: inherit;
}
.site-header .header-right-wrapper {
position: relative;
height: 70px;
}
.site-header .header-right-wrapper .main-navigation {
height: 70px;
}
.site-header .onepress-menu {
display: flex;
float: none;
}
.site-header .onepress-menu li {
margin: 0 8px;
float: none;
}
.site-header .onepress-menu li a {
padding-left: 3px;
padding-right: 3px;
margin-top: 0;
font-size: 1.4rem;
font-family: 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, sans-serif;
font-weight: normal;
position: relative;
line-height: 70px;
color: #48484a;
}
.site-header .onepress-menu li a:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 3px;
background-color: #ff8543;
opacity: 0;
}
.site-header .onepress-menu li a:hover {
border-bottom: none;
color: #ff8543;
}
.site-header .onepress-menu li a:hover:after {
opacity: 1;
}
.site-header .onepress-menu li.current-menu-item {
border-bottom: none;
}
.site-header .onepress-menu li.current-menu-item a:after {
opacity: 1;
}
.site-header .onepress-menu li.current-menu-item a:hover {
border-bottom: none;
}
.site-header .onepress-menu li .sub-menu {
min-width: 14em;
top: 100%;
left: -70%;
border: none;
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
}
.site-header .onepress-menu li > ul.sub-menu li {
margin: 0;
}
.site-header .onepress-menu li > ul.sub-menu li a {
padding-left: 38px;
padding-right: 10px;
padding-top: 0;
padding-bottom: 0;
line-height: 46px;
color: #555557;
position: relative;
border-top: 1px solid #f0f0f0;
margin-top: 0;
}
.site-header .onepress-menu li > ul.sub-menu li a:hover {
background-color: #efefef;
}
.site-header .onepress-menu li > ul.sub-menu li a:before {
content: "";
margin-right: 0.3rem;
position: absolute;
display: block;
top: 50%;
transform: translate(0, -50%);
left: 10%;
width: 4px;
height: 8px;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/sub-menu_icon.png) no-repeat;
background-size: contain;
}
.site-header .onepress-menu li > ul.sub-menu li a:after {
content: none;
}
}
@media only screen and (min-width: 992px) {
.site-header {
box-shadow: none;
height: 95px;
}
.site-header .header-right-wrapper {
position: relative;
height: 95px;
}
.site-header .header-right-wrapper .main-navigation {
height: 95px;
}
.site-header .onepress-menu li {
margin: 0 10px;
}
.site-header .onepress-menu li a {
font-size: 1.6rem;
line-height: 95px;
}
}
@media only screen and (max-width: 767.98px) {
.site-header .container {
width: 100%;
padding-right: 0;
padding-left: 0;
}
.site-header .site-branding .site-logo-div,
.site-header .site-branding .no-logo-img.has-desc,
.site-header .site-branding .has-logo-img {
line-height: inherit;
}
}
.parent-pageid-31 .site-header .menu-item-32 a:after,
.parent-pageid-40 .site-header .menu-item-32 a:after,
.parent-pageid-36 .site-header .menu-item-32 a:after,
.parent-pageid-42 .site-header .menu-item-32 a:after,
.parent-pageid-44 .site-header .menu-item-32 a:after,
.parent-pageid-46 .site-header .menu-item-32 a:after,
.parent-pageid-48 .site-header .menu-item-32 a:after {
opacity: 1;
}
@media only screen and (min-width: 768px) {
#nav-toggle {
display: none;
}
.main-navigation .onepress-menu {
width: 100% !important;
display: flex;
background: #fff;
height: inherit;
overflow: visible;
}
}
@media only screen and (max-width: 767.98px) {
#nav-toggle {
display: block;
position: absolute;
right: 1.5rem;
top: 50%;
transform: translate(0, -50%);
z-index: 10;
}
#nav-toggle span {
width: 27px;
height: 2px;
background: #ff8543;
}
#nav-toggle span:before, #nav-toggle span:after {
width: 27px;
height: 2px;
background: #ff8543;
}
#nav-toggle.nav-is-visible span:before {
background: #ff8543;
transform: translateX(4px) translateY(-2px) rotate(45deg);
}
#nav-toggle.nav-is-visible span:after {
transform: translateX(4px) translateY(1px) rotate(-45deg);
background: #ff8543;
}
.main-navigation {
width: 70px;
}
.main-navigation .onepress-menu {
width: 100% !important;
display: block;
height: 0px;
overflow: hidden;
background: #fff;
}
.main-navigation .onepress-menu.onepress-menu-mobile {
position: fixed;
top: 0 !important;
height: 100vh !important;
padding: 4rem 1.5rem 1.5rem;
z-index: 5;
}
.main-navigation .onepress-menu.onepress-menu-mobile li {
line-height: inherit;
float: none;
}
.main-navigation .onepress-menu.onepress-menu-mobile > li {
width: 80% !important;
margin: 0 auto !important;
}
.main-navigation .onepress-menu.onepress-menu-mobile > li:last-child {
border-bottom: 1px solid #e9e9e9;
}
.main-navigation .onepress-menu.onepress-menu-mobile > li > a {
padding: 1rem;
font-size: 1.5rem;
font-weight: normal;
color: #48484a;
}
.main-navigation .onepress-menu.onepress-menu-mobile > li .sub-menu {
padding-bottom: 0.5rem;
}
.main-navigation .onepress-menu.onepress-menu-mobile > li .sub-menu li {
border-top: none;
}
.main-navigation .onepress-menu.onepress-menu-mobile > li .sub-menu li a {
padding: 0.5rem 0 0.5rem 2.5rem;
font-size: 1.3rem;
font-weight: normal;
color: #48484a;
}
.main-navigation .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
display: none;
}
.main-navigation .nav-toggle-subarrow {
display: none;
}
.main-navigation .sub-menu {
display: block !important;
}
}
.site-header .onepress-menu .sub-menu li.menu-item-40 a:after,
.site-header .onepress-menu .sub-menu li.menu-item-41 a:after,
.site-header .onepress-menu .sub-menu li.menu-item-42 a:after {
display: block;
content: "";
position: absolute;
top: 50%;
transform: translate(0, -50%);
right: 1rem;
width: 12px;
height: 12px;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/icon-blank.png) no-repeat;
background-size: auto;
background-size: contain;
}
@media only screen and (min-width: 768px) {
.site-header .onepress-menu .sub-menu li.menu-item-40 a:after,
.site-header .onepress-menu .sub-menu li.menu-item-41 a:after,
.site-header .onepress-menu .sub-menu li.menu-item-42 a:after {
right: 2rem;
width: 14px;
height: 14px;
opacity: 1;
left: inherit;
}
}
@media only screen and (min-width: 768px) {
.page-id-16 .site-header .onepress-menu li.menu-item-17 a::after,
.page-id-136 .site-header .onepress-menu li.menu-item-17 a::after,
.page-id-138 .site-header .onepress-menu li.menu-item-17 a::after,
.page-id-140 .site-header .onepress-menu li.menu-item-17 a::after,
.page-id-142 .site-header .onepress-menu li.menu-item-17 a::after {
opacity: 1;
}
}
.header-entry {
line-height: 60px;
}
.header-entry a {
display: block;
padding-left: 1.5rem;
padding-right: 1.5rem;
background-color: #ff8543;
color: #fff;
}
@media only screen and (min-width: 768px) {
.header-entry {
line-height: 70px;
margin-right: -15px;
}
.header-entry a {
padding-left: 2rem;
padding-right: 2rem;
}
}
@media only screen and (min-width: 992px) {
.header-entry {
line-height: 95px;
}
.header-entry a {
padding-left: 3rem;
padding-right: 3rem;
}
}
.onepress-menu li a span.en {
display: none;
} .site-footer {
color: #fff;
background-color: none;
font-style: 1.4rem;
}
.site-footer a {
color: #fff;
}
.footer-nav_wrap {
background-color: #aaa;
}
.footer-nav {
padding-top: 2rem;
padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
.footer-nav {
padding-top: 3rem;
padding-bottom: 3rem;
}
}
@media only screen and (min-width: 992px) {
.footer-nav {
padding-top: 3.8rem;
padding-bottom: 3.8rem;
}
}
.footer-nav_list li {
padding-left: 15%;
margin: 0;
}
.footer-nav_list li a{
display: block;
padding-left: 2.5rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: #fff;
position: relative;
}
.footer-nav_list li a:after {
display: block;
content: "";
transform: translateY(-50%) rotate(45deg);
position: absolute;
left: 0;
top: 50%;
width: 8px;
height: 8px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
.footer-nav_list {
display: flex;
justify-content: center;
}
.footer-nav_list li {
padding-left: 0;
margin: 0;
}
.footer-nav_list li a {
display: block;
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-top: 0.3rem;
padding-bottom: 0.3rem;
color: #fff;
font-size: 1.3rem;
position: relative;
}
.footer-nav_list li a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 0;
transform: translate(0, -50%);
width: 1px;
height: 12px;
background: rgba(255, 255, 255, 0.8);
}
.footer-nav_list li:first-child a:after {
content: none;
}
}
@media only screen and (min-width: 768px) {
.footer-nav_list li a {
padding-left: 3.5rem;
padding-right: 3.5rem;
font-size: 1.4rem;
}
}
.footer-nav_info {
padding-top: 2rem;
padding-bottom: 2rem;
background: #818181;
}
@media only screen and (min-width: 768px) {
.footer-nav_info {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.footer-nav_info .container {
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 0;
padding-left: 0;
}
.footer-nav_info .container.center {
display: block;
}
}
.footer-link {
padding-top: 1rem;
padding-bottom: 1rem;
border-top: 1px solid #ccc;
}
.footer-link_list {
display: flex;
align-items: center;
justify-content: center;
}
.footer-link_list.vol2 {
display: block;
align-items: center;
justify-content: center;
padding-top: 1rem;
padding-bottom: 1rem;
}
.footer-link_list li a {
display: block;
margin: 0 2.5rem;
padding-right: 3rem;
position: relative;
font-size: 1.2rem;
}
.footer-link_list.vol2 li a {
margin: 0 2.5rem 0 0;
font-size: 1.4rem;
}
.footer-link_list li a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 1rem;
transform: translate(0, -50%);
width: 12px;
height: 12px;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/icon-blank_wh.png) no-repeat;
background-size: contain;
}
.footer-link_list.vol2 li {
padding-left: 15%;
margin: 0;
}
.footer-link_list.vol2 li a{
display: inline-block;
padding-left: 2.5rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: #fff;
position: relative;
}
.footer-link_list.vol2 li a:before {
display: block;
content: "";
transform: translateY(-50%) rotate(45deg);
position: absolute;
left: 0;
top: 50%;
width: 8px;
height: 8px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
.footer-link_list.vol2 li a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 1rem;
transform: translate(0, -50%);
width: 12px;
height: 12px;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/icon-blank_wh.png) no-repeat;
background-size: contain;
}
@media only screen and (min-width: 768px) {
.footer-link {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.footer-link_list.vol2 {
display: flex;
}
.footer-link_list.vol2 li {
padding-left: 0;
}
.footer-link_list.vol2 li a:before {
display: block;
content: "";
position: absolute;
top: 50%;
right: 0;
transform: translate(0, -50%);
width: 1px;
height: 12px;
background: rgba(255, 255, 255, 0.8);
}
.footer-link_list.vol2 li:first-child a:before {
content: none;
}
}
@media only screen and (min-width: 991px) {
.footer-link {
padding-top: 1.3rem;
padding-bottom: 1.3rem;
}
.footer-link_list li a {
font-size: 1.3rem;
}
}
.footer-subnav_list {
justify-content: center;
display: flex;
align-items: center;
}
.footer-subnav_list li a {
display: block;
padding: 0 3.4rem 0 1rem;
position: relative;
font-size: 1.2rem;
}
.footer-subnav_list li a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 16px;
transform: translate(0, -50%);
width: 12px;
height: 12px;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/icon-blank_wh.png) no-repeat;
background-size: contain;
}
@media only screen and (min-width: 991px) {
.footer-subnav_list li a {
font-size: 1.3rem;
}
}
.footer-subnav_list li:first-child a:before {
display: block;
content: "";
position: absolute;
top: 50%;
right: 0;
transform: translate(0, -50%);
width: 1px;
height: 12px;
background: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 768px) {
.footer-subnav_list li:first-child a:before {
content: none;
}
}
.footer-copy {
display: block;
text-align: center;
color: #fff;
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 1rem;
}
@media only screen and (min-width: 768px) {
.footer-copy {
padding-top: 0;
font-size: 1.1rem;
padding-bottom: 0;
}
}
@media only screen and (min-width: 992px) {
.footer-copy {
font-size: 1.2rem;
}
} .second-title {
padding: 3rem 1rem;
text-align: center;
background-color: #fcfcfc;
border-bottom: 1px solid #eee;
box-shadow: 0 4px 6px 0 rgba(50, 50, 50, 0.06);
text-transform: uppercase;
font-weight: normal;
font-size: 1.6rem;
font-weight: 500;
}
.second-title span {
display: block;
padding-top: 0.2rem;
font-size: 2.8rem;
font-weight: normal;
}
@media only screen and (min-width: 768px) {
.second-title {
padding: 4rem 1rem;
font-size: 1.6rem;
}
.second-title span {
padding-top: 0.3rem;
font-size: 3.5rem;
}
}
@media only screen and (min-width: 992px) {
.second-title {
padding: 5rem 1rem;
font-size: 1.8rem;
}
.second-title span {
padding-top: 0.3rem;
font-size: 4.5rem;
}
}
.second-subtitle {
padding-top: 5rem;
padding-bottom: 5rem;
margin-bottom: 2rem;
font-size: 1.7rem;
text-align: center;
font-weight: 400;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/second-subtitle_bg-sp.png) no-repeat center;
background-size: cover;
}
@media only screen and (min-width: 768px) {
.second-subtitle {
margin-bottom: 4rem;
font-size: 2rem;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/second-subtitle_bg.png) no-repeat center;
padding-top: 6rem;
padding-bottom: 6rem;
}
}
@media only screen and (min-width: 992px) {
.second-subtitle {
padding-top: 7rem;
padding-bottom: 7rem;
margin-bottom: 6rem;
font-size: 2rem;
}
}
@media only screen and (min-width: 768px) {
.second-subnav_list {
display: flex;
justify-content: center;
}
.second-subnav_list li {
position: relative;
margin: 0;
}
.second-subnav_list a {
display: block;
padding: 1.3rem 1.8rem;
font-size: 1.7rem;
font-weight: 500;
position: relative;
}
.second-subnav_list a:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 80%;
height: 1px;
background-color: #ff8543;
opacity: 0;
}
.second-subnav_list a:hover {
border-bottom: none;
}
.second-subnav_list a:hover:after {
opacity: 1;
}
.second-subnav_list a:before {
content: "";
display: block;
position: absolute;
right: 0;
top: 50%;
transform: translate(0, -50%);
width: 1px;
height: 12px;
background-color: #7b7b7b;
}
.second-subnav_list li:last-of-type a:before {
content: none;
}
.second-subnav_list .current-menu-item a:after {
opacity: 1;
}
}
.second-table {
max-width: 800px;
margin: auto;
}
.second-table_item {
display: flex;
flex-wrap: wrap;
padding: 1.5rem .5rem;
border-bottom: 1px solid #e5e5e5;
}
.second-table_ttl {
width: 25%;
font-size: 1.2rem;
font-weight: normal;
}
.second-table_txt {
width: 75%;
font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
.second-table_item {
padding: 1.5rem 2.5rem;
}
.second-table_ttl {
width: 18%;
font-size: 1.4rem;
}
.second-table_txt {
width: 82%;
font-size: 1.3rem;
}
}
@media only screen and (min-width: 992px) {
.second-table_ttl {
font-size: 1.6rem;
}
.second-table_txt {
font-size: 1.6rem;
}
}
.second-cont_item {
padding-bottom: 0rem;
margin-bottom: 1.5rem !important;
border-bottom: 1px solid #efefef;
}
.second-cont p {
margin-bottom: 3rem;
}
.second-cont ol li, .second-cont ul li {
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
}
.second-cont ol li h2, .second-cont ul li h2 {
font-size: 1.4rem;
font-weight: normal;
margin-bottom: 0.5rem;
}
.second-cont ol li p, .second-cont ul li p {
margin-bottom: 1.5rem;
}
.second-cont ol li ol, .second-cont ol li ul, .second-cont ul li ol, .second-cont ul li ul {
margin-bottom: 1.5rem;
}
.second-cont ol li ol h3, .second-cont ol li ul h3, .second-cont ul li ol h3, .second-cont ul li ul h3 {
font-size: 1.3rem;
font-weight: normal;
margin-bottom: 0.5rem;
}
.second-cont ol li ol p, .second-cont ol li ul p, .second-cont ul li ol p, .second-cont ul li ul p {
margin-bottom: .5rem;
}
.second-cont ol li ol h4, .second-cont ol li ul h4, .second-cont ul li ol h4, .second-cont ul li ul h4 {
font-size: 1.3rem;
font-weight: normal;
margin-bottom: 0.5rem;
}
.second-cont_box {
padding: 2rem 0;
margin-bottom: 1.5rem;
background: #fafafa;
}
.second-cont_box h3 {
font-size: 1.3rem;
font-weight: 600;
margin-bottom: 2rem;
}
.second-cont_box p {
margin-bottom: 0.5rem !important;
}
@media only screen and (min-width: 768px) {
.second-cont_item {
margin-bottom: 3rem !important;
}
.second-cont p {
margin-bottom: 5rem;
}
.second-cont ol li h2, .second-cont ul li h2 {
font-size: 1.6rem;
}
.second-cont ol li p, .second-cont ul li p {
margin-bottom: 3rem;
}
.second-cont ol li ol, .second-cont ol li ul, .second-cont ul li ol, .second-cont ul li ul {
margin-bottom: 3rem;
}
.second-cont ol li ol h3, .second-cont ol li ul h3, .second-cont ul li ol h3, .second-cont ul li ul h3 {
font-size: 1.4rem;
}
.second-cont ol li ol h4, .second-cont ol li ul h4, .second-cont ul li ol h4, .second-cont ul li ul h4 {
font-size: 1.4rem;
}
.second-cont_box {
padding: 4rem 0;
margin-bottom: 3rem;
}
.second-cont_box h3 {
font-size: 1.4rem;
}
}
@media only screen and (min-width: 992px) {
.second-cont .container {
width: 800px;
}
}
.breadcrumbs {
margin-bottom: 2rem;
border: none;
}
.breadcrumbs span {
margin-right: 2.5rem;
}
.breadcrumbs a {
font-weight: normal;
}
.breadcrumbs a:before {
content: none;
}
.breadcrumbs a:after {
content: "/";
border: none;
top: 50%;
right: -16px;
transform: translate(0, -50%);
}
@media only screen and (min-width: 992px) {
.breadcrumbs {
margin-bottom: 4rem;
}
.breadcrumbs span {
font-size: 1.4rem;
}
}
.breadcrumbs span.en {
display: none;
}
.site-content {
border-top: none;
margin-top: 0;
padding-bottom: 2.5rem !important;
}
.home .site-content {
padding-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
.site-content {
padding-bottom: 5rem !important;
}
.home .site-content {
padding-bottom: 0 !important;
}
}
.content-area {
padding-bottom: 2.5rem !important;
}
.home .content-area {
padding-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
.content-area {
padding-bottom: 5rem !important;
}
.home .content-area {
padding-bottom: 0 !important;
}
} .message-cont_kv {
width: 100%;
height: 150px;
margin-bottom: 6rem;
position: relative;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/company_message_03_sp.jpg) no-repeat 90% 0;
background-size: cover;
position: relative;
color: #fff;
}
.message-cont_lead {
position: absolute;
top: 50%;
left: 40%;
min-width: 260px;
transform: translate(-50%, -50%);
font-size: 1.8rem;
}
.message-cont_lead span {
display: block;
padding-left: 2%;
}
.message-cont_list {
max-width: 800px;
margin: auto;
}
.message-cont_item {
margin-bottom: 5rem !important;
margin-left: 0 !important;
position: relative;
}
.message-cont_item:nth-of-type(2n) .message-cont_num {
right: 0rem;
left: inherit;
}
.message-cont_item:nth-of-type(2) .message-cont_num {
max-width: 62px;
}
.message-cont_item:nth-of-type(3) .message-cont_num {
max-width: 63px;
}
.message-cont_item:nth-of-type(4) .message-cont_num {
max-width: 64px;
}
.message-cont_item:nth-of-type(5) .message-cont_num {
max-width: 63px;
}
.message-cont_item:nth-of-type(6) .message-cont_num {
max-width: 63px;
}
.message-cont_item:nth-of-type(7) .message-cont_num {
max-width: 62px;
}
.message-cont_item:nth-of-type(8) .message-cont_num {
max-width: 64px;
}
.message-cont_item:nth-of-type(9) .message-cont_num {
max-width: 63px;
}
.message-cont_item:nth-of-type(10) .message-cont_num {
max-width: 58px;
}
.message-cont_ttl {
margin-bottom: 2.5rem;
font-size: 1.6rem;
text-align: center;
position: relative;
font-weight: normal;
}
.message-cont_ttl:after {
content: "";
position: absolute;
width: 100%;
height: 1px;
left: 0;
right: 0;
margin: auto;
top: 50%;
transform: translate(0, -50%);
background-color: #ff8543;
z-index: 1;
}
.message-cont_ttl span {
display: inline-block;
padding-left: .7rem;
padding-right: 0;
background-color: #fff;
position: relative;
z-index: 2;
}
.message-cont_txt {
padding: 0 2rem;
font-size: 1.3rem;
line-height: 1.8;
position: relative;
z-index: 2;
}
.message-cont_num {
position: absolute;
top: 2.5rem;
left: 0;
max-width: 70px;
height: auto;
z-index: 1;
}
.message-cont_img {
width: 100%;
max-width: 700px;
margin: 7rem auto 0;
}
.message-cont_img img {
margin-bottom: .5rem;
}
.message-cont_img figcaption {
display: block;
text-align: right;
font-size: 1.2rem;
}
@media only screen and (min-width: 500px) {
.message-cont_kv {
background-color: #95a6b6;
background-size: contain;
}
}
@media only screen and (min-width: 768px) {
.message-cont_kv {
margin-bottom: 14rem;
height: 220px;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/message-img03.jpg) no-repeat top center;
background-size: cover;
}
.message-cont_lead {
left: 39%;
min-width: 320px;
font-size: 2.5rem;
}
.message-cont_item {
margin-bottom: 9rem !important;
}
.message-cont_item:nth-of-type(2n) .message-cont_num {
right: -4rem;
left: inherit;
}
.message-cont_item:nth-of-type(2) .message-cont_num {
max-width: 125px;
}
.message-cont_item:nth-of-type(3) .message-cont_num {
max-width: 127px;
}
.message-cont_item:nth-of-type(4) .message-cont_num {
max-width: 128px;
}
.message-cont_item:nth-of-type(5) .message-cont_num {
max-width: 126px;
}
.message-cont_item:nth-of-type(6) .message-cont_num {
max-width: 126px;
}
.message-cont_item:nth-of-type(7) .message-cont_num {
max-width: 125px;
}
.message-cont_item:nth-of-type(8) .message-cont_num {
max-width: 127px;
}
.message-cont_item:nth-of-type(9) .message-cont_num {
max-width: 126px;
}
.message-cont_item:nth-of-type(10) .message-cont_num {
max-width: 116px;
}
.message-cont_ttl {
margin-bottom: 3rem;
font-size: 1.8rem;
}
.message-cont_ttl:after {
width: 75%;
height: 1px;
top: 1.3rem;
}
.message-cont_ttl span {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.message-cont_txt {
padding: 0;
font-size: 1.4rem;
line-height: 1.8;
}
.message-cont_num {
top: -2rem;
left: -4rem;
max-width: 106px;
height: auto;
}
.message-cont_img {
margin: 14rem auto 0;
}
.message-cont_img img {
margin-bottom: 1.5rem;
}
.message-cont_img figcaption {
font-size: 1.4rem;
}
}
@media only screen and (min-width: 992px) {
.message-cont_kv {
background-size: contain;
}
.message-cont_lead {
min-width: 500px;
left: 40%;
font-size: 3.4rem;
}
.message-cont_item {
margin-bottom: 10rem !important;
}
.message-cont_ttl {
font-size: 2.1rem;
}
.message-cont_txt {
font-size: 1.6rem;
line-height: 1.9;
}
}
@media only screen and (min-width: 1000px) {
.message-cont_kv {
background: #95a6b6 url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/message-img03.jpg) no-repeat top center;
background-size: contain;
}
} .datapolicy-cont_list li {
position: relative;
margin-bottom: 1.5rem;
margin-left: 0;
padding-left: 2rem;
}
.datapolicy-cont_list li span {
position: absolute;
left: 0;
top: .2rem;
}
@media only screen and (min-width: 768px) {
.datapolicy-cont .container {
width: 800px;
}
.datapolicy-cont_list li {
font-size: 1.6rem;
margin-bottom: 3rem;
padding-left: 3.5rem;
}
}
@media only screen and (min-width: 992px) {
.datapolicy-cont_list li {
font-size: 1.7rem;
}
} .contact-cont .mw_wp_form .contact-cont_form {
background-color: #fafafa;
padding: 2.5rem;
}
.contact-cont_note {
margin-bottom: 1.5rem;
}
.mw_wp_form_complete .contact-cont_note {
display: none;
}
.contact-cont_note span {
color: #f49444;
}
.contact-cont_item {
margin-bottom: 1.5rem;
font-size: 1.3rem;
}
.contact-cont_q {
margin-bottom: 0.5rem;
font-size: 1.3rem;
font-weight: normal;
}
.contact-cont_q sup {
margin-left: 0.2rem;
color: #f49444;
}
.contact-cont_a {
font-size: 1.3rem;
}
.contact-cont_a p {
font-size: 1.2rem;
}
.contact-cont_a ul li {
margin-left: 0 !important;
margin-bottom: 1rem !important;
margin-top: 0 !important;
}
.contact-cont_a ul li span {
font-weight: 500;
}
.contact-cont_a.flex {
display: flex;
flex-wrap: wrap;
}
.contact-cont_a.flex span { display: flex;
align-items: center;
width: 32%; margin-right: .5%;
max-width: 120px;
}
.contact-cont_txt {
margin-bottom: 1.5rem;
text-align: center;
font-size: 1.3rem;
font-weight: 500 !important;
}
.contact-cont_txt label {
font-weight: 500 !important;
}
.contact-cont_txt.mt5-3 {
margin-top: 3rem;
}
.contact-cont_txt a {
color: #ff8543;
}
.contact-cont textarea:not(.editor-post-title__input), .contact-cont input[type="date"], .contact-cont input[type="datetime"], .contact-cont input[type="datetime-local"], .contact-cont input[type="email"], .contact-cont input[type="month"], .contact-cont input[type="number"], .contact-cont input[type="password"], .contact-cont input[type="search"], .contact-cont input[type="tel"], .contact-cont input[type="text"], .contact-cont input[type="time"], .contact-cont input[type="url"], .contact-cont input[type="week"] {
font-size: 1.3rem;
padding: 0.8rem 0.3rem;
background-color: #fff;
border: 1px solid #efefef;
box-shadow: none;
border-radius: 0.3rem;
}
.contact-cont select {
font-size: 1.3rem;
padding: 0.8rem 0.3rem;
border-radius: 0.3rem;
min-width:50px;
width: 72%;
margin-right: 4px;
}
.contact-cont_btn {
width: 100%;
margin-top: 4rem;
}
.contact-cont_btn .contact-cont_submit {
display: block;
width: 100%;
padding: 2rem 1rem;
margin: 0 auto 2rem;
background-color: #ff8543;
text-align: center;
color: #fff;
font-size: 1.4rem;
border: none;
font-weight: 600;
}
.contact-cont_btn .contact-cont_back {
display: block;
margin: auto;
text-align: center;
background: none;
color: #ff8543;
border: none;
font-size: 1.4rem;
font-weight: 600;
box-shadow: none;
}
.contact-cont_btn .contact-cont_back:hover, .contact-cont_btn .contact-cont_back:focus {
background: none;
}
@media only screen and (min-width: 768px) {
.contact-cont .mw_wp_form .contact-cont_form {
padding: 5.5rem;
}
.contact-cont_item {
margin-bottom: 2rem;
}
.contact-cont select {
min-width:90px;
}
}
@media only screen and (min-width: 992px) {
.contact-cont_note {
margin-bottom: 2rem;
}
.contact-cont_item {
display: flex;
flex-wrap: wrap;
margin-bottom: 3rem;
font-size: 1.4rem;
}
.contact-cont_q {
width: 25%;
margin-bottom: 0;
font-size: 1.5rem;
}
.contact-cont_a {
width: 75%;
font-size: 1.6rem;
}
.contact-cont_a p {
margin-bottom: 2rem;
font-size: 1.5rem;
}
.contact-cont_txt {
margin-bottom: 2rem;
font-size: 1.6rem;
}
.contact-cont_txt.mt5-3 {
margin-top: 5rem;
}
.contact-cont textarea:not(.editor-post-title__input), .contact-cont input[type="date"], .contact-cont input[type="datetime"], .contact-cont input[type="datetime-local"], .contact-cont input[type="email"], .contact-cont input[type="month"], .contact-cont input[type="number"], .contact-cont input[type="password"], .contact-cont input[type="search"], .contact-cont input[type="tel"], .contact-cont input[type="text"], .contact-cont input[type="time"], .contact-cont input[type="url"], .contact-cont input[type="week"] {
font-size: 1.6rem;
padding: 1.2rem 0.5rem;
border-radius: 0.4rem;
}
.contact-cont select {
font-size: 1.6rem;
padding: 1.2rem 0.5rem;
border-radius: 0.4rem;
}
.contact-cont_btn {
margin: 6rem auto 0;
}
.contact-cont_btn .contact-cont_submit {
max-width: 300px;
padding: 2rem 1rem;
margin-bottom: 3rem;
font-size: 1.8rem;
}
.contact-cont_btn .contact-cont_back {
font-size: 1.6rem;
}
}
.contact-add_ttl {
margin-bottom: 2rem;
font-size: 1.3rem;
font-weight: normal;
}
@media only screen and (min-width: 992px) {
.contact-add_ttl {
margin-bottom: 4rem;
font-size: 1.5rem;
}
}
@media only screen and (min-width: 992px) {
.contact-add_txt .contact-cont_q {
padding-left: 3%;
}
} .font-w100 {
font-weight: 300;
} .top-title {
padding-bottom: 2.3rem;
margin-bottom: 4rem;
text-align: center;
font-size: 3.8rem;
position: relative;
font-weight: normal;
}
.top-title::after {
display: block;
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 21%;
height: .2rem;
background-color: #ff8543;
}
.top-title span {
display: block;
padding-top: 1.4rem;
font-size: 1.5rem;
font-weight: normal;
}
@media only screen and (min-width: 768px) {
.top-title {
padding-bottom: 2rem;
margin-bottom: 3rem;
font-size: 4rem;
}
.top-title::after {
width: 7%;
height: .2rem;
}
.top-title span {
padding-top: 1rem;
}
}
@media only screen and (min-width: 992px) {
.top-title {
padding-bottom: 2.2rem;
margin-bottom: 5rem;
font-size: 5rem;
}
.top-title span {
padding-top: 1.1rem;
font-size: 1.5rem;
}
}
.top-kv {
position: relative;
}
.top-kv_box {
width: 80%;
max-width: 300px;
padding-top: 3rem;
padding-bottom: 3rem;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 50%;
transform: translate(0, -50%);
z-index: 2;
text-align: center;
}
.top-kv_ttl {
display: inline-block;
padding-bottom: 0;
margin-bottom: 0;
font-size: 2.5rem;
line-height: 1.6;
position: relative;
}
.top-kv_ttl span {
color: #ff8543;
}
.top-kv_ttl :after {
display: block;
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 99%;
height: .3rem;
background-color: #ff8543;
}
.top-kv_ttl img {
width: 100%;
height: auto;
}
.top-kv_txt {
text-align: center;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.7;
}
@media only screen and (min-width: 768px) {
.top-kv_box {
max-width: 585px;
padding-top: 3rem;
padding-bottom: 2rem;
letter-spacing: 0.05rem;
}
.top-kv_ttl {
font-size: 2.9rem;
}
.top-kv_txt {
line-height: 1.7;
font-size: 2.1rem;
font-weight: normal;
}
}
.top-message_title {
padding-top: 5rem;
padding-bottom: 1rem;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/top-message_bg01-sp.jpg) no-repeat;
background-size: cover;
}
.top-message_bg {
padding-top: 4rem;
padding-bottom: 1rem;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/top-message_bg02-sp.jpg) no-repeat;
background-size: cover;
}
.top-message_list {
max-width: 320px;
margin: auto;
}
.top-message_item {
margin: 0 0 3rem 0 !important;
}
.top-message_inner {
padding-top: 3rem;
padding-bottom: 3rem;
text-align: center;
background-color: rgba(255, 255, 255, 0.86);
}
.top-message_ttl {
margin-bottom: 2rem;
padding-bottom: 1.5rem;
font-size: 3.8rem;
font-weight: normal;
text-align: center;
position: relative;
}
.top-message_ttl .mission {
max-width: 137px;
}
.top-message_ttl .vision {
max-width: 110px;
}
.top-message_ttl .message {
max-width: 225px;
}
.top-message_ttl:after {
display: block;
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 26%;
height: .15rem;
background-color: #000;
}
.top-message_ttl span {
display: block;
padding-top: 1rem;
font-size: 2rem;
}
.top-message_txt {
margin-bottom: 2rem;
font-size: 1.8rem;
}
.top-message_link {
font-size: 1.4rem;
}
.top-message_link a {
display: block;
margin: auto;
padding: 0.9rem 1rem;
width: 90%;
max-width: 200px;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
font-size: 1.5rem;
border: 1px solid #9f9f9f;
position: relative;
}
.top-message_link a:after {
display: block;
content: "";
position: absolute;
top: 50%; transform: translateY(-50%) rotate(45deg);
right: 1.5rem;
width: 10px;
height: 10px;
border-top: 1px solid #ff8543;
border-right: 1px solid #ff8543;
}
.top-message_kv {
padding: 0;
background: linear-gradient(to right, #d9dbdf 39%, #f7f7f7 62%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dbdf', endColorstr='#f7f7f7',GradientType=1 );
}
.top-message_kv .top-message_link a {
width: 100%;
max-width: inherit;
color: #fff;
background-color: #ff8543;
border: none;
}
.top-message_kv .top-message_link a:after { border-top: 1px solid #fff;
border-right: 1px solid #fff;
right: 3rem;
width: 11px;
height: 11px;
}
.top-message_company {
font-size: 1.2rem;
}
.top-message_name {
margin-bottom: 14rem;
font-size: 1.6rem;
}
.top-message_name span {
display: block;
font-size: 3.4rem;
}
@media only screen and (max-width: 767.98px) {
.top-message_kv {
position: relative;
}
.top-message_kv .container {
padding: 0;
}
.top-message_kv .top-message_ttl {
position: absolute;
left: 0;
right: 0;
top: 18%;
padding-bottom: 1.9rem;
transform: translate(0, -50%);
}
.top-message_kv .top-message_ttl:after {
width: 60%;
}
.top-message_kv .top-message_box {
position: absolute;
top: 58%;
left: 47%;
transform: translate(0, -50%);
}
.top-message_kv .top-message_link {
position: absolute;
top: 80%;
left: 0;
right: 0;
width: 80%;
margin: auto;
transform: translate(0, -50%);
}
.top-message_kv .top-message_link a {
padding: 1.7rem 1rem;
}
}
@media only screen and (min-width: 768px) {
.top-message_title {
padding-top: 9rem;
padding-bottom: 2.5rem;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/top-message_bg01.jpg) no-repeat;
background-size: cover;
}
.top-message_bg {
padding-top: 6rem;
padding-bottom: 7rem;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/top-message_bg02.jpg) no-repeat;
background-size: cover;
}
.top-message_list {
max-width: inherit;
}
.top-message_item {
margin: 0 !important;
}
.top-message_inner {
padding-top: 4rem;
padding-bottom: 4rem;
}
.top-message_ttl {
font-size: 4rem;
}
.top-message_ttl span {
font-size: 2.3rem;
}
.top-message_txt {
margin-bottom: 2rem;
min-height: 56px;
font-size: 2rem;
line-height: 1.4;
}
.top-message_kv .container {
width: 1080px;
}
.top-message_kv .top-message_ttl {
margin-bottom: 2rem;
text-align: left;
}
.top-message_kv .top-message_ttl:after {
left: 4px;
width: 26%;
height: .2rem;
right: inherit;
width: 61%;
}
.top-message_kv .top-message_link a {
padding: 1.6rem 1rem;
}
.top-message_box {
width: 60%;
max-width: 350px;
position: absolute;
top: 49%;
right: 5%;
transform: translate(0, -50%);
}
.top-message_company {
font-size: 1.3rem;
}
.top-message_name {
margin-bottom: 2rem;
margin-top: -0.8rem;
font-size: 1.7rem;
}
.top-message_name span {
font-size: 3.5rem;
margin-left: 2rem;
display: inline;
}
}
@media only screen and (min-width: 992px) {
.top-message_bg {
padding-top: 4.2rem;
padding-bottom: 7.5rem;
}
.top-message_inner {
padding-top: 4.8rem;
padding-bottom: 5.3rem;
}
.top-message_ttl {
padding-bottom: 1.8rem;
margin-bottom: 2.3rem;
}
.top-message_ttl span {
padding-top: 2rem;
}
.top-message_txt {
min-height: 72px;
margin-bottom: 1.8rem;
font-size: 2.5rem;
}
.top-message_box {
top: 50%;
right: 15%;
}
.top-message_box .top-message_ttl {
margin-bottom: 3rem;
}
.top-message_box .top-message_ttl span {
padding-top: 1rem;
}
.top-message_box .top-message_link a {
padding: 2.1rem 1rem;
font-size: 1.6rem;
}
.top-message_name {
margin-bottom: 2.7rem;
}
}
.top-interview {
padding-top: 6rem;
padding-bottom: 6rem;
background-color: #f1f1f1;
}
.top-interview_list {
max-width: 715px;
margin: auto !important;
margin-bottom: 5rem !important;
}
.top-interview_item {
margin-bottom: 2rem !important;
margin-left: 0 !important;
}
.top-interview_img {
margin-bottom: 0.5rem;
}
.top-interview_ttl {
font-size: 1.7rem;
text-align: center;
}
.top-interview_btn {
display: block;
margin: auto;
padding: 1.7rem 1rem;
width: 90%;
max-width: 400px;
background: #ff8543;
color: #fff !important;
text-align: center;
font-size: 1.7rem;
position: relative;
}
.top-interview_btn:after {
display: block;
content: "";
transform: translateY(-50%) rotate(45deg);
position: absolute;
right: 3rem;
top: 50%;
width: 12px;
height: 12px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
.top-interview_item {
padding-left: 20px;
padding-right: 20px;
}
.top-interview_btn {
padding: 2.2rem 1rem;
}
}
@media only screen and (min-width: 992px) {
.top-interview {
padding-top: 11.5rem;
padding-bottom: 18rem;
}
.top-interview .top-title {
margin-bottom: 7rem;
}
.top-interview_list {
margin-bottom: 9rem !important;
}
.top-interview_item {
margin-bottom: 1.5rem !important;
}
}
.top-jobs, .top-workstyle {
padding-top: 15rem;
padding-bottom: 15rem;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/top-job_bg-sp.jpg) no-repeat center;
background-size: cover;
}
.top-jobs .top-title, .top-workstyle .top-title {
color: #fff;
}
.top-jobs_txt, .top-workstyle_txt {
margin-bottom: 4.5rem;
font-size: 2rem;
text-align: center;
}
.top-jobs_txt img, .top-workstyle_txt img {
max-width: 20px;
display: block;
margin: 0 auto 1rem;
}
.top-jobs_btn, .top-workstyle_btn {
display: block;
margin: auto;
padding: 1.7rem 1rem;
width: 90%;
max-width: 400px;
background: #fff;
text-align: center;
font-size: 1.7rem;
border: 1px solid #dfdcdc;
position: relative;
}
.top-jobs_btn:after, .top-workstyle_btn:after {
display: block;
content: "";
transform: translateY(-50%) rotate(45deg);
position: absolute;
right: 3rem;
top: 50%;
width: 12px;
height: 12px;
border-top: 1px solid #ff8543;
border-right: 1px solid #ff8543;
}
@media only screen and (min-width: 768px) {
.top-jobs, .top-workstyle {
padding-top: 9rem;
padding-bottom: 9rem;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/top-job_bg.jpg) no-repeat center;
background-size: cover;
}
.top-jobs .top-title, .top-workstyle .top-title {
margin-bottom: 4rem;
}
.top-jobs_txt, .top-workstyle_txt {
margin-bottom: 6rem;
font-size: 2rem;
}
.top-jobs_txt img, .top-workstyle_txt img {
max-width: 20px;
margin-right: 2rem;
display: inline-block;
}
.top-jobs_btn, .top-workstyle_btn {
padding: 2rem 1rem;
font-size: 1.7rem;
}
}
@media only screen and (min-width: 992px) {
.top-jobs, .top-workstyle {
padding-top: 12.5rem;
padding-bottom: 15rem;
}
.top-jobs .top-title, .top-workstyle .top-title {
margin-bottom: 8.6rem;
}
}
.top-workstyle {
padding-top: 15rem;
padding-bottom: 15rem;
margin-bottom: 3rem;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/top-workstyle_bg-sp.jpg) no-repeat center;
background-size: cover;
}
@media only screen and (min-width: 768px) {
.top-workstyle {
padding-top: 9rem;
padding-bottom: 9rem;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/top-workstyle_bg.jpg) no-repeat center;
background-size: cover;
}
}
@media only screen and (min-width: 992px) {
.top-workstyle {
padding-top: 12rem;
padding-bottom: 16rem;
margin-bottom: 7rem;
}
}
.home .page-header {
display: none;
} .message-kv {
margin-bottom: 4rem;
background: #c8cacf;   background: linear-gradient(to right, #c8cacf 46%, #f7f7f7 55%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8cacf', endColorstr='#f7f7f7',GradientType=1 ); position: relative;
}
.message-kv_box {
position: absolute;
top: 26%;
left: 41%;
transform: translate(0, -50%);
}
.message-kv_img {
max-width: 500px;
margin: auto;
}
.message-kv_txt {
font-size: 1.3rem;
background-color: #fff;
}
.message-kv_txt span {
display: block;
max-width: 500px;
padding-left: 15px;
padding-right: 15px;
padding-top: 2.5rem;
margin: auto;
}
.message-kv_company {
font-size: 1.3rem;
}
.message-kv_name {
margin-bottom: 0;
font-size: 1.5rem;
}
.message-kv_name span {
font-size: 2.4rem;
margin-left: 1.5rem;
display: inline;
}
@media only screen and (min-width: 768px) {
.message-kv {
margin-bottom: 6rem;
}
.message-kv_box {
width: 60%;
position: absolute;
top: 50%;
left: 49%;
max-width: 340px;
transform: translate(0, -50%);
}
.message-kv_img {
max-width: 1080px;
}
.message-kv_inner {
display: inline-block;
padding-top: 1.2rem;
border-top: 2px solid #000;
margin-top: 2rem;
}
.message-kv_txt {
background: none;
}
.message-kv_name {
margin-top: -0.8rem;
font-size: 1.7rem;
}
.message-kv_name span {
font-size: 2.8rem;
margin-left: 2rem;
}
}
@media only screen and (min-width: 992px) {
.message-kv {
margin-bottom: 10rem;
}
.message-kv_box {
left: 53%;
top: 51.5%;
}
.message-kv_txt {
font-size: 1.5rem;
line-height: 1.65;
}
.message-kv_inner {
padding-top: 1.5rem;
margin-top: 3.8rem;
}
.message-kv_name span {
font-size: 3.5rem;
}
}
.message-header {
max-width: 500px;
padding-left: 15px;
padding-right: 15px;
margin: 0 auto 7rem;
}
.message-header_item {
margin-bottom: 4rem;
}
.message-header_ttl {
margin-bottom: 1.5rem;
padding-bottom: 1.2rem;
font-size: 3.8rem;
font-weight: normal;
text-align: center;
position: relative;
}
.message-header_ttl .mission {
max-width: 106px;
}
.message-header_ttl .vision {
max-width: 85px;
}
.message-header_ttl:after {
display: block;
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 10%;
height: .2rem;
background-color: #ff8543;
}
.message-header_ttl span {
display: block;
padding-top: 0.3rem;
font-size: 1.7rem;
font-weight: 500;
}
.message-header_lead {
margin-bottom: 0.7rem;
font-size: 1.7rem;
text-align: center;
}
.message-header_txt {
font-size: 1.3rem;
text-align: center;
}
@media only screen and (min-width: 768px) {
.message-header {
max-width: inherit;
padding-left: 0;
padding-right: 0;
margin-bottom: 8rem;
}
.message-header_item {
margin-bottom: 6rem;
}
.message-header_ttl span {
padding-top: 1.2rem;
}
.message-header_ttl .mission {
max-width: 137px;
}
.message-header_ttl .vision {
max-width: 110px;
}
.message-header_lead {
margin-bottom: 2rem;
font-size: 2.5rem;
}
.message-header_txt {
font-size: 1.6rem;
line-height: 1.65;
}
}
@media only screen and (min-width: 992px) {
.message-header {
margin-bottom: 13rem;
}
.message-header_item {
margin-bottom: 7rem;
}
}
.message-cont_lead {
position: absolute;
top: 50%;
left: 40%;
min-width: 260px;
transform: translate(-50%, -50%);
font-size: 1.8rem;
}
.message-cont_lead span {
display: block;
padding-left: 2%;
}
.message-cont_list {
max-width: 800px;
margin: auto;
}
.message-cont_item {
margin-bottom: 4rem !important;
margin-left: 0 !important;
position: relative;
}
.message-cont_item:nth-of-type(2n) .message-cont_num {
right: 0rem;
left: inherit;
}
.message-cont_item:nth-of-type(2) .message-cont_num {
max-width: 62px;
}
.message-cont_item:nth-of-type(3) .message-cont_num {
max-width: 63px;
}
.message-cont_item:nth-of-type(4) .message-cont_num {
max-width: 64px;
}
.message-cont_item:nth-of-type(5) .message-cont_num {
max-width: 63px;
}
.message-cont_item:nth-of-type(6) .message-cont_num {
max-width: 63px;
}
.message-cont_item:nth-of-type(7) .message-cont_num {
max-width: 62px;
}
.message-cont_item:nth-of-type(8) .message-cont_num {
max-width: 64px;
}
.message-cont_item:nth-of-type(9) .message-cont_num {
max-width: 63px;
}
.message-cont_item:nth-of-type(10) .message-cont_num {
max-width: 58px;
}
.message-cont_ttl {
margin-bottom: 2.5rem;
font-size: 1.6rem;
text-align: center;
position: relative;
font-weight: 500;
}
.message-cont_ttl:after {
content: "";
position: absolute;
width: 100%;
height: 1px;
left: 0;
right: 0;
margin: auto;
top: 50%;
transform: translate(0, -50%);
background-color: #ff8543;
z-index: 1;
}
.message-cont_ttl span {
display: inline-block;
padding-left: 1rem;
padding-right: 1rem;
background-color: #fff;
position: relative;
line-height: 1.4;
z-index: 2;
}
.message-cont_txt {
padding: 0;
font-size: 1.3rem;
line-height: 1.8; position: relative;
z-index: 2;
}
.message-cont_num {
position: absolute;
top: 2.5rem;
left: 0;
max-width: 70px;
height: auto;
z-index: 1;
}
.message-cont_img {
width: 100%;
max-width: 700px;
margin: 7rem auto 0;
}
.message-cont_img img {
margin-bottom: .5rem;
}
.message-cont_img figcaption {
display: block;
text-align: right;
font-size: 1.2rem;
}
@media only screen and (min-width: 500px) {
.message-cont_kv {
background-color: #95a6b6;
background-size: contain;
}
}
@media only screen and (min-width: 768px) {
.message-cont_lead {
left: 39%;
min-width: 320px;
font-size: 2.5rem;
}
.message-cont_item {
margin-bottom: 6rem !important;
}
.message-cont_item:nth-of-type(2n) .message-cont_num {
right: -4rem;
left: inherit;
}
.message-cont_item:nth-of-type(2) .message-cont_num {
max-width: 125px;
}
.message-cont_item:nth-of-type(3) .message-cont_num {
max-width: 127px;
}
.message-cont_item:nth-of-type(4) .message-cont_num {
max-width: 128px;
}
.message-cont_item:nth-of-type(5) .message-cont_num {
max-width: 126px;
}
.message-cont_item:nth-of-type(6) .message-cont_num {
max-width: 126px;
}
.message-cont_item:nth-of-type(7) .message-cont_num {
max-width: 125px;
}
.message-cont_item:nth-of-type(8) .message-cont_num {
max-width: 127px;
}
.message-cont_item:nth-of-type(9) .message-cont_num {
max-width: 126px;
}
.message-cont_item:nth-of-type(10) .message-cont_num {
max-width: 116px;
}
.message-cont_ttl {
margin-bottom: 3rem;
font-size: 1.8rem;
}
.message-cont_ttl:after {
width: 73%;
top: 1.3rem;
height: 2px;
}
.message-cont_ttl span {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.message-cont_txt {
font-size: 1.4rem;
line-height: 1.8;
}
.message-cont_num {
top: -2rem;
left: -4rem;
max-width: 106px;
height: auto;
}
.message-cont_img {
margin: 14rem auto 0;
}
.message-cont_img img {
margin-bottom: 1.5rem;
}
.message-cont_img figcaption {
font-size: 1.4rem;
}
}
@media only screen and (min-width: 992px) {
.message-cont_kv {
background-size: contain;
}
.message-cont_lead {
min-width: 500px;
left: 40%;
font-size: 3.4rem;
}
.message-cont_item {
margin-bottom: 6.5rem !important;
}
.message-cont_ttl {
font-size: 2.1rem;
}
.message-cont_txt {
font-size: 1.6rem;
line-height: 1.9;
}
}
@media only screen and (max-width: 767.98px) {
.message-cont_item:nth-of-type(3) .message-cont_num {
z-index: 2;
top: 3.5rem;
}
}
.message-cont_item ul {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.message-cont_item ul li {
margin: 0 !important; }
.message-cont_item ul li span {
margin-right: 1rem;
color: #ff8543;
}
.message-footer_ttl {
font-size: 1.7rem;
margin-bottom: 2rem;
text-align: center;
font-weight: 400;
}
.message-footer_txt {
max-width: 800px;
margin: auto; }
.message-footer_link {
margin-top: 3rem;
}
.message-footer_link > div {
width: 86%;
max-width: 340px;
margin: auto;
}
.message-footer_btn {
display: block;
margin: 0 auto 1.5rem;
padding: 1.7rem 1rem;
width: 100%;
background: #ff8543;
color: #fff !important;
text-align: center;
font-size: 1.6rem;
position: relative;
}
.message-footer_btn:after {
display: block;
content: "";
transform: translateY(-50%) rotate(45deg);
position: absolute;
right: 3rem;
top: 50%;
width: 12px;
height: 12px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
.message-footer_ttl {
margin-bottom: 4rem;
font-size: 2.5rem;
}
.message-footer_link {
margin-top: 8rem;
display: flex;
justify-content: center;
}
.message-footer_link > div {
width: 50%;
margin: 0 2rem;
}
.message-footer_btn {
padding: 2.2rem 1rem;
font-size: 1.7rem;
}
}
@media only screen and (min-width: 992px) {
.message-footer_link {
margin-top: 8.5rem;
}
.message-footer_txt {
line-height: 1.9;
}
} .interview-cont {
padding-top: 1rem;
padding-bottom: 1rem;
}
.interview-cont_list {
max-width: 780px;
margin: auto !important;
margin-bottom: 5rem !important;
}
.interview-cont_item {
margin-bottom: 3rem !important;
margin-left: 0 !important;
}
.interview-cont_img {
margin-bottom: 0.5rem;
}
.interview-cont_position {
padding-bottom: 0.3rem;
text-align: center;
font-weight: 300;
font-size: 1.7rem;
position: relative;
}
.interview-cont_position:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
right: 0;
width: 50px;
height: 2px;
background-color: #ff8543;
margin: auto;
}
.interview-cont_ttl {
font-size: 1.5rem;
text-align: center;
}
@media only screen and (min-width: 768px) {
.interview-cont {
padding-top: 2rem;
padding-bottom: 2rem;
}
.interview-cont_item {
padding-left: 20px;
padding-right: 20px;
}
}
@media only screen and (min-width: 992px) {
.interview-cont_item {
padding-left: 34px;
padding-right: 34px;
}
}
.interview-kv {
margin-bottom: 3rem;
background: #c8cacf;   background: linear-gradient(to left, #c8cacf 46%, #f7f7f7 55%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8cacf', endColorstr='#f7f7f7',GradientType=1 ); position: relative;
}
.interview-kv_box {
position: absolute;
top: 50%;
left: 33%;
transform: translate(-50%, -50%);
}
.interview-kv.pattern02 {
background: #c8cacf;   background: linear-gradient(to right, #c8cacf 46%, #f7f7f7 55%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8cacf', endColorstr='#f7f7f7',GradientType=1 ); }
.interview-kv.pattern02 .interview-kv_box {
left: 48%;
transform: translate(0, -50%);
}
.interview-kv_img {
max-width: 500px;
margin: auto;
}
.interview-kv_inner {
display: block;
padding-top: 0.3rem;
margin-top: 1.2rem;
position: relative;
}
.interview-kv_inner:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 80%;
height: 2px;
background-color: #000;
}
.interview-kv_txt {
font-size: 1.6rem;
font-weight: 300;
}
.interview-kv_txt span {
display: block;
max-width: 500px;
padding-left: 15px;
padding-right: 15px;
padding-top: 2.5rem;
margin: auto;
}
.interview-kv_name {
font-size: 1.3rem;
}
.interview-kv_name span {
font-size: 1.7rem;
margin-left: 2rem;
display: inline;
}
@media only screen and (min-width: 768px) {
.interview-kv {
margin-bottom: 5rem;
}
.interview-kv_box {
width: 60%;
position: absolute;
top: 50%;
left: 33%;
max-width: 330px;
}
.interview-kv.pattern02 .interview-kv_box {
left: 51%;
}
.interview-kv_img {
max-width: 1080px;
}
.interview-kv_inner {
padding-top: 1rem;
margin-top: 2rem;
}
.interview-kv_txt {
font-size: 1.9rem;
line-height: 1.6;
background: none;
}
.interview-kv_name {
margin-bottom: 1rem;
font-size: 1.7rem;
}
.interview-kv_name span {
display: block;
margin-left: 0;
font-size: 2.6rem;
margin-top: -0.5rem;
}
}
.interview-kv_subtxt {
font-size: 1.3rem;
line-height: 1.5;
}
@media only screen and (min-width: 992px) {
.interview-kv {
margin-bottom: 7rem;
}
.interview-kv_box {
max-width: 420px;
top: 51%;
}
.interview-kv_inner {
padding-top: 1.2rem;
margin-top: 2.5rem;
}
.interview-kv_txt {
font-size: 2.1rem;
}
.interview-kv_name {
font-size: 1.8rem;
}
.interview-kv_name span {
font-size: 3.5rem;
}
.interview-kv_subtxt {
font-size: 1.5rem;
}
}
.interview-inner_ttl {
margin-bottom: 1.5rem;
font-size: 1.7rem;
font-weight: 300;
line-height: 1.34;
text-align: center;
}
.interview-inner_ttl span {
display: inline-block;
margin-bottom: 0.5rem;
padding-bottom: 1.5rem;
position: relative;
}
.interview-inner_ttl span:after {
display: block;
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 80%;
max-width: 200px;
height: .2rem;
background-color: #ff8543;
}
.interview-inner_txt {
margin-bottom: 4rem; }
.interview-inner_img {
margin-left: -15px;
margin-right: -15px;
margin-top: 2rem;
margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
.interview-inner_ttl {
margin-bottom: 2.2rem;
font-size: 2.4rem;
}
.interview-inner_txt {
margin-bottom: 6rem;
}
.interview-inner_img {
margin-left: 0;
margin-right: 0;
margin-top: 3rem;
margin-bottom: 3rem;
}
}
@media only screen and (min-width: 992px) {
.interview-inner .container {
width: 800px;
}
.interview-inner_txt {
line-height: 1.85;
margin-bottom: 8rem;
}
.interview-inner_img {
margin-top: 5rem;
margin-bottom: 3rem;
}
} .workstyle-kv {
position: relative;
}
.workstyle-kv_ttl {
width: 90%;
max-width: 495px;
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translate(0, -50%);
margin: auto;
padding-top: 3rem;
padding-bottom: 3rem;
text-align: center;
background-color: rgba(255, 255, 255, 0.86);
}
.workstyle-kv_ttl img {
max-width: 16px;
margin-right: 1rem;
}
.workstyle-kv_ttl span {
padding-top: 1.6rem;
padding-bottom: 1.6rem;
font-weight: 500;
font-size: 1.5rem;
position: relative;
}
@media only screen and (min-width: 768px) {
.workstyle-kv_ttl {
padding-top: 4rem;
padding-bottom: 4rem;
}
.workstyle-kv_ttl img {
max-width: 21px;
}
.workstyle-kv_ttl span {
font-size: 2.1rem;
}
} .jobs-cont_bg {
padding-top: 4rem;
padding-bottom: 1rem;
background: url(https://careers.universal-knowledge.co.jp/wp-content/uploads/2021/03/job-kv-sp.jpg) no-repeat center;
background-size: cover;
}
.jobs-cont_list {
max-width: 420px;
margin: auto;
}
.jobs-cont_item {
margin: 0 0 3rem 0 !important;
}
.jobs-cont_inner {
padding-top: 5rem;
padding-bottom: 4rem;
text-align: center;
background-color: rgba(255, 255, 255, 0.86);
}
.jobs-cont_inner.item01 {
background-color: rgba(255, 133, 67, 0.86);
color: #fff;
}
.jobs-cont_inner.item01 .jobs-cont_ttl span {
color: #fff;
}
.jobs-cont_inner.item01 .jobs-cont_ttl span::after {
background-color: #fff;
}
.jobs-cont_inner.item01 .jobs-cont_link a {
border: 1px solid #fff;
color: #fff;
}
.jobs-cont_inner.item01 .jobs-cont_link a::after {
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
.jobs-cont_ttl {
margin-bottom: 1.2rem;
padding-bottom: 1.2rem;
}
.jobs-cont_ttl .careeer {
max-width: 222px;
}
.jobs-cont_ttl .graduate {
max-width: 186px;
}
.jobs-cont_ttl span {
display: block;
padding-top: 1.6rem;
margin-top: 1.6rem;
font-weight: 500;
font-size: 1.9rem;
position: relative;
}
.jobs-cont_ttl span:after {
display: block;
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
margin: auto;
width: 26%;
height: .15rem;
background-color: #000;
}
.jobs-cont_txt {
margin-bottom: 2rem;
font-size: 1.8rem;
}
.jobs-cont_link {
font-size: 1.4rem;
}
.jobs-cont_link a {
display: block;
margin: auto;
padding: 0.9rem 1rem;
width: 90%;
max-width: 345px;
background: none;
text-align: center;
font-size: 1.7rem;
border: 1px solid #000;
position: relative;
}
.jobs-cont_link a:after {
display: block;
content: "";
transform: translateY(-50%) rotate(45deg);
position: absolute;
right: 3rem;
top: 50%;
width: 12px;
height: 12px;
border-top: 1px solid #000;
border-right: 1px solid #000;
}
.jobs-cont_link span {
display: block;
margin: auto;
padding: 0.9rem 1rem;
width: 90%;
max-width: 200px;
background: none;
text-align: center;
font-size: 1.7rem;
position: relative;
}
@media only screen and (min-width: 768px) {
.jobs-cont_bg {
padding-top: 0;
padding-bottom: 0;
background: none;
position: relative;
}
.jobs-cont_bg .container {
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translate(0, -50%);
margin: auto;
}
.jobs-cont_list {
max-width: inherit;
}
.jobs-cont_ttl {
margin-bottom: 1.6rem;
padding-bottom: 1.5rem;
}
.jobs-cont_ttl span {
padding-top: 1.5rem;
margin-top: 1.5rem;
font-size: 1.9rem;
}
.jobs-cont_ttl .careeer {
max-width: 255px;
}
.jobs-cont_ttl .graduate {
max-width: 214px;
}
.jobs-cont_item {
margin: 0 !important;
}
.jobs-cont_txt {
margin-bottom: 2rem;
min-height: 56px;
font-size: 2rem;
line-height: 1.4;
}
}
@media only screen and (min-width: 992px) {
.jobs-cont_bg .container {
top: 52%;
}
.jobs-cont_inner {
padding-top: 6.8rem;
padding-bottom: 4.8rem;
}
.jobs-cont_ttl span {
padding-top: 1.8rem;
margin-top: 2.6rem;
font-size: 2.3rem;
}
.jobs-cont_ttl .careeer {
max-width: 288px;
}
.jobs-cont_ttl .graduate {
max-width: 241px;
}
.jobs-cont_link a {
padding: 1.5rem 1rem;
}
.jobs-cont_link span {
padding: 1.5rem 1rem;
}
} .careeer-kv {
position: relative;
}
.careeer-kv_ttl {
width: 90%;
max-width: 443px;
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translate(0, -50%);
margin: auto;
padding-top: 2rem;
padding-bottom: 2rem;
text-align: center;
background-color: rgba(255, 133, 67, 0.86);
color: #fff;
}
.careeer-kv_ttl img {
max-width: 210px;
}
.careeer-kv_ttl span {
display: block;
padding-top: 1rem;
margin-top: 1.3rem;
font-weight: 500;
font-size: 1.7rem;
position: relative;
}
.careeer-kv_ttl span:after {
display: block;
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
margin: auto;
width: 12%;
height: .2rem;
background-color: #fff;
}
@media only screen and (min-width: 768px) {
.careeer-kv_ttl {
padding-top: 5rem;
padding-bottom: 4.5rem;
}
.careeer-kv_ttl img {
max-width: 288px;
}
.careeer-kv_ttl span {
padding-top: 1.5rem;
margin-top: 2rem;
font-size: 2.3rem;
}
.careeer-kv_ttl span:after {
width: 28%;
}
}
.careeer-cont_ttl {
margin-bottom: 1.5rem;
font-size: 1.7rem;
font-weight: 300;
line-height: 1.34;
text-align: center;
}
.careeer-cont_ttl span {
display: inline-block;
margin-bottom: 0.5rem;
padding-bottom: 1rem;
position: relative;
}
.careeer-cont_ttl span:after {
display: block;
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 80%;
max-width: 200px;
height: .2rem;
background-color: #ff8543;
}
@media only screen and (min-width: 768px) {
.careeer-cont_ttl {
margin-bottom: 3rem;
font-size: 2.4rem;
}
}
@media only screen and (min-width: 992px) {
.careeer-cont_ttl {
margin-bottom: 4.2rem;
}
} .recruitment-cont {
padding-top: 5rem;
}
.recruitment-cont_ttl {
font-size: 1.7rem;
font-weight: 300;
line-height: 1.34;
margin-bottom: 2rem;
text-align: center;
}
.recruitment-cont_ttl span {
display: inline-block;
margin-bottom: 1.5rem;
padding-bottom: 2rem;
position: relative;
}
.recruitment-cont_ttl span:after {
display: block;
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 80%;
max-width: 200px;
height: .2rem;
background-color: #ff8543;
}
.recruitment-cont_txt { }
.recruitment-cont_item {
margin: 0 0 2rem !important;
}
.recruitment-cont_btn {
display: block;
margin: auto;
padding: 1.6rem 1rem;
width: 100%;
max-width: 620px;
background: none;
text-align: center;
font-size: 1.7rem;
border: 1px solid #ff8543;
position: relative;
}
.recruitment-cont_btn:after {
display: block;
content: "";
transform: translateY(-50%) rotate(45deg);
position: absolute;
right: 3rem;
top: 50%;
width: 11px;
height: 11px;
border-top: 1px solid #ff8543;
border-right: 1px solid #ff8543;
}
@media only screen and (min-width: 768px) {
.recruitment-cont {
padding-top: 6rem;
}
.recruitment-cont_ttl {
margin-bottom: 2.5rem;
font-size: 2.4rem;
}
.recruitment-cont_ttl span {
padding-bottom: 3.2rem;
margin-bottom: 1.3rem;
}
}
@media only screen and (min-width: 992px) {
.recruitment-cont {
padding-top: 7rem;
}
.recruitment-cont .container {
width: 800px;
}
.recruitment-cont_txt {
line-height: 1.85;
}
.recruitment-cont_item {
margin-bottom: 2.6rem !important;
}
.recruitment-cont_btn {
font-size: 2.15rem;
}
.recruitment-cont_btn:after {
width: 13px;
height: 13px;
}
}
.recruitment-inner_item {
margin-bottom: 4rem;
}
.recruitment-inner_ttl {
margin-bottom: 2rem;
padding-left: 1.2rem;
padding-top: .3rem;
padding-bottom: .3rem;
font-size: 1.7rem;
font-weight: 400;
border-left: 2px solid #ff8543;
}
.recruitment-inner_txt {
padding-left: 1rem;
padding-right: 1rem;
}
.recruitment-inner_txt p {
margin-bottom: 2rem;
}
.recruitment-inner_txt h4 {
margin-bottom: 0.5rem;
font-size: 1.7rem;
font-weight:normal;
}
.recruitment-inner_txt li {
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
}
.recruitment-inner_txt ol > li {
margin-bottom: 2.5rem;
}
.recruitment-inner_txt ul > li {
margin-bottom: 0.5rem;
padding-left: 1.5rem;
position: relative;
}
.recruitment-inner_txt ul > li:before {
content: "";
position: absolute;
top: 9px;
left: 0;
width: 6px;
height: 6px;
background-color: #ff8543;
}
.recruitment-inner_flow li {
position: relative;
padding-left: 3.5rem;
margin-bottom: 4rem !important;
}
.recruitment-inner_flow li:after {
display: block;
content: "";
transform: rotate(135deg);
position: absolute;
right: 0;
left: 0;
margin: auto;
bottom: -23px;
width: 15px;
height: 15px;
border-top: 1px solid #ff8543;
border-right: 1px solid #ff8543;
}
.recruitment-inner_flow li:last-child:after {
content: none;
}
.recruitment-inner_flow li img {
display: block;
position: absolute;
top: 0;
left: 0;
}
.recruitment-inner_flow li:nth-of-type(1) img {
width: 25px;
}
.recruitment-inner_flow li:nth-of-type(2) img {
width: 28px;
}
.recruitment-inner_flow li:nth-of-type(3) img {
width: 28px;
}
.recruitment-inner_flow li:nth-of-type(4) img {
width: 28px;
}
.recruitment-inner_flow li:nth-of-type(5) img {
width: 28px;
}
.recruitment-inner_flow li:nth-of-type(6) img {
width: 29px;
}
.recruitment-inner_flow span {
display: block;
padding: 1.5rem 1rem;
text-align: center;
border: 1px solid #ff8543;
}
.recruitment-inner_btn {
display: block;
margin: 0 auto 1.5rem;
padding: 1.7rem 1rem;
width: 100%;
background: #ff8543;
color: #fff !important;
text-align: center;
font-size: 1.8rem;
position: relative;
}
.recruitment-inner_btn:after {
display: block;
content: "";
transform: translateY(-50%) rotate(45deg);
position: absolute;
right: 3rem;
top: 50%;
width: 14px;
height: 14px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
.recruitment-inner_item {
margin-bottom: 5.5rem;
}
.recruitment-inner_ttl {
margin-bottom: 3rem;
padding-left: 1.8rem;
font-size: 2.1rem;
}
.recruitment-inner_txt {
padding-left: 0;
padding-right: 0; }
.recruitment-inner_txt p {
margin-bottom: 2.5rem;
}
.recruitment-inner_txt h4 {
margin-bottom: 0.7rem;
font-size: 2.1rem;
}
.recruitment-inner_txt ol > li {
margin-bottom: 5rem;
}
.recruitment-inner_txt ol > li > ul {
padding-left: 5%;
}
.recruitment-inner_txt ul > li {
margin-bottom: 0.8rem;
padding-left: 2.5rem;
}
.recruitment-inner_txt ul > li:before {
top: 10px;
width: 8px;
height: 8px;
}
.recruitment-inner_flow {
padding: 1rem 2rem 0;
margin: 0 auto 2rem !important;
}
.recruitment-inner_flow li {
padding-left: 4.5rem;
margin-bottom: 4.5rem !important;
}
.recruitment-inner_flow li:nth-of-type(1) img {
width: 29px;
}
.recruitment-inner_flow li:nth-of-type(2) img {
width: 34px;
}
.recruitment-inner_flow li:nth-of-type(3) img {
width: 34px;
}
.recruitment-inner_flow li:nth-of-type(4) img {
width: 35px;
}
.recruitment-inner_flow li:nth-of-type(5) img {
width: 34px;
}
.recruitment-inner_flow li:nth-of-type(6) img {
width: 34px;
}
.recruitment-inner_flow span {
padding: 1.3rem 1rem;
width: 100%;
max-width: 620px;
}
.recruitment-inner_btn {
max-width: 450px;
padding: 2.7rem 1rem;
}
}
@media only screen and (min-width: 992px) {
.recruitment-inner .container {
width: 800px;
}
.recruitment-inner_link {
margin-top: 6rem;
}
.recruitment-inner_txt ol > li {
margin-bottom: 7rem;
}
.recruitment-inner_txt ul > li {
margin-bottom: 0.8rem;
padding-left: 2.5rem;
}
} .contact-cont .mw_wp_form .smf-form--business {
background-color: #fafafa;
padding: 2.5rem;
}
.contact-cont_note {
margin-bottom: 1.5rem;
}
.mw_wp_form_complete .contact-cont_note {
display: none;
}
.contact-cont_note span {
color: #f49444;
}
.contact-cont_item {
margin-bottom: 1.5rem;
font-size: 1.3rem;
}
.contact-cont_q {
margin-bottom: 0.5rem;
font-size: 1.3rem;
font-weight: normal;
}
.contact-cont .mw_wp_form .smf-form--business sup {
margin-left: 0.2rem;
color: #f49444;
}
.contact-cont_a {
font-size: 1.3rem;
}
.contact-cont_a p {
font-size: 1.2rem;
}
.contact-cont_a ul li {
margin-left: 0 !important;
margin-bottom: 1rem !important;
margin-top: 0 !important;
}
.contact-cont_a ul li span {
font-weight: 500;
}
.contact-cont_a.flex {
display: flex;
flex-wrap: wrap;
}
.contact-cont_a.flex span { display: flex;
align-items: center;
width: 32%; margin-right: .5%;
max-width: 120px;
}
.contact-cont_txt {
margin-bottom: 1.5rem;
text-align: center;
font-size: 1.2rem;
font-weight: 500 !important;
}
.contact-cont_txt label {
font-weight: 500 !important;
}
.contact-cont_txt.mt5-3 {
margin-top: 3rem;
}
.contact-cont_txt a {
color: #ff8543;
}
.contact-cont textarea:not(.editor-post-title__input), .contact-cont input[type="date"], .contact-cont input[type="datetime"], .contact-cont input[type="datetime-local"], .contact-cont input[type="email"], .contact-cont input[type="month"], .contact-cont input[type="number"], .contact-cont input[type="password"], .contact-cont input[type="search"], .contact-cont input[type="tel"], .contact-cont input[type="text"], .contact-cont input[type="time"], .contact-cont input[type="url"], .contact-cont input[type="week"] {
font-size: 1.3rem;
padding: 0.8rem 0.3rem;
background-color: #fff;
border: 1px solid #efefef;
box-shadow: none;
border-radius: 0.3rem;
width: 100%;
}
.contact-cont select {
font-size: 1.3rem;
padding: 0.8rem 0.3rem;
border-radius: 0.3rem;
min-width:50px;
width: 72%;
margin-right: 4px;
}
.contact-cont_btn {
width: 100%;
margin-top: 4rem;
}
.contact-cont_btn .contact-cont_submit {
display: block;
width: 100%;
padding: 2rem 1rem;
margin: 0 auto 2rem;
background-color: #ff8543;
text-align: center;
color: #fff;
font-size: 1.4rem;
border: none;
font-weight: 600;
}
.contact-cont_btn .contact-cont_back {
display: block;
margin: auto;
text-align: center;
background: none;
color: #ff8543;
border: none;
font-size: 1.4rem;
font-weight: 600;
box-shadow: none;
}
.contact-cont_btn .contact-cont_back:hover, .contact-cont_btn .contact-cont_back:focus {
background: none;
}
@media only screen and (min-width: 768px) {
.contact-cont .mw_wp_form .smf-form--business {
padding: 5.5rem;
}
.contact-cont_item {
margin-bottom: 2rem;
}
.contact-cont select {
min-width:90px;
}
}
.smf-form .smf-select-control {
display: block;
position: relative;
width:72%;
}
.smf-form .smf-select-control__control {
appearance: none;
background-color: #0000;
cursor: pointer;
display: inline-block;
max-width: 100%;
width:100%;
padding-right: 0;
position: relative;
z-index: 1;
--_border-radius: var(--_global--border-radius);
--_border-color: var(--_form-control-border-color);
border: ０px solid var(--_border-color);
border-radius: var(--_border-radius);
outline: 0;
--_transition-duration: var(--_global--transition-duration);
--_transition-function-timing: var(--_global--transition-function-timing);
--_transition-delay: var(--_global--transition-delay);
transition: border var(--_transition-duration) var(--_transition-function-timing) var(--_transition-delay);
}
.contact-cont select {
font-size: 1.3rem;
padding: 0.8rem 0.3rem;
border-radius: 0.3rem;
min-width: 50px;
width: 72%;
margin-right: 4px;
}
@media only screen and (min-width: 992px) {
.contact-cont_note {
margin-bottom: 2rem;
}
.contact-cont_item {
display: flex;
flex-wrap: wrap;
margin-bottom: 3rem;
font-size: 1.4rem;
}
.contact-cont_q {
width: 25%;
margin-bottom: 0;
font-size: 1.5rem;
}
.contact-cont_a {
width: 75%;
font-size: 1.6rem;
}
.contact-cont_a p {
margin-bottom: 2rem;
font-size: 1.5rem;
}
.contact-cont_txt {
margin-bottom: 2rem;
font-size: 1.6rem;
}
.contact-cont_txt.mt5-3 {
margin-top: 5rem;
}
.smf-form .smf-select-control {
display: block;
position: relative;
width:72%;
}
.smf-form .smf-select-control__control {
appearance: none;
background-color: #0000;
cursor: pointer;
display: inline-block;
max-width: 100%;
width:100%;
padding: 0;
padding-right: 0;
position: relative;
z-index: 1;
--_border-radius: var(--_global--border-radius);
--_border-color: var(--_form-control-border-color);
border: ０px solid var(--_border-color);
border-radius: var(--_border-radius);
outline: 0;
--_transition-duration: var(--_global--transition-duration);
--_transition-function-timing: var(--_global--transition-function-timing);
--_transition-delay: var(--_global--transition-delay);
transition: border var(--_transition-duration) var(--_transition-function-timing) var(--_transition-delay);
}
.contact-cont select {
font-size: 1.6rem;
padding: 1.2rem 0.5rem !important;
border-radius: 0.4rem !important;
}
.contact-cont_btn {
margin: 6rem auto 0;
}
.contact-cont_btn .contact-cont_submit {
max-width: 300px;
padding: 2rem 1rem;
margin-bottom: 3rem;
font-size: 1.8rem;
}
.contact-cont_btn .contact-cont_back {
font-size: 1.6rem;
}
}
.contact-add_ttl {
margin-bottom: 2rem;
font-size: 1.3rem;
font-weight: normal;
}
@media only screen and (min-width: 992px) {
.contact-add_ttl {
margin-bottom: 4rem;
font-size: 1.5rem;
}
}
@media only screen and (min-width: 992px) {
.contact-add_txt .contact-cont_q {
padding-left: 3%;
}
}
.smf-form--business .smf-item {
border: 0px solid #ddd;
margin-bottom: 1.5rem;
margin-top: 0;
}
.smf-form--business .smf-item__col--label {
background-color: #fafafa;
border-bottom: 0px solid #ddd;
margin-bottom: 0.5rem;
font-size: 1.3rem;
font-weight: normal;
padding:0;
}
.smf-form--business .smf-item__col {
padding: 0;
}
@media (min-width: 640px) {
.smf-form--business .smf-item__col--label {
border-bottom: none;
border-right: 0px solid #ddd;
flex: 0 0 14em;
max-width: 14em;
}
.smf-form--business .smf-item__col {
padding: var(--_padding1);
}
}
.mw_wp_form .file-up-text{
margin-bottom: 2rem;
}
.mw_wp_form .wp-block-columns{
margin-bottom: 1rem;
}
.smf-action .smf-button-control__control {
display: block;
width: 100%;
padding: 2rem 1rem;
margin: 0 auto 2rem;
background-color: #ff8543;
text-align: center;
color: #fff;
font-size: 1.4rem;
border: none;
font-weight: 600;
}
.smf-action .smf-button-control__control {
background-color: #ff8543;
background-image: none;
border-radius: var(--_global--border-radius);
color: #fff;
cursor: pointer;
display: block;
text-decoration: none;
--_border-radius: var(--_global--border-radius);
--_border-color: var(--_form-control-border-color);
border: 0px solid var(--_border-color);
border-radius: 2px;
outline: 0;
--_transition-duration: var(--_global--transition-duration);
--_transition-function-timing: var(--_global--transition-function-timing);
--_transition-delay: var(--_global--transition-delay);
transition: border var(--_transition-duration) var(--_transition-function-timing) var(--_transition-delay);
max-width: 300px;
padding: 2rem 1rem;
margin-bottom: 3rem;
font-size: 1.8rem;
letter-spacing: 1px;
line-height: 1;
}
.smf-action .smf-button-control__control:hover{
opacity:0.6;
}
.wp-block-columns.is-layout-flex {
display: block;
}
@media (min-width: 640px) {
.wp-block-columns.is-layout-flex {
display: flex;
}
}
li.smf-progress-tracker__item{
margin-left:0;
} .smf-action .smf-button-control [data-action="back"] {
background-color: transparent;
color: #ff8543;
border: none;
padding: 0;
margin-bottom: 1rem;
margin-top: 1rem;
font-size: 1.6rem;
text-decoration: underline;
max-width: none;
display: inline;
line-height: 1.5;
cursor: pointer;
box-shadow: none;
transition: color 0.3s ease;
}
.smf-action .smf-button-control [data-action="back"]:hover {
color: #e6691f; text-decoration: none;
}