@charset "UTF-8";
/*
Theme Name: recruit_training
Theme URI: https://example.com/ 
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: 50px;
    position: relative;
    display: column;
    width: 100%;
}
.yougo {
  margin: 5% auto 100px auto;
  width: 100%;
  max-width: 760px;
  text-align: left;
	padding: 0 2%;
}
@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: #0164E3;
    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: 190px;
}
ul.yougo-list li a {
    color: #0164E3;
    font-weight: 600;
	font-size: 14px;
}
.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 {
    padding-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: 150px;
	}

	.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: 5% auto;
}
	}
@media screen and (min-width: 1024px) {
    ul.yougo-list {
        column-width: 230px;
    }
}
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 {
  margin: 10% auto;
}
}
.front-advisor-list {
  margin: 10% auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .front-advisor-list {
    margin: 0 auto 10% auto;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
  }
}
.front-advisor-card {
	display: block;
	width: 280px;
    margin: 0 auto 50px auto;
    overflow: hidden;
    background: #fff;
    /*border: 1px solid #ddd;
    border-radius: 20px;*/
}
.front-advisor-photo {
	width: 100%;
    margin: 0 auto 5% auto;
    border-radius: 20px;
    height: auto;
    aspect-ratio: 160 / 200;
    box-shadow: 0 1.4rem 1.4rem rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
.front-advisor-card {
    width: 180px;
    margin: 0 auto 5% auto;
}
}
.front-advisor-photo img {
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 160 / 200;
    border-radius: 10px;
}
.front-advisor-name {
  text-align: left;
  font-size: 16px;
  padding: 3% 0 5% 30px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.front-advisor-name::before {
  display: inline-block;
  position: absolute;
  content: "●";
  color: #FFCED9;
  font-size: 10px;
  left: 15px;
}
.front-advisor-catchcopy {
  text-align: left;
  font-size: 16px;
  margin: 0 auto 5% auto;
padding: 0 15px;
}
.front-advisor-more a {
  width: 270px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF9900;
  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;
}

.advisor {
  background-color: #fff0f4;
  padding: 10% 0;
}
.advisor-ttl {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .advisor-ttl {
    font-size: 32px;
  }
}
.advisor-photo {
	border-radius: 50%;
      width: auto;
    height: auto;
    max-width: 120px;
  aspect-ratio: 1;
  margin: 0 auto;
}
.advisor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.advisor-card {
	position: relative;
  width: 90%;
  margin: 5% auto;
  background-color: #fff;
  border-radius: 20px;
  height: auto;
  padding: 3%;
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5%;
}
.advisor-card::after {
    content: "";
    width: 17px;
    height: 11px;
    background: url(../img/article/btn-arw-bottom-bl.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 1rem;
    top: 53%;
    transform: translateY(-50%) rotate(-90deg);
}
.advisor-inner {
  text-align: left;
  width: 80%;
	padding-right: 5%;
}
.advisor-catchcopy {
  font-size: 18px;
  color: #0165e3;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .advisor-catchcopy {
    font-size: 24px;
  }
}
.advisor-name {
  font-weight: bold;
  font-size: 18px;
  padding: 2% 0;
}
@media screen and (min-width: 1024px) {
  .advisor-name {
	  font-size: 26px;
	  padding: 3% 0;
    }
	.advisor-inner {
    padding-right: 3%;
}
}

.advisor-link {
  border-radius: 10px;
  font-size: 14px;
  margin: 3% 0;
  border: 1px solid #333;
  width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advisor-single-list {
  width: 100%;
  margin: 5% auto;
}
.advisor-single-contain {
  gap: 5%;
  margin: 10% auto;
}
.advisor-single-contain-photo {
	overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
    border: 1px solid #ddd;
    width: 150px;
    height: 150px;
}

.advisor-single-contain-photo img {
    object-fit: cover;
    width: 100%;
    height: 150px;
}

@media screen and (min-width: 768px) {
	.advisor-single-response {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 5%;
	}
	.advisor-single-response-inner {
		flex: 1;
	}
}
@media screen and (min-width: 1024px) {
	.advisor-single-contain-photo {
    width: 200px;
    height: 200px;
}
}
.advisor-text {
	font-size: 14px;
}
.advisor-single-contain-card {
  width: 90%;
  margin: 0 auto;
}
.advisor-single-contain-inner {
  text-align: left;
  width: 100%;
  margin: 5% auto;
}
p.advisor-single-contain-block {
    font-weight: 600;
    font-size: 22px;
    color: #0164E3;
    background-color: #0164E34D;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.advisor-block-text {
    font-size: 16px;
    margin: 5% auto;
    width: 90%;
}
.advisor-single-contain-inner-catchcopy {
  font-size: 20px;
  color: #0165e3;
  font-weight: bold;
}
.advisor-single-contain-inner-name {
  font-weight: bold;
  font-size: 32px;
  padding: 2% 0;
}
.advisor-single-contain-inner-name .span-name {
	display: block;
  font-weight: normal;
  font-size: 14px;
}
.advisor-single-section {
  margin: 5% auto;
  text-align: left;
  font-size: 16px;
}
.advisor-single-section h3 {
  padding-left: 5%;
  border-left: 6px solid #0165e3;
  border-bottom: 1px solid #0165e3;
  margin: 5% 0;
  font-size: 20px;
}
.advisor-single-link {
    display: block;
    background: #FF9900;
    color: #fff;
    text-align: center;
    border-radius: 5rem;
    height: 4.8rem;
    line-height: 4.6rem;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-shadow: 0 0.32rem 1.45rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
    padding: 0 4.8rem;
}
.advisor-single-link i {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  .advisor-link {
    font-size: 18px;
    width: 120px;
    height: 30px;
  }
.advisor-single-contain-photo img {
    height: 200px;
}
}

.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;
	display: flex;
    justify-content: flex-start;
    align-items: center;
	text-align: left;
}
.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-keyword-item {
    font-size: 16px;
}
.c-article-date .date {
    font-size: 36px;
}
.c-article-keyword {
    height: 70px;
    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 {
    margin: 8rem auto 0;
}

.screen-reader-text {
    display: none;
}

.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: 4rem;
    height: 4rem;
    line-height: 3.8rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0.2em 0.8rem rgba(0, 0, 0, 0.2);
}

.page-numbers.current {
    background: #0164E3;
    color: #fff;
}

.page-numbers.dots {
    display: none;
}

@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 {
        width: 3.8rem;
        height: 3.8rem;
        line-height: 3.6rem;
    }

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

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