@charset "UTF-8";
@font-face {
font-family: 'lg';
src: url(//universal-knowledge.co.jp/wp-content/themes/onepress/assets/fonts/lg.eot?n1z373);
src: url(//universal-knowledge.co.jp/wp-content/themes/onepress/assets/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(//universal-knowledge.co.jp/wp-content/themes/onepress/assets/fonts/lg.woff?n1z373) format("woff"), url(//universal-knowledge.co.jp/wp-content/themes/onepress/assets/fonts/lg.ttf?n1z373) format("truetype"), url(//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(//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;
}.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&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;
}
@media only screen and (min-width: 768px) {
body {
font-size: 1.4rem;
}
}
@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: 2.2rem 1.5rem;
position: relative;
z-index: 5;
}
.header-logo img {
max-width: 100px;
width: 100%;
}
@media only screen and (min-width: 768px) {
.header-logo {
padding: 0;
}
.header-logo img {
max-width: 130px;
}
}
@media only screen and (min-width: 992px) {
.header-logo {
padding: 1rem 0;
}
.header-logo img {
max-width: 150px;
}
}
.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://universal-knowledge.co.jp/wp-content/uploads/2021/02/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;
}
} .site-header {
line-height: 1.7;
box-shadow: none;
}
.site-header .header-right-wrapper {
position: relative;
height: 80px;
}
.site-header .onepress-menu li.menu-item-57 a:before {
display: block;
content: "";
position: absolute;
top: 17%;
right: 1rem;
width: 14px;
height: 14px;
background: url(https://universal-knowledge.co.jp/wp-content/uploads/2021/02/icon-blank.png) no-repeat;
background-size: contain;
}
@media only screen and (min-width: 768px) {
.site-header {
box-shadow: none;
}
.site-header .container {
position: relative;
height: 80px;
width: 96%;
}
.site-header .header-right-wrapper {
position: absolute;
right: -15px;
bottom: 0;
height: 40px;
}
.site-header .onepress-menu {
display: flex;
float: none;
}
.site-header .onepress-menu li {
margin: 0 16px;
float: none;
}
.site-header .onepress-menu li a {
padding-left: 3px;
padding-right: 3px;
padding-top: 0;
padding-bottom: 8px;
margin-top: 8px;
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;
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 {
color: #48484a;
border-bottom: none;
}
.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.menu-item-57 a {
padding-right: 1.5rem;
}
.site-header .onepress-menu li.menu-item-57 a:before {
width: 12px;
height: 12px;
right:0;
}
.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: 7px;
padding-bottom: 7px;
font-size: 1.4rem;
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://universal-knowledge.co.jp/wp-content/uploads/2021/02/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 .container {
height: 95px;
}
.site-header .header-right-wrapper {
height: 58px;
}
.site-header .onepress-menu li a {
padding-bottom: 16px;
margin-top: 16px;
color: #48484a;
font-size: 1.6rem;
}
.site-header .onepress-menu li.menu-item-57 a {
padding-right: 1.8rem;
}
.site-header .onepress-menu li.menu-item-57 a:before {
width: 14px;
height: 14px;
}
}
@media only screen and (max-width: 767.98px) {
.site-header .followWrap {
height: 80px !important;
}
.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 {
position: static;
}
.main-navigation .onepress-menu {
width: 100% !important;
display: block;
height: 0px;
overflow: hidden;
background: #fff;
}
.main-navigation .onepress-menu.onepress-menu-mobile {
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;
}
}
.onepress-menu li a span.en {
display: none;
} .footer-widgets {
background: url(https://universal-knowledge.co.jp/wp-content/uploads/2021/02/footer-bg_sp.jpg) no-repeat;
background-size: cover;
}
.footer-widgets .row {
display: block;
}
.footer-widgets a {
color: #fff !important;
}
@media only screen and (min-width: 768px) {
.footer-widgets {
background: url(https://universal-knowledge.co.jp/wp-content/uploads/2021/02/footer-bg.jpg) no-repeat;
background-size: cover;
}
.footer-widgets.section-padding {
padding: 6.375rem 0px 1rem;
}
.footer-widgets .row {
justify-content: space-around;
display: flex;
}
.footer-widgets .sidebar {
float: none;
width: auto;
flex: inherit;
max-width: inherit;
}
.sidebar .widget ul.sub-menu {
padding-left: 1.2rem;
}
}
.footer-copy {
display: block;
text-align: center;
color: #fff;
padding-top: 6rem;
font-size: 1rem;
padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
.footer-copy {
padding-top: 3rem;
font-size: 1.2rem;
padding-bottom: 1rem;
}
}
@media only screen and (max-width: 767.98px) {
.footer-menu .widget_nav_menu {
margin-bottom: 0 !important;
}
.footer-menu .widget_nav_menu li {
margin: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-menu .sidebar {
width: 80%;
float: none;
max-width: 400px;
margin: auto;
}
.footer-menu .sidebar .widget a {
display: block;
padding: 1.7rem 1rem;
font-size: 1.2rem;
}
.footer-menu .sidebar .widget .menu-item-has-children {
position: relative;
}
.footer-menu .sidebar .widget .menu-item-has-children > a {
padding: 1.7rem 4rem 1.7rem 1rem;
}
.footer-menu .nav-toggle-subarrow {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 55px;
z-index: 3;
}
.footer-menu .nav-toggle-subarrow .icon-toggle {
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
transform: translate(0, -50%);
width: 20px;
height: 20px;
}
.footer-menu .nav-toggle-subarrow .icon-toggle:before, .footer-menu .nav-toggle-subarrow .icon-toggle:after {
position: absolute;
top: 9px;
left: 50%;
content: '';
display: inline-block;
width: 13px;
height: 13px;
border-top: 1px solid #fff;
transform: translateX(-50%);
cursor: pointer;
}
.footer-menu .nav-toggle-subarrow .icon-toggle:after {
top: 3px;
left: -3px;
transform: rotate(90deg);
}
.footer-menu .sub-menu {
display: none;
padding-bottom: 1.3rem !important;
}
.footer-menu .sub-menu li {
border-bottom: 0;
}
.footer-menu .sub-menu a {
padding: 1rem 1.5rem 1rem 2.5rem !important;
border-bottom: none !important;
}
.footer-menu .nav-toggle-dropdown .sub-menu {
display: block;
}
.footer-menu .nav-toggle-dropdown .nav-toggle-subarrow .icon-toggle:after {
content: none;
}
}
.footer-menu .sidebar .widget a {
position: relative;
}
.footer-menu .sidebar .widget .menu-item-134 a:after,
.footer-menu .sidebar .widget .menu-item-135 a:after,
.footer-menu .sidebar .widget .menu-item-136 a:after,
.footer-menu .sidebar .widget .menu-item-137 a:after{
display: block;
content: "";
position: absolute;
top: 50%;
right: 1rem;
transform: translate(0, -50%);
width: 12px;
height: 12px;
background: url(https://universal-knowledge.co.jp/wp-content/uploads/2021/02/icon-blank_wh.png) no-repeat;
background-size: contain;
}
.footer-menu .sidebar .widget .menu-item-134 a:after,
.footer-menu .sidebar .widget .menu-item-135 a:after {
right: 3.5rem;
}
@media only screen and (min-width: 768px) {
.footer-menu .sidebar .widget .menu-item-134 a:after,
.footer-menu .sidebar .widget .menu-item-135 a:after,
.footer-menu .sidebar .widget .menu-item-136 a:after,
.footer-menu .sidebar .widget .menu-item-137 a:after {
width: 10px;
height: 10px;
right: -2rem;
}
.footer-menu .sidebar .widget .menu-item-134 a:after,
.footer-menu .sidebar .widget .menu-item-135 a:after{
right: -2rem;
}
}
.widget_nav_menu li span.en {
display: none;
} .top-title {
padding-bottom: 2.3rem;
margin-bottom: 4rem;
text-align: center;
font-size: 3rem;
position: relative;
}
.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.4rem;
font-weight: normal;
}
@media only screen and (min-width: 768px) {
.top-title {
padding-bottom: 2rem;
margin-bottom: 3rem;
font-size: 2.8rem;
}
.top-title::after {
width: 10%;
height: .2rem;
}
.top-title span {
padding-top: 1rem;
font-size: 1.3rem;
}
}
@media only screen and (min-width: 992px) {
.top-title {
padding-bottom: 2.3rem;
margin-bottom: 5rem;
font-size: 3.4rem;
}
.top-title span {
padding-top: 2rem;
font-size: 1.7rem;
}
}
.top-kv {
padding-bottom: 3rem;
background-color: #f4f4f4;
}
.top-kv_box {
width: 90%;
margin: -7rem auto 0;
max-width: 850px;
padding: 1.5rem;
background-color: #fff;
z-index: 2;
position: relative;
}
.top-kv_ttl {
margin-bottom: 2rem;
text-align: center;
font-size: 1.8rem;
position: relative;
}
.top-kv_ttl:after {
content: "";
position: absolute;
width: 80%;
height: 1px;
left: 0;
right: 0;
margin: auto;
top: 50%;
transform: translate(0, -50%);
background-color: #000;
z-index: -1;
}
.top-kv_ttl span {
display: inline-block;
padding-left: 1.5rem;
padding-right: 1.5rem;
font-size: 1.5rem;
background-color: #fff;
}
.top-kv_txt {
text-align: center;
font-size: 2.4rem;
line-height: 1.3;
font-weight: 700;
}
.top-kv_txt span {
width: 96%;
max-width: 460px;
display: block;
margin: 1.5rem auto 1rem;
}
.top-kv_bg {
position: absolute;
top: 32%;
left: 0;
right: 0;
margin: auto;
width: 86%;
max-width: 582px;
}
@media only screen and (min-width: 768px) {
.top-kv {
padding-bottom: 6rem;
}
.top-kv_img {
    overflow: hidden;
}
.top-kv_box {
padding: 4.5rem 2rem;
margin-top: -6rem;
}
.top-kv_ttl {
font-size: 1.5rem;
margin-bottom: 2.8rem;
}
.top-kv_ttl:after {
width: 30%;
}
.top-kv_txt {
line-height: 1.7;
font-size: 2.6rem;
font-weight: normal;
}
.top-kv_txt span {
width: 86%;
margin-top: 1rem;
}
.top-kv_bg {
top: 31%;
width: 80%;
}
}
.top-product {
padding-top: 8rem;
padding-bottom: 6rem;
}
.top-product_item {
margin: 0 0 3rem 0 !important;
}
.top-product_inner {
padding-top: 2rem;
padding-bottom: 2rem;
text-align: center;
}
.top-product_inner.inner01 {
background-color: #ff8543;
}
.top-product_inner.inner01 img {
width: 60%;
max-width: 256px;
height: auto;
}
.top-product_inner.inner02 {
background-color: #344254;
}
.top-product_inner.inner02 img {
width: 60%;
max-width: 261px;
height: auto;
}
.top-product_ttl {
margin-bottom: 1rem;
}
.top-product_txt {
color: #fff;
font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
.top-product {
padding-top: 8rem;
padding-bottom: 9rem;
}
.top-product_list {
max-width: 840px;
margin: auto;
padding-top: 2rem;
}
.top-product_item {
padding-left: 2rem;
padding-right: 2rem;
margin: 0 !important;
}
.top-product_inner {
padding-top: 3.5rem;
padding-bottom: 3rem;
}
.top-product_inner.inner01 img {
width: 80%;
}
.top-product_inner.inner02 img {
width: 80%;
}
.top-product_ttl {
margin-bottom: 1.3rem;
}
.top-product_txt {
font-size: 1.5rem;
}
}
@media only screen and (min-width: 992px) {
.top-product {
padding-top: 13rem;
padding-bottom: 13rem;
}
.top-product_txt {
font-size: 1.6rem;
}
}
.top-recruit {
padding-top: 10rem;
padding-bottom: 10rem;
background: url(https://universal-knowledge.co.jp/wp-content/uploads/2021/02/top-recruit_img_sp.jpg) no-repeat center;
background-size: cover;
}
.top-recruit .top-title {
margin-bottom: 6rem;
}
.top-recruit_txt {
margin-bottom: 4.5rem;
font-size: 2rem;
text-align: center;
}
.top-recruit_txt img {
max-width: 20px;
display: block;
margin: 0 auto 1rem;
}
.top-recruit_btn {
display: block;
margin: auto;
padding: 2.7rem 1rem;
width: 90%;
max-width: 400px;
background: #fff;
text-align: center;
font-size: 1.5rem;
border: 1px solid #dfdcdc;
position: relative;
}
.top-recruit_btn:after {
display: block;
content: "";
position: absolute;
top: 50%;
transform: translate(0, -50%);
right: 17%;
width: 15px;
height: 15px;
background: url(https://universal-knowledge.co.jp/wp-content/uploads/2021/02/icon-blank.png) no-repeat;
background-size: contain;
}
@media only screen and (min-width: 768px) {
.top-recruit {
padding-top: 9rem;
padding-bottom: 9rem;
background: url(https://universal-knowledge.co.jp/wp-content/uploads/2021/02/top-recruit_img.jpg) no-repeat center;
background-size: cover;
}
.top-recruit .top-title {
margin-bottom: 4rem;
}
.top-recruit_txt {
margin-bottom: 6rem;
font-size: 2rem;
}
.top-recruit_txt img {
max-width: 20px;
margin-right: 2rem;
display: inline-block;
}
.top-recruit_btn {
padding: 2.5rem;
font-size: 1.5rem;
}
.top-recruit_btn:after {
top: 50%;
transform: translate(0, -50%);
right: 17%;
width: 18px;
height: 18px;
}
}
@media only screen and (min-width: 992px) {
.top-recruit {
padding-top: 15rem;
padding-bottom: 15rem;
}
.top-recruit_btn {
font-size: 1.7rem;
}
}
.top-news {
padding-top: 10rem;
padding-bottom: 10rem;
background-color: #fff;
}
.top-news_list {
width: 100%;
max-width: 800px;
margin: auto;
padding: 1.5rem;
}
.top-news_item {
padding: 1rem 0;
border-bottom: 1px solid #cccccc;
}
.top-news_date {
display: block;
margin-bottom: 0.3rem;
font-size: 1.2rem;
}
.top-news_txt {
font-size: 1.2rem;
position: relative;
}
.top-news_txt:after {
display: inline-block;
margin-left: 0.5rem;
content: "";
width: 10px;
height: 10px;
background: url(https://universal-knowledge.co.jp/wp-content/uploads/2021/02/icon-blank_bk.png) no-repeat;
background-size: contain;
}
.top-news_btn {
text-align: right;
margin-top: 1.5rem;
font-size: 1.1rem;
float: right;
position: relative;
}
.top-news_btn:after {
display: inline-block;
margin-left: 0.5rem;
content: "";
width: 10px;
height: 10px;
background: url(https://universal-knowledge.co.jp/wp-content/uploads/2021/02/icon-blank_bk.png) no-repeat;
background-size: contain;
}
@media only screen and (min-width: 768px) {
.top-news {
padding-top: 7rem;
padding-bottom: 8rem;
background-color: #f7f7f7;
}
.top-news .top-title {
margin-bottom: 5rem;
}
.top-news_list {
width: 100%;
padding: 3rem 5rem;
border: 2px solid #eee;
background-color: #fff;
}
.top-news_item {
display: flex;
padding: 1.5rem 0;
}
.top-news_date {
display: block;
width: 20%;
margin-bottom: 0;
font-size: 1.3rem;
}
.top-news_txt {
width: 80%;
font-size: 1.3rem;
}
.top-news_txt:after {
margin-left: 0.8rem;
width: 11px;
height: 11px;
}
.top-news_btn {
font-size: 1.3rem;
margin-top: 1.8rem;
}
}
@media only screen and (min-width: 992px) {
.top-news {
padding-top: 12rem;
padding-bottom: 12rem;
}
.top-news_list {
padding: 3rem 8rem;
}
.top-news_date {
font-size: 1.6rem;
}
.top-news_txt {
font-size: 1.6rem;
}
.top-news_btn {
font-size: 1.4rem;
}
}
.home .page-header {
display: none;
} .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 {
margin-bottom: 2rem;
font-size: 1.6rem;
text-align: center;
font-weight: 500;
}
@media only screen and (min-width: 768px) {
.second-subtitle {
margin-bottom: 4rem;
font-size: 1.8rem;
}
}
@media only screen and (min-width: 992px) {
.second-subtitle {
margin-bottom: 7rem;
font-size: 2rem;
}
}
@media only screen and (min-width: 768px) {
.second-subnav_list {
display: flex;
justify-content: center;
margin-bottom: 7rem;
}
.second-subnav_list li {
position: relative;
}
.second-subnav_list a {
display: block;
padding: 0.5rem 1.5rem;
position: relative;
position: relative;
}
.second-subnav_list a:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -5px;
margin: auto;
width: 70%;
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: 10px;
background-color: #c6c6c6;
}
.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;
}
.second-cont ol li h2.second-cont_item_cookie {
margin-bottom: 1.5rem;
}
.second-cont ol.second-cont_list_cookie li{
margin-bottom: 1.5rem;
}
.second-cont ol.second-cont_list_cookie li ol li{
margin-bottom: 0;
}
@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: 3rem;
}
.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;
}
} .product-cont_lead {
margin-bottom: 1rem;
font-size: 1.4rem;
text-align: center;
font-weight: normal;
}
.product-cont_item {
margin-bottom: 3rem !important;
margin-left: 0 !important;
}
.product-cont_inner {
padding-top: 3rem;
padding-bottom: 3rem;
text-align: center;
}
.product-cont_inner.inner01 {
background-color: #ff8543;
}
.product-cont_inner.inner01 img {
width: 60%;
max-width: 256px;
height: auto;
}
.product-cont_inner.inner02 {
background-color: #344254;
}
.product-cont_inner.inner02 img {
width: 60%;
max-width: 261px;
height: auto;
}
.product-cont_ttl {
margin-bottom: 1rem;
}
.product-cont_txt {
color: #fff;
font-size: 1.3rem;
margin-bottom: 1.5rem;
}
.product-cont_link a {
display: block;
width: 80%;
max-width: 250px;
margin: auto;
padding: 0.8rem 1rem;
color: #fff;
border: 1px solid #fff;
font-size: 1.4rem;
position: relative;
line-height: 1.4;
}
.product-cont_link a:after {
display: block;
content: "";
position: absolute;
top: 50%;
transform: translate(0, -50%);
right: 11%;
width: 15px;
height: 15px;
background: url(https://universal-knowledge.co.jp/wp-content/uploads/2021/02/icon-blank_wh.png) no-repeat;
background-size: contain;
}
@media only screen and (min-width: 768px) {
.product-cont {
padding-top: 0;
}
.product-cont_lead {
margin-bottom: 3rem;
font-size: 1.6rem;
}
.product-cont_list {
max-width: 860px;
margin: 0 auto !important;
padding-top: 0;
}
.product-cont_item {
padding-left: 2rem;
padding-right: 2rem;
}
.product-cont_inner {
padding-top: 4.5rem;
padding-bottom: 4rem;
}
.product-cont_inner.inner01 img {
width: 80%;
}
.product-cont_inner.inner02 img {
width: 80%;
}
.product-cont_ttl {
margin-bottom: 3rem;
}
.product-cont_txt {
margin-bottom: 3.5rem;
font-size: 1.4rem;
}
.product-cont_link a {
max-width: inherit;
padding: 1rem 1rem;
font-size: 1.6rem;
line-height: 1.7;
}
}
@media only screen and (min-width: 992px) {
.product-cont_lead {
font-size: 1.8rem;
}
.product-cont_txt {
font-size: 1.6rem;
}
.product-cont_link a {
font-size: 1.7rem;
}
} .company-cont_item {
margin-bottom: 3rem !important;
font-size: 1.4rem;
text-align: center;
margin-left: 0 !important;
}
.company-cont_img {
margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
.company-cont_item {
margin-bottom: 6rem !important;
font-size: 1.4rem;
}
}
@media only screen and (min-width: 768px) {
.company-cont_item {
font-size: 1.6rem;
}
} .officer-cont_item {
width: 90%;
max-width: 800px;
padding-top: 2rem;
margin: 0 auto 5rem;
}
.officer-cont_item.item01 .en {
max-width: 137px;
height: auto;
}
.officer-cont_item.item02 .en {
max-width: 156px;
height: auto;
}
.officer-cont_item.item03 .en {
max-width: 130px;
height: auto;
}
.officer-cont_ttl {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
padding-left: 2rem;
margin-bottom: 3rem;
font-size: 1.9rem;
font-weight: normal;
position: relative;
}
.officer-cont_ttl:before {
content: "";
display: block;
position: absolute;
left: 0;
top: 50%;
transform: translate(0, -50%);
background-color: #ff8543;
width: 1px;
height: 100%;
}
.officer-cont_ttl .name {
margin-right: 1.5rem;
width: 100%;
margin-bottom: 1rem;
}
.officer-cont_ttl .position {
display: block;
padding-bottom: 0.5rem;
font-size: 1.4rem;
}
.officer-cont_img {
margin-bottom: 2rem;
text-align: center;
}
.officer-cont_img img {
max-width: 230px;
width: 100%;
}
.officer-cont .second-table {
max-width: 100%;
}
.officer-cont .second-table_item {
padding: 1rem 0;
}
.officer-cont .second-table_ttl {
width: 16%;
}
.officer-cont .second-table_txt {
width: 84%;
}
@media only screen and (min-width: 768px) {
.officer-cont_item {
margin-bottom: 7rem;
}
.officer-cont_item.item01 .en {
max-width: 274px;
height: auto;
}
.officer-cont_item.item02 .en {
max-width: 311px;
height: auto;
}
.officer-cont_item.item03 .en {
max-width: 261px;
height: auto;
}
.officer-cont_ttl {
padding-left: 3rem;
margin-bottom: 4rem;
}
.officer-cont_ttl:before {
height: 90%;
}
.officer-cont_ttl .name {
margin-right: 1.5rem;
width: auto;
margin-bottom: 0;
}
.officer-cont_img {
text-align: left;
}
}
@media only screen and (min-width: 992px) {
.officer-cont_item {
margin-bottom: 10rem;
}
.officer-cont .second-table {
padding-left: 3rem;
margin: 0;
}
.officer-cont_ttl {
font-size: 2.2rem;
}
.officer-cont_ttl .name {
margin-right: 1.6rem;
}
} @media only screen and (min-width: 768px) {
.business-cont .product-cont_inner {
padding-top: 3rem;
padding-bottom: 3rem;
}
.business-cont .product-cont_ttl {
margin-bottom: 1rem;
}
.business-cont .product-cont_txt {
margin-bottom: 0;
font-size: 1.4rem;
}
}
@media only screen and (min-width: 992px) {
.business-cont .product-cont_txt {
font-size: 1.6rem;
}
} .message-cont_kv {
width: 100%;
height: 150px;
margin-bottom: 6rem;
position: relative;
background: url(https://universal-knowledge.co.jp/wp-content/uploads/2021/02/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://universal-knowledge.co.jp/wp-content/uploads/2021/02/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://universal-knowledge.co.jp/wp-content/uploads/2021/02/message-img03.jpg) no-repeat top center;
background-size: contain;
}
} .mission-cont_item.item01 {
padding-top: 6rem;
padding-bottom: 4rem;
background: url(https://universal-knowledge.co.jp/wp-content/uploads/2021/02/misshion-bg01.jpg) no-repeat center;
background-size: cover;
}
.mission-cont_item.item01 .mission-cont_ttl {
padding-bottom: 2.5rem;
margin-bottom: 2rem;
position: relative;
}
.mission-cont_item.item01 .mission-cont_ttl:after {
content: "";
position: absolute;
bottom: 0;
width: 70%;
height: 1px;
left: 0;
background-color: #fff;
}
.mission-cont_item.item01 .mission-cont_ttl img {
max-width: 180px;
}
.mission-cont_item.item01 .mission-cont_lead, .mission-cont_item.item01 .mission-cont_txt {
color: #fff;
}
.mission-cont_item.item02 {
padding-top: 6rem;
padding-bottom: 4rem;
background: url(https://universal-knowledge.co.jp/wp-content/uploads/2021/02/misshion-bg02.jpg) no-repeat center;
background-size: cover;
}
.mission-cont_item.item02 .mission-cont_ttl {
padding-bottom: 2.5rem;
margin-bottom: 2rem;
position: relative;
}
.mission-cont_item.item02 .mission-cont_ttl:after {
content: "";
position: absolute;
bottom: 0;
width: 70%;
height: 1px;
left: 0;
background-color: #000;
}
.mission-cont_item.item02 .mission-cont_ttl img {
max-width: 130px;
}
.mission-cont_item.item02 .mission-cont_lead, .mission-cont_item.item02 .mission-cont_txt {
color: #48484a;
}
.mission-cont_item.item02 .mission-cont_lead .en {
line-height: 1.1;
padding-top: 0.5rem;
}
.mission-cont_lead {
margin-bottom: 1.5rem;
font-size: 2rem;
line-height: 1.3;
}
.mission-cont_lead .en {
display: block;
font-size: 2.5rem;
line-height: 1.1;
font-weight: 500;
}
.mission-cont_txt {
font-size: 1.3rem;
line-height: 1.5;
}
@media only screen and (min-width: 768px) {
.mission-cont_item.item01 {
padding-top: 13rem;
padding-bottom: 16rem;
}
.mission-cont_item.item01 .mission-cont_ttl {
display: flex;
justify-content: flex-end;
align-items: flex-end;
padding-bottom: 3.9rem;
margin-bottom: 3rem;
position: relative;
}
.mission-cont_item.item01 .mission-cont_ttl:after {
content: "";
position: absolute;
bottom: 0;
max-width: 420px;
height: 1px;
right: 0;
left: inherit;
background-color: #fff;
}
.mission-cont_item.item01 .mission-cont_ttl img {
max-width: 290px;
}
.mission-cont_item.item01 .mission-cont_lead, .mission-cont_item.item01 .mission-cont_txt {
text-align: right;
}
.mission-cont_item.item02 {
padding-top: 26rem;
padding-bottom: 9rem;
}
.mission-cont_item.item02 .mission-cont_ttl {
display: flex;
justify-content: flex-start;
align-items: flex-end;
padding-bottom: 4rem;
margin-bottom: 3rem;
position: relative;
}
.mission-cont_item.item02 .mission-cont_ttl:after {
content: "";
position: absolute;
bottom: 0;
max-width: 420px;
height: 1px;
left: 0;
background-color: #000;
}
.mission-cont_item.item02 .mission-cont_ttl img {
max-width: 201px;
}
.mission-cont_item.item02 .mission-cont_lead .en {
padding-top: 1.4rem;
}
.mission-cont_lead {
margin-bottom: 3.4rem;
font-size: 3rem;
line-height: 1.3;
}
.mission-cont_lead .en {
display: block;
font-size: 4rem;
line-height: 1.1;
padding-top: 0.5rem;
}
.mission-cont_txt {
font-size: 1.6rem;
line-height: 1.5;
}
}
@media only screen and (min-width: 992px) {
.mission-cont .container {
max-width: 800px;
}
} .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 {
background-color: #fafafa;
padding: 2.5rem;
}
.contact-cont .contact-cont_list2 {
background-color: #fafafa;
padding: 2.5rem;
}
.contact-cont_note {
margin-bottom: 1.5rem;
}
.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_txt {
margin-bottom: 1.5rem;
text-align: left;
font-size: 1.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;
}
.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;
}
.pagetext{
display: none;
}
.mw_wp_form_confirm .pagetext{
display: block;
}
.mw_wp_form_confirm .contact-cont_note{
display: none;
}
.mw_wp_form_complete{
width: 960px;
}
.mw_wp_form_complete p{
padding: 5.5rem;
}
@media only screen and (min-width: 768px) {
.contact-cont .mw_wp_form {
padding: 5.5rem;
}
.contact-cont_item {
margin-bottom: 2rem;
}
.contact-cont_txt {
text-align: center;
}
}
@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_txt {
margin-bottom: 2rem;
font-size: 1.6rem;
}
.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;
}
}
@media (min-width: 768px)
.top-kv_img img {
   margin: 0 auto!important;
}
.mission-cont_item.item01 {
background: url(https://universal-knowledge.co.jp/wp-content/uploads/2021/06/misshion-bg01-7.jpg) no-repeat left;
background-size: cover;
}
@media only screen and (min-width: 768px){
.mission-cont_item.item01 {
background: url(https://universal-knowledge.co.jp/wp-content/uploads/2021/06/misshion-bg01-6.jpg) no-repeat center;
background-size: cover;
}
}
.mission-cont_item.item01 .mission-cont_ttl:after {
background-color: #48484a;
}
@media only screen and (min-width: 768px){
.mission-cont_item.item01 .mission-cont_ttl:after {
background-color: #48484a;
}
}
.mission-cont_item.item01 .mission-cont_lead, .mission-cont_item.item01 .mission-cont_txt {
color: #48484a;
}  #talk #contents {
margin-top: 90px;
}
#subpage-header .page-title {
margin-bottom: 40px;
font-size: 192.85714%;
font-weight: 200;
letter-spacing: .05em;
color: #ff9022;
font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
text-align: left;
height: auto;
}
.single .talk #contents {margin-top: 90px;}
@media only screen and (max-width: 960px) {
.single .talk #contents {margin-top: 30px;}
} #talk .social,
.single .talk .social {
margin: 20px 0 0;
text-align: right;
}
#talk .social li,
.single .talk .social li {
display: inline-block;
padding-left: 10px;
line-height: 0.5;
} .talk-grid {
width: 300px;
height: 360px;
float: left;
margin-right: 40px;
margin-bottom: 20px;
}
.talk-grid:nth-child(3n+1) {
margin-right: 0px;
}
.talk-grid .talk-thumbnail {
border-left: 4px solid #FE9400;
box-sizing: border-box;
}
.talk-grid .talk-thumbnail img {width: 100%;}
.talk-grid .title2 {
margin: 0px 0 0 4px;
font-size: 15px;
letter-spacing: 0.04em;
line-height: 1.56;
}
.talk-grid .title {
margin: 4px 0 0 4px;
color: #FE9400;
font-size: 18px;
letter-spacing: 0.04em;
line-height: 1.86;
}
.talk-grid .name2 {
margin-top: 4px;
font-size: 17px;
margin-left: 4px;
line-height: 1.56;
}
.talk-grid a{
color:#333;
}
.talk-grid .orn{
color:#FE9400;
font-size: 15px;
font-weight: bold;
}
.talk-grid .name {
font-size: 15px;
margin-left: 4px;
}
.talk-grid .date {
text-align: right;
font-size: 12px;
}
#talk-sub a{
color:#333;
}
@media only screen and (max-width: 1080px) {
.talk-grid {
width: 31.333%;
margin-right: 3%;
}
}
@media only screen and (max-width: 820px) {
.talk-grid {
width: 48.5%;
margin-right: 3%;
height: inherit;
}
.talk-grid:nth-child(3n+1) {margin-right: 2%;}
.talk-grid:nth-child(2n+1) {margin-right: 0;}
}
@media only screen and (max-width: 768px) {
.talk-grid .name2 {font-size: 14px;}
}
@media only screen and (max-width: 600px) {
.talk-grid {
width: 100%;
margin-right: 0;
height: inherit;
}
.talk-grid:nth-child(3n+1) {margin-right: 0;}
} .talk-title { top: 78%;
font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
letter-spacing: .1em;
line-height: 1.56;
}
.talk-title .ui-inner {
display: table;
width: 100%;
}
.talk-title .title-head,
.talk-title .title-body {
vertical-align: middle;
}
.talk-title .title-head h1 {
font-size: 142.85714%;
color: #333;
font-weight: 400;
}
.talk-title .title-head h1 span {
display: block;
font-size: 55.0%;
font-weight: 600;
}
.talk-title .title-head .vol {
margin-top: 3px;
font-size: 171.42857%;
}
.talk-title .title-body {
padding: 8px 0px 70px 0px;
background: #fff;
color: #333;
text-align: left;
display: flex;
justify-content: space-between;
align-items: center;
}
.talk-title .title-body h2 {
font-size: 178.57143%;
font-weight: 400;
color: #fff;
}
.talk-title .title-body .data {
margin-top: 5px;
font-size: 92.85714%;
text-align: left;
}
.talk-title .title-body .data2 {
margin-top: 5px;
font-size: 20px;
text-align: left;
color:#333;
}
.talk-title .title-body .time { font-size: 85%;
text-align: right;
}
.title-head h1{
padding: 20px 0 8px;
border-bottom: 1px solid #ff9022;
}
@media only screen and (max-width: 960px) {
.talk-title .ui-inner {padding-left: 0;padding-right: 0;}
.talk-title {bottom: inherit;top: 100%;}
.talk-title .title-body h2 {font-size: 140.57143%;}
}
@media only screen and (max-width: 768px) {
.talk-title .ui-inner {display: block;width: 100%;}
.talk-title .title-head {display: block;width: 100%;padding: 7px;}
.talk-title .title-body {display: block;width: 100%;padding: 10px;}
.talk-title .title-head h1 {font-size: 119.857%;}
.talk-title .title-head h1 span {font-size: 51%;}
.talk-title .title-head .vol {margin-top: -2px;font-size: 154.429%;}
.talk-title .title-body h2 {font-size: 123.57143%;}
} .talk-profile {
overflow: hidden;
*zoom: 1;   color: #222;
line-height: 1.8;
padding-left: 0px;
}
.talk-profile p {
overflow: hidden;
}
.talk-profile .interviewee {
overflow: hidden;
*zoom: 1;
float: left;  margin-right: 20px; }
.talk-profile .interviewee .img {
float: left;
margin-right: 20px;
border-left: solid 0px #ff9022;
}
.talk-profile .interviewee .img img{
width: 320px;
}
.talk-profile .interviewee .company {
margin: 5px 0 15px 0;
}
.talk-profile .interviewee .SOYAMA {
margin: 5px 0 10px 0;
width: 210px;
}
.talk-profile .interviewee .name {
color: #ff9022;
font-size: 20px;
font-weight: bold;
}
.talk-profile .interviewee .name_en {
color: #ff9022;
}
.talk-profile .interviewee .name span {
font-size: 87.5%;
margin-left: .5em;
}
.talk-content .aligncenter{
display: inline-block;
}
@media only screen and (max-width: 960px) {
.talk-profile {padding-left: 0;}
.talk-profile .interviewee .img {width:50%;margin-right:2%;}
}
@media only screen and (max-width: 768px) {
.talk-profile .interviewee {padding-right: 0;margin-right: 0;}
.talk-profile .interviewee .img img{width: auto;max-width: 100%;}
}
@media only screen and (max-width: 440px) {
.talk-profile .interviewee .img {float: none;margin-right: 0;width: auto;}
} .talk-content {clear: both;}
.talk-content h3 {
padding: 0 0 1.5em ;  color: #ff9022;
font-size: 144%;
letter-spacing: 0.04em;
}
.talk-content h2 {
padding: 0.2em 0 0.2em 1em;
color: #ffffff;
font-size: 20px;
font-weight: normal;
background-color: #ff9022;
margin: 1.2em 0 1.2em 0;
}
.talk-content .article p{
float: left;
}
.talk-content div {
margin-bottom: 1.2em;
margin-left: 0px;
}
.talk-content p { display: inline-block;
}
.talk-content .talk-content {
display: inline-block;
width: 78%; 
vertical-align: top;
margin-left: 2%;
font-size: 16px;
line-height: 2;
}
.talk-content .talk-content img{
margin-top: 20px;
}
.talk-content p.pagenation {
margin-left: 100px;
color: #ff9022;
letter-spacing: 0.3em;
font-weight: bold;
font-size: 20px;
margin-bottom: 60px;
}
.talk-content p.pagenation a{
color: #ff9022;
padding: 6px 8px 6px 14px;
border: solid 1px #ff9022;
font-weight: normal;
}
.talk-content p.nextpage-link{
display: block;
}
.talk-content p.nextpage-link a{
color: #ff9022;
display: inline-block;
padding: 6px 8px 6px 8px;
border: solid 1px #ff9022;
}
.talk-page {
border: solid 2px #c0c0c0; padding: 1px 10px;
float: right;
display: inline-block;
min-width: 60px;
text-align: center;
font-size: 13px;
color: #333333;
margin-bottom: 17px;
} .talk-pagenavi {
text-align: center;
padding-top: 20px;
border-top: 1px solid #ccc;
}
.talk-pagenavi .pre {
display: inline-block;
margin-right: 480px;
}
.talk-pagenavi .next {
display: inline-block;
}
@media only screen and (max-width: 960px) {
.talk-content h3 {margin-left: 0;padding-left: 0;line-height: 1.5;}
.talk-content div {margin-left: 0;}
.talk-page {margin: 0 0 17px 92%;}
.talk-pagenavi .pre {margin-right: 30%;}
}
@media only screen and (max-width: 768px) {
.talk-content .talk-content {width: 86%;line-height: 1.8;}
.talk-content div {margin-bottom: 10px;}
.talk-page {margin: 0 0 17px 90%;}
.talk-pagenavi {margin-bottom: 20px;}
.talk-pagenavi .pre {margin-right: 80px;}
}
@media only screen and (max-width: 768px) {
.talk-page {margin: 0 0 17px 90%;}
}
.content-area.talk-con {
float: none;
width: 100%;
max-width: 1020px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
padding-top: 0px!important;
}
#main_uni {
float: left; width: 70%;
max-width: 655px;
text-align: left;
}
.side{
float: right;
display:block;
width: 26%;
}
.side #sub {
float: none; width: 100%;
max-width: 258px;
text-align: left;
}
@media only screen and (max-width: 960px) { }
#sub {
float: right; width: 26%;
max-width: 258px;
text-align: left;
}
@media only screen and (max-width: 768px) {
#main_uni {
width: 100%;
float: none; max-width: inherit;
text-align: left;
}
#sub {
width: 100%;
float: none;
max-width: 100%;
}
.side{
float: none;
display:block;
width: 100%;
margin-top:30px;
}
.side #sub {
max-width: 100%;
}
}
#sub .page-title {
margin-bottom: 20px;
padding: 15px 0;
border: solid 2px #ff9022;
border-right: none;
border-left: none;
color: #ff9022;
font-size: 142.85714%;
font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: 400;
text-align: center;
letter-spacing: .1em;
}
#sub .page-title a {
color: #ff9022;
}
#sub .local-nav {
margin: 0 2px;
font-size: 107.14286%;
line-height: 1.7;
}
#sub .local-nav li {
margin-top: 20px;
}
#sub .local-nav a {
text-decoration: underline;
color:#333;
}
#sub .local-nav a:hover {
text-decoration: none;
}
#sub .local-nav a span {
display: block;
margin: .3em 0 15px 0;
font-size: 80%;
font-weight: bold;
}
#sub .local-nav .local-nav-sub a {
text-decoration: none;
margin: .3em 0 0px 20px;
font-size: 80%;
font-weight: bold;
}
#sub .local-nav .local-nav-sub li {
margin-top: 0px;
}
#sub2 {
float: right; width: 26%;
max-width: 258px;
text-align: left;
}
@media only screen and (max-width: 768px) {
#sub2 {
width: 100%;
float: none;
max-width: inherit;
}
}
#sub2 .page-title {
margin-bottom: 20px;
padding: 15px 0;
border: solid 2px #A6A6A6;
border-right: none;
border-left: none;
color: #333;
font-size: 142.85714%;
font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: 400;
text-align: center;
letter-spacing: .1em;
}
#sub2 .page-title a {
color: #ff9022;
}
#sub2 .local-nav {
margin: 0 2px;
font-size: 107.14286%;
line-height: 1.7;
}
#sub2 .local-nav li {
margin-top: 20px;
}
#sub2 .local-nav a {
text-decoration: underline;
}
#sub2 .local-nav a:hover {
text-decoration: none;
}
#sub2 .local-nav a span {
display: inline-block;
margin: .3em 0 0px 20px;
font-size: 80%;
font-weight: bold;
}
#sub2 .local-nav span {
display: inline-block;
}
#sub2 ul.talk-nav li{
margin-top: 0px;
}
.site-footer {
background: #fff;
}