@charset "utf-8";

/* -----------------------------------------------------------------
 Googleリキャプチャバッジ位置調整
----------------------------------------------------------------- */
@media screen and (max-width : 767px){
  .grecaptcha-badge {
    bottom: 70px !important;
    transition: .3s;
  }
  .grecaptcha-badge.scr_on {
    bottom: 130px !important;
  }
}

/* -----------------------------------------------------------------
 ボタン
----------------------------------------------------------------- */
.cmn_btn_style01 {
  position: relative;
  display: inline-flex;
  min-width: 15em;
  padding: 9px 20px 10px;
  border: #231205 1px solid;
  background: #fff;
  margin: auto;
  font-weight: 700;
}
.cmn_btn_style01::after {
  content:"";
  position: absolute;
  top: calc(50% - 8.5px);
  right: -8.5px;
  display:block;
  width:17px;
  height:17px;
  margin-left:0.3em;
  background:#231205 url(../images/common/arrow_style01_r_wt.svg) no-repeat center center;
  background-size:4px;
}
.cmn_btn_style02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2.2rem;
  margin: auto;
  font-weight: 700;
}
.cmn_btn_style02::after {
  content:"";
  display:block;
  border-radius: 100px;
  background: #231205 url(../images/common/arrow_style02_r_wt.svg) no-repeat center 46%;
  background-size: 60%;
  transform: rotate(-45deg);
  transition: .3s;
}
.cmn_btn_style02:hover::after {
  background: #DECB1F url(../images/common/arrow_style02_r_wt.svg) no-repeat center 46%;
  background-size: 60%;
  transform: rotate(0deg);
}
@media (min-width : 768px){
  .cmn_btn_style02::after {
    width:62px;
    height:62px;
    margin-left:2.2rem;
  }

}
@media screen and (max-width : 767px){
  .cmn_btn_style02::after {
    width:8.26vw;
    height:8.26vw;
    margin-left:3vw;
  }

}
/* -----------------------------------------------------------------
 コンテナ
----------------------------------------------------------------- */
@media (min-width : 768px){
  .el_inner_base {
    width: 90vw;
    min-width: 1080px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .el_inner_base1450 {
    width: 90vw;
    min-width: 1080px;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width : 767px){
  .el_inner_base {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
  }
  .el_inner_base1450 {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
  }

}

/* -----------------------------------------------------------------
 見出し
----------------------------------------------------------------- */
.el_lv1Heading {
  
}
.el_lv2Heading {
  margin-top: 2.2em;
  letter-spacing: 0.14em;
  font-size: 2rem;
  font-weight: 700;
  color: #154328;
}
.el_lv3Heading {
  margin-top: 1.6em;
  padding: .5em 1em;
  background: #154328;
  line-height: 1.9;
  font-size: 1.25rem;
  color: #fff;
}
.el_lv4Heading {
  margin-top: 1.6em;
  letter-spacing: 0.14em;
  font-size: 1.2rem;
  font-weight: 700;
}
/* -----------------------------------------------------------------
 段落
----------------------------------------------------------------- */
.el_txt {
  margin-top: 1.2em;
}
/* -----------------------------------------------------------------
 cmn_img_trim
----------------------------------------------------------------- */
.cmn_img_trim {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin: 0;
  padding-top: 73%;
}
.cmn_img_trim img {
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  transition: .3s;
}
a:hover .cmn_img_trim img  {
  transform: translate(-50%, -50%) scale(1.1);
}

/* -----------------------------------------------------------------
 box_modal
----------------------------------------------------------------- */
.box_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 1000;
}
.box_modal .overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}
.box_modal .body{
  display: table;
  width: 100%;
  height: 100%;
}
.box_modal .main{
  vertical-align: middle;
  margin: auto;
}
.box_modal .content{
  position: relative;
  display: block;
  background: #fff;
  box-sizing: border-box;
  margin: auto;
  z-index: 300;
}
.box_modal .btn_close {
  background: rgba(98,90,84,1);
  border: none;
  color: #fff;
  transition: .3s;
}
.box_modal .btn_close:hover {
  background: rgba(98,90,84,.8);
}
@media (min-width : 768px){
  .box_modal .main{
    padding: 25px;
  }
  .box_modal .content{
    width: 70vw;
    max-width: 1080px;
    padding: 50px 80px;
  }
  .box_modal .content .ttl {
    margin-top: 1.6em;
    font-size: 1.1rem;
  }
  .box_modal .content p{
    font-size: .8rem;
  }
  .box_modal .btn_close {
    width: 100%;
    height: 58px;
    margin-top: 40px;
    font-size: .75rem;
  }

}
@media screen and (max-width : 767px){
  .box_modal .main{
    padding: 7vw;
  }
  .box_modal .content{
    width: 84vw;
    padding: 4vw 7vw;
  }
  .box_modal .content .ttl {
    margin-top: 1.6em;
    font-size: 1.1rem;
  }
  .box_modal .content p{
    font-size: .95rem;
  }
  .box_modal .btn_close {
    width: 100%;
    height: 58px;
    margin-top: 40px;
    font-size: .95rem;
  }
}


