@charset "UTF-8";
 body.media {
font-size: 1.4rem;
line-height: 1.5;
}
@media screen and (max-width: 375px) {
body.media {
font-size: 1.3rem;
}
}
@media screen and (min-width: 769px) {
body.media {
font-size: 1.6rem;
}
}
.inlineblock {
display: inline-block;
}
@media screen and (max-width: 768px) {
.media__view-tb {
display: none;
}
}
@media screen and (max-width: 1300px) {
.media__view-pc {
display: none;
}
}
.media__wrapper {
width: 92%;
max-width: 1200px;
margin: auto;
}
.media__wrapper-s {
margin: auto;
width: min(94%, 950px);
padding: 25px 10px;
}
@media screen and (max-width: 960px){
.media__wrapper-s {
width: 100%;
margin: auto;
padding: 10px;
}
}
.media__img-fit {
width: 100%;
height: 100%;
object-fit: cover;
}
.media__p {
line-height: 2;
}
.media__btn {
background-color: #262161;
border-radius: 5px;
color: #fff;
font-weight: 700;
text-align: center;
display: inline-block;
padding: 1em 3em;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.media__btn:hover {
opacity: 0.8;
}
.media__sech {
margin-bottom: 1.6em;
line-height: 1.2;
text-align: center;
}
.media__sech-en {
color: #e3194c;
display: inline-block;
font-family: "Dela Gothic One", "Noto Sans JP", cursive;
padding: 0 1em;
position: relative;
z-index: 0;
}
.media__sech-en::before, .media__sech-en::after {
content: "";
display: block;
width: 0;
height: 1.3em;
position: absolute;
bottom: 0;
border-left: #e3194c 3px solid;
}
.media__sech-en::before {
left: 0;
transform: rotate(-25deg);
}
.media__sech-en::after {
right: 0;
transform: rotate(25deg);
}
.media__sech-ja {
color: #262161;
display: block;
font-size: 200%;
font-weight: 700;
}
.media__sech.left {
text-align: left;
}
.media__sec {
padding-bottom: clamp(3em, 5vw, 5em);
}
.media__sec:first-of-type {
padding-top: clamp(2em, 5vw, 4em);
}
.media__article {
background-color: #f4f4fa;
padding-top: 2em;
padding-bottom: 5em;
}
.media__article-more {
margin-top: 1.5em;
text-align: center;
}
.media__article-more .media__btn {
width: min(80vw, 20em);
padding-left: 0;
padding-right: 0;
}
@media screen and (min-width: 1301px) {
.media__article-more {
font-size: 112.5%;
}
} .media__header {
background-color: #fff;
border-bottom: #eee 1px solid;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 5998;
}
.media__header-logo {
padding: 1rem 0;
width: min(50%, 150px);
}
.media__header-nav {
display: none;
}
.media__header-menu {
position: fixed;
top: 0.7rem;
right: 5%;
z-index: 3;
}
@media screen and (min-width: 1301px) {
.media__header .media__wrapper {
display: flex;
justify-content: space-between;
}
.media__header-menu {
display: none;
}
.media__header-logo {
padding: 2rem 0;
width: min(20vw, 250px);
}
.media__header-nav {
display: flex;
gap: 2em;
font-weight: 700;
padding-bottom: 1.5rem;
}
.media__header-nav ul {
display: flex;
align-items: center;
gap: 2em;
padding-top: 1rem;
}
.media__header-nav ul a {
color: #121212;
position: relative;
z-index: 0;
}
.media__header-nav ul a::before {
content: "";
display: block;
position: absolute;
bottom: -2px;
left: 0;
background-color: #262161;
width: 0;
height: 2px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.media__header-nav ul a:hover::before {
width: 100%;
}
.media__header-btns {
display: flex;
gap: 1px;
}
.media__header-btns a {
display: flex;
justify-content: center;
align-items: center;
color: #fff;
text-align: center;
width: 9em;
border-radius: 0 0 5px 5px;
padding: 0.5em;
}
.media__header-btns a.official {
background-color: #262161;
}
.media__header-btns a.line {
background-color: #00c34d;
}
} .media__drawer-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 6001;
}
.drawer-overlay {
background-color: rgba(0, 0, 0, 0.8);
z-index: 5999;
height: 100%;
top: 0px;
}
.drawer-open .header__hamburger::before {
background-color: #fff;
transform: rotate(45deg);
bottom: 0;
top: 0;
margin: auto 0;
}
.drawer-open .header__hamburger::after {
background-color: #fff;
transform: rotate(-45deg);
bottom: 0;
top: 0;
margin: auto 0;
}
.drawer-open .header__hamburger span {
opacity: 0;
}
.drawer--right .drawer-nav {
right: -320px;
}
.media__drawer {
background-color: #262161;
width: min(80%, 320px);
}
.media__drawer-content {
padding-top: 51px;
}
.media__drawer-list {
margin-bottom: 2em;
}
.media__drawer-list a {
color: #fff;
display: block;
}
.media__drawer-list a::before {
content: "\f105";
font-family: "Font Awesome 6 Free";
font-weight: 900;
padding-right: 0.5em;
}
.media__drawer-item {
border-top: #262161 1px solid;
}
.media__drawer-item > a {
background-color: #4139b1;
font-weight: 700;
padding: 0.7em 1em;
}
.media__drawer-lower {
font-size: 87.5%;
}
.media__drawer-lower li:not(:first-child) {
border-top: #46427d 1px solid;
}
.media__drawer-lower a {
padding: 0.6em 1em 0.6em 2.5em;
}
.media__drawer-sub {
border-top: #262161 1px solid;
}
.media__drawer-sub > a {
background-color: #46427d;
padding: 0.4em 1em;
}
.media__drawer-btn {
margin: auto;
width: 80%;
}
.media__drawer-btn .media__btn {
display: block;
margin-top: 1rem;
}
.media__drawer-btn .media__btn.official {
background-color: #e3194c;
}
.media__drawer-btn .media__btn.line {
background-color: #00c34d;
} .media__footer {
padding: 3em 0 2em;
}
.media__footer .media__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 1.5em 4%;
}
.media__footer-add {
text-align: center;
width: 100%;
}
.media__footer-logo {
margin: 0 auto 1em;
width: min(250px, 45%);
}
.media__footer-line a {
background-color: #00c34d;
font-size: 87.5%;
padding-top: 0.6em;
padding-bottom: 0.6em;
}
.media__footer-navs {
width: 100%;
}
.media__footer-copy {
color: #858495;
font-size: 1rem;
text-align: center;
width: 100%;
}
@media screen and (max-width: 768px) {
.media__footer-nav {
border-top: #eee 1px solid;
font-size: 87.5%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 400px;
margin: auto;
}
.media__footer-nav li {
border-bottom: #eee 1px solid;
width: 50%;
}
.media__footer-nav li::before {
content: "\f105";
color: #858495;
font-family: "Font Awesome 6 Free";
font-weight: 900;
display: inline-block;
padding-right: 0.3em;
}
.media__footer-nav li a {
display: inline-block;
padding: 0.3em 0;
}
.media__footer-nav.theme {
display: none;
}
}
@media screen and (min-width: 769px) {
.media__footer-add {
width: auto;
}
.media__footer-logo {
width: 250px;
}
.media__footer-navs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
gap: 2em;
width: auto;
}
.media__footer-nav {
font-size: 87.5%;
}
.media__footer-nav li {
margin-bottom: 0.4em;
}
.media__footer-nav.theme ul {
column-count: 2;
width: fit-content;
column-gap: 2em;
}
.media__footer-navh {
color: #262161;
font-weight: 700;
margin-bottom: 0.4em;
}
.media__footer-nav a:hover {
text-decoration: underline;
}
.media__footer-copy {
font-size: 1.2rem;
text-align: left;
}
}
@media screen and (min-width: 1301px) {
.media__footer-navs {
gap: 3em;
}
.media__footer-nav {
font-size: 100%;
}
} .media__crumbs {
background-color: #d7d6e2;
color: #121212;
font-size: 87.5%;
}
.media__crumbs .media__wrapper {
padding: 0.8em 0;
}
.media__crumbs-item {
display: inline;
}
.media__crumbs-item a {
color: #121212;
}
.media__crumbs-item a:hover {
text-decoration: underline;
}
.media__crumbs-item:not(:first-child)::before {
content: "\f105";
color: #858495;
font-family: "Font Awesome 6 Free";
font-weight: 900;
display: inline-block;
padding: 0 1em;
}
@media screen and (max-width: 768px) {
.media__crumbs .media__wrapper {
white-space: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
} .media__article-thumb {
aspect-ratio: 720/550;
overflow: hidden;
}
.media__article-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 0 1em;
}
.media__article-date {
color: #858495;
font-size: 87.5%;
font-weight: 700;
display: inline-block;
padding-left: 0.6em;
position: relative;
z-index: 0;
}
.media__article-date::before {
content: "";
display: block;
position: absolute;
top: calc(50% - 0.5em);
left: 0;
width: 0;
height: 1em;
border-left: #e3194c 2px solid;
}
.media__article-cat {
border: #9a91ff 1px solid;
display: inline-block;
padding: 0 0.3em;
color: #9a91ff;
font-size: 75%;
}
.media__article-ttl {
display: block;
font-size: 125%;
font-weight: 700;
}
.media__article-box {
background-color: #fff;
border-radius: 5px;
}
.media__article-post {
line-height: 1.75;
}
.media__article-post a {
color: #004bb1;
}
table .media__article-post p {
margin-bottom: 0;
}
.media__article-post p {
margin-bottom: 1.3125em;
}
.media__article-post h1,
.media__article-post h2,
.media__article-post h3,
.media__article-post h4,
.media__article-post h5,
.media__article-post h6 {
clear: both;
}
.media__article-post h1, .media__article-post h2 {
margin: 2em 3px 1em 0;
padding: 0.5em 0.8em;
line-height: 1.25;
font-size: 2rem;
font-weight: bold;
color: #fff;
position: relative;
z-index: 0;
}
.media__article-post h1::before, .media__article-post h2::before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 4px;
left: 3px;
background-color: #e3194c;
}
.media__article-post h1::after, .media__article-post h2::after {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #262161;
}
@media screen and (min-width: 769px) {
.media__article-post h1, .media__article-post h2 {
font-size: 2.2rem;
}
}
.media__article-post h3 {
position: relative;
margin: 1em 0 0.5em;
padding-bottom: 0.4em;
padding-left: 1.5em;
line-height: 1.4;
font-size: 2rem;
font-weight: bold;
color: #262161;
border-bottom: 5px solid #4139b1;
}
.media__article-post h3::before {
content: "\f0e7";
font-family: "Font Awesome 6 Free";
font-size: 125%;
font-weight: 900;
color: #e3194c;
position: absolute;
top: calc(50% - 0.8em);
left: 0;
}
@media screen and (min-width: 769px) {
.media__article-post h3 {
margin: 2em 0 1em;
font-size: 2.2rem;
}
}
.media__article-post h4 {
margin: 1em 0 0.5em;
padding: 0.5em 1em;
line-height: 1.4;
font-size: 1.8rem;
font-weight: bold;
border-bottom: 5px solid #4139b1;
background-color: #ebeeff;
color: #262161;
}
@media screen and (min-width: 769px) {
.media__article-post h4 {
margin: 2em 0 1em;
font-size: 2rem;
}
}
.media__article-post h5 {
margin: 1em 0 0.5em;
padding: 0.5em 1em;
line-height: 1.4;
font-size: 1.6rem;
font-weight: bold;
border-bottom: 3px solid #4139b1;
color: #262161;
}
@media screen and (min-width: 769px) {
.media__article-post h5 {
margin: 2em 0 1em;
font-size: 1.8rem;
}
}
.media__article-post h6 {
position: relative;
padding: 0.5em 1.2em;
margin: 1em 0 0.5em;
line-height: 1.4;
font-size: 1.6rem;
font-weight: bold;
border-bottom: 3px solid #9a91ff;
color: #4139b1;
}
.media__article-post h6::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 3px;
width: 0;
height: 0;
margin: auto;
border-style: solid;
border-width: 5px 0 5px 8px;
border-color: transparent transparent transparent #9a91ff;
}
@media screen and (min-width: 769px) {
.media__article-post h6 {
margin: 2em 0 1em;
font-size: 1.8rem;
}
}
.media__article-post img {
margin-bottom: 1em;
}
.media__article-post table {
margin-bottom: 2em;
}
.media__article-post table td,
.media__article-post table th {
padding: 0.6em 1em;
line-height: 2;
border: 1px solid #ccc;
}
.media__article-post table th {
font-weight: normal;
background: #f2f2f2;
}
.media__article-post blockquote {
margin: 0 0 1.5em 0;
padding: 27px 30px 1px;
background: #f2f2f2;
border-radius: 5px;
position: relative;
}
.media__article-post blockquote::before {
content: '"';
font-style: italic;
font-size: 30px;
font-weight: normal;
line-height: 40px;
width: 30px;
height: 30px;
position: absolute;
top: 5px;
left: 10px;
color: #999;
}
.media__article-post blockquote::after {
content: '"';
font-style: italic;
font-size: 30px;
font-weight: normal;
text-align: left;
line-height: 60px;
width: 30px;
height: 30px;
position: absolute;
bottom: 7px;
right: -2px;
color: #999;
}
.media__article-post li, .media__article-post dt, .media__article-post dd {
line-height: 2;
}
.media__article-post ul, .media__article-post ol, .media__article-post dl {
margin-bottom: 1.5em;
}
.media__article-post ol {
list-style: decimal outside none;
margin-left: 1.5em;
}
.media__article-post ul {
list-style: disc outside none;
margin-left: 1.3em;
}
.media__article-post li > ul,
.media__article-post li > ol {
margin-bottom: 0;
}
.media__article-post dt {
font-weight: bold;
}
.media__article-post dd {
margin-bottom: 1em;
}
.media__article-post pre {
margin-bottom: 2em;
line-height: 1.5;
background: #f2f2f2;
padding: 1em;
overflow: auto;
white-space: pre-wrap;
word-wrap: break-word;
}
.media__article-post img.aligncenter,
.media__article-post div.aligncenter {
display: block;
margin: 2em auto;
}
.media__article-post img.alignright,
.media__article-post div.alignright {
display: inline;
margin: 1em 0 2em 2em;
}
.media__article-post img.alignleft,
.media__article-post div.alignleft {
display: inline;
margin: 1em 2em 2em 0;
}
.media__article-post .wp-caption {
margin-bottom: 1.5em;
background: #fff;
border: 1px solid #ccc;
padding: 5px;
max-width: 100%;
border-radius: 5px;
}
.media__article-post .wp-caption-text {
text-align: center;
font-size: 81.25%;
font-style: italic;
line-height: 2;
margin: 0.7em auto;
}
.media__article-post .wp-caption img[class*=wp-image-] {
display: block;
margin: 0 auto;
}
.media__article-post .inlink {
margin: 2em 0;
text-align: center;
}
.media__article-post .inlink a {
display: block;
text-align: center;
padding: 0.6em 1.2em;
border-radius: 3px;
border: 1px solid #004bb1;
}
.media__article-kv {
font-size: 125%;
padding: 2em 0;
}
.media__article-kv .media__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 1em 4%;
}
.media__article-kv .media__article-thumb {
width: 100%;
}
.media__article-kv .media__article-txt {
width: 100%;
}
@media screen and (min-width: 769px) {
.media__article-kv .media__article-thumb {
width: 30%;
}
.media__article-kv .media__article-txt {
width: 66%;
}
}
@media screen and (min-width: 1301px) {
.media__article-kv {
padding: 3em 0;
}
.media__article-kv .media__article-ttl {
font-size: 150%;
margin-top: 0.5em;
}
}
.media__article-toc {
background-color: #f8f8ff;
border: #dfdfea 1px solid;
font-size: 87.5%;
padding: 1em;
margin-bottom: 3em;
}
.media__article-toc-header {
color: #262161;
font-size: 75%;
font-weight: 700;
margin-bottom: 0.5em;
}
.media__article-toc ol {
list-style: none;
margin-left: 0;
margin-bottom: 0;
}
.media__article-toc ol > li {
border-top: #e7e7f0 1px solid;
line-height: 1.5;
}
.media__article-toc ol > li > a {
color: #4f5c6d;
display: inline-block;
padding: 0.5em 0;
}
.media__article-toc ol > li > a::before {
content: "\f0da";
font-family: "Font Awesome 6 Free";
font-weight: 900;
padding-right: 0.5em;
}
@media screen and (min-width: 769px) {
.media__article-toc {
padding-left: 1.5em;
padding-right: 1.5em;
}
}
@media screen and (min-width: 1301px) {
.media__article-toc {
padding-left: 2em;
padding-right: 2em;
}
}
.media__article-share {
border: #9a91ff 5px solid;
margin-top: 3.5em;
padding: 1em;
}
.media__article-share .media__sech {
font-size: 75%;
}
.media__article-share .media__sech-ja {
font-size: min(5vw, 150%);
}
.media__article-share-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 0.8rem;
}
.media__article-share-list .media__view-tb {
padding-left: 0.5em;
}
.media__article-share-list .media__btn {
padding-left: 1em;
padding-right: 1em;
}
.media__article-share-list .line {
background-color: #06c755;
}
.media__article-share-list .twitter {
background-color: #1da1f2;
}
.media__article-share-list .fb {
background-color: #1778f2;
}
@media screen and (min-width: 769px) {
.media__article-share {
padding: 1.5em;
}
}
.media__article-related{
margin-top: 4em;
}  .media__article-list-anchor {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.18);
padding: 1em;
display: flex;
gap: 4%;
width: 100%;
transition: all 0.3s;
}
.media__article-list-anchor:hover {
opacity: 0.8;
}
.media__article-list .media__article-thumb {
width: 36%;
}
.media__article-list .media__article-txt {
width: 60%;
}
.media__article-list .media__article-ttl {
line-height: 1.2;
margin-top: 0.2em;
}
@media screen and (max-width: 374px) {
.media__article-list-thumb {
width: 32%;
}
.media__article-list-txt {
width: 64%;
}
}
@media screen and (max-width: 768px) {
.media__article-list .media__article-ttl {
font-size: 100%;
}
}
@media screen and (min-width: 769px) {
.media__article-list .media__article-ttl {
margin-top: 0.3em;
margin-bottom: 0.3em;
}
.media__article-list .media__article-ex {
display: block;
}
}
@media screen and (min-width: 1301px) {
.media__article-list .media__article-thumb {
width: 25%;
}
.media__article-list .media__article-txt {
width: 71%;
}
.media__article-list .media__article-ttl {
margin-top: 0.6em;
margin-bottom: 0.6em;
}
} .media__tag-list {
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 90%;
gap: 1rem;
}
.media__tag-list a {
background-color: #dfdff1;
border-radius: 2em;
color: #262161;
display: inline-block;
padding: 0.8em 1em;
transition: all 0.3s;
}
.media__tag-list a:hover {
opacity: 0.8;
}
@media screen and (min-width: 769px) {
.media__tag-list {
font-size: 100%;
}
} .media__pagenation {
text-align: center;
}
.wp-pagenavi {
margin-top: 3em;
}
.wp-pagenavi span,
.wp-pagenavi a {
display: inline-block;
border-radius: 5px;
border: #262161 2px solid;
line-height: 2;
width: 2.2em;
text-align: center;
margin: 0.3rem;
}
.wp-pagenavi a {
background-color: #262161;
color: #fff;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.wp-pagenavi a:hover {
opacity: 0.8;
}
.wp-pagenavi span {
color: #262161;
font-weight: 700;
} .media__home-kv {
background-image: url(//ageru-career.com/wp-content/themes/ageru-career-media/assets/img/media_fv-girl.png), url(//ageru-career.com/wp-content/themes/ageru-career-media/assets/img/media.png);
background-repeat: no-repeat,no-repeat;
background-position: calc(100% - 20%) calc(0% + 30px), center center;
background-size: auto 750px, cover;
width: 100%;
margin: 0 auto;
padding-top: 102px;
}
.media__home-kv .media__wrapper {
text-align: center;
}
.media__home-kv-copy {
color: #fff;
font-size: min(3.5vw, 2.8rem);
font-weight: 700;
margin-bottom: 0.8em;
}
.media__home-kv-copy-in {
display: inline-block;
padding: 0 0.2em;
position: relative;
z-index: 0;
}
.media__home-kv-copy-in::before {
content: "";
display: block;
width: 100%;
height: 1.2em;
position: absolute;
z-index: -1;
top: calc(50% - 0.6em);
left: 0;
background-color: #e3194c;
}
.media__home-kv-logo-in {
display: flex;
justify-content: center;
max-width: 60%;
margin-right: auto;
margin-left: 170px;
}
.media__home-pickup {
margin-bottom: 3em;
}
.media__home-pickup-box {
background-color: #f4f4fa;
padding: 2em 5%;
position: relative;
z-index: 0;
}
.media__home-pickup-list {
width: calc(90% - 6em);
margin: auto;
}
.media__home-pickup-next, .media__home-pickup-prev {
background-color: #262161;
border-radius: 2em;
color: #fff;
line-height: 2;
width: 2em;
text-align: center;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
display: block;
position: absolute;
top: calc(50% - 1em);
}
.media__home-pickup-next:hover, .media__home-pickup-prev:hover {
opacity: 0.8;
}
.media__home-pickup-next {
right: 5%;
}
.media__home-pickup-prev {
left: 5%;
}
.media__home-pickup-item .media__article-txt {
display: block;
font-size: 87.5%;
margin-top: 1rem;
}
.media__home-pickup-anchor {
background-color: #fff;
border-radius: 5px;
display: block;
padding: 1.5em;
}
@media screen and (max-width: 768px) {
.media__home-pickup .media__wrapper {
width: 100%;
}
.media__home-kv {
background-image: url(//ageru-career.com/wp-content/themes/ageru-career-media/assets/img/media_fv-girl-sp.png), url(//ageru-career.com/wp-content/themes/ageru-career-media/assets/img/media_sp.png);
background-repeat: no-repeat, no-repeat;
background-position: calc(100% - 18%) calc(0% + 6px), center center;
background-size: auto 560px, cover;
width: 100%;
margin: 0 auto;
padding-top: 62px;
}
.media__home-kv-logo-in {
display: flex;
justify-content: center;
max-width: 62%;
margin-right: auto;
margin-left: 0px;
}
}
@media screen and (min-width: 769px) {
.media__home-pickup {
margin-top: 1.5em;
}
.media__home-pickup-box {
padding: 2em;
}
.media__home-pickup-list {
width: calc(100% - 4em);
}
.media__home-pickup-next {
right: 1em;
}
.media__home-pickup-prev {
left: 1em;
}
.media__home-pickup-item .media__article-ex {
display: block;
margin-top: 1rem;
}
}
@media screen and (min-width: 1301px) {
.media__home-pickup-next, .media__home-pickup-prev {
display: none;
}
}
.media__home-more {
width: 94%;
margin: 0 auto;
max-width: 540px;
margin-top: 1.3em;
text-align: center;
background-color: #0e58c1;
padding: 12px;
border-radius: 16px;
}
.media__home-more a {
color:#fff;
font-weight: 700;
transition: all 0.3s;
}
.media__home-more a:hover {
opacity: 0.8;
}  .media__lower-kv {
background-color: #262161;
}
.media__lower-kv .media__wrapper {
width: 100%;
background-image: url(//ageru-career.com/wp-content/themes/ageru-career-media/assets/img/media/pict-general.jpg);
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
position: relative;
z-index: 0;
}
.media__lower-kv .media__wrapper::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-color: rgba(45, 40, 151, 0.6);
}
.media__lower-kv-in {
display: flex;
justify-content: center;
align-items: center;
min-height: 10em;
padding: 0 5%;
}
.media__lower-kv-ttl {
color: #fff;
font-size: 170%;
font-weight: 700;
text-align: center;
position: relative;
z-index: 1;
}
@media screen and (min-width: 769px) {
.media__lower-kv .media__wrapper {
width: min(90%, 1200px);
}
.media__lower-kv-in {
overflow: hidden;
position: relative;
z-index: 0;
}
.media__lower-kv-in::before, .media__lower-kv-in::after {
content: "";
display: block;
position: absolute;
bottom: 0;
z-index: 0;
width: 10em;
height: 100%;
background-color: #262161;
}
.media__lower-kv-in::before {
left: 0;
clip-path: polygon(0 0, 100% 0, 0 100%);
}
.media__lower-kv-in::after {
right: 0;
clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.media__lower-kv-ttl {
font-size: 200%;
}
}
@media screen and (min-width: 1301px) {
.media__lower-kv-ttl {
font-size: 300%;
}
}
.media__cat2 .media__lower-kv .media__wrapper {
background-image: url(//ageru-career.com/wp-content/themes/ageru-career-media/assets/img/media/pict-industry.jpg);
}
.media__cat3 .media__lower-kv .media__wrapper {
background-image: url(//ageru-career.com/wp-content/themes/ageru-career-media/assets/img/media/pict-counterplan.jpg);
}
.media__cat4 .media__lower-kv .media__wrapper {
background-image: url(//ageru-career.com/wp-content/themes/ageru-career-media/assets/img/media/pict-joining.jpg);
}
.media__cat5 .media__lower-kv .media__wrapper {
background-image: url(//ageru-career.com/wp-content/themes/ageru-career-media/assets/img/media/pict-jobchange.jpg);
}
.media__cat6 .media__lower-kv .media__wrapper {
background-image: url(//ageru-career.com/wp-content/themes/ageru-career-media/assets/img/media/pict-glossary.jpg);
}
.media__tag1 .media__lower-kv .media__wrapper {
background-image: url(//ageru-career.com/wp-content/themes/ageru-career-media/assets/img/media/pict-tag.jpg);
} .media__lower-lead {
display: flex;
flex-wrap: wrap;
gap: 4em 5em;
}
.media__lower-lead-header {
color: #262161;
font-size: 200%;
font-weight: 700;
position: relative;
z-index: 0;
width: 100%;
}
.media__lower-lead-header::before {
content: "";
display: block;
position: absolute;
bottom: -1em;
right: 0;
width: 100%;
height: 0;
border-top: #4139b1 2px solid;
}
.media__lower-lead-body {
width: 100%;
}
@media screen and (min-width: 1301px) {
.media__lower-lead-header {
width: calc((100% - 5em) * 0.4);
}
.media__lower-lead-header::before {
bottom: 0;
right: -1.25em;
width: 0;
height: 100%;
border-top: 0;
border-right: #4139b1 2px solid;
}
.media__lower-lead-body {
width: calc((100% - 5em) * 0.6);
}
} .media__catindex {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1em 1.3em;
}
.media__catindex-item {
width: 47%;
}
.media__catindex-item-20 {
width: 90%;
margin: 16px auto;
height: auto;
}
.media__catindex-anchor {
border-radius: 5px;
border: #9a91ff 3px solid;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
aspect-ratio: 2/1.1;
overflow: hidden;
position: relative;
z-index: 0;
}
.media__catindex-anchor02 {
border-radius: 5px;
border: #9a91ff 3px solid;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
aspect-ratio: 4/1;
overflow: hidden;
position: relative;
z-index: 0;
}
.media__catindex-anchor::before,.media__catindex-anchor02::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
z-index: -1;
transition: all 0.3s;
}
.media__catindex-anchor:hover::before ,.media__catindex-anchor02:hover::before {
background-color: rgba(154, 145, 255, 0.7);
}
.media__catindex-anchor > img ,.media__catindex-anchor02 > img {
position: absolute;
top: 0;
left: 0;
z-index: -2;
}
.media__catindex-arr {
display: block;
position: absolute;
bottom: 0;
right: 0;
z-index: 0;
background-color: #9a91ff;
color: #fff;
font-size: 1.5em;
line-height: 1;
height: 2em;
width: 2em;
padding: 1em 0 0 0.8em;
-webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.media__catindex-txt {
display: block;
}
.media__catindex-ttl {
color: #262161;
display: block;
font-size: min(5vw, 135%);
font-weight: 700;
}
.media__catindex-sub {
color: #262161;
display: block;
}
@media screen and (min-width: 769px) {
.media__catindex-item {
width: 21%;
}
.media__catindex {
display: flex;
flex-wrap: wrap;
gap: 1em;
}
}
@media screen and (min-width: 1301px) {
.media__catindex-anchor {
aspect-ratio: 2/0.8;
}
} .media__catdesc {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
flex-direction: row-reverse;
gap: 1rem 4%;
padding: 0 1em 1em 1em;
position: relative;
z-index: 0;
}
.media__catdesc::before {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
width: 100%;
height: calc(100% - 1.5em);
background-color: #fff;
}
.media__catdesc-sec:not(:first-child) {
margin-top: 4em;
}
.media__catdesc-thumb {
aspect-ratio: 16/9;
overflow: hidden;
width: 80%;
}
.media__catdesc-txt {
width: 100%;
}
.media__catdesc-header {
font-weight: 700;
margin-bottom: 0.8em;
}
.media__catdesc-header-sub {
padding-right: 0.5em;
}
.media__catdesc-header-main {
color: #e3194c;
font-size: 200%;
}
.media__catdesc-sech {
margin: 1em 0 0.5em;
}
.media__catdesc-sech .media__sech-ja {
font-size: 150%;
}
@media screen and (min-width: 769px) {
.media__catdesc {
padding: 0 0 2em 0;
}
.media__catdesc::before {
width: calc(100% - 2em);
height: calc(100% - 2em);
}
.media__catdesc-thumb {
width: 48%;
}
.media__catdesc-txt {
padding: 4em 0 0 2em;
width: 48%;
}
.media__catdesc-sech {
display: flex;
align-items: center; 
gap: 0 1rem;
}
} .media__front {
margin-top: 5em;
}
.media__front-list {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1.5rem;
margin: 3rem auto 2rem;
font-size: 1.2rem;
}
.media__front-list-item {
width: 90%;
}
.media__front-list-anchor {
display: block;
background-color: #fff;
border-radius: 5px;
height: 100%;
padding: 1rem;
}
.media__front-list .media__article-thumb {
margin-bottom: 1rem;
}
.media__front-more {
text-align: center;
font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
.media__front-list {
font-size: 1.4rem;
margin: 3rem auto 4rem;
}
.media__front-list-item {
width: calc((100% - 2em) / 3);
}
.media__front-list-anchor {
padding: 1.5rem;
}
.media__front-list .media__article-ex {
display: block;
margin-top: 0.6em;
font-size: 87.5%;
}
.media__front-more {
font-size: 1.6rem;
}
}
@media screen and (min-width: 1301px) {
.media__front-list-anchor {
padding: 2rem;
}
.media__front-list .media__article-ex {
font-size: 92%;
}
} .news_data-list {
width: 100%;
max-width: 90%;
margin: 0 auto;
margin-top: 24px;
margin-bottom: 34px;
}
.data-link {
align-items: center;
border-bottom: 2px solid #d7d7d7;
display: flex;
padding: 12px 0 8px 0;
}
.news_date {
color: #e3194c;
font-size: 700;
flex-shrink: 0;
font-size: 14px;
font-weight: 700;
margin-left: 10px;
}
.news_title {
color: #262161;
font-weight: 700;
flex-grow: 1;
font-size: 14px;
line-height: 19px;
margin-left: 18px;
}
.author_wrap {
width: 100%;
max-width: 920px;
margin: 0 auto;
display: flex;
margin-top: 60px;
padding: 20px;
background-color: #fbfaff;
line-height: 13px;
}
.author-line {
border-style: dashed;
border-width: 2px;
border-color: #a077f2;
}
.author-inner {
display: flex;
justify-content: center;
}
.author-header {
margin-right: 32px;
}
.author-image {
width: 100%;
max-width: 200px;
}
.author-image img {
width: 100%;
height: auto;
}
.author-profile strong {
font-size: 18px;
font-weight: 700;
padding-right: 12px;
}
.author-profile p {
margin: 0px;
margin-top: 14px;
font-size: 15px;
line-height: 1.6;
}
.author-profile p:first-child {
margin-top: 0px;
}
.conter{
width: 100%;
max-width: 96%;
margin: 0 auto;
} @media screen and (max-width: 650px) {
.author-inner {
flex-direction: column;
justify-content: center;
align-items: center;
gap: 12px;
}
.author_wrap {
padding: 16px;
}
.author-header {
margin-right: 0px;
}
}   .post_content {
margin: 0 0 2em 0;
}
.media_cap--wrap {
width: 100%;
max-width: min(100% - 3em, 90%, 950px);
background-color: #fafafa;
margin: 0 auto;
}
.media_cta--copy {
text-align: center;
color: #333;
font-weight: 700;
margin: 0;
font-size: 15px;
padding-top: 20px;
}
.media_cta--wrap {
margin: .5em auto 0;
display: flex;
justify-content: center;
min-width: 80%;
}
.media_cta--txt {
text-align: center;
background-color: #E3194D;
padding: 1em 1.5em;
border-radius: 48px;
text-decoration: none;
color: #fff;
font-weight: 700;
min-width: 80%;
}
.wp-block-columns-stax {
display: flex;
align-items: center;
padding: 1em ;
background-color: #fefeff;
border: 2px #262161 solid;
}
.wp-block-columns-stax img {
border: 5px #0b18d2 double;
width: 100%;
}
.media_cap--box-ttl {
background-color: #262161;
display: flex;
align-items: center;
justify-content: center;
line-height: 1.5;
margin-bottom: 0;
padding: .5em;
text-emphasis: center;
color: #fff;
font-weight: 700;
}
.media_cap--txt p {
text-align: center;
line-height: 1.7
}
.wp-block-file__button {
background: #32373c;
border-radius: 8px;
color: #fff;
font-size: inherit;
padding: .75em 1.5em
}
.wp-block-file__button:before {
content: "\e914";
display: inline-block;
font-family: icomoon;
margin-right: .5em
}
.wp-block-gallery .blocks-gallery-grid {
padding: 0;
width: 100%
}
.wp-block-gallery .blocks-gallery-item {
padding: 0
}
.wp-block-gallery figure {
margin: 0
}
.widget_recent_entries a,.wp-block-latest-posts a {
text-decoration: none
}
.wp-block-latest-posts li:after {
clear: both;
content: "";
display: block;
height: 0;
visibility: hidden
}
.wp-block-latest-posts:not(.is-grid) {
border-top: 1px solid var(--color_border)
}
.wp-block-latest-posts:not(.is-grid) li {
border-bottom: 1px solid var(--color_border);
padding: 1em 0
}
.widget_recent_entries li {
border-bottom: 1px solid var(--color_border);
margin: 0
}
.widget_recent_entries a {
color: inherit;
display: block;
line-height: 1.4;
padding: .75em .5em
}
.widget_recent_entries a:hover {
background-color: var(--swl-color_hov_gray)
}
.recent_entries_date {
display: block;
margin-top: 2px
}
@media screen and (max-width: 745px) {
.wp-block-columns-stax {
flex-direction: column;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 12px;
}
.wp-block-columns-stax img {
max-width: 90%;
display: block;
margin: 0 auto;
}
}  .shine-button { text-align: center; display: block; border-radius: 100px; cursor: pointer;  position: relative; overflow:hidden; } .shine-button a {
display: block; width: 100%; max-width: 80%;
margin: 0 auto;
color: white; text-decoration:none; }  .shine-button::before {
content: ""; position: absolute; display: block; background: linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,0.9)); width: 50px; height: 50px; top: -60px; left: -60px;  animation-name:shine-run; animation-delay:0s; animation-duration: 3s; animation-timing-function: ease-in; animation-iteration-count: infinite; } @keyframes shine-run {
0% {
transform: scale(0) rotate(50deg); opacity: 0; }
40% {
transform: scale(1) rotate(50deg); opacity: 1; }
100% {
transform: scale(250) rotate(50deg); opacity: 0; }
}
.baloon_right,.baloon_left {  position: relative;  overflow: hidden;  margin:20px 0px 0px 0px;}
.baloon_left .name{  margin: 0px 0px -10px 50px;  font-size: 13px;  font-weight: 700;}
.name p{  margin: 0px;}
.baloon_right .name{  text-align:right;  margin: 0px 50px -10px 0px;  font-size: 13px;  font-weight: 700;}
.balloon1{  position: relative;  padding: 20px 20px 0;  color: #000000;  background-color: #fff;  margin: 10px 0px 10px 53px;  border: solid 1px #dcdcdc;  font-size: 1.5rem; } .baloon_left .icon{  position:absolute;  margin: 0px 0px 0px 0px;}
.baloon_right .icon{  position: absolute;  right:0;}
.icon img{  width:40px;} .balloon1::before{  content: '';  position: absolute;  display: block;  width: 0;  height: 0;  left: -15px;  top: -1px;  border-right: 15px solid #dcdcdc;  border-top: 0px solid transparent;  border-bottom: 15px solid transparent;}
.balloon1::after{  content: '';  position: absolute;  display: block;  width: 0;  height: 0;  left: -12px;  top: 0px;  border-right: 15px solid #ffffff;  border-top: 0px solid transparent;  border-bottom: 15px solid transparent;} .balloon2{  position: relative;  padding: 20px 20px 0;  color: #000000;  background-color: #fff;  margin: 10px 53px 10px 0px;  border: solid 1px #dcdcdc;  font-size: 1.5rem; } .balloon2 .icon{  position: absolute;  right: -110px;  top: 0;} .balloon2::before{  content: '';  position: absolute;  display: block;  width: 0;  height: 0;  right: -15px;  top: -1px;  border-left: 15px solid #dcdcdc;  border-top: 0px solid transparent;  border-bottom: 15px solid transparent;}
.balloon2::after{  content: '';  position: absolute;  display: block;  width: 0;  height: 0;  right: -12px;  top: 0px;  border-left: 15px solid #ffffff;  border-top: 0px solid transparent;  border-bottom: 15px solid transparent;}
.balloon1 ol,.ballon1 ul,.balloon2 ol,.ballon2 ul{  margin: 24px 0px 24px 1.5em;}
.cta-sindan {
animation: breath-bounce 2.6s ease-in-out infinite;
background-color: #f92f59;
border: 2px solid rgba(0, 0, 0, 0);
padding: 12px 24px;
position: relative;
cursor: pointer;
border-radius: 16px;
display: flex;
font-weight: 700;
-webkit-transition: 0.3s;
transition: 0.3s;
max-width: 80%;
margin: 0px auto;
justify-content: center;
}
.cta-sindan a {
font-size: 24px;
text-decoration: none;
text-align: center;
color: #fff!important;
}
.sindan-strong {
font-weight: 700;
line-height: 1;
font-size: 2.8rem;
color: #098a9f;
text-align: center;
line-height: 1.35;
margin-bottom: 5.6rem !important;
}
.sindan_ttl {
margin: 28px auto !important;
}
.sindan-dot{ 
position: relative; 
}
.sindan-dot::before{
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -20px; width: 6px; height: 6px; background: currentColor;
border-radius: 50%;
box-shadow:
0 10px 0 currentColor, 0 20px 0 currentColor; opacity: .75;
}
.media-img {
margin-bottom: 20px;
position:relative; 
overflow:hidden;
}
img .pc {
width: 85%; 
margin: 0 auto;
}
img .sp {
width: 100%;
}
@media (max-width: 768px){
.cta-sindan {
margin: 24px auto;
max-width: 98%;
padding: 10px;
}
.cta-sindan a {
font-size: 18px;
}
.sindan-strong {
max-width: 96%;
font-size: 1.65rem;
}
.media-img {
margin-bottom: 16px;
}
}
@media (max-width: 460px){
.media-img {
margin-bottom: 4px;
}
.sindan-strong {
max-width: 96%;
margin-bottom: 2.8rem !important;
}
.sindan_ttl {
margin-bottom: 0 !important;
}
}
@keyframes breath-bounce {
0%,62%   { transform: translateY(0) scale(1); }
30%      { transform: translateY(0) scale(1.045); } 72%      { transform: translateY(-7px) scale(1.02,.985); }
86%      { transform: translateY(0)  scale(.992,1.01); }
100%     { transform: translateY(0)  scale(1); }
}
.btn-gold{
position:relative; display:inline-block; min-height:48px;
border-radius:14px; font-weight:800; color:#2b1b00; text-align:center;
overflow:hidden;
}
.btn-gold--shine::after{ content:""; position:absolute; inset:-25% -120% -25% -120%;
background: linear-gradient(115deg, transparent 46%, rgba(255,255,255,.25) 50%,
rgba(255,255,255,.85) 52%, transparent 58%);
transform: translateX(-60%);
animation: gold-shine 3.2s ease-in-out infinite;
mix-blend-mode: screen; pointer-events:none;
}
@keyframes gold-shine{
0%,70% { transform: translateX(-60%) rotate(0.001deg); }
88%    { transform: translateX(60%); }
100%   { transform: translateX(60%); }
}
.brics {
width: 96%;
margin: 0 auto;
}
.brics p {
margin-bottom: 16px  !important;
}
.brics-list {
padding: 12px;
border: 1px solid #ffc7c7;
background-color: #f9f4ed;
margin-top: 44px;
}
.brics-list li {
text-decoration: none;
list-style: none;
}
table .media__article-post p {
margin-bottom: 0;
} .media__article-list-first {
display: flex;
gap: 16px;
}
.media__article-list-item {
padding-top: 6px;
padding-bottom: 6px;
} .media__article-list-first .media__article-list-item .media__article-list-anchor {
display: flex;
flex-direction: column; gap: 12px; } .media__article-thumb {
width: 100%;
display: block;
}
.media__article-thumb img {
width: 100%;
height: auto;
object-fit: cover;
border-radius: 8px; } .media__article-txt {
display: flex;
flex-direction: column;
gap: 6px;
} .media__article-info {
font-size: 14px;
color: #777;
display: flex;
align-items: center;
gap: 10px;
} .media__article-ttl {
font-size: 18px;
font-weight: 700;
line-height: 1.4;
display: -webkit-box;
-webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden;
} .media__article-ex {
font-size: 14px;
color: #555;
line-height: 1.6;
display: -webkit-box;
-webkit-line-clamp: 3; -webkit-box-orient: vertical;
overflow: hidden;
}
.media__article-first {
background-color: #fff;
} .media__article-list-first.swiper-wrapper {
display: flex; flex-wrap: nowrap; gap: 0;  list-style: none;
padding: 0;
margin: 0;
} .swiper-slide {
height: auto; } .media-slider-container .swiper-pagination {
position: relative;
margin-top: 20px;
bottom: 0;
}
.diagnosis-promo {
}
.iagnosis-promo__title {
}
.diagnosis-promo__text {
line-height: 1.7;
}
.diagnosis-promo__footer {
max-width: 100% !important;
margin: 20px !important;
position: relative;
background-color: #f92f59;
padding: 16px;
border-radius: 16px;
}
.diagnosis-promo__button {
font-size: 1.6rem;
line-height: 1.6;
right: 1rem;
margin: 0;
color: #fff !important;
text-align: center;
font-weight: 700;
display: block;
margin:  0 auto;
}