@charset "utf-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. モジュール

******************************************************************************* */


/* ==

　00. モジュール

=============================================================================== */
#topicPath{
    margin-bottom: 30px;
}

.contents {
    width: auto;
    max-width: none;
	margin-bottom: 80px;
	color: #333;
}
.contents .rIndex_tit01{
    max-width: 1240px;
    margin: 0 auto 60px;
    padding: 90px 0 0 60px;
    box-sizing: border-box;
    position: relative;
}
.contents .rIndex_tit01::before{
    content: "";
    width: 10px;
    height: 180px;
    background-color: #ea5432;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.contents .rIndex_tit01 h2{
    font-size: 300%;
    color: #000;
    font-weight: bold;
    position: relative;
}
.contents .rIndex_tit01 h2 em{
    font-size: 56px;
    font-style: normal;
    color: #ff8102;
}
.contents .rIndex_tit01 p {
    margin-top: 15px;
    font-size: 135%;
    color: #7c7468;
    font-weight: bold;
}

#main .rLead_txt01{
	margin-bottom: 90px;
	font-size: 150%;
	line-height: 2.0;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.contents p{
    font-size: 150%;
    line-height: 1.7;
}




@media screen and (max-width: 1240px) {
    .contents .rIndex_tit01{
        padding: 90px 0 0 80px;
    }
    .contents .rIndex_tit01::before{
        left: 20px;
    }
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 1000px) {
}





/* メインビジュアル
------------------------------------------------------------------------------- */
.rMainvisual_top{
    max-width: 1400px;
    margin: 0 auto 60px;
    text-align: center;
    position: relative;
}
.rMainvisual_slider .rMV_item{
    max-width: 1180px;
    margin: 0 auto;
    border-radius: 25px;
    overflow: hidden;
    display: none;
}
.rMainvisual_slider .rMV_item.current{
    display: block;
}
.rMV_item img{
    max-width: 100%;
    height: auto;
}

.rMainvisual_top h1{
    white-space: nowrap;
    position: absolute;
    left: 6%;
    bottom: 120px;
}
.rMainvisual_top h1 span{
    width: 7em;
   margin-bottom: 10px;
   padding: 15px 0 20px 30px;
   background-color: #fff;
    font-size: 70px;
    line-height: 1.0;
    white-space: nowrap;
    color: #000;
    display: block;
}
.rMainvisual_top h1 span.rMV_txt02{
    margin-left: 60px;
}

@media screen and (max-width: 1240px) {
    .rMainvisual_top h1{
        left: 5%;
        bottom: 100px;
    }
    .rMainvisual_top h1 span{
        font-size: 60px;
    }

}




/* MV スライダー */
.rMainvisual_slider {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 70px;
}
.rMainvisual_slider .swiper-slide {
	border-radius: 20px;
	overflow: hidden;
}
.rMainvisual_slider .swiper-slide img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}
.rMainvisual_slider .swiper-slide img {
	filter: blur(2px) brightness(50%);
	opacity: 0;
}
.rMainvisual_slider .swiper-slide-active img {
	filter: blur(0px) brightness(1);
}
.rMainvisual_slider .swiper-slide-active img,
.rMainvisual_slider .swiper-slide-prev img,
.rMainvisual_slider .swiper-slide-next img {
	opacity: 1;
}
.swiper-pagination {
	display: none;
}
.swiper-pagination02 {
	top: calc(100% + 50px) !important;
	left: calc(50% - 65px);
	position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination02 .swiper-pagination02-bullet {
	width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 20px;
  background-color: #7c7469;
  margin: 0px 10px;
  cursor: pointer;
}
.swiper-pagination02 .swiper-pagination02-bullet.current {
  background-color: #ea5433;
  cursor: auto;
  pointer-events: none;
}

/* 大和ハウスリフォームを知る
------------------------------------------------------------------------------- */
.rAboutBlk{
    margin-bottom: 110px;
    position: relative;
}
.rAboutBlk_in{
    max-width: 1100px;
    margin: 0 auto;
    background-color: #e9edf0;
    border-radius: 25px 0 0 25px;
    display: flex;
    gap: 0 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.rAboutBlk::after{
    content: "";
    width: 50%;
    height: 100%;
    background-color: #e9edf0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.rAboutBlk h2{
    margin-bottom: 20px;
    font-size: 42px;
    color: #000;
}
.rAboutBlk_in > div{
    width: calc(100% - 580px);
    padding: 0 50px 0 30px;
    box-sizing: border-box;
}
.rAboutBlk_in > div p{
    font-size: 125%;
    font-weight: 500;
}
.rAboutBlk figure{
    width: 520px;
    border-radius: 25px 0 0 25px;
    overflow: hidden;
}
.rAboutBlk .rBtn01{
    margin-top: 40px;
}
.rAboutBlk .rBtn01 a{
    background-color: #ea5433;
}

@media screen and (max-width: 1100px) {
    .rAboutBlk{
        margin-left: 20px;
    }
    .rAboutBlk::after{
        display: none;
    }
    .rAboutBlk_in{
        gap: 0 40px;
    }
    .rAboutBlk_in > div{
        width: calc(100% - 540px);
        padding: 0 40px 0 20px;
    }
    .rAboutBlk .rBtn01{
        margin-top: 30px;
    }
}
@media screen and (max-width: 1000px) {
}




/* 仕事を知る
------------------------------------------------------------------------------- */
.contents .rJobBlk{
    padding: 0 0 100px;
    background-color: #f9f8f7;
}
.contents .rJobBlk_in{
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 60px 60px;
}
.contents .rJob_item{
	width: calc((100% - 60px) / 2);
}
.contents .rJob_item figure{
	margin-bottom: 30px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.contents .rJob_subTit01{
	margin-bottom: 20px;
	padding: 0;
	background-color: transparent;
	font-size: 200%;
	font-weight: bold;
}
.contents .rJob_item p.rJob_txt01{
	margin-bottom: 30px;
	font-size: 125%;
	line-height: 1.75;
}

@media screen and (max-width: 1100px) {
    .contents .rJobBlk_in{
        margin: 0 20px;
    }
}



/* 人を知る
------------------------------------------------------------------------------- */
.contents .rPersonBlk{
    padding: 0 0 100px;
}
.contents .rPersonBlk_in{
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	gap: 60px 60px;
}
.rPerson_item figure{
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.rPerson_item a{
    text-decoration: none;
    transition: opacity .3s;
}
.rPerson_item a:hover {
	opacity: 0.7;
}
.rPerson_item .rPerson_txt01{
    margin-bottom: 20px;
    display: flex;
    gap: 0 20px;
}
.rPerson_item .rPerson_txt01 .rPerson_txt_type{
    width: 70px;
    height: 70px;
    background-color: #ccc;
    border-radius: 8px;
    line-height: 70px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.rPerson_item .rPerson_txt01 .rPerson_txt_type.type_freshers{
    background-color: #1a9df4;
}
.rPerson_item .rPerson_txt01 .rPerson_txt_type.type_career{
    background-color: #201c91;
}
.rPerson_item .rPerson_txt_occupation{
    margin-bottom: 10px;
    font-size: 233%;
    line-height: 1.2;
    font-weight: bold;
}
.rPerson_item .rPerson_txt_name{
    font-size: 125%;
    line-height: 1.4;
}
.rPerson_item .rPerson_txt01 > div{
    width: calc(100% - 90px);
}
.rPerson_item .rPerson_txt02{
    font-size: 135%;
    color: #333;
    font-weight: bold;
}


/* 人を知る － スライダー
------------------------------------------------------------------------------- */
.tInterview{
	max-width: 1100px;
	margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.tInterview_swiper {
  position: relative;
}

.tInterview .swiper {
  overflow: visible;
}

.tInterview .swiper-init .swiper-slide,
.tInterview .swiper-slide {
  transform: scale(.8);
  transition: .7s;
}
.tInterview .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.tInterview .swiper-slide a {
  display: block;
}
.tInterview .swiper-slide a img {
  width: 100%;
  height: auto;
}




.tInterview .swiper-uis {
    width: 160px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}
.tInterview .swiper-button-next,
.tInterview .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    position: static;
}
.tInterview .swiper-button-next {
    background-image: url(../images/ico_arrow_next.png);
}
.tInterview .swiper-button-prev {
    background-image: url(../images/ico_arrow_prev.png);
}

.tInterview .swiper-button-next:after,
.tInterview .swiper-button-prev:after {
    display: none;
}


/* loading */
.tInterview .loading {
	width: 100%;
	height: 100%;
	background: #fff url(/recruit/images/loading_ico01.svg) no-repeat center;
	background-size: 80px auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	transition: opacity 1s 1s;
}
.tInterview .is-slideShow .loading {
	opacity: 0;
	pointer-events: none;
}




/* 働く環境を知る
------------------------------------------------------------------------------- */
.rEnvironmentBlk{
    position: relative;
}
.rEnvironmentBlk_in{
    max-width: 1100px;
    margin: 0 auto;
    background-color: #e9edf0;
    border-radius: 0 25px 25px 0;
    display: flex;
    gap: 0 60px;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
    z-index: 1;
}
.rEnvironmentBlk::after{
    content: "";
    width: 50%;
    height: 100%;
    background-color: #e9edf0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.rEnvironmentBlk h2{
    margin-bottom: 20px;
    font-size: 42px;
    color: #000;
}
.rEnvironmentBlk_in > div{
    width: calc(100% - 580px);
    padding: 0 50px 0 30px;
    box-sizing: border-box;
}
.rEnvironmentBlk_in > div p{
    font-size: 125%;
    font-weight: 500;
}
.rEnvironmentBlk figure{
    width: 520px;
    border-radius: 0 25px 25px 0;
    overflow: hidden;
}
.rEnvironmentBlk .rBtn01{
    margin-top: 40px;
}
.rEnvironmentBlk .rBtn01 a{
    background-color: #ea5433;
}

@media screen and (max-width: 1100px) {
    .rEnvironmentBlk{
        margin-right: 20px;
    }
    .rEnvironmentBlk::after{
        display: none;
    }
    .rEnvironmentBlk_in{
        gap: 0 40px;
    }
    .rEnvironmentBlk_in > div{
        width: calc(100% - 560px);
        padding: 0 20px 0 40px;
    }
    .rEnvironmentBlk_in .rBtn01{
        margin-top: 30px;
    }
}