@charset "UTF-8";
/*
Theme Name:kosakarecruit
Author:TatsuyaItoh
Description:小坂建設のリクルートページ
Version:1.0
License:GNU General Public License v3 or later
LicenseURI:https://www.gnu.org/licenses/gpl-3.0.html
*/

/* 共通部分
----------------------------------*/
body{
   color: #3c3c3c;
   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;;
}
h1{
  font-weight: 300;
}
a{
  text-decoration: none;
}
img{
  width: 100%;
}
.chara-img{
  width: 85vw;
  margin-top: 24px;
  margin-bottom: 24px;
}
.bg-w{
  background-color: rgba(255,255,255,0.6);
  width: 100vw;
  padding: 54px 0;
}
.sp__none{
  display: none;
}
/*top*/
/* main{
  background-image: url(../img/images/backgroungimg.jpg);
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: 0% 20%;
  background-attachment: fixed;
} */
.top__background{
  position: fixed;
  margin: 0;
  margin-top: 20%;
  padding: 0;
  width: 100%;
  height: auto;
  z-index: -999;
}
.top__hero-bg{
  margin: 0 auto;
  text-align: center;
  display: block;
}
.top__hero-txt{
  text-align: center;
  display: inline-block;
  /* margin-left: 8px;
  margin-right: 8px; */
}
.top__hero-txt p{
  line-height: 2;
}
.top__hero-h1{
  margin-top: 10%;
  margin-bottom: 50%;
}
.top__hero-h1-2{
  margin-bottom: 10%;
}
.sec__to img{
  width: 90%;
  text-align: center;
  margin: 10% auto;
  display: block;
}
/* about */
.about h2{
  writing-mode: vertical-lr;
  text-orientation: upright;
  margin: 0 2.5vw ;
  letter-spacing: 0.5em;
  color: #fff;
  font-size: calc(32px + 40 * ((100vw - 320px)/640));
  font-weight: bolder;
}
.about__flex{
  display: flex;
  background-image: url(../img/images/aboutbg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 54px;
  padding-bottom: 54px;
}
.about__txt{
  margin-left: 2.5vw;
}
.about__flex p{
  line-height: 3.5;
  color: #fff;
  font-size: calc(14px + 6 * ((100vw - 320px)/760));
  padding-right: 4px;
}
.about__rinen{
  margin: 8px 0;
}
.about button{
  border: 3px solid #fff;
  padding: 8px 24px;
  margin: 15% 16px 0 auto;
  background-color: #7fb499;
}
.button__about{
  text-align: right;
}
.about a{
  color: #fff;;
}
.about__work-neko img{
  width: 65%;
  max-width: 500px;
  margin: 32px 0 8px 8px;
}
.about__work{
  margin: 32px auto;
  padding: 8px;
  text-align: center;
  max-width: 450px;
}
.about__work h3{
  text-align: center;
  border-bottom:1px solid #3c3c3c;
  display: inline-block;
  margin: 24px auto;
}
.about__work p{
  padding: 8px;
  text-align: left;
  display: inline-block;
}
.about__work img{
  width: 100%;
}
.about__work-chizu{
  background-color: rgba(127, 207, 244, 1);
  border-radius: 10px;
}
.about__work-seikatsu{
  background-color: #f4aa89;
  border-radius: 10px;
}
.about__work-kankyou{
  background-color: #7fb499;
  border-radius: 10px;
}
.chara__imghiyoko{
  width: 45vw;
}
/* 会社の雰囲気 */
.companyfuture h3{
  margin: 16px 0 16px 16px;
  font-size: calc(18px + 6 * ((100vw - 320px)/640));
}
.chat__img{
  background-color: rgba(250,235,215,0.8);
  padding: 32px 4px;
  width: 100%;
}
/* マイスターとは？ */
.whatmaister{
  width: 45vw;
  margin: 0 auto;
  padding-top: 16px;
  text-align: center;
  display: block;
}
.whatmai__txt{
  margin: 0 auto;
  padding: 16px;
  color: #fff;
}
.whatmai__container{
  background-image: url(../img/images/maibg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.whatmai__talk{
  margin: 16px auto;
  text-align: center;
  display: block;
}
/* 取り組み */
.torikumi{
  background-image: url(../img/images/bgi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.torikumi__box{
  margin:20px 8px;
}
.torikumi__txt{
  color: white;
  margin: 32px auto;
}
.torikumi__txt h4{
  margin: 16px 4px;
  border-bottom: 2px solid #7fb499;
}
.torikumi__img{
  margin: 8px auto;
  text-align: center;
  display: block;
  width: 100%;
}
/*募集要項*/
.recruit__title{
  margin: 96px auto 24px auto;
  text-align: center;
  display: block;
}
.recruit__title-dot{
  color: #7fb499;
}
#company-dt{
  margin: 56px auto 16px auto;
  text-align: center;
  display: block;
  border-bottom: 1px solid #7fb499;
  padding-bottom: 8px;
}
#company-dd{
  text-align: center;
  padding-left: 8px;
  line-height: 2;
  font-size: 12px;
}
.dayimg{
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 90%;
}
.contact__button{
  width: 45%;
  margin: 16px auto;
  text-align: center;
  display: block;
}
.contact__button img{
  margin: 8px 0;
}

/*タブレット
-----------------------------------*/
@media screen and (min-width:600px){
.sec__to img{
    width: 70%;
  }
/* about */
.about h2{
  font-size: calc(32px + 40 * ((100vw - 320px)/640));
}
.about__work-chizu,.about__work-kankyou{
  margin: 56px 5.33vw 56px auto;
}
.about__work-seikatsu{
  margin: 0 0 0 5.33vw;
}
.about__work-neko{
  margin-left: 15%;
}
.about__txt{
  margin-left: 0;
  margin-right: 2.5vw;
}
.chat__img img{
  width: 91.67vw;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.chara-img{
  width: 60%;
  max-width: 560px;
}
.chara__imghiyoko{
  width: 45vw;
}
.button__about{
  margin-right: 5%;
}
.pc__none{
  display: none;
}
.companyfuture h3{
  font-size: 24px
}
/* 建築マイスターとは */
.whatmai__base{
  position: relative;
}
.career__img{
  position: absolute;
  top: 80%;
}
.whatmai__container{
  display: flex;
  justify-content:center;
  padding: 15vh 5vw;
}
.whatmaister{
  width: 25vw;
  margin-right: 10%;
  padding: initial;
}
.whatmai__txt{
  line-height: 3;
  width: 70%;
  margin-left: 54px;
}
.whatmai__txt p{
  font-size: calc(24px + 16 * ((100vw - 960px)/960));
}

.whatmai__talk{
  margin-top: 350px;
}
/* 取り組み */
.torikumi__box{
  display: flex;
  justify-content: space-between;
}
.torikumi__txt{
  width: 60%;
  padding-right: 16px;
}
.torikumi__reverse{
  flex-direction: row-reverse;
}
.torikumi__txt-reverse{
  padding-left: 16px;
}
.torikumi__img{
  width: 75%;
}
.torikumi__txt p,.torikumi__txt h4{
  font-size: calc(18px + 2 * ((100vw - 600px)/360));
}
.dayimg{
  width: 40%;
  margin-top: 75px;
}
.open__neko{
  margin-top: 15%;
  margin-left: 15%;
}
.contact__button{
  width: 30%;
}
}
/*PC
-----------------------------------*/
@media screen and (min-width:960px){
.sp__none{
  display: block;
}
.top__hero-h1{
  font-size: 32px;
}
.top__hero-h1-2,.bg-w p{
  font-size: 24px;
}
/* to work */
.sec__to img{
  width: 50%;
  max-width: 800px;
}
/* おもな仕事 */
.work__flex{
  display: flex;
  flex-direction: row-reverse;
}
.about{
  width: 75vw;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 5%;
}
.about h2{
  font-size: 72px;
}
.companyfuture{
  width: 75vw;
  margin: 0 auto;
}
.chat__img img{
  width: 50vw;
  max-width: 1280px;
  margin: 0 auto;
}
/* 建築マイスターとは */

.chara-img-maikuma{
  width: 40vw;
  max-width: initial;
  margin-top: 30%;
  margin-bottom: 32px;
  margin-left: 15%;
}
.whatmai__container{
  width: 70vw;
  margin: 0 auto;
}
.whatmaister{
  width: 25vw;
  margin-right: 10%;
}
.whatmai__txt{
  margin-right: 0;
}
.whatmai__txt p{
  font-size: 16px;
  line-height: 2;
}
.whatmai__talk{
  width: 60vw;
}
.whatmai__talk img{
  width: 70vw;
  max-width: 672px;
}
/* 健康経営 */
.torikumi{
  max-width: 75vw;

}
.torikumi__box{
  width: 70vw;
  margin: 0 auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
.career__img{
  left: 8%;
  width: 80%;
}
.open__neko img{
  max-width: 700px;
}
.chara__imghiyoko{
  width: 90%;
  max-width: 480px;
  padding-top: 56px;
}
/* 募集要項 */
.dayimg{
  margin-top: 64px;
  width: 40%;
}
.recruit__title{
  font-size: 22px;
}
/* #company-dt{
  margin-left: 3%;
}
#company-dd{
  padding-left: 25%;
}
dt{
  float: left;
  clear: left;
} */
/* contact */
.contact__button{
  display: flex;
  justify-content: center
;
}
.contact__button img{
  margin: 8px 5%;
  width: 100%;
  max-width: 270px;
}
#company-dd{
  font-size: 16px;
}
}
