@charset "UTF-8";
 .sp-media_fv {
display: none;
}
.pc-media_fv {
display: block;
}
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;
}
.sp-media_fv {
display: block;
}
.pc-media_fv {
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;
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 {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
-webkit-column-gap: 2em;
-moz-column-gap: 2em;
column-gap: 2em;
}
.media__footer-navh {
color: #262161;
font-weight: 700;
margin-bottom: 0.4em;
}
.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: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-child/assets/img/media_fv-girl.png), url(//ageru-career.com/wp-content/themes/ageru-career-media-child/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-child/assets/img/media_fv-girl-sp.png), url(//ageru-career.com/wp-content/themes/ageru-career-media-child/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-child/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-child/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-child/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-child/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-child/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-child/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-child/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;
} .c-search{
display:flex;
align-items:center;
gap:10px;
width:min(720px, 100%);
margin: 0 auto;
padding: 64px 0;
} .c-search__label{
flex: 1;
display:block;
}
.c-search__input{
width:100%;
height:44px;
padding: 10px 12px;
border: 1px solid #ddd;
border-radius: 10px;
background:#fff;
color:#222;
font-size:16px; line-height:1;
outline:none;
transition: border-color .15s ease, box-shadow .15s ease;
}
.c-search__input:focus{
border-color:#999;
box-shadow: 0 0 0 3px rgba(0,0,0,.08);
} .c-search__btn{
height:44px;
padding: 0 16px;
border: 1px solid #2b30d1;
border-radius: 10px;
background:#2b30d1;
color:#fff;
font-size:15px;
font-weight:700;
cursor:pointer;
transition: transform .05s ease, opacity .15s ease;
}
.c-search__btn:hover{
opacity:.9;
}
.c-search__btn:active{
transform: translateY(1px);
} .c-search__input::-webkit-search-decoration,
.c-search__input::-webkit-search-cancel-button{
-webkit-appearance: none;
} @media (max-width: 520px){
.c-search{
flex-direction:column;
align-items:stretch;
gap:8px;
}
.c-search__btn{
width:100%;
}
} .u-sr-only{
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,0,0,0);
white-space:nowrap;
border:0;
} .c-searchform{
display:flex;
align-items:center;
gap:10px;
width:min(720px, 100%);
margin:0;
}
.c-searchform__label{
flex:1;
display:block;
}
.c-searchform__input{
width:100%;
height:44px;
padding:10px 12px;
border:1px solid #ddd;
border-radius:10px;
background:#fff;
color:#222;
font-size:16px;
line-height:1;
outline:none;
transition:border-color .15s ease, box-shadow .15s ease;
}
.c-searchform__input::placeholder{ color:#888; }
.c-searchform__input:focus{
border-color:#999;
box-shadow:0 0 0 3px rgba(0,0,0,.08);
}
.c-searchform__btn{
height:44px;
padding:0 16px;
border:1px solid #111;
border-radius:10px;
background:#111;
color:#fff;
font-size:15px;
font-weight:700;
cursor:pointer;
transition:transform .05s ease, opacity .15s ease;
}
.c-searchform__btn:hover{ opacity:.9; }
.c-searchform__btn:active{ transform:translateY(1px); } .c-searchform__input::-webkit-search-decoration,
.c-searchform__input::-webkit-search-cancel-button{
-webkit-appearance:none;
} @media (max-width:520px){
.c-searchform{
flex-direction:column;
align-items:stretch;
gap:8px;
}
.c-searchform__btn{
width:100%;
}
} .u-sr-only{
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,0,0,0);
white-space:nowrap;
border:0;
} .c-searchpage{
width: 100%;
margin: 0 auto;
max-width: 96%;
padding: 20px 0 40px;
}
.c-searchpage__label{
display:inline-block;
padding: 4px 10px;
border: 1px solid #ddd;
border-radius: 999px;
font-size: 12px;
color:#444;
background:#fff;
margin:0 0 10px;
}
.c-searchpage__title{
margin:0 0 6px;
font-size: 22px;
line-height: 1.3;
}
.c-searchpage__meta{
margin:0 0 14px;
color:#666;
font-size: 14px;
}
.c-searchpage__form{
margin-top: 10px;
} .c-searchform{
display:flex;
align-items:center;
gap:10px;
width: min(720px, 100%);
margin:0;
}
.c-searchform__label{
flex:1;
display:block;
}
.c-searchform__input{
width:100%;
height:44px;
padding:10px 12px;
border:1px solid #ddd;
border-radius:12px;
background:#fff;
color:#222;
font-size:16px;
line-height:1;
outline:none;
transition:border-color .15s ease, box-shadow .15s ease;
}
.c-searchform__input:focus{
border-color:#999;
box-shadow:0 0 0 3px rgba(0,0,0,.08);
}
.c-searchform__btn{
height:44px;
padding:0 16px;
border:1px solid #111;
border-radius:12px;
background:#111;
color:#fff;
font-size:15px;
font-weight:700;
cursor:pointer;
transition:transform .05s ease, opacity .15s ease;
}
.c-searchform__btn:hover{ opacity:.9; }
.c-searchform__btn:active{ transform:translateY(1px); }
.c-searchform__input::-webkit-search-decoration,
.c-searchform__input::-webkit-search-cancel-button{
-webkit-appearance:none;
} .c-searchlist{
list-style:none;
padding:0;
margin: 16px 0 0;
display:grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
}
@media (max-width: 960px){
.c-searchlist{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 520px){
.c-searchlist{
grid-template-columns: 1fr;
}
}
.c-searchcard{
margin:0;
}
.c-searchcard__link{
display:flex;
flex-direction:column;
height:100%;
border:1px solid #eee;
border-radius:16px;
overflow:hidden;
background:#fff;
text-decoration:none;
color:inherit;
transition: transform .08s ease, box-shadow .15s ease, border-color .15s ease;
}
.c-searchcard__link:hover{
transform: translateY(-2px);
border-color:#e2e2e2;
box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.c-searchcard__thumb{
aspect-ratio: 16 / 9;
background:#f6f6f6;
display:flex;
align-items:center;
justify-content:center;
overflow:hidden;
}
.c-searchcard__img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}
.c-searchcard__noimg{
font-size:12px;
color:#888;
}
.c-searchcard__body{
padding: 12px 12px 14px;
display:flex;
flex-direction:column;
gap: 8px;
}
.c-searchcard__title{
margin:0;
font-size:16px;
line-height:1.4;
}
.c-searchcard__info{
display:flex;
gap:10px;
align-items:center;
color:#666;
font-size:12px;
}
.c-searchcard__cats{
display:inline-block;
padding: 2px 8px;
border:1px solid #e7e7e7;
border-radius: 999px;
background:#fff;
color:#444;
}
.c-searchcard__excerpt{
margin:0;
color:#555;
font-size:13px;
line-height:1.6;
display:-webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow:hidden;
}
.c-searchcard__more{
margin-top:auto;
font-size:13px;
font-weight:700;
color:#111;
} .c-searchpage__pager{
margin-top: 22px;
}
.c-searchpage__pager .page-numbers{
display:inline-flex;
align-items:center;
justify-content:center;
min-width: 40px;
height: 40px;
padding: 0 10px;
border:1px solid #e5e5e5;
border-radius: 10px;
text-decoration:none;
color:#111;
margin: 0 4px 8px 0;
background:#fff;
}
.c-searchpage__pager .page-numbers.current{
border-color:#111;
background:#111;
color:#fff;
} .c-empty{
margin-top: 18px;
padding: 18px;
border:1px solid #eee;
border-radius: 16px;
background:#fff;
}
.c-empty__title{
margin:0 0 6px;
font-weight:700;
}
.c-empty__text{
margin:0;
color:#666;
} .u-sr-only{
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,0,0,0);
white-space:nowrap;
border:0;
} .c-searcWrap {
width: 100%;
background-color: #f0f7ff;
}
.c-searchHero{
width: 100%;
max-width: 850px;
margin: 0 auto;
padding: 48px 16px;
border-radius: 18px; } .c-searchHero__title{
margin: 0 0 16px;
font-size: 18px;
font-weight: 700;
color: #206dc0; } .c-searchPill{
display: flex;
align-items: center;
gap: 8px;
background: #fff;
border-radius: 999px;
padding: 12px 18px 12px 18px;
box-shadow: 0 8px 18px rgba(0,0,0,.04);
border: 1px solid rgba(0,0,0,.06);
}
.c-searchPill2 {
margin-bottom: 16px;
border: 1px solid rgba(10, 67, 203, 0.08);
} .c-searchPill__input{
flex: 1;
border: 0;
outline: none;
background: transparent;
font-size: 16px;
color: #111;
line-height: 1;
padding: 4px 0;
} .c-searchPill__input{ font-size:16px; }
.c-searchPill__input::placeholder{
color: #9aa7a7;
font-weight: 600;
} .c-searchPill__btn{
width: 38px;
height: 38px;
border: 0;
background: transparent;
border-radius: 999px;
cursor: pointer;
display: grid;
place-items: center;
transition: background .15s ease, transform .05s ease;
}
.c-searchPill__btn:hover{
background: rgba(45,127,124,.10);
}
.c-searchPill__btn:active{
transform: translateY(1px);
}
.c-searchPill__icon{
width: 20px;
height: 20px;
fill: #2d7f7c;
} .c-searchPill__btn{
display:flex; align-items:center;
justify-content:center;
padding:0; line-height:0; flex: 0 0 44px; width:44px;
height:44px;
}
.c-searchPill__icon{
display:block; width:20px;
height:20px;
}
.c-searchPill__icon{
transform: translate(0px, -1px); } .c-searchPill__input::-webkit-search-decoration,
.c-searchPill__input::-webkit-search-cancel-button{
-webkit-appearance: none;
} .c-searchChips{
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 16px;
}
.fas {
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #004bb1;
}
.c-searchChips__chip{
display: inline-flex;
align-items: center;
padding: 6px 12px;
border-radius: 999px;
background:rgb(6 83 203 / 12%);
color: #206dc0;
text-decoration: none;
font-size: 13px;
font-weight: 700;
border: 1px solid rgba(45,127,124,.10);
transition: transform .05s ease, background .15s ease;
}
.c-searchChips__chip:hover{
background: rgba(45,127,124,.18);
}
.c-searchChips__chip:active{
transform: translateY(1px);
} .u-sr-only{
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,0,0,0);
white-space:nowrap;
border:0;
}
.fixed-cta {
display: none;
}
@media (max-width: 768px) {
.fixed-cta {
display: block;
} 
} .c-searchpage{
padding: 18px 0 40px;
}
.c-searchpage__head{
background: #f0f7ff;
border-radius: 18px;
padding: 18px 16px 16px;
margin-bottom: 18px;
}
.c-searchpage__label{
display:inline-block;
padding: 4px 10px;
border-radius: 999px;
background: rgba(45,127,124,.12);
color: #206dc0;
font-size: 12px;
font-weight: 700;
margin: 0 0 10px;
}
.c-searchpage__title{
margin: 0 0 6px;
font-size: 22px;
line-height: 1.3;
}
.c-searchpage__meta{
margin: 0 0 12px;
font-size: 13px;
color: #667;
} .c-searchform{
display:flex;
align-items:center;
gap: 10px;
width: min(720px, 100%);
margin: 0;
background:#fff;
border-radius:999px;
padding: 10px 10px 10px 14px;
border: 1px solid rgba(0,0,0,.06);
box-shadow: 0 8px 18px rgba(0,0,0,.06);
}
.c-searchform__label{
flex:1;
display:block;
}
.c-searchform__input{
width:100%;
border:0;
outline:none;
background:transparent;
font-size:16px; line-height:1;
padding: 6px 0;
color:#111;
}
.c-searchform__input::placeholder{
color:#9aa7a7;
font-weight:600;
} .c-searchform__btn{
flex: 0 0 44px;
width:44px;
height:44px;
border:0;
background:transparent;
border-radius:999px;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
padding:0;
line-height:0; transition: background .15s ease, transform .05s ease;
}
.c-searchform__btn:hover{
background: rgba(45,127,124,.10);
}
.c-searchform__btn:active{
transform: translateY(1px);
}
.c-searchform__icon{
display:block; width:20px;
height:20px;
fill:#2d7f7c;
} .c-searchform__input::-webkit-search-decoration,
.c-searchform__input::-webkit-search-cancel-button{
-webkit-appearance:none;
} @media (max-width: 520px){
.c-searchform{
width: 100%;
padding: 10px 10px 10px 12px;
}
} .c-searchlist{
list-style:none;
padding:0;
margin: 0;
display:grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
}
@media (max-width: 960px){
.c-searchlist{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.c-searchpage__title{
margin: 0 0 4px;
font-size: 18px;
line-height: 1.3;
}
}
@media (max-width: 520px){
.c-searchlist{ grid-template-columns: 1fr; }
}
.c-searchcard{ margin:0; }
.c-searchcard__link{
display:flex;
flex-direction:column;
height:100%;
border:1px solid #eee;
border-radius:16px;
overflow:hidden;
background:#fff;
text-decoration:none;
color:inherit;
transition: transform .08s ease, box-shadow .15s ease, border-color .15s ease;
}
.c-searchcard__link:hover{
transform: translateY(-2px);
border-color:#e2e2e2;
box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.c-searchcard__thumb{
aspect-ratio: 16 / 9;
background:#f6f6f6;
display:flex;
align-items:center;
justify-content:center;
overflow:hidden;
}
.c-searchcard__img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}
.c-searchcard__noimg{
font-size:12px;
color:#888;
}
.c-searchcard__body{
padding: 12px 12px 14px;
display:flex;
flex-direction:column;
gap: 8px;
}
.c-searchcard__title{
margin:0;
font-size:16px;
line-height:1.45;
}
.c-searchcard__info{
display:flex;
gap:10px;
align-items:center;
color:#666;
font-size:12px;
}
.c-searchcard__cats{
display:inline-block;
padding: 2px 8px;
border:1px solid #e7e7e7;
border-radius: 999px;
background:#fff;
color:#444;
}
.c-searchcard__excerpt{
margin:0;
color:#555;
font-size:13px;
line-height:1.65;
display:-webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow:hidden;
}
.c-searchcard__more{
margin-top:auto;
font-size:13px;
font-weight:700;
color:#2d7f7c;
} .c-searchpage__pager{
margin-top: 22px;
}
.c-searchpage__pager .page-numbers{
display:inline-flex;
align-items:center;
justify-content:center;
min-width: 40px;
height: 40px;
padding: 0 10px;
border:1px solid #e5e5e5;
border-radius: 10px;
text-decoration:none;
color:#111;
margin: 0 6px 8px 0;
background:#fff;
}
.c-searchpage__pager .page-numbers.current{
border-color:#2d7f7c;
background:#2d7f7c;
color:#fff;
} .c-empty{
margin-top: 18px;
padding: 18px;
border:1px solid #eee;
border-radius: 16px;
background:#fff;
} .u-sr-only{
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,0,0,0);
white-space:nowrap;
border:0;
}
.nav-links {
width: 100%;
max-width: 50%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
} .step-section{
padding-bottom: 28px;
margin-bottom: 28px;
border-bottom: 1px solid #EEF4F3;
}
.step-section:last-child{
border-bottom:none;
margin-bottom: 0;
padding-bottom: 0;
} .ageru-step-panel{
max-height: calc(100svh - 48px);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
}
#step-cont{
height: calc(100vh - 120px);
overflow-y: auto;
-webkit-overflow-scrolling: touch; overscroll-behavior-y: auto; }
.step-cont__item{ display:none; }
.step-cont__item.active{ display:block; } .ageru-step-wrap{
background:#f0f7ff;
padding:56px 0;
margin-bottom: 32px;
}
.ageru-step-inner{
max-width:1200px;
margin:0 auto;
padding:0 32px 0 24px;
display:flex;
gap:28px;
align-items:flex-start;
} .ageru-step-nav{
width:300px;
position:sticky;
top:24px;
}
.ageru-step-nav .nav-head{
display:flex;
flex-direction:column;
gap:10px;
margin-bottom:12px;
}
.ageru-step-nav .nav-title{
margin:0;
font-size:24px;
font-weight:900;
color:#333;
line-height:1.15;
}
.ageru-step-nav .nav-sub{
font-size:14px;
font-weight:800;
color:#206dc0;
letter-spacing:.04em;
}
.ageru-step-nav .nav-current{
display:flex;
align-items:center;
gap:12px;
margin:22px 0 14px;
}
.ageru-step-nav .nav-current .badge{
background:#e3f5ff;
color:#206dc0;
font-weight:900;
border-radius:8px;
padding:8px 12px;
font-size:14px;
}
.ageru-step-nav .nav-current .ttl{
margin:0;
font-size:26px;
font-weight:900;
background:#e3f5ff;
color:#206dc0;
line-height:1.1;
}
.ageru-step-nav .illus{
margin:14px 0 18px;
display:flex;
justify-content:center;
}
.ageru-step-nav .illus img{
width:220px;
max-width:100%;
height:auto;
}
.ageru-step-nav .nav-list{
display:flex;
flex-direction:column;
gap:12px;
padding-left:2px;
}
.ageru-step-nav .nav-item{
cursor:pointer;
border:none;
background:transparent;
text-align:left;
padding:6px 6px;
font-size:18px;
font-weight:900;
color:#b9bfd9;
display:flex;
gap:12px;
align-items:baseline;
}
.ageru-step-nav .nav-item .sno{
width:58px;
font-size:14px;
font-weight:900;
opacity:.9;
}
.ageru-step-nav .nav-item.active{
color:#206dc0;
}
.ageru-step-nav .nav-item:focus{
outline:3px solid rgba(43,140,128,.22);
border-radius:12px;
} .ageru-step-panel{
flex:1;
background:#fff;
border-radius:26px;
box-shadow:0 18px 40px rgba(0,0,0,.08);
padding:26px 26px 18px; max-height: calc(90svh - 48px);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
scrollbar-gutter: stable;
position: sticky;
top: 24px; height: calc(100svh - 228px); overflow-y: auto; -webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
}
.step-section{
padding-bottom:28px;
margin-bottom:28px;
border-bottom:1px solid #EEF4F3;
}
.step-section:last-child{
border-bottom:none;
margin-bottom:0;
padding-bottom:0;
}
.panel-head{
display:flex;
align-items:center;
gap:14px;
margin-bottom:18px;
}
.panel-head .step-pill{
background:#e3f5ff;
color:#206dc0;
font-weight:900;
border-radius:8px;
padding:10px 14px;
min-width:78px;
text-align:center;
}
.panel-head .panel-title{
margin:0;
font-size:28px;
font-weight:900;
color:#206dc0;
} .step-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:18px 22px;
}
.step-card{
display:flex;
gap:14px;
align-items:flex-start;
text-decoration:none;
color:#111;
}
.step-card .thumb{
width:180px;
aspect-ratio:16/9;
border-radius:12px;
overflow:hidden;
background:#F1F1F1;
box-shadow:0 12px 24px rgba(0,0,0,.12);
flex:0 0 auto;
}
.step-card .thumb img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}
.step-card .txt{
font-size:16px;
line-height:1.5;
font-weight:900;
margin-top:2px;
}
.step-more{
margin:22px auto 0;
max-width:560px;
}
.step-more a{
display:flex;
justify-content:space-between;
align-items:center;
padding:14px 16px;
border-radius:14px;
border:2px solid #206dc0;
text-decoration:none;
color:#206dc0;
font-weight:900;
}
.step-more a:hover{
background:#E8F7F3;
} @media (max-width: 980px){
.ageru-step-inner{flex-direction:column;}
.ageru-step-nav{width:100%; position:relative; top:auto;}
.ageru-step-nav .illus{display:none;}
.ageru-step-nav .nav-list{
flex-direction:row;
flex-wrap:wrap;
gap:8px 10px;
}
.ageru-step-nav .nav-item{
border:2px solid #DFF4F0;
border-radius:14px;
padding:10px 12px;
color:#b9cfd9;
background:#fff;
}
.ageru-step-nav .nav-item.active{
background:#2B8C80;
color:#fff;
border-color:#2B8C80;
}
.ageru-step-nav .nav-item .sno{width:auto;} .ageru-step-panel{
max-height: 410px;
}
.step-grid{grid-template-columns:1fr;}
.step-card .thumb{width:160px;}
}
@media (max-width: 520px){
.ageru-step-panel{padding:18px;}
.panel-head .panel-title{font-size:22px;}
.step-card .thumb{width:140px;}
.step-card .txt{font-size:15px;}
} .top-sec {
margin: 0 auto 24px;
padding: 32px 16px;
background-color: #f0f7ff;
}
.rec {
background: #f0f7ff;
padding: 36px 16px 24px;
overflow: hidden; }
.rec__inner { 
max-width: 1120px; 
margin: 0 auto; 
padding: 0 16px; 
}
.rec__eyebrow { 
text-align:center;
color:#206dc0; 
font-weight:700; 
margin:0 0 6px; 
}
.rec__title { 
text-align:center;
margin:0 0 12px; 
font-size: 28px; 
font-weight: 700; 
}
.rec__wrap{
position: relative;
max-width: 1100px;
margin: 0 auto;
padding: 0 64px; } .recSwiper{
padding: 18px 0 10px;
overflow: visible;
} .recSwiper .swiper-wrapper{
align-items: stretch;
} .card{
width: 100%;
background: #fff;
border-radius: 22px;
padding: 16px 16px 14px;
box-shadow: 0 14px 30px rgba(0,0,0,.10);
text-decoration: none;
color: inherit;
position: relative;
display: flex;
flex-direction: column;
gap: 12px;
} .recSwiper .swiper-slide-active .card::after{
content:"";
position:absolute;
inset:-10px; border: 3px solid #19b6ad;
border-radius: 26px;
pointer-events:none;
} .card__img{
border-radius: 16px;
overflow: hidden;
background:#f4f4f4;
aspect-ratio: 16/9;
}
.card__img img{
width: 100%;
height: 100%;
object-fit: cover;
display:block;
} .card__txt{
font-size: 15px;
line-height: 1.4;
font-weight: 800;
color: #1a1a1a;
overflow: hidden;
} .card__rank{
position: absolute;
left: 14px;
top: 14px;
width: 28px;
height: 28px;
border-radius: 999px;
background: #e7f7f6;
color: #118d87;
font-weight: 900;
display: grid;
place-items: center;
font-size: 13px;
z-index: 2;
} .card__crown{
position:absolute;
right: 10px;
top: -12px;
width: 34px;
height: 34px;
z-index: 3;
} .recSwiper .swiper-slide{
opacity: .65;
transform: scale(.92);
transition: transform .25s ease, opacity .25s ease;
}
.recSwiper .swiper-slide-active{
opacity: 1;
transform: scale(1);
} .rec__nav{
position:absolute;
top:50%;
transform:translateY(-50%);
width:56px;height:56px;
border-radius:999px;
border:none;
background:#1ca0ea;
cursor:pointer;
z-index:5;
}
.rec__nav--prev{ 
left: 24px; 
}
.rec__nav--next{ 
right: 24px; 
}
.rec__nav::before{
content:"";
position:absolute;
inset:0;
margin:auto;
width:10px;height:10px;
border-right:3px solid #fff;
border-bottom:3px solid #fff;
transform:rotate(135deg);
}
.rec__nav--next::before{ 
transform:rotate(-45deg); 
} .rec__footer{
display:grid;
grid-template-columns: 30px 1fr 30px;
gap:12px;
align-items:center;
max-width:640px;
margin: 22px auto 0;
}
.rec__count{
font-weight:900;
color:#1ca0ea;
text-align:center;
}
.rec__bar{
height:4px;
background:rgba(16, 123, 139, 0.25);
border-radius:999px;
overflow:hidden;
}
.rec__barFill{
height:100%;
width:0%;
background:#1ca0ea;
border-radius:999px;
transition:width .25s ease;
} .c-btnNew--cta {
text-align: center;
padding: 20px 10px;
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}  .c-btnNew__appealTxt {
display: block;
margin-bottom: 15px;
color: #fc0047; font-weight: bold;
font-size: 18px;
letter-spacing: 0.05em;
}
.c-btnNew__appealTxt::before {
content: "＼";
margin-right: 10px;
font-weight: bold;
}
.c-btnNew__appealTxt::after {
content: "／";
margin-left: 10px;
font-weight: bold;
} .c-btnNew--cta a {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 600px;
margin: 0 auto;
padding: 20px 0;  background: #fc0047; color: #ffffff !important;
text-decoration: none;
font-weight: bold;
font-size: 22px;
letter-spacing: 0.05em;
border-radius: 100px;  box-shadow: 0 10px 25px -5px rgba(229, 57, 80, 0.4); transition: opacity 0.3s ease, transform 0.2s ease;
} .c-btnNew--cta a:hover {
opacity: 0.9;
transform: translateY(-2px);
}