/* common */

* {
    margin: 0;
    padding: 0;
}

html {
    font-family: 游ゴシック, YuGothic, sans-serif;
	 font-weight: 500;
	font-size: 18px;
    letter-spacing: 4px;
    -webkit-overflow-scrolling: touch;
}

p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 20px;
}



h2 {
    font-size: 3rem;
    line-height: 1;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, sans-serif;
}

h3 {
    font-size: 2rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, sans-serif;
}

a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, sans-serif;
}



section {
    padding: 7rem 2rem;
}

section#about {
    padding: 7rem 2rem 2rem 2rem;
}

section#addsection {
    padding: 7rem 2rem 1rem 2rem;
}

.sp{
    background-color: #f0f0f0;
}

.content-container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 500ms;
    margin-bottom: 100px;

}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    text-align: center;
    margin-bottom: 100px;
}


/* loading animation */

.is-hide {
    display: none;
}

.fadeout-bg {
    transition-property: opacity;
    transition-delay: 0.9s;
    transition-duration: 0.8s;
    opacity: 0;
    pointer-events: none;
}

.fadeout-loader {
    transition-property: opacity;
    transition-delay: 0.9s;
    transition-duration: 0.3s;
    opacity: 0;
    pointer-events: none;
}

#loader-bg {
    background: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
}

#loader {
    height: auto;
    margin: auto;
    left: 0;
    position: fixed;
    top: 35%;
    width: 100%;
}

#loader div {
    color: #454545;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    width: 100%;
}

#loader div img {
    display: block;
    margin: 0 auto;
    height: auto;
}


/* navigation */

.nav-bar {
    width: 100%;
    background-color: rgba(0,101,189,0.8);
    position: fixed;
    padding: 1.3rem 0;
    z-index: 100;
    left: 50%;
    transform: translate(-50%, 0%);
}

.nav-bar ul {
    display: flex;
    padding-right: 2rem;
    margin-right: auto;
    align-items: center;
}

.nav-bar ul li {
    list-style: none;
    margin-left: 2rem;
	font-size: 14px;
}

.nav-bar ul li a {
    text-decoration: none;
    color: #fff;
    font-family: 游ゴシック, YuGothic, sans-serif;
}

.nav-bar ul li a:hover {
    text-decoration: underline 2px;
    -webkit-text-decoration: underline;
}

.nav-bar ul .list-items {
    margin-left: auto;
}

.global-nav {
    display: none;
}

.hamburger {
    display: none;
}

.global-nav-list {
	font-family: liquor-store, 游ゴシック, YuGothic, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

.global-nav-item {
    text-align: center;
    padding: 0 14px;
}

.global-nav-item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #111;
	font-size: 20px;
}

.global-nav-item a:hover {
    background-color: #eee;
}

.hamburger-line {
    position: absolute;
    width: 2rem;
    height: 2px;
    right: 8px;
    margin-top: 7px;
    background-color:#fff;
    transition: all .5s;
    opacity: 1;
}

.hamburger-line-1 {
    top: .5rem;
}

.hamburger-line-2 {
    top: 1rem;
}

.hamburger-line-3 {
    top: 1.5rem;
}


/* navigation for mobile */

.nav-open .global-nav {
    right: 0;
}

.nav-open .black-bg {
    opacity: .8;
    visibility: visible;
}

.nav-open .hamburger-line-1 {
    transform: rotate(45deg);
    top: 16px;
}

.nav-open .hamburger-line-2 {
    width: 0;
    left: -50%;
}

.nav-open .hamburger-line-3 {
    transform: rotate(-45deg);
    top: 16px;
}

.black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    cursor: pointer;
}

.scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
}



#addsection ul.circlebutton li {
    margin: 50px;
    color: #000;
    font-size: 18px;
    text-align: right;
}

#addsection ul.aboutcompany li {
    text-align: left;
}



ul.circlebutton {
    list-style: none;
    margin-top: 70px;
}

ul.circlebutton a {
    color: #000;
    border: 1px solid #3b3b3b;
}


#about ul.circlebutton {
    
}

#about ul.circlebutton li{
    margin: 0px;
    text-align: right;
}

#addsection .content-container .addsection-wrapper .addsection-text p {
    display: block !important;
    margin: 50px;
    margin-top: 50px;
    text-align: left;
}


.info-link {
    position: relative;
    display: block;
    color: #fff;
    background: #0271FA;
    overflow: hidden;
    
}

.inner {
    position: relative;
    padding: 0 55px;
}

.info-link .left {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 4vw;
    line-height: 3.4482758621;
    letter-spacing: 0.08em;
    padding-bottom: 0%;
}

.info-link .inner > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 55px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.info-link .right .lower {
    font-size: 1.875vw;
    line-height: 1.0833333333;
    font-weight: bold;
    letter-spacing: 0.12em;
}

.info-link .right .upper {
    font-size: 1.2vw;
    margin-bottom: 8px;
    font-weight: bold;
    letter-spacing: 0.12em;
}

.info-link .right .lower2 {
    font-size: 1.875vw;
    line-height: 1.0833333333;
    font-weight: bold;
    letter-spacing: 0.12em;
}

.info-link .right .upper2 {
    font-size: 1.2vw;
    margin-bottom: 8px;
    font-weight: bold;
    letter-spacing: 0.12em;
}

.info-link .right span {
    display: block;
}

.lower:hover {
    display: inline-block;
    color: #adadad;
}

.lower2:hover {
    display: inline-block;
    color: #adadad;
}



/* 008 */
.button008 a {
    background: #ffffff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 360px;
    padding: 15px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 18px;
    z-index:0;
}
.button008 a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #FA7E02;
    transition: .3s;
    left:0;
}
.button008 a:hover {
    color: #FFF;
}
.button008 a:hover:before {
    width: 100%;
    z-index: -1;
}

section#about .button008 a {
    background: #eee;
}





/* navigation logo */

.navigation-logo {
    position: fixed;
    width: 8rem;
    top: 0px;
    left: 2rem;
    z-index: 300;
}

.pc-navlogo-only {
    display: block;
}


/* first view */

.hero {
    display: flex;
    height: 100vh;
    background-color: #000;
}

.hero img {
    position: absolute;
    width: 75%;
    left: 0;
    right: 0;
    top: 80.3%;
    margin: 0 auto;
}

.hero .hero-text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50%;
    left: 0;
    top: 45%;
    transform: translate(20%, -30%);
    z-index: 10;
}

.hero .hero-text .hero-text-item {
    width: 100%;
}

.hero .hero-text .hero-text-item svg {
    width: 45%;
    display: block;
    fill: #fff;
}

/*
.hero .hero-text .hero-text-item p {
    margin: 3rem 0 0 0;
    text-align: left;
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
}
*/

p.company {
    margin: -5rem 0 0;
    text-align: left;
    font-size: 7.5rem;
    color: #02F4FA;
    text-shadow: 3px 3px 10px gray;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}



p.catch {
    margin: 1rem 0 0 0;
    text-align: left;
    font-size: 5rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 3px 3px 10px #808080;
    font-family: 'Noto Serif JP', serif;
}


/*
.hero .hero-image {
    width: 100%;
    height: 100%;
    margin-left: auto;
    background-image: url("../img/recruit_shinsotsu/top.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100%;
}
*/

/* ----- 背景用の動画ファイル ----- 
.hero-image {
    width: 100%;/*背景色を横幅いっぱいに広げる
    text-align: center;
    margin: auto;
    padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整
    background: #e6e6e6;/*余白の背景色
    }
    
    ---*/

.hero-image{
 /*
    height: 50vh;
   
  position: relative;
  overflow: hidden;
  */
}

.videomain {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;

}







/* メッセージ */

#about {
    
    background-image: url("../img/recruit_shinsotsu/horizon3.jpg"); 
    background-position: bottom;
    background-size: cover;
    
}


#about .content-container .about-title {
    margin: 0 auto;
    display: flex;
}

#about .content-container .rotate-stick {
    border: 1px solid #000;
    transform: rotate( 45deg);
    margin: -1.5rem 1rem 0;
    height: 15rem;
}

#about .content-container .about-text p {
    width: 60%;
    margin: 0 auto;
    line-height: 2;
    font-weight: 600;
    font-size: 28px;
}

#about2 {
    background-color: #fff;
}

#about2 .content-container .about-wrapper {
    display: flex;
}

#about2 .content-container .about-wrapper p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

#about2 .content-container .about-wrapper .about-image1 {
    width: 50%;
    height: 30rem;
    background-image: url("../img/recruit_shinsotsu/reception.JPG");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#about2 .content-container .about-wrapper .about-image2 {
    width: 50%;
    height: 30rem;
    background-image: url("../img/recruit_shinsotsu/meeting.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#about2 .content-container .about-wrapper .about-image3 {
    width: 50%;
    height: 30rem;
    background-image: url("../img/recruit_shinsotsu/entrance.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#about2 .content-container .about-wrapper .about-image4 {
    width: 50%;
    height: 30rem;
    background-image: url("../img/recruit_shinsotsu/people.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

h3.fadein.scrollin {
    width: 60%;
    margin: 0 auto;
    padding: 0 0 50px 0;
    /*
    font-family: "shippori-mincho-b1", sans-serif;
    */
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#addsection .content-container .addsection-wrapper .addsection-image {
    width: 100%;
    height: 30rem;
    background-image: url(//www.nakayamafudousan.co.jp/magazine/wp-content/themes/rumble_tcd058/css/../img/recruit_shinsotsu/reception.JPG);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}


#addsection .content-container .addsection-wrapper .addsection-text p {
    display: flex;
    align-items: center;
    justify-content: center;

}

.addsection-text {
    width: 100%;
}

p.fadein.scrollin {
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
    font-weight: 500;
}





/* carousel */

#carousel {
    padding: 0 1rem;
}

#carousel .carousel {
    max-width: 1366px;
    width: 90%;
    margin: auto;
}

#carousel .carousel img {
    width: 70%;
    margin: auto;
}

#carousel .carousel .item {
    outline: none;
}

.prev-arrow,
.next-arrow,
.prev-arrow-bk,
.next-arrow-bk {
    position: absolute;
    top: 45%;
    margin: 0;
    padding: 0;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-weight: bold;
}

.slick-prev:before,
.slick-next:before {
    color: #000 !important;
}

span {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.prev-arrow {
    left: -40px;
    width: 20px;
    height: 20px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    transform: rotate(-54deg) skew(-20deg);
}

.next-arrow {
    right: -40px;
    width: 20px;
    height: 20px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    transform: rotate(54deg) skew(20deg);
}

.prev-arrow-bk {
    left: -20px;
    width: 20px;
    height: 20px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    transform: rotate(-54deg) skew(-20deg);
}

.next-arrow-bk {
    right: -20px;
    width: 20px;
    height: 20px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    transform: rotate(54deg) skew(20deg);
}



/* addsection */

#addsection {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
}

#addsection .content-container .addsection-title {
    margin: 0 auto;
}

#addsection .content-container .rotate-stick {
    border: 1px solid #000;
    transform: rotate( 45deg);
    margin: -1.5rem 1rem 0;
    height: 15rem;
}

#addsection .content-container .addsection-wrapper {
    display: flex;
    margin-bottom: 50px;
}

#addsection .content-container .addsection-wrapper .addsection-text p {
    line-height: 2;
}

#addsection .content-container .addsection-wrapper .addsection-image {
    width: 100%;
    background-image: url("../img/recruit_shinsotsu/reception.JPG");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 50px;
}

#addsection .content-container .addsection-wrapper .addsection-image2 {
    width: 100%;
    height: 30rem;
    background-image: url("../img/recruit_shinsotsu/meeting.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 50px;
    
}

#addsection .content-container .addsection-wrapper .addsection-image3 {
    width: 100%;
    height: 30rem;
    background-image: url("../img/recruit_shinsotsu/entrance.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 50px;
}

#addsection .content-container .addsection-wrapper .addsection-image4 {
    width: 100%;
    height: 30rem;
    background-image: url("../img/recruit_shinsotsu/people.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 50px;
}



/* merit */

#merit {
    color: #fff;
    background-color: #000;
}

#merit .content-container .merit-wrapper {
    display: flex;
    justify-content: center;
}

#merit .content-container .merit-wrapper .merit-item {
    margin: 0 1rem;
}

#merit .content-container .merit-wrapper .merit-item .blk-bg {
    background-color: rgba(53, 53, 53, .5);
}

#merit .content-container .merit-wrapper:nth-child(2) .merit-item {
    margin: 5rem 1rem 9rem 1rem;
}

#merit .content-container .merit-wrapper .merit-item p {
    padding: 1rem 2rem;
    width: 25rem;
}

#merit .content-container .merit-wrapper .merit-item h3 {
    font-size: 1.5rem;
    width: 25rem;
    margin: 0 auto;
}

#merit .content-container .merit-title {
    margin: 0 auto;
    display: flex;
}

#merit .content-container .rotate-stick {
    border: 1px solid rgb(255, 255, 255);
    transform: rotate( 45deg);
    margin: -1.5rem 1rem 0;
    height: 15rem;
    background-color: #fff;
}

#merit .content-container .merit-wrapper .merit-image1 {
    background-image: url("../img/lp/MERIT_01.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#merit .content-container .merit-wrapper .merit-image2 {
    background-image: url("../img/lp/MERIT_02.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#merit .content-container .merit-wrapper .merit-image3 {
    background-image: url("../img/lp/MERIT_03.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#merit .content-container .merit-wrapper .merit-image4 {
    background-image: url("../img/lp/MERIT_04.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#merit .content-container .merit-wrapper .merit-item .merit-num {
    display: flex;
    align-items: center;
    position: relative;
    top: -2rem;
    margin-left: 1.5rem;
}

#merit .content-container .merit-wrapper:nth-child(2) .merit-item:nth-child(1) .merit-num:nth-child(1) {
    margin-left: .5rem;
}

#merit .content-container .merit-wrapper .merit-item .merit-num img {
    width: 8rem;
}


/* info */

#info {
    color: #fff;
    background-color: #000;
}

#info .content-container .info-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#info .content-container .info-title {
    display: flex;
}

#info .content-container .rotate-stick {
    border: 1px solid #fff;
    transform: rotate( 45deg);
    margin: -1.5rem 1rem 0;
    height: 15rem;
}

#info .content-container .info-text p {
    margin-left: 8rem;
    margin-bottom: 2rem;
    line-height: 2;
}

#info .content-container .info-detail {
    margin-top: 8rem;
    text-align: center;
    letter-spacing: 0;
}

#info .content-container .info-detail div {
    width: 20rem;
    background-color: #ee731d;
    color: #000;
    padding: 1rem;
    margin: 0 auto 3rem auto;
}

#info .content-container .info-detail .big-text {
    font-size: 3rem;
}

.fa-phone-volume:before {
    margin-right: 1rem;
}

#info .content-container .info-formarea {
    margin-top: 8rem;
    text-align: center;
    letter-spacing: 0;
}

#info .content-container .info-formarea .formarea-wrapper {
    width: 80%;
}

#info .content-container .info-formarea div {
    width: 20rem;
    background-color: #ee731d;
    color: #000;
    padding: 1rem;
    margin: 1rem auto 3rem auto;
}

#info .content-container .info-formarea dl dt {
    float: left;
    width: 35%;
    text-align: right;
    color: #fff;
}

#info .content-container .info-formarea .req::after {
    content: "※";
    color: #ee731d;
    margin-left: .55rem;
}

#info .content-container .info-formarea dl dd {
    text-align: left;
    margin-bottom: 2rem;
}

#info .content-container .info-formarea input {
    padding: .5rem;
    margin-left: .3rem;
	width: 30%;
}

#info .content-container .info-formarea dl dd.checkbox input {
    margin-left: 1rem;
    width: 1.5rem;
}

#info .content-container .info-formarea dl dd.text-lg textarea {
    padding: .5rem;
    margin-left: .3rem;
    width: 30%;
    height: 10rem;
    word-wrap: break-word;
    word-break: break-all;
}

#info .content-container .info-formarea dl dd.add1 textarea{
    padding: .5rem;
    margin-left: .3rem;
    width: 30%;
    height: 1rem;
    word-wrap: break-word;
    word-break: break-all;
}

#info .content-container .info-formarea dl dd.add2 textarea{
    padding: .5rem;
    margin-left: .3rem;
    width: 30%;
    height: 3rem;
    word-wrap: break-word;
    word-break: break-all;
}

#info .content-container .info-formarea .priv a {
    color: #ee731d;
}

#info .content-container .info-formarea small, a {
    color: #fff;
    text-decoration: none;
}

#info .content-container .submit-btn {
    width: 20rem;
    background-color: #ee731d;
    color: #fff;
    margin: 3rem auto 0 auto;
    padding: 1rem;
}

#info .content-container .submit-btn input[type="submit"] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    color: #fff;
	 width: 20rem;
    margin-left: 0;
    padding: 1rem;
	font-size: 18px;
}

#info .content-container .info-formarea div.wpcf7{
	margin-bottom: 0;
	background-color: unset;
	width: 100%;
	padding: 0;
}

#info .content-container .info-formarea div.screen-reader-response{
	background-color: unset;
    color: #fff;
    list-style-type: none;
    font-size: 14px;
    width: 100%;
    padding: 0;
}

#info .content-container .info-formarea div.screen-reader-response ul li{
	display: none;
}

#info .content-container .info-formarea div.wpcf7 label, span{
	color: #fff;
}

#info .content-container .info-formarea div.wpcf7 .wpcf7-not-valid-tip{
	  margin-top: .5rem;
    display: block;
    text-align: center;
    font-size: 14px;
    color: red;
}

#info .content-container .info-formarea div.wpcf7 .wpcf7-form .wpcf7-response-output{
	display: none;
}

/* footer */

footer {
    background-color: rgba(128, 128, 128, .1);
}

footer .footer-container {
    display: flex;
    max-width: 1366px;
    margin: 0 auto;
    padding: 3rem 2rem;
    justify-content: flex-start;
    font-weight: 500;
    letter-spacing: 0;
}

footer .footer-container .footer-text img {
    width: 10rem;
    margin-bottom: 2rem;
}

footer .contact-button {
    border-radius: 100px;
    background-color: #000;
    width: 50%;
    padding: 1rem 0;
    color: #fff;
    text-align: center;
    margin: 3rem 0 0 0;
}

footer .footer-container .stick-wrapper {
    display: none;
}

footer .footer-container .rotate-stick {
    border: 1px solid #000;
    transform: rotate(45deg);
}

footer .footer-container .footer-wrapper {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

footer .footer-container .footer-link {
    display: flex;
    margin-left: 80px;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

footer .footer-container .footer-link .link {
    font-size: 14px;
    text-align: center;
    margin-right: 1rem;
}

footer .footer-container .footer-link .link a {
    text-decoration: none;
    color: #000;
}

footer .footer-container .footer-credit {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

footer .footer-container .footer-credit .credit {
    margin-left: auto;
}

/* info follow button */

.follow-button {
    position: fixed;
    left: 95%;
    bottom: 1rem;
    color: #000;
    width: 40px;
    height: 40px;
    z-index: 10;
    top:92%;
}

.follow-button span {
    position: absolute;
    bottom: 3.1rem;
    width: 7rem;
    height: 7rem;
    right: 0rem;
}

.follow-button2 {
    position: fixed;
    left: 95%;
    bottom: 1rem;
    color: #000;
    width: 40px;
    height: 40px;
    z-index: 10;
    top:100%;
}

.follow-button2 span {
    position: absolute;
    bottom: 3rem;
    width: 7rem;
    height: 7rem;
    right: 0rem;
}



.follow-button span img {
    width: 100%;
}

.follow-button2 span img {
    width: 100%;
}

.subtitle {
font-size: 36px;
color: #000;
}

.br-sp {
    display: none;
}



#addsection .content-container .addsection-wrapper .addsection-image2 {
    width: 100%;
    height: 30rem;
    background-image: url("../img/recruit_shinsotsu/meeting.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 50px;
}

.addsection-image2-2 {
    display: ;
}


.addsection-image4-2 {
    display:;
}

h3.message.fadein.scrollin {
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
}

.staff-wrap {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 4px;
    margin: 0;
}

.img-delay {
    transition-delay: 2s;
}

.staff-box {
    width: 33.3333%;
}

.staff-img {
    position: relative;
    padding: 25px 25px 0 25px;
}

.staff-img img {
    width: 100%;
}

div.profile-job {
    background: #fb6103;
    padding: 8px 2rem;
    color: #fff;
    margin: 0 25px;
}

.staff-txt {
    display: grid;
    margin: 0 25px 80px;
    background: #232323;
    padding: 1rem 2rem;
}

.staff-img {
    position: relative;
    }
  
.intro {
    position: absolute;
    color: white;
    left: 50px;
    bottom: 30px;   
    font-size: 28px;
}

.intro span {
    font-size: 16px;
}

.sink {
	display: inline-block;
	transition: all .3s ease 0s;
	text-decoration: none;
}
.sink:hover {
	cursor: pointer;
	transform: scale(0.95);
}

a.sink {
    font-family: 'Noto Serif JP', serif;
}

.staff-img img {
    width: 100%;
}

.staff-box.fadein.scrollin {
    margin-bottom: 50px;
}





@media screen and (max-width: 1080px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
    .navigation-logo {
        position: fixed;
        width: 3rem;
        left: 8px;
        z-index: 200;
    }
    .navigation-logo {
        top: 5px;
    }
    .navigation-logo svg {
        fill: rgb(0, 0, 0);
    }
    .hero .hero-text .hero-text-item p {
        font-size: 3rem;
    }

    #loader div img {
        width: 14rem;
    }

    

    #about .content-container .about-text p {
        width: 100%;
        font-weight: 700;
        font-size: 18px;
    }
    #about2 .content-container .about-wrapper {
        flex-direction: column;
    }
    #about2 .content-container .about-wrapper .about-image1 {
        width: 100%;
        height: 50rem;
    }
    #about2 .content-container .about-wrapper .about-image2 {
        width: 100%;
        height: 50rem;
    }
    #about2 .content-container .about-wrapper .about-image3 {
        width: 100%;
        height: 50rem;
    }
    #about2 .content-container .about-wrapper p {
        margin: 3rem auto 1rem;
        text-align: center;
    }
    #about2 .content-container .about-wrapper:nth-child(1) p {
        margin: 0 auto 1rem auto;
        text-align: center;
    }

    h3.fadein.scrollin {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 30px;
    }

    #carousel .carousel img {
        width: 100%;
    }

    #addsection .content-container .addsection-wrapper {
        flex-direction: column;
    }
    #addsection .content-container .addsection-wrapper .addsection-text p {
        width: 100%;
        margin-bottom: 2rem;
    }
    #addsection .content-container .addsection-wrapper .addsection-image {
        height: 14rem;
    }
    #merit .content-container .merit-wrapper {
        flex-direction: column;
    }
    #merit .content-container .merit-wrapper .merit-item {
        margin: 5rem 1rem 0 1rem!important;
    }
    #merit .content-container .merit-wrapper .merit-item h3 {
        margin: unset;
        padding: 1rem 2rem;
    }
    #merit .content-container .merit-wrapper .merit-item p {
        width: unset;
    }

    #info .content-container .info-detail .big-text {
        font-size: 2rem;
    }
    #info .content-container .info-wrapper {
        align-items: unset;
        flex-direction: column;
    }
    #info .content-container .info-text p {
        margin: 3rem 0 0 0;
        text-align: center;
    }
    #info .content-container .info-formarea dl dt {
        float: unset;
        width: unset;
        text-align: left;
        margin-bottom: 1rem;
    }
    #info .content-container .info-formarea input {
        width: 90%;
        margin-left: unset;
    }
    #info .content-container .info-formarea dl dd.text-lg textarea {
        margin-left: unset;
        width: 90%;
    }

    #info .content-container .info-formarea dl dd.add1 textarea{
        margin-left: unset;
        width: 90%;
    }

    #info .content-container .info-formarea dl dd.add2 textarea{
        margin-left: unset;
        width: 90%;
    }

    #info .content-container .info-formarea dl dd {
        text-align: unset;
    }
    footer .footer-container {
        flex-direction: column;
    }
    footer .footer-container .footer-wrapper {
        width: 100%;
        margin-top: 1rem;
    }
    footer .footer-container .footer-link {
        margin-left: unset;
    }
    footer .footer-container .footer-credit .credit {
        margin-left: unset;
    }

    .follow-button span {
        position: absolute;
        bottom: 3.5rem;
        width: 7rem;
        height: 7rem;
        right: 2rem;
    }
    
    .follow-button2 span {
        position: absolute;
        bottom: 3rem;
        width: 7rem;
        height: 7rem;
        right: 2rem;
    }



    .subtitle {
        font-size: 24px;
        color: #000;
    }
}

@media screen and (max-width: 768px) {
    section {
        padding: 5rem 2rem;
    }

  

    .hero .hero-text .hero-text-item p {
        font-size: 2rem;
        text-shadow: 2px 2px 5px black;
    }
    .hero .hero-text {
        transform: translate(10%, -30%);
    }
    #about2 .content-container .about-wrapper p {
        width: 100%;
    }
    #about2 .content-container .about-wrapper .about-image1 {
        height: 30rem;
    }
    #about2 .content-container .about-wrapper .about-image2 {
        height: 30rem;
    }
    #about2 .content-container .about-wrapper .about-image3 {
        height: 30rem;
    }
    #merit .content-container .merit-wrapper .merit-item h3 {
        width: unset;
    }
    .rotate-stick {
        height: 9rem!important;
    }
   

    h3.fadein.scrollin {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 30px;
    }

    .subtitle {
        font-size: 24px;
        color: #000;
    }


    #addsection .content-container .addsection-wrapper .addsection-image2 {
        display: none;
    }

    .addsection-image2-2 {
        background-image: url("../img/recruit_shinsotsu/meeting.jpg");
        height: 20rem;
        background-position: -25px;
        background-repeat: no-repeat;
        background-size: cover;
    }



    #addsection .content-container .addsection-wrapper .addsection-image4{
        display: none;
    }

    .addsection-image4-2{
        height: 20rem;
        background-image: url("../img/recruit_shinsotsu/people.jpg");
        background-position: -60px;
        background-repeat: no-repeat;
        background-size: cover;

    }

    #addsection .content-container .addsection-wrapper .addsection-image {
        height: 20rem;
    }

    #addsection .content-container .addsection-wrapper .addsection-image3 {
        height: 20rem;
        }

    #addsection ul.circlebutton li {
    margin: 0 0 30px 0;
        }   

    .companylogo{
        max-width: 6rem;
        }  

    h2 {
        font-size: 2rem;
        }
    
    .info-link {
        padding: 40px 0;
        }
    
    .inner {
        padding: 0 25px;
        }

    .info-link .left {
        font-size: 370%;
        font-size: 2rem;
        line-height: 1.1351351351;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        letter-spacing: 0.4rem;
        line-height: 1.4;
        }
    
    .info-link .right {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        width: 100%;
        margin-bottom: 30px;
        }

    .info-link .right .upper {
        width: 100%;
        margin-bottom: 6px;
        font-size: 1rem;
        }

    .info-link .right .lower {
        font-size: 200%;
        font-size: 1.2rem;
        line-height: 1.3;
        }

    .info-link .right .upper2 {
        width: 100%;
        margin-bottom: 6px;
        font-size: 1rem;
        }
    
    .info-link .right .lower2 {
        font-size: 200%;
        font-size: 1.2rem;
        line-height: 1.3;
        }        

    .info-link .inner > div {
        padding-right: 0px;
        }

    h3.fadein.scrollin{
        font-size: 1.6rem;
        }


    }

 



@media screen and (max-width: 680px) {
    h2 {
        font-size: 2rem;
    }


    .hero .hero-text {
        transform: unset;
        align-items: unset;
        justify-content: unset;
        right: 0;
    }
    .hero .hero-text .hero-text-item svg {
        width: 65%;
        margin: 0 auto;
    }
    .hero .hero-text .hero-text-item p {
        text-align: center;
    }
    #concept .content-container .concept-text p {
        width: 100%;
    }
    #about2 .content-container .about-wrapper .about-image1 {
        height: 13rem;
    }
    #about2 .content-container .about-wrapper .about-image2 {
        height: 13rem;
    }
    #about2 .content-container .about-wrapper .about-image3 {
        height: 15rem;
    }
    #merit .content-container .merit-wrapper .merit-item h3 {
        padding: 1rem;
    }
    #merit .content-container .merit-wrapper .merit-item p {
        padding: 1rem;
    }
    #merit .content-container .merit-wrapper .merit-item .merit-num img {
        width: 6rem;
    }
    .rotate-stick {
        height: 6rem!important;
        margin: -0.5rem 1rem 0!important;
    }
    #info .content-container .info-detail div {
        width: 90%;
    }
    #info .content-container .info-formarea div {
        width: 90%;
    }
    #info .content-container .info-formarea dl dd.checkbox .wpcf7-checkbox{
        display: flex;
        flex-direction: column;
		   text-align: left;
    }
    #info .content-container .submit-btn {
        width: 90%;
    }
    footer .footer-container .footer-link {
        flex-direction: column;
    }
    footer .footer-container .footer-link .link {
        text-align: left;
        margin: 0 0 1rem 0;
    }

    h3.fadein.scrollin {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 30px;
    }

    .subtitle {
        font-size: 24px;
        color: #000;
    }
}


@media screen and (max-width: 420px) {
	h2{
		font-size: 2rem
	}
	#merit .content-container .merit-wrapper .merit-item{
		margin: 5rem 0 0 0!important;
	}
	#info .content-container .info-detail div{
		width: 80%;
	}
	#info .content-container .info-formarea div{
		width: 80%;
	}
	#info .content-container .submit-btn input[type=submit]{
		width: 100%;
	}

    h3.fadein.scrollin {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 30px;
    }

    .subtitle {
        font-size: 24px;
        color: #000;
    }
}



/*追加*/

.hero img {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100vh;
}



#about {
    background-image: url(../img/recruit_shinsotsu/bg_message.jpg);
    background-size: auto;
}

.subtitle{
    font-size: 24px;
}



#about .content-container .about-text p {
    margin-bottom: 150px;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    font-size: 18px;
    text-shadow: none;
}


.hero-img{
    position: relative;
 }

h1.title {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 5rem;
    color: #fff;
    text-shadow: 3px 3px 10px #414141,3px 3px 10px #414141,3px 3px 10px #414141;
    line-height: 0.8;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    font-style: normal;
}

.topsub  {
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
}

.hero {
    display: flex;
    height: 100vh;
    background-color: #000;
}



/*パンくず*/
.breadcrumb-wrapper {
    background: #f2f2f2;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.8;
}

.breadcrumb-wrapper .inner, .main > .inner, .footer .inner {
    box-sizing: border-box;
    padding: 0 4.11111%;
    width: 100%;
}

.breadcrumb {
    font-size: 14px;
    height: 55px;
    line-height: 55px;
}

.inner {
    margin: 0 auto;
}

ul{
    list-style: none;
}

.breadcrumb li {
    float: left;
}

.home {
    color: #000;
}

a.bread {
    color: #000;
}

p.fadein.scrollin {
    text-shadow: none;
    text-align: left;
}

section#field{
    padding: 0;
}

.meeting {
    width: 100%;
}

img.companylogo {
    width: 10rem;
}

.info-link .left {
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;

    
}

.info-link {
    background-color: #0065bd;
}

.subheader{
    height: 450px;
    width: 100%;
    background-image: url("../img/recruit_shinsotsu/message_toppc.jpg");
    background-size:cover;
    background-position: 50% 95%;
    position: relative;
}

#footer .external:after {
    content:"";
    background: url("../img/recruit_shinsotsu/externallink_black.png") no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0 0 3px 3px;
}

.nav-bar ul li.external a:after {
    content:"";
    background: url("../img/recruit_shinsotsu/externallink_white.png") no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0 0 3px 3px;
}

.flowtingBnr {
    position: fixed;
    right: 50px;
    top: 70vh;
    z-index: 9998;
    width: 165px;
}

 .flowtingBnr img {
    max-width: 100%;
}

.bnr_n51 {
    text-align: right;
}





/*追加分*/

@media screen and (max-width: 768px) {

    .flowtingBnr {
        width: 35%;
        top: 70vh;
        z-index: 9;
        right: 20px;
        display: flex;
        flex-direction: column;
        }
    
    .flowtingBnr img {
            max-width: 100%;
        }

    .subheader{
        height: 250px;
        width: 100%;
        background-image: url("../img/recruit_shinsotsu/message_topsp.jpg");
        object-fit: contain;
        background-position: 50% 55%;
    }
    
    p.catch {
        font-size: 2.5rem !important;
        font-weight: 700;
    }
    
    p.company {
        font-size: 3.5rem !important;
        margin-top: -35px;
    }
    
    #about {
        background-image: url(//www.nakayamafudousan.co.jp/magazine/wp-content/themes/rumble_tcd058/css/../img/recruit_shinsotsu/horizon_sp.jpg);
        background-position: bottom;
        background-size: cover;
    }
    
    section#about .button008 a {
        background: transparent;
    }
    
    .button008 a {
        font-size: 18px;
        padding: 15px 15px;
    }
    
    
    
    .br-sp {
        display: block;
    }
    
    #addsection .content-container .addsection-wrapper .addsection-text p {
        margin: 0px; 
        margin-top: 0px; 
    }
    
    .staff-box {
        width: 100%; 
    }
    
    .staff-img {
        padding: 0;
    }
    
    .intro {
        left: 10px;
        bottom: 30px;
        font-size: 24px;
        text-align: left;
    }
    
    .intro span {
        font-size: 10px;
    }
    
    .staff-box.fadein.scrollin {
        margin-bottom: 30px;
    }
    
    .hero .hero-text .hero-text-item {
        width: 98%;
    }
    
    section#about {
        padding: 5rem 2rem 1rem 2rem;
    }
    
    h2.fadein.scrollin {
        margin-bottom: 50px;
    }
    
    section#addsection {
        padding: 5rem 2rem 1rem 2rem;
    }
    
    ul.circlebutton li {
        margin: 0;
    }
    
    h3.fadein.scrollin {
        padding: 0 0 50px;
    }
    
    h3.message.fadein.scrollin {
        font-size: 24px;
    }
    
    #addsection .content-container .addsection-wrapper .addsection-image{
        margin-bottom: 60px;
    }
    
    #addsection .content-container .addsection-image2-2.fadein.scrollin {
        margin-bottom: 60px;
    }
    
    #addsection .content-container .addsection-image3.fadein.scrollin {
        margin-bottom: 60px;
    }
    
    .subtitle {
        font-size: 18px;
    }
    
    ul.circlebutton.fadein.scrollin {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    ul.circlebutton.last.fadein.scrollin {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    
    .fadein.scrollin {
        margin-bottom: 50px;
    }
    
    
    p.catch {
        font-size: 2rem !important;
    }
    
    .hero .hero-text {
        top: 20%;
    }
    
    .hero {
        height: 300px;
    }

    .hero img {
        top: 8%;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    
    #about {
        background-image: url(../img/recruit_shinsotsu/bgmessage_sp.jpg);
        background-size: contain;
    }

    #about .content-container .about-text p {
        margin-bottom: 50px;
    }

    h1.title {
        top: 60%;
        font-size: 2rem;
        font-weight: 600;
    }

    .topsub {
        font-size: 1rem;
    }

    .breadcrumb-wrapper {
        position: relative;
       
    }

    p.fadein.scrollin{
        font-size: 18px;
        line-height: 2;
    }

    .global-nav-item.external a:after {
        content:"";
        background: url("../img/recruit_shinsotsu/externallink_black.png") no-repeat;
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        margin: 0 0 3px 3px;
    }
    
    }

    @media screen and (max-width: 1400px) {
        .nav-bar {
            display: none!important;
        }
        .global-nav {
            display: block;
            position: fixed;
            right: -320px;
            top: 0;
            width: 320px;
            height: 100%;
            padding-top: 6rem;
            background-color: #fff;
            transition: all .5s;
            z-index: 200;
            overflow-y: auto;
        }
        .hamburger {
            display: block;
            position: fixed;
            width: 100%;
            height: 3rem;
            cursor: pointer;
            background-color:rgba(0,101,189,0.8);
            z-index: 200;
        }
    
        img.companylogo {
            width: 8rem;
        }
    }
    
