@charset "utf-8";
/* CSS Document */

.main-visual{
	background-color: #EEF8F8;
	padding: 80px 15px;
	box-sizing: border-box;
}
.main-visual-inner{
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	background-image: url(/careerpartner/images/carrer_partnaer_mainimg.png);
	background-repeat: no-repeat;
	background-size: 560px 240px;
	background-position: right center;
}

.main-visual-txt{
	width: calc(100% / 2);
	display: flex;
	gap: 24px;
	align-items: flex-start;
	flex-direction: column;
	flex: 1 1 0;
}

.main-visual-logo{
	width: 30%;
}
.main-visual-title{
	font-size: 34px;
	font-weight: bold;
}

.main-visual-copy{

}
.main-visual-copy p{
	color: #222;
	font-size: 16px;
	line-height: 1.6;
}

.black-strong{
	font-weight: bold;
}
.cta-banner{
width:350px;
}
.cta-banner  a{
	align-items: center;
	background: linear-gradient(to right, #FF7C41, #FF3F7D);
	border-radius: 10px;
	color: #fff;
	display: inline-flex;
	font-size: 15px;
	font-weight: bold;
	gap: 12px;
	justify-content: center;
	line-height: 1.4;
	overflow: hidden;
	padding: 12px 28px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	background-size: 100% 100%;
	transition: background 0.3s;
	box-sizing: border-box;
	    width: 100%;
}


.cta-banner a::before {
/*	background: linear-gradient(to right, #01C9E3, #01A4E3);*/
	background: linear-gradient(to right, #09d6d7, #00b2b3);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: width 0.5s ease;
	width: 0%;
	z-index: 0;
	color:#fff;
}
.cta-banner a:hover::before {
	width: 100%;
}
.cta-banner-txt {
	font-size: 15px;
	position: relative;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	z-index: 1;
	display: inline-block;
}

.cta-arrow {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: inline-flex;
	height: 28px;
	justify-content: center;
	position: absolute;
	right: 10px;
	width: 28px;
	z-index: 1;
	flex-shrink: 0;
}

.cta-arrow svg {
	display: block;
	height: 24px;
	width: 24px;
}
.cta-arrow-icon polygon {
	transition: fill 1s ease;
}
.cta-banner a:hover .cta-arrow-icon polygon {
	fill: #00B2B3;
	transition: fill 0.5s ease;
}
.area-filter {
	background: #f7f7f7;
	border-radius: 8px;
	box-sizing: border-box;
	margin: 32px auto 0 auto;
	max-width: 1100px;
	padding: 24px 32px;
}
.filter-row {
    align-items: center;
    display: flex;
    gap: 32px;
}
.filter-title{
color: #222;
    font-size: 19px;
    font-weight: bold;
    min-width: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8px;
}
.filter-title p.area-btn-all{ 
    background-color: #fff;
    border: 1px solid #CECECE;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 4px;
    text-align: center;
    margin-top: 21px;
    width: 100%;
    cursor: pointer;
    color:#00b4b5;
	line-height:1.3;
}

.filter-title p.area-btn-all:hover, .filter-title p.area-btn-all.current{
color:#fff;
background-color:#00b4b5;
border-color:#00b4b5;
}
.filter-btns-grid{
display: flex;
    width: 100%;
}
.filter-btns-grid ul{
    display: grid;
    flex: 1;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    list-style:none;
}

.area-btn {
    background-color: #fff;
    border: 1px solid #CECECE;
    border-radius: 4px;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 16px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
	box-sizing: border-box;
	height: 100%;
	line-height:1.3;
	display: flex;
    align-items: center;
    justify-content: center;
}


.area-btn:hover, .area-btn.current {
    color: #fff;
}

.area-hokkaido {
    color: #9075DB;
}

.area-hokkaido:hover, .area-hokkaido.current {
    background-color: #9075DB;
    border-color: #9075DB;
}

.area-tohoku {
    color: #1BA2EA;
}

.area-tohoku:hover, .area-tohoku.current{
    background-color: #1BA2EA;
    border-color: #1BA2EA;
}

.area-syutoken {
    color: #30A5AA;
}

.area-syutoken:hover, .area-syutoken.current{
    background-color: #30A5AA;
    border-color: #30A5AA;
}

.area-tokai {
    color: #89BC43;
}

.area-tokai:hover, .area-tokai.current{
    background-color: #89BC43;
    border-color: #89BC43;
}

.area-kansai {
    color: #D97D4D;
}

.area-kansai:hover, .area-kansai.current{
    background-color: #D97D4D;
    border-color: #D97D4D;
}

.area-shinetsu_hokuriku {
    color: #AC956A;
}

.area-shinetsu_hokuriku:hover, .area-shinetsu_hokuriku.current{
    background-color: #AC956A;
    border-color: #AC956A;
}

.area-chugoku_shikoku {
    color: #D5748E;
}

.area-chugoku_shikoku:hover, .area-chugoku_shikoku.current{
    background-color: #D5748E;
    border-color: #D5748E;
}

.area-kyusyu_okinawa {
    color: #4963BA;
}

.area-kyusyu_okinawa:hover, .area-kyusyu_okinawa.current{
    background-color: #4963BA;
    border-color: #4963BA;
}
.advisor-list {
    margin: 40px auto;
    max-width: 1100px;
}
.advisor-card{
width:calc( (100% - 70px) / 3 );
/*margin-right:32px;*/
margin-bottom:32px;
    transition:none;
}
.advisor-card:nth-of-type(3n){
/*margin-right:0;*/
}
.single .advisor-card{
width:calc( ( 100% - 64px ) / 3 );
margin-right:32px;
}
.single .advisor-card:nth-of-type(3n){
margin-right:0;
}

.advisor-card a{
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    transition: border-color 0.2s, box-shadow 0.2s;
    border: 1px solid #EADCDC;
    min-height:418px;
}
.advisor-card a:hover {
    border-color: #00B4B5;
    box-shadow: -2px -2px 6px #b0fffb, 4px 4px 20px #09b4b5;
}

.advisor-info {
    box-sizing: border-box;
    padding: 0 24px 24px 24px;
    position: relative;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    color: #000000;
    justify-content: space-between;
}
.advisor-name {
    font-size: 20px;
    font-weight: bold;
    margin: 12px 0 8px 0;
    padding-bottom: 6px;
    text-align: center;
}

.advisor-photo {
    aspect-ratio: 600 / 374;
    background: #eee;
    border-radius: 12px 12px 0 0;
    display: block;
    height: auto;
    margin-bottom: 16px;
    object-fit: cover;
    width: 100%;
}

.advisor-desc {
    word-break: break-word;
    overflow: hidden;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.card-label {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    left: 16px;
    opacity: 0.95;
    padding: 4px 16px;
    position: absolute;
    top: 16px;
    z-index: 2;
}


.label-hokkaido {
    background: #9075DB;
}

.label-tohoku {
    background: #1BA2EA;
}

.label-syutoken {
    background: #30A5AA;
}

.label-tokai {
    background: #89BC43;
}

.label-kansai {
    background: #D97D4D;
}

.label-shinetsu_hokuriku {
    background: #AC956A;
}

.label-chugoku_shikoku {
    background: #D5748E;
}

.label-kyusyu_okinawa {
    background: #4963BA;
}

.more-link {
    align-items: center;
    background: none;
    border-radius: 16px;
    box-shadow: none;
    color: #00b4b5;
    display: flex;
    font-size: 12px;
    gap: 8px;
    justify-content: flex-end;
    margin-left: 0;
    margin-top: 20px;
    position: static;
    text-decoration: none;
}

.more-link-icon {
    align-items: center;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    width: 30px;
    flex-shrink: 0;
}

.more-link-icon svg {
    display: block;
    height: 100%;
    width: 100%;
}

.more-link-icon svg {
    fill: #fff;
}

.more-link-icon svg path {
    stroke: #00b4b5;
    stroke-width: 4;
}

.more-link-icon svg circle {
    fill: #fff;
    stroke: #00b4b5;
    stroke-width: 2;
}

.advisor-detail-hero{
padding: 40px 15px;
}

.advisor-detail-inner{
max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 16px;
}

.advisor-detail-image{
    flex: 1;
}

.advisor-detail-image img{
width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
}

.advisor-detail-right{
flex: 1;
    text-align: center;
    position: relative;
    margin-top: 60px;
}
.advisor-detail-right::before{
    content: 'CAREER PARTNER';
    position: absolute;
    font-size: 50px;
    color: #caf1f1;
    top: -70px;
    left: 0;
    right: 0;
}
.advisor-detail-label{
display: inline-block;
    margin: 0 auto 16px;
    color: #fff;
    border-radius: 4px;
    padding: 6px 16px;
    font-weight: bold;

}

.advisor-detail-name{
font-size: 24px;
    font-weight: bold;
    color: #222;

}

.advisor-strengths{
    background: linear-gradient(to right, #a3eded, #d7f7f7);
    padding: 30px 0;
    text-align: center;
}

.advisor-strengths-inner{
max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.strengths-heading{
font-size: 24px;
    color: #333;
    margin: 0 0 20px;
    font-weight: bold;
}
.accent{
    font-size: 28px;
    color: #00b4b5;
}

.strengths-grid{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    list-style:none;
    counter-reset: my-counter;
}

.strengths-grid li{
    background: #fff;
    border-radius: 10px;
    padding: 20px 40px 20px 80px;
    flex: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: left;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    align-items: center;
    display: flex;
}

.strengths-grid li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #00b4b5;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    top: calc((100% - 32px) / 2);
    left: 20px;
    font-weight: bold;
}

.advisor-foryou{
border: 1px solid #B3D5FC;
    border-radius: 8px;
    max-width: 1100px;
    margin: 30px auto;
    box-sizing: border-box;
    padding: 50px 32px;
}
.foryou-inner{
    display: flex;
    align-items: center;
    gap: 40px;
}
.foryou-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
    min-width: 240px;
    gap: 15px;
}

.foryou-title{
    font-size: 60px;
    color: #BAD7F8;
    font-family: gibson,San Francisco;
}

.foryou-subtitle{
    font-size: 18px;
    font-weight: bold;
}

.foryou-right{
    flex: 1;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}

.foryou-text {
    word-break: break-word;
    overflow-wrap: break-word;
}

.advisor-aboutme{
max-width: 1100px;
    margin: 60px auto;
    padding: 0 15px;
}

.aboutme-inner{
    display: flex;
    align-items: stretch;
    gap: 40px;
    width: 100%;
}

.aboutme-image{
flex: 1;
    max-width: 400px;
}

.aboutme-image img{
width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.aboutme-content{
flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.aboutme-title{
font-size: 30px;
    color: #93e9e9;
    font-family: gibson,San Francisco;
}

.aboutme-heading{
    font-size: 30px;
    color: #444;
    margin: 12px 0 24px;
    font-weight: bold;
}
.aboutme-text{
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-right: 20px;

}
.advisor-recommend{
background: #EEF8F8;
    text-align: center;
    padding: 30px 20px;
        display: flex;
    align-items: center;
    flex-direction: column;
}
.advisor-recommend .cta-banner{
margin-top:0;
}
.recommend-text{
font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #333;
}
.recommend-text .green-strong {
    color: #00b4b5;
    font-weight: bold;
}


.advisor-related {
    text-align: center;
    font-size: 24px;
    padding-top: 36px;
    font-weight: 700;
}

.advisor-list.swiper {
    display: flex;
    overflow: hidden;
    padding: 0 10px 10px 10px;
    margin: 40px auto;
    max-width: 1100px;
}

.advisor-list.swiper .swiper-wrapper {
    display: flex;
}

.advisor-list.swiper .advisor-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.advisor-list.swiper .swiper-slide {
    display: flex;
    height: auto;
    align-items: stretch;
}


/* Swiper navigation buttons outside the 1100px container */
.advisor-swiper-outer {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

.advisor-swiper-container {
    overflow: hidden;
}

.custom-swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    z-index: 10;
    width: 32px;
    height: 80px;
    background-color: #00b4b5;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    font-size: 16px;
}

.custom-swiper-button::after {
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.swiper-button-prev.custom-swiper-button {
    left: -48px;
}

.swiper-button-next.custom-swiper-button {
    right: -48px;
}
.filter-reset-btn{
    padding: 12px 28px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #EEF8F8;
    width: fit-content;
    color: #00b4b5;
    border-radius: 10px;
    font-weight: bold;
    transition: background-color .25s ease, opacity .25s ease;
}
.advisor-list.swiper .advisor-card a{
min-height:418px;
}

@media screen and (max-width:959px){
.main-visual{
	padding: 20px 15px;
}
.main-visual-inner{
background-size: 80%;
    background-position: center bottom 80px;
}
.main-visual-txt{
width: 100%;
align-items: center;
}
.main-visual-logo{
    width: 50%;
}


.main-visual-title{
font-size: 26px;
}

.cta-banner{
margin-top: 140px;
    text-align: center;
    width: 100%;
}
.cta-banner a{
width: 90%;
    padding: 12px 35px 12px 20px;
}
.cta-banner a::before{
content:none;
}
.filter-row{
flex-wrap: wrap;
}
.filter-title{
    width: 100%;
}

.filter-btns-grid ul{
grid-template-columns: repeat(3, 1fr);
    align-items: center;
}
.advisor-list{
margin-left:10px;
}

.advisor-card{
width: calc((100% - 22px) / 2);
/*    margin-right: 10px;*/
}

.advisor-card:nth-of-type(3n) {
/*    margin-right: 10px;*/
}

.advisor-card:nth-of-type(2n) {
    margin-right: 0;
}
.advisor-card a{
min-height:340px;
}
.card-label{
top: 114px;
left:8px;
}
.advisor-info{
    padding: 0 12px 12px;
}
.advisor-name{
margin: 20px 0 8px 0;
text-align: left;
}

.advisor-desc{
font-size: 14px;
-webkit-line-clamp: 4;
}

.advisor-detail-hero{
    padding: 0px 15px;
}
.advisor-detail-inner{
    flex-wrap: wrap;
    margin: 0 20px;
}

.advisor-detail-image{
width: 100%;
    flex: unset;
    margin-top: 80px;

}
.advisor-detail-right{
width: 100%;
    flex: unset;
    margin-top: 30px;
}

.advisor-detail-right::before{
    font-size: 33px;
top: -280px;
}
.strengths-grid li{
flex: none;
    width: 100%;
    box-sizing: border-box;
}
.advisor-foryou{
margin: 30px 20px;
        padding: 20px;
}
.foryou-inner{
flex-direction: column;
gap: 30px;
}
.foryou-title{
font-size: 48px;
}

.foryou-subtitle{
font-size: 14px;
}

.advisor-aboutme{
    margin: 40px 10px;
}

.aboutme-title{
    text-align: center;
    font-size: 24px;
}

.aboutme-heading{
    text-align: center;
    font-size: 24px;
}
.aboutme-inner{
flex-direction: column;
    gap: 20px;
}

.advisor-related{
font-size: 18px;
}

.swiper-button-prev.custom-swiper-button{
left: 10px;
}

.swiper-button-next.custom-swiper-button{
right:10px;
}
.single{
margin:40px auto;
width:80%;
}
.single .advisor-card{
width: 100%;
    margin: 0;
}

.advisor-list.swiper .advisor-card a{
min-height:388px;
}
.advisor-list.swiper .card-label{
top:164px;
}
.advisor-list.single .card-label{
top:194px;
}


























}






}




































































































