/* ==================================================
   fv section
   ================================================== */
#fv {
    height: 33.4rem;
    background-image: url(../img/consultant/consultant-fv.jpg);
    z-index: -1;
}

.fv__content {
    top: 78.5%;
    right: 5%;
}

.fv__courses {
    margin-right: .8rem;
    justify-content: end;
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

.fv__course {
    text-shadow: none;
    text-align: center;
    width: 17rem;
    height: 3.8rem;
    color: #FFF;
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 130%;
}

.fv__course--training {
    background-color: var(--str);
}

.fv__course--updating {
    background-color: #399F49;
}

/* ==================================================
  consultant  section
   ================================================== */

#consultant {
    padding: 0 0 20rem 0;
}

/* ==================================================
  intro  section
   ================================================== */

#consultant__intro {
    padding: 5.4rem 0;
    position: relative;
    margin-bottom: 12rem;
}

#consultant__intro h2 {
    color: #000;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 130%;
}

#consultant__intro h2::before {
    display: none;
}

.intro__container {
    width: 96.8rem;
    background-color: #FFF4BC;
    margin: 0 auto;
    padding: .8rem 2rem 3rem 4rem;
}

.intro__img-container {
    position: absolute;
    width: 36.7rem;
    height: 24.5rem;
    right: 0;
    bottom: -13.5rem;
}


/* ==================================================
  consultant__section 共通
   ================================================== */
.consultant__section {
    padding: 2rem 2rem 2rem 2rem;
}

.consultant__section h4 {
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    background-color: var(--main);
    display: inline-block;
    padding: .8rem 1.6rem;
    margin: .8rem .2rem;
}

.consultant__section p {
    margin-top: .6rem;
}

.consultant__section .consultant__section-links  a{
display: flex;
font-size: 1.9rem;
font-weight: 400;
line-height: 200%;
text-decoration-line: underline;
}

.consultant__section ul{
  	padding:0;
  	list-style: none;
    margin: .8rem 0;
}

.consultant__section li{
    padding-left: .6rem;
    margin-bottom: .6rem;
}

.consultant__section .consultant__section-links a::before{
    margin-right: 1rem;
    content: url('../../img/icon/download-arrow.svg');
 	display: block;
  	padding-top:1rem;

}

.consultant__section-column {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 2.3rem;
}

.consultant__link-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.consultant__link-container::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid #fff;
    pointer-events: none;
}

.consultant__link-container--left {
    width: 58.3rem;
    height: auto;
}

.consultant__link-container--right {
    width: 38.1rem;
    height: auto;
    
}

.consultant__link-container p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    text-shadow: 0px 0px 10px #000;
    font-size: 3rem;
    font-weight: 800;
    line-height: 200%;
}


/* ==================================================
  consultant__section 個別
   ================================================== */

/* detaile */
.consultant__section--detaile{
    margin-bottom:1rem;
}
.consultant__section--detaile .consultant__section-column{
    align-items: normal;
    gap: 16rem;
}
.consultant__section--detaile p{
    margin-bottom: 1rem;
}