/* -----------------------------------------
共通
------------------------------------------ */
html{
  font-size: 62.5%;
  height:100%;
}
body{
  font-family: 'Noto Sans JP', sans-serif;
  color:#1A1A1A;
  font-size:1.6rem;
  font-weight:400;
  height:100%;
}
ul,li{
    list-style:none;
    margin:0;
    padding:0;
}
a img:hover,
a:hover{
    opacity:0.7;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
img{
    width:100%;
    height:auto;
}
.flex{
    display:flex;
    flex-wrap:wrap;
}
.pc{
  display:block;
}
.sp{
  display:none;
}
.-jcc{
    justify-content:center;
}
.-aic{
    align-items:center;
}
.-jcsb{
    justify-content:space-between;
}
.-jcsa{
    justify-content:space-around;
}
.-jcfe{
    justify-content:flex-end;
}
.-tac{
  text-align:center;
}
.wrapper{

}
.wrap{
  max-width:1000px;
  margin:0 auto;
}
.secondary-wrap{

}
.bold{
  font-weight:bold;
}
.po-re{
  position:relative;
}
.mgt40{
  margin-top:40px;
}
.mgb40{
  margin-bottom:40px;
}
.sans{
  font-family: 'Noto Sans JP', sans-serif;
}
.serif{
  font-family: 'Noto Serif JP', serif;
}
.tenor{
  font-family: 'Tenor Sans', sans-serif;
}


.ttl_area{
  margin:0 auto 110px;
  text-align: center;
}
.ttl_jp{
  font-weight:500;
  letter-spacing: .2em;
  font-family: 'Noto Serif JP', serif;
  margin-bottom:18px;
  line-height:1.2;
  font-size:4.2rem;
  font-weight:400;
}
.ttl_en{
  font-family: 'Tenor Sans', sans-serif;
  letter-spacing: .15em;
  line-height:1.2;
  font-size:1.8rem;
  font-weight:400;
}
.main-btn_link{
  background-color:#1A1A1A;
  border-radius: 31px;
  display:block;
  width:300px;
  color:#fff;
  font-size:1.8rem;
  line-height: 1.2;
  padding:20px 0 20px 80px;
  letter-spacing: .075em;
  font-family: 'Tenor Sans', sans-serif;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}
.center{
  margin:0 auto;
}
/* -----------------------------------------
TOP
------------------------------------------ */
.swiper-slide{
  width:100%;
}
.mv_area{
  margin-bottom:80px;
}
.mv_box{
  width:50%;
}
.mv_box_right{
  width:50%;
  padding:20px 20px 0 0;
}
.logo_area{
  position: absolute;
  top:20px;
  left:20px;
  width:150px;
  text-align: center;
}
.site-ttl{
  color:#CB374C;
  font-size:3rem;
  margin-bottom:5px;
  line-height: 1;
  letter-spacing: .2em;
}
.site-sb-ttl{
  font-size:1.8rem;
  letter-spacing: .2em;
}
.mv_catch{
  letter-spacing: .4em;
  white-space: nowrap;
  writing-mode: vertical-rl;
  font-size:4.8rem;
  margin-top:17%;
  margin:17% auto 0;
  font-weight:400;
}
.catch_emphasis{
  font-size:5.6rem;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  display:inline-block;
  position: relative;
}
.catch_emphasis::before{
  content:'';
  position:absolute;
  background-image:url("https://hanzawakeiran.jp/wp-content/themes/agent_tcd033-child/img/deco_top.png");
  background-size:100% 100%;
  top:-38px;
  right:-12px;
  width:31.5px;
  height:38px;
  display:block;
  transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
}
.catch_emphasis::after{
  content:'';
  position:absolute;
  background-image:url("https://hanzawakeiran.jp/wp-content/themes/agent_tcd033-child/img/deco_under.png");
  background-size:100% 100%;
  bottom:-17px;
  left:-18px;
  width:40px;
  height:45px;
  display:block;
  transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
}
#vision{
  position:relative;
  padding-top:53px;
  margin-bottom:258px;
}
#vision::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:50%;
  height:200px;
  background-color:#F8F8F8;
  z-index: -1;
}
#vision::after{
  content:"";
  position:absolute;
  bottom:-30px;
  right:0;
  display:block;
  width:50%;
  height:200px;
  background-color:#F8F8F8;
  z-index: -1;
}
.vision_img{
  width:27.7%;
  margin-top:-162px;
}
.vision_contents{
  margin-left:10%;
}
.vision_logo{
  position:absolute;
  top:86px;
  right:77px;
  width:25%;
}
.vision_sbttl{
  background-color:#CE5770;
  display:inline-block;
  padding:5px 15px;
  color:#fff;
  margin-bottom:35px;
  line-height:1.4;
  font-size:1.8rem;
  letter-spacing: .075em;
}
.vision_catch{
  font-size:3.2rem;
  font-weight:500;
  margin-bottom:80px;
  letter-spacing: .075em;
}
.vision_text{
  line-height:2;
  margin-bottom:80px;
  letter-spacing: .075em;
}
#introduction{
  margin-bottom:150px;
}
.introduction_img{
  position: absolute;
  top:0;
  left:0;
  z-index: -1;
}
.introduction_area{
  background-image:url("https://hanzawakeiran.jp/wp-content/themes/agent_tcd033-child/img/introduction_bg.jpg");
  background-size:cover;
  background-position:center;
  width:100%;
  height:260px;
  margin-bottom:25px;
}
.introduction_ttl_area{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left:15%;
}
.introduction_ttl{
  font-size:4.2rem;
  font-weight:500;
  margin-bottom:22px;
  line-height: 1.4;
  letter-spacing: .2em;
}
.introduction_ttl_en{
  font-size:1.8rem;
  letter-spacing: .15em;
}
.introduction_img01{
  width:20%;
  position:absolute;
  top:-70px;
  right:4%;
}

.introduction_img02{
  width:13%;
  margin-left:8.3%;
}
.introduction_catch_area{
  width:100%;
}
.introduction_catch{
  white-space: nowrap;
  writing-mode: vertical-rl;
  margin-left:24%;
  position: relative;
  top:-181px;
}
.introduction_catch_main{
  font-size:1.8rem;
  font-weight:500;
  letter-spacing: .15em;
  padding:15px 10px;
  background-color:#B48760;
  line-height: 1;
  color:#fff;
  margin-left:2.3%;
  display: inline-block;
}
.introduction_catch_sb{
  font-size:3.2rem;
  font-weight:500;
  letter-spacing: .4em;
  margin-top:140px;
}
.introduction_contents{
  margin-top:-10px;
  width:100%;
  margin:0 auto;
  text-align: center;
  letter-spacing: .075em;
  line-height: 2;
  position: relative;
  margin-bottom:80px;
}
.introduction_contents::before{
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right:0;
  width:85%;
  height:653px;
  background-color:#F8F8F8;
  z-index: -1;
}
.introduction_text{

}
.introduction_img03{
  width:28%;
  margin-top:-100px;
  margin-left:3%;
}
.introduction_img04{
  width:22%;
  margin-left:auto;
  margin-right:0;
  position:absolute;
  bottom:157px;
  right:0;
}

#philosophy{
  background-image:url("https://hanzawakeiran.jp/wp-content/themes/agent_tcd033-child/img/philosophy_bg01.jpg");
  background-size:cover;
  background-position:center;
  width:100%;
  height:870px;
  margin-bottom:154px;
  align-items: center;
  display: flex;
}
.philosophy_area{
  align-content: center;
  height:710px;
  width:1000px;
  margin:0 auto;
  background-color:rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  position: relative;

}
.philosophy_area::before{
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width:960px;
  height:670px;
  border:solid 1px #fff;
}
.philosophy_ttl_area{
  width:100%;
  text-align: center;
  margin-bottom:60px;
}
.philosophy_ttl{
  font-size:4.2rem;
  font-weight:400;
  margin-bottom:25px;
  z-index: 1;
  letter-spacing: .2em;
}
.philosophy_ttl_en{
  font-size:1.8rem;
  letter-spacing: 0.15em;
}
.philosophy_text{
  width:100%;
  text-align: center;
  margin-bottom:68px;
  z-index: 1;
  font-weight:500;
  letter-spacing: .075em;
}
.philosophy_btn{
  z-index: 1;
}
.message_area{
  width:50%;
  background-image:url("https://hanzawakeiran.jp/wp-content/themes/agent_tcd033-child/img/message_bg.jpg");
  background-size:cover;
  background-position:center;
  height:560px;
  align-items: center;
  margin-bottom:150px;
}
.message_contents,
.staff_contents{
  margin-left:16.6%;
  margin-right:auto;
}
.message_sbttl{
  background-color:#7388BF;
  padding:5px 30px;
  display:inline-block;
  color:#fff;
  margin-bottom:40px;
}
.message_ttl,
.staff_ttl{
  font-size:4.2rem;
  font-weight:500;
  margin-bottom:32px;
  letter-spacing: .2em;
}
.staff_ttl{
  margin-top:74px;
}
.message_ttl_en,
.staff_ttl_en,
.recruit_ttl_en{
  font-size:1.8rem;
  font-weight:400;
  margin-left:20px;
  letter-spacing: .15em;
}
.message_text,
.staff_text{
  letter-spacing: .075em;
  line-height: 2;
  margin-bottom:60px;
}
.staff_area{
  width:50%;
  background-image:url("https://hanzawakeiran.jp/wp-content/themes/agent_tcd033-child/img/staff_bg.jpg");
  background-size:cover;
  background-position:center;
  height:560px;
  align-items: center;
  margin-bottom:150px;
}

.recruit_area{
  background-image: url("https://hanzawakeiran.jp/wp-content/themes/agent_tcd033-child/img/recruit_bg.jpg");
  background-size:100%;
  background-position: top;
  background-repeat: no-repeat;
  padding-top:280px;
}
.recruit_contents{
  background-color:#fff;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
  padding:110px 6.9%;
  margin:0 8.3%;
}
.recruit_sbttl{
  line-height: 1.4;
  background-color:#60B4AD;
  display:inline-block;
  color:#fff;
  padding:5px 30px;
  margin-bottom:48px;
}
.recruit_ttl{
  font-size:4.2rem;
  font-weight:500;
  letter-spacing: .2em;
}
.recruit-btn_link{
  background-color:#60B4AD;
}
.recruit_text{
  margin-top:39px;
  letter-spacing: .075em;
  line-height: 2;
}
.f-logo_area{
  width:150px;
  margin:74px auto 81px;
  text-align: center;
}
.f-nav_area{
  background-color:#FAFAFA;
  padding:114px 13.8% 100px;
}
.f-nav_item{
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom:37px;
  margin-left:3px;
}
.f-nav_item::before{
  content: "";
  display:block;
  width:20px;
  height:1px;
  background-color:#BBB;
}
.f-nav_link{
  font-weight:500;
  line-height: 1.2;
  letter-spacing: .075em;
  display: block;
  margin-left:20px;
}
.f-nav_icon{
  display:block;
  width:25px;
}


.copy{
  font-size:1.2rem;
  line-height: 1.4;
  letter-spacing: .075em;
  margin:0 auto;
  padding:30px 0 52px 0;
  display: block;
  width: fit-content;
}
