/*
Theme Name: Yamato Gokoro
Theme URI: https://corp.yamato-gokoro.co.jp/
Author: m.asada
Version: 26.07.1
*/
@charset "UTF-8";
:root{
  --color-primary: #fe536f;
  --fz-text-lg: 20px;
  --fz-text: 18px;
}

@media screen and (max-width: 1024px){
  :root{
    --fz-text-lg: 18px;
    --fz-text: 16px;
  }
}
body{
    color: #383838;
}
h2{
  font-size: 42px;
    font-family:
"Noto Serif JP",
"YuMincho",
"Yu Mincho",
"游明朝",
"Hiragino Mincho ProN",
serif;
    font-weight: 500;
}
h3{
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width:1024px){
  h2{
  font-size: 28px;
}
h3{
  font-size: 18px;
}
}
.pc_br{
  display:block;
}

.tb_br{
  display:none;
}
.sp_br{
  display: none;
}
img{
  -webkit-user-drag: none;
  user-select: none;
}
.zrecruitMv img{
  margin-top: 100px;
}
@media screen and (max-width:1024px){
  .zrecruitMv img{
  margin-top: 70px;
}
}
.feature_zsec1{
  background-color: #fdf6f7;
  padding-bottom: 80px;
}
.feature_zsec1_inner,.zsec3_inner ul,.zsec4_top,.zsec4_center,.zsec4_bottom,.zsec5,.zsec6_inner,.zsec7{
  width: 980px;
  margin: auto;
}

.feature_zsec1_inner h2,.zsec4 h2,.zsec5 h2,.zsec6 h2{
  text-align: center;
  padding: 100px 0 50px;
}
.zsec1 ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.zsec1 ul li{
  width: calc((100% - 32px) / 3);
  background-color: #fff;
  padding: 20px;
}
.zsec1 ul li img{
  margin-bottom: 20px;
}
.zsec1 ul li h3{
  text-align: center;
  margin-bottom: 10px;
  color:var(--color-primary );
  font-size: var(--fz-text-lg);
}
@media screen and (max-width:1024px){
  .feature_zsec1_inner,.zsec3_inner ul,.zsec4_top,.zsec4_center,.zsec4_bottom,.zsec5,.zsec6_inner,.zsec7{
  width: 90%;
}
.feature_zsec1_inner h2,.zsec3_inner h2,.zsec4 h2,.zsec5 h2,.zsec6 h2{
  padding: 80px 0 40px;
}
}
@media screen and (max-width:820px){
  .zsec1 ul li{
  width: calc((100% - 16px) / 2);
}
.zsec1 ul{
  justify-content:center ;
}
}
@media screen and (max-width:430px){
  .zsec1 ul{
  flex-direction: column;
}
.zsec1 ul li{
  width: 100%;
}
.zsec1 ul li img{
  margin-bottom: 20px;
}
.zsec1 ul li h3{
  text-align: center;
  margin-bottom: 10px;
  color:var(--color-primary );
  font-size: 20px;
}
}
.zsec2 ul{
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.zsec2 ul li {
  width: calc((100% - 80px) / 5);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.zsec2 ul li p{
  padding-top: 10px;
}
@media screen and (max-width:820px){
  .zsec2 ul{
  flex-wrap: wrap;
  justify-content: center;
}
.zsec2 ul li {
  width: calc((100% - 40px) / 4);
}
.zsec2 ul li p{
  padding-top: 10px;
}
}
@media screen and (max-width:430px){
  .zsec2 ul li {
  width: calc((100% - 20px) / 2);
}
}
.zsec3_inner{
  background: url(../img/z_recruit/job_bk.jpg) no-repeat 35% 75% / cover;
  padding-bottom: 80px;
}
.zsec3_inner h2{
    text-align: center;
  padding: 100px 0 50px;
  }
.zsec3_inner ul{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.zsec3_inner li{
  display: flex;
  align-items: center;
  gap: 20px;
}
.zsec3_inner li h3{
  background-color: var(--color-primary);
  padding: 14px;
  border-radius:999px;
  width: 37%;
  text-align: center;
  color: #fff;
  font-size: var(--fz-text-lg);
   flex: 0 0 37%;
  box-sizing: border-box;
  margin: 0;
}
.zsec3_inner p{
  font-size: 18px;
  flex: 1;
}
@media screen and (max-width:1024px){
  .zsec3_inner{
    background: #fcf8ef;
    padding-bottom: 36px;
}
  .zsec3_inner h2{
    text-align: center;
  padding: 60px 0;
    background: url(../img/z_recruit/job_bk.jpg) no-repeat left 35% / cover;
    margin-bottom: 50px;
  }
.zsec3_inner li{
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.zsec3_inner li h3{
  width: 60%;
  margin: 0 0 10px 0;
}
}
@media screen and (max-width:768px){
  .zsec3_inner{
    padding-bottom: 36px;
}
}
@media screen and (max-width:430px){
  .zsec3_inner h2{
    background: url(../img/z_recruit/job_bk.jpg) no-repeat 24% top / cover;
  }
  .zsec3_inner li h3{
  width: 90%;
  font-size: 18px;
}
}
.zsec4{
  background: url(../img/z_recruit/jobdis_bk.jpg) no-repeat left top;
}
.zsec4_top{
  margin-bottom: 80px;
}
.zsec4 ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.zsec4_top > ul > li{
  width: calc((100% - 80px) / 5);
}
.zsec4_top li:nth-child(7),
.zsec4_top li:nth-child(8){
  width: calc(((100% - 80px) / 5) * 2 + 20px);
}
.zsec4_item > p{
  width: fit-content;
  margin: 0 auto;
  text-align: left;
  padding: 10px;
}
.zsec4_item{
  background-color: #fcf8ef;
}
.zsec4 .zsec4_heading{
  background-color: var(--color-primary);
  color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: var(--fz-text-lg);
}
.zsec4 .zsec4_heading img{
  width: 25px;
  height: auto;
  object-fit: contain;
  margin-right: 10px;
}
@media screen and (max-width:1024px){
.zsec4_top > ul > li{
  width: calc((100% - 32px) / 3);
}
.zsec4_top li:nth-child(7),
.zsec4_top li:nth-child(8){
  width: calc(((100% - 16px) / 2));
}
}
@media screen and (max-width:430px){
.zsec4_top > ul > li{
  width: calc((100% - 16px) / 2);
}
.zsec4_top li:nth-child(7),
.zsec4_top li:nth-child(8){
  width: 100%;
}
}
.zsec4_center{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 80px;
}
.zsec4_inner1,.zsec4_inner2,.zsec4_inner3{
  background-color:#fdf6f7;
  padding:20px;
}
.zsec4_inner1,.zsec4_inner2{
  width: calc((100% - 16px) / 2);
}
.zsec4_inner3{
  width: 60%;
  margin: auto;
}
@media screen and (max-width:1024px){
  .zsec4_inner3{
  width: 100%;
}
}
@media screen and (max-width:768px){
  .zsec4_inner1,.zsec4_inner2,.zsec4_inner3{
  width: 100%;
}
}

.zsec4_inner1 ul,.zsec4_inner2 ul,.zsec4_inner3 ul{
  display:flex;
  flex-direction:column;
  gap:15px;
  padding:0;
  margin:0;
  list-style:none;
}

.zsec4_inner1 li,.zsec4_inner2 li,.zsec4_inner3 li{
  width: 100%;
  display:flex;
  align-items:center;
}

.zsec4_inner1 li img,.zsec4_inner2 li img,.zsec4_inner3 li img{
  width:20px;
  height:auto;
  flex-shrink:0;
}

.zsec4_inner1 li p,.zsec4_inner2 li p,.zsec4_inner3 li p{
  margin:0;
  margin-left:10px;
  flex:1;
  min-width:0;
}
.zsec4_inner1 h3,.zsec4_inner2 h3,.zsec4_inner3 h3{
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 10px;
}
.zsec4_bottom ul{
  display:flex;
  flex-direction:row;
  gap: 30px;
}
.zsec4_bottom ul img{
  width: 100%;
}
.zsec4_bottom li{
  flex:1;
}
.zsec4_bottom .txt p{
  padding: 40px 0 20px;
  background-color: #fdf6f7;
  border-radius: 50%;
  line-height: 2;
}
@media screen and (max-width:820px){
  .zsec4_bottom ul{
    flex-direction: column;
    align-content: center;
  }
  .zsec4_bottom li{
    width: 80%;
    flex: none;
  }
  .zsec4_bottom li img{
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width:430px){
  .zsec4_bottom li{
    width: 100%;
  }
}

.zsec5 ul{
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
}
.zsec5 > ul > li:not(.zsec5_arrow){
  border: 1px solid var(--color-primary);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}
.zsec5 .zsec5_arrow{
  border: none;
  flex: none;
  width: 9%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zsec5 .zsec5_subtitle{
  background-color: var(--color-primary);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 0 10px;
  color: #fff;
  font-weight: 500;
}
.zsec5 .zsec5_subtitle img{
  width: auto;
  height: 50px;
  text-align: center;
}
.zsec5 .zsec5_no{
  color: var(--color-primary);
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
}
.zsec5 .zsec5_txt{
  padding: 18px;
}
.zsec6{
  background-color: #fdf6f7;
}
.zsec6_inner .subtxt{
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width:1024px){
  .zsec6_inner .subtxt{
  font-size: 20px;
}
}
@media screen and (max-width:768px){
  .zsec5 ul{
  flex-direction: column;
}
.zsec5 .zsec5_subtitle{
  font-size: 22px;
}
.zsec5 .zsec5_arrow{
    width:100%;
    padding:30px 0;
    display:flex;
    justify-content:center;
  }
  .zsec5 .zsec5_arrow picture{
  display:flex;
  justify-content:center;
}
  .zsec5 .zsec5_arrow img{
    width:60%;
  }
}
.zsec6_inner ul{
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 0 80px;
}
.zsec6_inner ul > li:first-child{
  flex: 1;
}

.zsec6_inner ul > li:last-child{
  flex: 2;
}
.zsec6_inner .voice1,.zsec6_inner .voice2{
  background-color: #fff;
  padding: 20px;
}
.zsec6_inner .voice1{
  margin-bottom: 30px;
}
.zsec6_inner .voice1 h2,.zsec6_inner .voice2 h2{
  color: var(--color-primary);
  margin: 0;
  padding: 0;
   font-family:
    "Yu Gothic UI",
    "Yu Gothic",
    "Hiragino Sans",
    "Noto Sans JP",
    "Meiryo",
    sans-serif;
    font-weight: 300;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-size: 32px;
}
.zsec6_inner .voice1 p,.zsec6_inner .voice2 p{
  font-size: 16px;
}
.zsec6_inner .voice1 h2 span,.zsec6_inner .voice2 h2 span{
  color: #555;
  font-size: var(--fz-text);
  padding-left: 60px;
}
.zsec6_inner .voice1 h3,.zsec6_inner .voice2 h3{
  font-size: var(--fz-text-lg);
  margin-bottom: 16px;
}
@media screen and (max-width:820px){
  .zsec6_inner .voice1 h2 span,.zsec6_inner .voice2 h2 span{
  padding: 0 0 16px 0;
}
 .zsec6_inner ul{
    flex-direction: column;
}
}
.zsec7{
  margin: 80px auto;
}
.zsec7 h2{
  color: var(--color-primary);
  margin-bottom: 20px;
}
.zsec7 .saiyoutxt{
  font-size: 24px;
}

.zsec7 .saiyoutxt span{
  color: var(--color-primary);
  font-weight: 500;
}
.zsec7 ul{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 40px;
}
.zsec7 li{
  margin-right: 16px;
  flex: 1;
}
.zsec7 .btn{
  background-color: var(--color-primary);
  padding: 20px 40px 30px;
  border-radius: 10px;
}
.zsec7 .btn h3{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}

.zsec7 .btn h3::before,
.zsec7 .btn h3::after{
  content: "";
  flex: 1;
  height: 1px;
  background: #fff;
}
.zsec7 .btn .btntxt{
  font-size: 22px;
  color: #fff;
  padding-bottom: 10px;
}
.zsec7 .btn .hissu-wrap{
  margin-bottom: 10px;
}
.zsec7 .btn .hissu{
  background-color: #fff;
  padding: 10px;
  margin: 0 5px;
  border-radius: 5px;
  font-size: 22px;
  line-height: 3.2;
  font-weight: 500;
  color: var(--color-primary);
}
.zsec7 .btn .btntxt .underline{
  border-bottom: 2px solid #fff;
  padding-bottom: 1px;
}
.zsec7 .btn .mail{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.zsec7 .btn .mail img{
  width: 50px;
  margin-right: 20px;
}
.zsec7 .btn .mail p{
  font-size: 32px;
  font-weight: 500;
  color: var(--color-primary);
}
@media screen and (max-width:1024px){
  .zsec7 .saiyoutxt{
  font-size: 18px;
}
}
@media screen and (max-width:820px){
  .tb_br{
    display:block;
  }

}
@media screen and (max-width:768px){
  .zsec7 .btn .mail p{
  font-size: 34px;
}
}
@media screen and (max-width:430px){
  .zsec7 ul{
  flex-direction: column;
}
.zsec7 li{
  margin: 0 0 16px 0;
}
  .sp_br{
    display: block;
  }
  .tb_br{
    display: none;
  }
  .pc_br{
    display: none;
  }
  .zsec7 .btn .btntxt{
    font-size: 16px;
}
.zsec7 .btn .mail{
  flex-direction: column;
}
.zsec7 .btn{
  padding: 20px 20px 30px;
}
.zsec7 .btn .hissu{
  font-size: 18px;
  line-height: 3;
}
.zsec7 .btn .btntxt .underline{
  font-size: 18px;
}
.zsec7 .btn .mail p{
  font-size: 16px;
}
.zsec7 .btn .mail img{
  width: 30px;
  margin-right: 0;
}
}
/*桜背景*/
.feature_zsec1,
.zsec6{
  position: relative;
  overflow: hidden;
}

.feature_zsec1::before,
.zsec6::before,
.feature_zsec1::after,
.zsec6::after{
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

/* 左上 */
.feature_zsec1::before,
.zsec6::before{
  background-image: url("../img/z_recruit/sakura_bk01.png");
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
}

/* 右下 */
.feature_zsec1::after,
.zsec6::after{
  background-image: url("../img/z_recruit/sakura_bk02.png");
  bottom: 0;
  right: 0;
  width: 180px;
  height: 180px;
}
@media screen and (max-width:1024px){
.feature_zsec1::before,
.zsec6::before{
  width: 130px;
  height: 130px;
}
.feature_zsec1::after,
.zsec6::after{
  width: 130px;
  height: 130px;
}
}
.mailCopy{
  background-color: #fff;
  padding: 12px;
  border-radius: 20px;
      display: flex;
    justify-content: center;
    align-items: center;
}
.mailCopy .mailCopy__address{
  font-size: 30px;
  font-weight: 500;
  color: var(--color-primary);
  margin-right: 20px;
}
.mailCopy .mailCopy__message{
  font-size: 16px;
  color: #383838;
  font-weight: 500;
  margin-left: 20px;
}
.mailCopy img{
  width: 5%;
  margin-right: 10px;
}
.mailCopy button{
  background-color: #383838;
  color: #fff;
      padding: 10px 20px;
    border-radius: 999px;
}
.btn .cyuuki{
  color: #fff;
  font-size: 18px;
  margin: 12px 0 0;
  text-align: center;
}
@media screen and (max-width:768px){
  .mailCopy .mailCopy__address{
  font-size: 24px;
}
}
@media screen and (max-width:430px){
  .mailCopy{
    flex-direction: column;
    padding: 12px 5px;
}
.mailCopy img{
  width: 10%;
  margin-right: 0;
}
.mailCopy .mailCopy__address{
  font-size: 16px;
  margin-right: 0;
}
.mailCopy button{
      padding: 5px 30px;
      margin-top: 16px;
}
.mailCopy .mailCopy__message{
  font-size: 14px;
  margin-top: 10px;
  margin-left: 0;
}
.btn .cyuuki{
  font-size: 15px;
}
}
