@charset "UTF-8";
body {
  text-align: center;
  width: 100%;
  color: #333;
}

:root {
    --color-main: #222;
    --color-text: #333;
    --color-yellow: #FFD708;
    --color-gray: #434343;;
}
a {
  text-decoration: none;
  color: #333;
}
.page-numbers {
	width: 3.3rem;
	height: 3.3rem;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
.page-numbers {
    width: 3.8rem;
    height: 3.8rem;
}
}
.page-numbers.dots {
  display: block!important;
}
main.yougo-main {
	padding-top: 50px;
    position: relative;
    display: column;
    width: 100%;
}
.yougo {
  margin: 5% auto 0 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;
    height: 450px;
    overflow: hidden;
}
ul.yougo-list li {
    height: 30px;
    width: 220px;
}
ul.yougo-list li a {
    color: #0164E3;
    font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.01em;
}
.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-sgcontent h2 {
    font-weight: 500;
    font-size: 22px;
}
.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 {
    margin-bottom: 100px;
	letter-spacing: 0.02em;
}
.yougo-single p {
    font-weight: 500;
	margin-bottom: 30px;
	font-size: 15px;
}

@media screen and (min-width: 1024px) {
	main.yougo-main {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
		width: 99%;
		padding: 50px 0 0 0;
		margin:0 auto;
}
}
@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 {
    height: 500px;
}
	.yougo-content-inner {
    margin: 0 auto;
}
	h2.yougo-sgttl {
    margin-right: auto;
    font-weight: 600;
    padding: 3% 0;
}

.yougo {
    flex: 1; 
    max-width: 760px;
}
	}
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: 3%;
    flex-wrap: wrap;
    }
}
.front-advisor-card {
	display: block;
    border: 1px solid #ddd;
    padding: 5%;
    border-radius: 10px;
	width: 280px;
    margin: 0 auto 5% auto;
    box-shadow: 0 1.4rem 1.4rem rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.front-advisor-photo {
    width: 180px;
    margin: 0 auto;
    border-radius: 20px;
    height: auto;
    aspect-ratio: 160 / 180;
}

@media screen and (min-width: 768px) {
.front-advisor-card {
    padding: 2%;
    width: 200px;
    margin: 0 auto 5% auto;
}
.front-advisor-photo {
    width: 150px;
}
}
.front-advisor-photo img {
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 160 / 170;
    border-radius: 10px;
}
.front-advisor-name {
  text-align: left;
  font-size: 16px;
  padding: 3% 0 5% 20px;
  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: 0;
}
.front-advisor-catchcopy {
  text-align: left;
  font-size: 16px;
  margin: 0 auto 5% auto;
}
.front-advisor-more {
	margin: 0 auto;
}
.front-advisor-more a {
  width: 270px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-yellow);
  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 0 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-keyword-item {
    font-size: 16px;
}
.c-article-date .date {
    font-size: 36px;
}
.c-article-keyword {
    height: auto;
    margin: 2rem 0;
}

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