@charset "UTF-8";
/*
Theme Name: recruit_training
Theme URI: https://example.com/ 
Author: Yu
Author URI: https://example.com/
Description: recruit_training テーマ
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: recruit_training
*/
body {
  text-align: center;
  width: 100%;
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
}

.category-page {
  margin: 10% auto;
  text-align: center;
}
.category-page h1 {
  font-size: 24px;
}
.category-page__contain ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
.category-page__contain ul li {
  font-size: 20px;
}

.nav-links {
  font-size: 24px;
  text-align: center;
}

.ranking {
  width: 90%;
  margin: 0 auto;
}
.ranking__ttl {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .ranking__ttl {
    font-size: 42px;
  }
}

.career-rank {
  margin: 10% auto;
}
.career-rank-inner {
  margin: 5% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
.career-rank-item {
  width: 50%;
  border-radius: 20px;
  height: auto;
}
.career-rank-item img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.career-rank-post {
  width: 45%;
  height: auto;
  font-size: 16px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .career-rank-post {
    font-size: 24px;
  }
}

.rank1 {
  position: relative;
}
.rank1::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(assets/img/article/pop-article-1st.png);
  width: 50px;
  height: 50px;
  background-size: contain;
  top: -20px;
  left: -2%;
}

.rank2 {
  position: relative;
}
.rank2::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(assets/img/article/pop-article-2nd.png);
  width: 50px;
  height: 50px;
  background-size: contain;
  top: -20px;
  left: -2%;
}

.rank3 {
  position: relative;
}
.rank3::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(assets/img/article/pop-article-3rd.png);
  width: 50px;
  height: 50px;
  background-size: contain;
  top: -20px;
  left: -2%;
}
main.yougo-main {
	margin-top: 100px;
    position: relative;
    display: column;
    width: 100%;
}
.yougo {
  margin: 5% auto 100px auto;
  width: 95%;
  max-width: 760px;
  text-align: left;
	padding: 0 1%;
}
@media screen and (min-width: 768px) {
  .yougo {
    font-size: 32px;
	  flex: 1;
  }
}
h1.yougo-ttl {
	width: 100%;
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 600;
	text-align: center;
}
h1.yougo-ttl span {
	width: 100%;
	display: block;
    color: #00904b;
    font-size: 16px;
    font-weight: 600;
	text-align: center;
}
.yougo-img {
    width: 160px;
    height: auto;
    margin: 0 auto;
}
.yougo-subttl {
	width: 240px;
	height: 30px;
	background-color: #0164E3;
	align-items: center;
    display: flex;
    justify-content: center;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.yougo-link {
  font-size: 20px;
  margin-bottom: 5%;
}

.yougo-link:hover {
  transform: scale(1.05);
}

main.yougo li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5%;
}
.yougo-content-inner {
    width: 240px;
    margin: 0 auto;
}
main.yougo li i {
  border: 1px solid #007bff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
ul.yougo-list {
    margin: 15px 0 50px 0;
	text-align: left;
	column-width: 130px;
    column-gap: 5px;
}
ul.yougo-list li {
    height: 30px;
    width: 200px;
}

ul.yougo-list li a {
    color: #00904B;
    font-weight: 600;
	font-size: 14px;
    height: 100px;
    display: block;
}

.yougo-title {
  font-size: 42px;
	font-weight: 600;
	line-height: 1.5;
}
h1.yougo-title span {
    font-size: 18px;
    line-height: 1;
	display: block;
}
.yougo-content {
  margin: 10% auto;
  width: 100%;
}
.yougo-sgcontent {
  margin: 10% auto;
  width: 100%;
}
.yougo-content p {
  font-size: 16px;
}
h2.yougo-sgttl {
	margin-right: auto;
    font-weight: 600;
    padding: 5% 0;
    font-size: 24px;
}
.yougo-sgcontent hr {
    margin-bottom: 5%;
}
.yougo-single p {
    font-weight: 600;
	margin-bottom: 30px;
	font-size: 16px;
}
@media screen and (min-width: 768px) {
.yougo-title {
    font-size: 64px;
	 }
	h1.yougo-title span {
    font-size: 22px;
}
	ul.yougo-list {
    column-width: 250px;
	}

ul.yougo-list {
    margin: 15px 0 50px 0;
	text-align: left;
    column-width: 200px;
    column-gap: 5px;
}
	.yougo-content-inner {
    margin: 0 auto;
}
	h2.yougo-sgttl {
    margin-right: auto;
    font-weight: 600;
    padding: 3% 0;
}

.yougo {
    flex: 1; 
    max-width: 760px;
}
	main.yougo-main {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
		width: 99%;
		margin: 100px auto 5% auto;
}
	}
input[type=text] {
  border: 1px solid #333;
  border-radius: 10px;
  width: 200px;
  height: 30px;
  padding-left: 2%;
  font-size: 16px;
}

button, [type=button], [type=reset], [type=submit] {
  font-size: 24px;
}

.front-advisor-more a {
  width: 270px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffd500;
  color: #fff;
  font-weight: Bold;
  font-size: 18px;
  letter-spacing: 16%;
  text-align: center;
  box-shadow: 0px 3.23px 14.52px 0px rgba(0, 0, 0, 0.2509803922);
  margin: 0 auto 5% auto;
}

.related-posts {
    margin: 100px auto 50px auto;
}
a.related-item {
	box-shadow: 0 1.4rem 1.4rem rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    display: block;
    margin: 0 auto 5% auto;
	width: 345px;
}
a.related-item img {
     width: 100%;
    border-radius: 20px 20px 0 0;
    height: 150px;
    object-fit: cover;
}
.c-article-ttl {
	height: 90px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05rem;
    padding: 1.8rem 0 0;
}
.c-border-caption {
	font-size: 2.2rem;
	text-align: center;
}
.c-border-caption .en {
    display: block;
    font-size: 0.57em;
    color: #0164E3;
    margin: 14px auto 0;
}
.c-article-date .date {
    font-size: 24px;
}
.c-article-keyword-item {
    font-size: 16px;
}
/*
.c-article-keyword {
    height: 60px;
    margin: 2rem 0;
}*/

@media screen and (min-width: 1024px) {
.related-posts-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2%;
}
}


.pager .nav-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.page-numbers {
    display: inline-block;
    text-align: center;
	width: 45px;
    height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0.2em 0.8rem rgba(0, 0, 0, 0.2);
}

.page-numbers.current {
    background: #00904B;
    color: #fff;
}


@media screen and (max-width:750px) {
    .keyword-maintitle {
        font-size: 2.4rem;
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 0 4rem;
    }

    .keyword-maintitle .bg {
        display: block;
        width: fit-content;
        margin: 0 auto 0.5rem;
        font-size: 2.1rem;
    }

    .pager {
        margin: 6rem auto 0;
    }

    .pager .nav-links {
        gap: 1.5rem;
    }

    .page-numbers.next {
        right: -6.5rem;
    }

    .page-numbers.prev {
        left: -6.5rem;
    }
}


/*-------dictionary-------*/
main.yougo-main {
        width: 100%;
        margin: 100px auto 5% auto;
    }
.yougo {
    margin: 5% auto 100px auto;
    width: auto;
    flex: 1;
}
.yougo-top {
    margin-top: 10%;
}
	.yougo-content {
    margin: 12% auto;
		gap: 80px;
	}
	.yougo-sidebar {
        width: 95%;
    margin: 10% auto 5% auto;
    padding-right: 0;
}
}
	.yougo-sidebar .c-aside {
    width: 100%;
	}
	.yougo-sidebar .c-border-caption {
		font-size: 2.2rem;
    padding: 2% 0 7% 0;
	}
	.yougo-sidebar h3 {
	font-size: 14px;
    text-align: left;
	width: calc(100% - 14rem);
}
	.yougo-sidebar .c-article-pop-list li .img {
            width: 13rem;
        height: auto;
	}
	.yougo-single {
    width: 100%;
}
	
	.yougo-single h1.yougo-title {
    font-size: 48px;
    margin-left: 3%;
    font-weight: 600;
}
	
	.yougo-single h1.yougo-title span {
    display: block;
    font-size: 50%;
}
	
	.yougo-single h2.yougo-sgttl {
    font-size: 20px;
    font-weight: 600;
    padding: 4% 0 4% 2%;
}
	
	.yougo-sgcontent p {
    margin: 3% 0 0 4%;
font-size: 16px;
}

.yougo-single .front-advisor-more {
    width: 270px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffd500;
    color: #fff;
    font-weight: Bold;
    font-size: 16px;
    letter-spacing: 16%;
    text-align: center;
    box-shadow: 0px 3.23px 14.52px 0px rgba(0, 0, 0, 0.2509803922);
    margin: 8% auto 5% auto;
}
.yougo .pagination {
    font-size: 24px;
    text-align: center;
}

.yougo-sidebar .c-aside {
    width: 100%;
    display: block;
}

@media screen and (min-width: 768px) {
    main.yougo-main {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 99%;
        margin: 5% auto;
		gap: 50px;
        max-width: 1200px;
    }
.yougo {
    margin: 5% auto;
    width: auto;
    flex: 1;
	padding-left: 20px;
}
	.yougo-top {
    margin-top: 0;
}
	.yougo-content {
    margin: 12% auto;
		gap: 80px;
	}
	.yougo-sidebar {
    width: 33%;
        margin: 5% auto;
        padding-right: 1%;
}
	.yougo-sidebar .c-aside {
    width: 100%;
	}
	.yougo-sidebar .c-border-caption {
		font-size: 2.2rem;
    padding: 2% 0 7% 0;
	}
	.yougo-sidebar h3 {
        font-size: 12px;
        line-height: 1.2;
    text-align: left;
	width: calc(100% - 14rem);
}
	.yougo-sidebar .c-article-pop-list li .img {
            width: 13rem;
        height: auto;
	}
	.yougo-single {
    margin: 10% auto 0 5%;
    /*width: 83%;*/
}
	
	.yougo-single h1.yougo-title {
    font-size: 62px;
}

	.yougo-single h2.yougo-sgttl {
    font-size: 24px;
    padding: 2%;
}
	
	.yougo-sgcontent p {
    margin: 3% 0 0 4%;
		font-size: 20px;
}
	
	
.yougo-single .front-advisor-more {
    width: 240px;
	font-size: 18px;
	}
}
/*----------関連記事--------------*/
.related-post {
    margin-bottom: 10%;
    width: 90%;
    margin: 3% auto;
}
.link-card {
    width: 100%;
	display: block;
    border: 1px solid #ddd;
    padding: 15px 25px;
	gap: 2%;
}
.link-card img {
	width: 100%;
	height: auto;
    max-height: 250px;
    object-fit: cover;
}
.link-card-inner {
	margin-top: 2%;
}	
span.link-card-inner-ttl {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0 4px;
    background-color: #333;
    color: #fff;
}
p.link-card-inner-content {
	font-size: 12px!important;
}
.link-card-inner h3 {
    font-size: 16px !important;
    font-weight: 600;
    padding: 2% 0;
}
.dictionary-links-list {
    margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
	.c-aside {
    padding-right: 1%;
}
	.c-main {
    padding-left: 1%;
}
	.related-post {
    margin-bottom: 10%;
    width: 95%;
    margin: 0 auto 10% auto;
}
.link-card-inner h3 {
    font-size: 24px !important;
}
	p.link-card-inner-content {
    font-size: 16px !important;
}
.link-card img {
    width: 40%;
    height: auto;
}
	.link-card-inner-content {
    font-size: 16px;
}
	.link-card {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-start;
	gap: 2%;
}
	.top-post-img {
    width: 40%!important;
}
	.article-detail-content h3 {
    font-size: 2rem;
}
}
li.term-post-item {
    margin-bottom: 5%;
}
a.term-post-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
}
span.term-post-thumb {
    width: 45%;
}
span.term-post-title {
    width: 60%;
}
a.tag-post-link {
    padding: 3%;
    display: block;
    border: 1px solid #ddd;
    border-left: 10px solid #ddd;
    background: #fff;
    margin-bottom: 5%;
	text-align: center;
}
span.tag-post-title {
    font-size: 24px;
    font-weight: 600;
    display: block;
}
span.tag-post-reading {
    font-weight: 600;
    font-size: 14px;
}
.related-border {
    border: 1px solid #ddd;
	display: block;
}
img.top-banner-img {
    max-height: 300px;
    object-fit: cover;
}
span.related-title {
    font-size: 20px;
    font-weight: 600;
    display: block;
}
.dictionary-links-list-inner {
	flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
}

h3.dic-ttl {
    font-size: 24px;
    font-weight: 600;
	margin: 8% 0 0 0;
}

@media screen and (min-width: 768px) {
h3.dic-ttl {	
    margin: 2% 0 0 0;
}
}
h4.dic-text {
    width: 95%;
    margin: 5% auto;
	font-size: 16px;
}

@media screen and (min-width: 768px) {
h4.dic-text {
	font-size: 20px;
}
}
	a.tag-post-link:hover {
    transform: translateY(-10px);
}
@media screen and (min-width: 768px) {
span.related-title {
    font-size: 28px;
}
}

.related-posts {
    margin: 50px auto!important;
	text-align: center;
}
.related-posts-inner {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1.4rem 1.4rem;
}

.c-border-caption {
    text-align: center;
	
}
.c-border-caption .en {
    text-align: center;
	color: rgb(0, 144, 75);
	font-size: 14px;
	display: block;

}

h2.c-border-caption {
    margin-bottom: 50px;    
	border-bottom: none;
}
.c-article-list {
    gap: 10px;
}
li.c-article-list-item {
    width: 90%;
    margin: 10% auto;
	max-width: 350px;
}
.c-article-list-item:last-child {
        margin: 0 auto;
    }

@media screen and (min-width: 768px) {
	li.c-article-list-item {
    margin: 0 auto 10% auto;
}
.c-article-list-item:last-child {
    margin: 0 auto 10% auto;
    }
}
span.category {
    font-size: 16px;
}