@charset "utf-8";
/*共通*/
img{width:100%;}
.cf {
    display: block;
}
@media screen and (min-width: 768px){.sp{display:none!important;}}
@media screen and (max-width: 768px){.pc{display:none!important;}.sp{display:block!important;}}
div#wrapper {
    background:url(../img/wrap_bk.png) repeat left;
}
/*スクロールトリガー*/
.invisible {
  transition: all 0.4s ease;
  opacity: 0.0;

}

.visible {
  transition: all 0.4s ease;
  opacity: 1.0;
}

/*.lower_logo {
    display:none;}*/
/*スクロールボタン*/
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.cp_arrows {
    position: relative;
    display: flex;
    height: 100px;/*画面いっぱいにする場合100vh*/
    justify-content: center;
    align-items: center;
}
.cp_arrows .cp_arrow {
    position: absolute;
    top: 50%;/*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
    left: 50%;
/*    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
*/    opacity: 0;
}
.cp_arrows .cp_arrowfirst {
    -webkit-animation: arrow-move08 2s ease-in-out infinite;
            animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
    -webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
            animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 35px;
    content: '';
    background: #fff;
}
p.scroll_text {
    margin: 85px 0 0 0;
}
p.scroll_text a{
    color:#fff;}
/*.cp_arrows .cp_arrow:before {
    -webkit-transform: rotate(30deg) translateX(-39%);
            transform: rotate(30deg) translateX(-39%);
    -webkit-transform-origin: top left;
            transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
    -webkit-transform: rotate(-30deg) translateX(39%);
            transform: rotate(-30deg) translateX(39%);
    -webkit-transform-origin: top right;
            transform-origin: top right;
}
*/@-webkit-keyframes arrow-move08 {
    0% {
        top: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes arrow-move08 {
    0% {
        top: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
header{
    position:relative;
    width: 100%;
    margin:0 auto;
    z-index: 100;
/*
    padding-bottom: 60px;
     background:url(../img/wrap_bk.png) repeat left;
*/
}
.tel{
    position:absolute;
    right:8%;
    padding-top: 15px;
    z-index:100;
    color:#fff;
    font-size:15px;
    /*font-family:Arial, Helvetica, sans-serif;*/
    }
.tel a{color:#fff;}
.tel a.h_tel{position: relative;}
.tel a.h_tel span{position: absolute;top: -16px;left: 0;font-size: 10px;width: 220px;}
.tel a.h_mail{font-size: 14px;}
.tel a:hover{text-decoration: underline;}
.tel img {
    width: auto;
    height: 16px;
    padding: 0 5px 5px 10px;
}
.scroll {
    color: #fff;
    position: absolute;
    width: 34px;
    font-size: 12px;
    bottom: 2%;
    left: 2%;
    z-index: 100;
}
.kv {
position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}


#bg-video{
min-width: 100%;
  min-height: 100vh;
  z-index: 1;
/*
    background: url('/video_bg.jpg') no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
    position: absolute;
  top: 0;
*/
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 80%, rgba(0,0,0,.7) 80%);
  background-size: 3px 3px;
    z-index: 2;}
.kv_logo{
    width:179px;
    position:absolute;
    top:35%;
    left:0;
    right:0;
    margin:auto;
    z-index: 5;
}
.kv h1 {
    width: 377px;
    position: absolute;
    top:53%;
    right:0;
     left: 0;
    margin:auto;
    z-index: 5;
}

/*.head_sp .innar{ display: none; }*/
.main_concept {
    background:url(../img/top_bk.png) no-repeat  top center;
    height:400px;
    width:100%;
    padding-top:100px;
}
.icon {
    width: 133px;
    margin: 0 auto;
    padding-bottom:30px;
}
.messeage {
    font-size: 30px;
    text-align: center;
    font-family: TsukuAOldMinPr6-R,serif;
    letter-spacing: 0.2em;
    padding-bottom:25px;
    color:#96804b;
        font-weight: 400;
}
p.sub_text1 {
    font-family: TsukuAOldMinPr6-R,serif;
    color: #fff;
    font-size: 18px;
    letter-spacing:0.2em;
    text-align:center;
    padding-bottom:15px;
    /*animation-delay: 0.5s;
    animation-duration:2.5s;
    opacity:0;*/
}
p.sub_text2 {
    text-align: center;
    font-size: 14px;
    color:#fff;
    animation-delay: 0.4s;
    animation-duration:1s;
    opacity:0;
}
.cont_wrap {
    width: 100%;
/*    background:url(../img/wrap_bk.png) repeat-x left;
    background-size:contain;
*/
}
.cont1 {
    padding: 0 0 200px 0;

}
.inner{
    width:100%;
    max-width:1100px;
    margin:0 auto;}
.cont1 .left2 {
    width: 40% ;
    float: left;
    display: inline-block;
    position: relative;
    background: url(../img/boder.png) no-repeat left 100px center;
    background-size: contain;
    height: 499px;
    margin-top: 20px;
    z-index:100;}

.cont1 .right2 {
    width: 60% ;
    float: right;
    display: inline-block;}
/*    animation-delay: 0.4s;
    animation-duration:0.8s;
    animation-timing-function: ease-in;
}*/
/*.right2.animated.fadeIn {
    animation-delay: 0.2s;
    animation-duration:0.8s;
    animation-timing-function: ease-in;
}
.left.animated.fadeIn {
    animation-delay: 0.2s;
    animation-duration:0.8s;
    animation-timing-function: ease-in;
}*/
.cont1 .left_inner2 {
    width: 57%;
    position: absolute;
    right: 10% ;
    padding: 0;
}
p.number1 {
    width: 34px;
    float: right;
}

/*リンクボタン*/
p.rink {
    width: 180px;
    border: 1px solid #96804b;
    margin:0 auto;
}
.rink a{
    display:block;
    padding:15px 0;
    color: #96804b;
    letter-spacing:0.1em;
    text-align:center;}
.button{
  width:180px;
  height:50px;
  border:1px solid #96804b;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0 0 40px 50px;
  float:right;
  display:inline-block;

}
.button a{
  font-family:arial;
  font-size:12px;
    color: #96804b;
    letter-spacing:0.1em;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
    display: block;
}
.eff{
  width:180px;
  height:50px;
  right:-140px;
  bottom:-50px;
  background:#96804b;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button:hover .eff{
  right:0;bottom:0;
}
.button:hover a{
  color:#fff;
}
.button-3{
  width:75px;
  height:40px;
 border-bottom: 3px double #96804b;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  float:right;
 display:inline-block;
}
.button-3 a{
  font-family:arial;
  font-size:14px;
  color:#96804b;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
    display: block;
}
.eff-3{
  width:75px;
  height:30px;
  bottom:-50px;
  background:#96804b;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-3:hover .eff-3{
  bottom:0;
}
.button-3:hover a{
  color:#fff;
}
.text{
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight:bold;
  margin:20px 0 0 0;
  float:right;
}

.text:before,
.text:after{
  position: absolute;
  top: 2em;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #96804b;
  transition: 0.5s;
}

.text:before{
  left: 50%;
}

.text:after{
  right: 50%;
}

.text:hover:before,
.text:hover:after{
  width: 50%;
}
/*リンクボタン*/
.cont2 li .scale {
    width: 495px;
    height: 444px;
    overflow: hidden;

}
.news_text {
    height: 90px;
    overflow: hidden;
}
h2.about {
    width: 383px;
    top: 25%;
    right: -47%;
    position: absolute;
}
h2.about {
    width: 400px;
    top: 7%;
    right: -48%;
    position: absolute;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    opacity:0;
}
p.sub_h2 {
    font-family:TsukuAOldMinPr6-R,serif;
   padding: 0 0 70px;
    text-align: right;
    color:#fff;
    font-size:21px;
    animation-delay: 0.4s;
    animation-duration:1s;
    animation-timing-function: ease-in;
    opacity:0;}
p.about_text {
    margin: 0 auto 30px;
    padding: 20px;
    background: rgba(0,0,0,0.7);
   color:#fff;
   animation-delay: 0.6s;
    animation-duration:1s;
    animation-timing-function: ease-in;
    opacity:0;
}
.cont2 {
    margin: 180px 0 240px;
}
.cont2 li {
    display: inline-block;
    width: 45%;
    position: relative;
    margin-right:7%;
}
.cont2 li:nth-child(2n){
    margin-right:0;}
.cont2 li:nth-child(4n){
    margin-right:0;}

ul.bottm.cf {
    margin-top: 280px;
}
.list_inner {
    background-color: #fff;
    position: absolute;
    right: -5%;
    width: 80%;
    bottom: -25%;
    background-color:#fafafa;
    padding:20px 30px 30px 30px;
    /*animation-delay: 0.2s;
    animation-duration:0.8s;
    animation-timing-function: ease-in;*/
    opacity:0;
}
p.number2 {
    width: 42px;
    float:right;
    display:inline-block;
}
h3.handing {
    width: 144px;
    padding: 10px 0 15px 0;
    clear:both;
}
h3.introduction {
    width: 179px;
    padding: 10px 0 15px 0;
    clear:both;
}
h3.remuneration {
    width: 206px;
    padding: 10px 0 15px 0;
    clear:both;
}
h3.advisory{width:268px;
padding: 10px 0 15px 0;
    clear:both;}
p.sub_h3 {
    color:#96804b;
    font-family: TsukuAOldMinPr6-R,serif;
    font-weight:bold;
}

/*.cont3 {
    margin: 100px 0 0 0;
}*/
.cont3 .left {
    width: 60%;
    float: left;
    display: inline-block;
    /*animation-delay: 0.4s;
    animation-duration:0.8s;
    animation-timing-function: ease-in;*/

}
p.number1 {
    width: 34px;
    float: right;
}

h2.special {
    width: 458px;
    top: 17%;
    left: -48%;
    position: absolute;
    /*animation-delay: 0.3s;
    animation-duration:1s;
    animation-timing-function: ease-in;
    opacity: 0;*/
    z-index:100;
}
.cont3 .left_inner {
    width: 60%;
    position: absolute;
    left: 10%;
    padding: 0;
}
p.ssub_h2 {
    font-family: TsukuAOldMinPr6-R,serif;
    padding: 0 0 80px;
    text-align: left;
    color:#fff;
    font-size:21px;
    animation-delay: 0.4s;
    animation-duration:1s;
    animation-timing-function: ease-in;
    opacity:0;}
p.special_text {
    margin: 0 auto 30px;
    padding: 20px;
    background: rgba(0,0,0,0.7);
   text-align: left;
   color:#fff;
   animation-delay: 1s;
    animation-duration:1s;
    animation-timing-function: ease-in;
    opacity:0;
}
.cont3 .right {
     width: 40%;
    float: right;
    display: inline-block;
    position: relative;
    background: url(../img/boder.png) no-repeat right;
    background-size: contain;
    height: 499px;
        z-index: 100

}

.reasons {
    box-sizing: border-box;
    width: 1100px;
    margin: 0 auto 100px;
    padding: 40px 40px 100px;
    background: #fff;
}
.reasons_title {
    margin: 0 auto 30px;
    text-align: center;
    font-family: TsukuAOldMinPr6-R,serif;
    font-weight: bold;
    color: #96804b;
}
.reasons_list li {
    margin: 0 auto 25px;
}
.reasons_list li h3 {
    margin: 0 auto 10px;
    padding: 5px 10px;
    border-left: 4px double #96804b;
    font-family: TsukuAOldMinPr6-R,serif;
    font-weight: bold;
    color: #96804b;
}

#section_news {
    overflow: hidden;
}
.news_area {
    width: 90%;
    float: right;
    margin: 180px 0 100px 0;
    border-bottom:1px solid #96804b;
    border-left:1px solid #96804b;
    border-top:1px solid #96804b;
    padding: 100px 0px 50px 0px;
    background-color:#fff;

}
.news_wrap {
    width: 1000px;
    margin: 0 auto;
}
.news_main_title {
    font-weight: bold;
    font-family: TsukuAOldMinPr6-R,serif;
    font-size: 28px;
    color: #96804b;
}
.news_inner {
    display: flex;
}
.news_inner > .inner {
    width: 48%;
    margin: 1%;
}
h3.news_sub {
    padding: 10px 0 0;
    font-family: TsukuAOldMinPr6-R,serif;
    font-weight:bold;
    font-size: 20px;
}
.news_block {
    position: relative;
}
.news_block::after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background: #ddd;
    position: absolute;
    top: 13%;
    right: -10px;
}
.news_list .post {
    border-bottom: 1px solid #96804b;
    margin-right: 1px;
    padding: 5px;
}
.day {
    display: inline-block;
    font-weight: bold;
}
.news_list .cf {
    width: 100%;
}
p.news_tit{
    font-size:14px;
    font-weight:bold;}
p.news_text {
    font-size: 12px;
}
p.news_text a{
    text-decoration: underline;
    color: #000;
}
p.wp_more {
    text-align: right;
    padding: 5px;
}
.wp_more a{
    font-family: arial;
    font-size: 14px;
    color: #96804b;
    text-decoration: none;
    transition: all .5s ease;
}
.category  {
    display: inline-block;
    font-weight: bold;
    margin:5px 0;
}
.category a {
    background-color:  #96804b;
    padding: 5px 20px;
    color: #fff;
}
p.all_btn {
    text-align: right;
    margin: 40px 0;
}
p.all_btn a{
    color:#ccc;
    text-decoration:underline;}
p.all_btn a:hover{
    color:#000;}
/* pagetop */
p.btn_top {
    width: 27px;
    margin: 0 auto;
    padding: 0 0 10px 0;
}
p.btn_top a {
     color:#96804b;
}
.pagetop {
    padding: 40px 0 0 0;
    width: 100%;

}
footer {
    background-color: #f1f1ee;
}
.f_nav .cf{width:100%;max-width:1100px;margin:0 auto;}
.f_nav li {display: inline-block;float: left;margin-right: 4.5%;padding:25px 0;font-weight:bold;font-size: 13px;text-align:center;}
.f_nav li:before{content: unset;}
.f_nav li span {display: block;text-align: center;font-size: 11px;padding: 5px 0 0 0;}
.f_nav li:last-child{margin-right:0;}
.f_nav li a{color:#666;}
.f_nav {display: block;background: #f1f1ed;width: 100%;border-bottom:1px solid #ccc;/*position: fixed;*/bottom: 0;z-index: 99;}

.f_nav2 .cf{width:100%;max-width:1100px;margin:0 auto;}
.f_nav2 {display: block;background: #f1f1ed;width: 100%;border-top: 1px solid #ddd;border-bottom:1px solid #ccc;/*position: fixed;*/bottom: 0;z-index: 99;}
.f_nav2 ul{display: flex;justify-content: center;flex-wrap: wrap;}
.f_nav2 li {display: inline-block;}
.f_nav2 li a{display: flex;box-sizing: border-box;justify-content: center;align-items: center;width: 100%;height: 50px;color: #666;font-size: 12px;text-align: center;font-weight: bold;padding: 0 20px;}
.f_nav2 li a:hover{background: #d3c6a7;}
.ft_maps {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
}
.ft_maps_inner {
    width: 46%;
    margin: 2%;
}
.ft_maps_title {
    margin: 0 auto 5px;
    padding: 0;
    font-weight: bold;
}
.ft_maps #map,.ft_maps #map2 {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    border: 4px solid #fff;
}
p.footer_text {
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
}
p.footer_text a{
    text-decoration:underline;
    color:#333;}
.f_icon {
    width: 134px;
   margin: 30px auto 0;
}
.f_icon li {
    width: 25px;
    float: left;
    display: inline-block;
    margin-right: 18%;}
.f_icon li:last-child{
    margin-right:0;}
footer address {
    font-size: 11px;
    text-align: center;
    padding:50px 0 20px 0;

}
div.wpcf7-validation-errors {
    border: 2px solid #fff !important;
    padding: 10px;
    color: #fff;
}
/* ■02.横幅1300px以上（PC用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:1024px) {
/* ▼PC用================================================================== */
p.about_text {
    width: 140%;
}
p.special_text {
    width: 140%;
    margin: 0 0 30px -50%;
}
.cont2 {
    margin: 280px 0 240px;
}
/* ▲PC用================================================================== */
}
/* ■03.横幅768px以上、1299px以下（Tab用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1024px) {
/* ▼Tab用   2109=元々は max-width 1000px ================================================================= */
.main_concept {
    background: url(../img/pen_bk.png) no-repeat right;
    padding-top: 100px;
    height: 420px;
}
.cont1 .right {
    width: 50%;}
.cont1 .left {
    width: 50%;
    background: url(../img/boder.png) no-repeat left;
    margin-top: 0px;
    background-size: contain;
    height: 420px;
}
.cont1 .left_inner {
    width: 80%;
    position: absolute;
    right: 5%;
    padding: 75px 0 0 0;
}

.cont1 {
    padding: 0 0 100px 0;
}
.inner {
    width: 95%;}
.list_inner {
    bottom: -75%;}
.cont3 .left {
    width: 50%;}
.cont3 .right {
    width: 50%;
    background: url(../img/boder.png) no-repeat right;
    background-size: contain;
    height: 420px;
    margin-top: 0;
}
.cont3 .left_inner {
    width: 75%;
    position: relative;
    padding: 0;
}
.cont_wrap {
    padding: 0 0 100px 0;
}

.reasons {
    width: 96%;
}
.news_wrap {
    margin:0 0 60px 0;
    padding: 60px 0px 30px 0px;
}
p.news_sub {
    padding: 10px 0 20px 0;}
.news_list li {
    width: 43%;
    margin-bottom:1px;}
.f_nav li {
    margin-right: 1%;
    padding: 25px 10px;
    font-size: 12px;
}
.ft_maps {
    width: 96%;
}

/* ▲Tab用================================================================= */
}
/* ■05.横幅767px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:768px) {
/* ▼SP用================================================================ */
div#wrapper {
    background: url(../img/wrap_bk.png) repeat left;

}
.main_concept {
    background: url(../img/top_bk.png) no-repeat center top 20%;
    background-size: 90%;}
.tel {
    display: none;}
.lower_logo {
    display: block;
    margin: 0 auto;
    width: 120px;}
.kv h1 {
    width: 200px;
    top: 50%;}
.kv_logo {
    width: 140px;}
.messeage {
    font-size: 17px;
    padding-bottom: 25px;
}
.icon {
    width: 100px;}
p.sub_text1 {
    font-size: 16px;
    padding: 0 10px;}
p.sub_text2 {
    text-align: left;
    font-size: 14px;
    padding: 10px 10px 40px 10px;}
p.sub_text2 br{
    display:none;}
.cont1 .left2 {
    width: 100%;
    float: none;
    display: block;
    position: relative;
    background: url(../img/boder.png) no-repeat left 20px top 20px;
    background-size: contain;
    height: auto;
    margin: 0 0 20px 0;
}
.cont1 .right2 {
    width: 90%;
    margin: 0 auto;
    float: none;
    display: block;
}
.cont1 .left_inner {
    width: 90%;
    position: absolute;
    right: 5%;
    padding: 75px 0 0 0;
}

.cont2 li {
    display: block;
    width: 90%;
    position: relative;
    margin-right: 0;
}
.list_inner {
    bottom: -55%;
    padding: 10px 20px 20px 20px;
    width: 80%;
}
.button-3 {
    margin: 0px 0 0 0;}
.cont2 li {
    margin-bottom: 200px;
}
.cont3 .left {
    width: 90%;
   margin: 40px auto 0;
    float: none;
    display: block;
}
.cont3 .right {
    width: 90%;
    float: none;
    display: block;
    position: relative;
    background: url(../img/boder.png) no-repeat right;
    background-size: contain;
    height: auto;
    margin: 0 auto;
}
h2.special {
    width: 320px;
    top: 0;
    left: 0;}
.cont3 .left_inner {
    width: 100%;
    left: 5%;
    padding: 40px 0 0 0;
    position: static;
}
.cont_wrap {
    padding: 0;
}
.reasons {
    width: 96%;
    padding: 20px 20px 80px;
}
.news_area {
    width: 96%;
    float: right;
    margin: 60px 0;
    border-bottom: 1px solid #96804b;
    border-left: 1px solid #96804b;
    border-top: 1px solid #96804b;
    padding: 40px 0px 40px 10px;
    background-color: #fff;
}
.news_wrap {
    width: auto;
}
.news_inner {
    display: block;
}
.news_inner > .inner {
    width: 100%;
    margin: auto;
}
.news_inner > .inner:first-of-type {
    margin: 0 auto 40px;
}
h3.news_sub {
    padding: 10px 0 20px 0;
}
.news_list {
    width: 96%;
    height: 300px;
    overflow-y: scroll;
}
.news_block::after {
    width: 90%;
    height: 1px;
    top: 105%;
    right: 5%;
}
h3.news {
    width: 100px;
}
.f_nav {
    display: none;}
footer {
    padding: 60px 20px 0 20px;
}
.ft_maps {
    display: block;
    width: 96%;
}
.ft_maps_inner {
    width: 100%;
    margin: 10px auto;
}
.ft_maps #map, .ft_maps #map2 {
    height: 320px;
    margin: 0 auto 30px;
}
p.footer_text {
    padding: 5px 30px;}
footer address {
    font-size: 10px;
    padding: 60px 0 20px 0;
}
p.sub_text1 br{
    display:none;}
.cont3 {
    margin: 60px 0 0 0;
}
.cont1 {
    padding: 0 ;
    margin: 0 auto;
}
.cont1 .left_inner2 {
    width: 90%;
    margin: 0 auto;
    position: inherit;
    right: inherit;
    padding: 100px 0 0 0;
}
.list_inner {
    bottom: -45%;
    padding: 10px 20px 20px 20px;
    width: 80%;
    right: 0;
    left: 0;
    margin: auto;

}
.list_inner.animated.fadeInUp {
    animation-delay: 0.2s;
    animation-duration: 0.8s;
}
.cont2 li:nth-child(2n) {
    margin: 0 auto;
}
ul.bottm.cf {
    margin-top: 180px;
}
p.ssub_h2 {
    padding: 90px 0 40px 0;
    text-align: right;
}
    .news_list .cf {
    width: 100%;
}
.news_list .post {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px;
}
    .day {
    text-align: right;
}
.news_list p.wp_more {
    padding: 0;
}
p.all_btn {
    margin: 20px 0;
    font-size: 16px;
}
h2.about {
    width: 260px;
    top: 20vw;
    left: 0;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    opacity: 0;
}
p.sub_h2 {
    text-align: right;
    padding: 60px 0 40px 0;
}
.cont2 li .scale {
    width: auto;
    height: auto;
    overflow: hidden;
}
    .rss li {
    width: 95%;
    display: block;
        margin: 0 auto 3%;}
/* ▲SP用================================================================ */
}
/* ■04.横幅0px以上、320px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:350px) {

/* ▲SP横用================================================================ */
}

.ft_logo{display: block;padding-top: 10px;}
.ft_logo img{max-width: 100%;width: initial;display: block;margin: 0 auto;}


/* practice */
.practice img {
    width: 400px;
}
.practice_h2 {
    font-family: TsukuAOldMinPr6-R,serif;
    padding: 0 0 20px;
    text-align: left;
    color:#fff;
    font-size:21px;
    animation-delay: 0.4s;
    animation-duration:1s;
    animation-timing-function: ease-in;
    opacity:0;
}
.practice_cont {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
}
.practice_bg01 {
    background: url(../img/practice_img01.jpg) no-repeat;
    background-size: cover;
}
.practice_bg02 {
    background: url(../img/practice_img02.jpg) no-repeat;
    background-size: cover;
}
.practice_ttl {
    font-family: TsukuAOldMinPr6-R,serif;
    font-size: 24px;
    border-bottom: 1px solid #96804b;
    position: relative;
    padding: 14px;
}
.practice_ttl::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 36%;
    right: 4%;
}
.practice_link {
    color: #fff;
}
.practice_txt {
    color: #fff;
    font-family: TsukuAOldMinPr6-R,serif;
    padding: 14px 20px 0 20px;
    height: 98px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.practice_item {
    width: calc(100%/2);
    margin-right: 48px;
    padding-bottom: 14px;
}
.practice_item:last-child {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .practice_cont {
        display: block;
    }
    .practice_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .practice img {
        width: 260px;
    }
}
/* practice */

/* pick up */
.pickUp {
    margin-top: 46px;
}
.pickUp_bg01 {
    background: url(../img/pickUp_img01.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.pickUp_bg02 {
    background: url(../img/pickUp_img02.jpg) no-repeat;
    background-size: cover;
    background-position: right;
}
.pickUp_ttl {
    font-family: TsukuAOldMinPr6-R,serif;
    font-size: 24px;
    border-bottom: 1px solid #96804b;
    position: relative;
    padding: 14px;
}
.pickUp_moreTxt {
    font-family: TsukuAOldMinPr6-R,serif;
    text-align: right;
    padding-right: 36px;
}
.pickUp_more {
    background-color: #96804b;
    padding: 6px 14px;
    position: relative;
}
/* pick up */

@media screen and (max-width: 1439px) {
    .tel {
        display: none;}
}

.color_white {
    color: #fff;
}
.contact_link a {
    color: #b79f4a;
    text-decoration: underline;
}
.table-01.table-02 th.bg_beige {
    background: #ccb786;
}
.bg_beige {
    background: #ccb786;
    color: #fff;
}

.table-02 tr:not(:last-of-type) th {
    border-right: 1px solid;
}
.cost_advisory .table-01.table-02 th {
    width: calc(100%/6);
}
.cost_advisory .table-01.table-02 th:first-of-type {
    width: calc(100%/9);
}
.table-02 th {
    width: calc(100%/6);
}
.table-02 td {
    width: calc(100%/6);
    min-width: 186px;
}
.table-scroll.table-02 {
    min-width: 1079px;
}
.table-scroll-wrap:has(.table-02) {
    overflow: auto;
}
.bg-white {
    background-color: #fff;
}
.youtube-item {
    width: calc(50% - 8px);
}
.youtube {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
}
.youtube-bg {
    padding: 60px 0;
}
.youtube-heading {
    color: #1A1A1A;
}
.youtube-inner {
    display: block;    
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.youtube-inner .thumb{
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}
.youtube .movie-player {
  position: relative;
  z-index: 10;
}
.youtube-col2 {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.youtube-title {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .youtube-col2 {
        flex-direction: column;
    }
    .youtube-item {
        width: 100%;
    }
}

.thanks-intro-title {
    text-align: center;
}

.thanks-intro-text {
    text-align: center;
    color: #fff;
    margin-top: 60px;
    font-size: 18px;
}
p.thanks-intro-text {
    padding-bottom: 0;
}
.thanks-info {
    margin: 60px auto 0 auto;
    background-color: #fff;
    padding: 20px 60px 40px 60px;
    max-width: 768px;
}
.thanks-info-logo {
    display: block;
    max-width: 114px;
    margin: 0 auto;
}
.thanks-info-link {
    background-color: #96804B;
    padding: 18px 30px;
    color: #fff;
    display: block;
    max-width: 423px;
    margin: 20px auto 0 auto;
}
.thanks-info-title {
    font-size: 18px;
    text-align: center;
}
p.thanks-info-title {
    padding-bottom: 0;
}
.thanks-info-tel {
    font-size: 32px;
    font-weight: 600;
    margin: 10px auto 10px auto;
    font-family: TsukuAOldMinPr6-R, serif;
    display: block;
    width: fit-content;
    position: relative;
    padding-left: calc(26px + 9px);
}
.thanks-info-tel::before {
    content: '';
    display: inline-block;
    background: url(../img/thanks-tel-icon.svg) no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 16px;
}
.thanks-info-tel:hover {
    opacity: .8;
    transition: all 0.3s;
}
.thanks-info-text {
    text-align: center;
}
p.thanks-info-text {
    padding-bottom: 0;
}
.thanks-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}
p.thanks-office {
    padding-bottom: 0;
}
.thanks-office {
    text-align: center;
    position: relative;
}
.thanks-office::after {
    content: '';
    display: inline-block;
    background-color: #96804B;
    width: 25px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.thanks-address {
    margin-top: 10px;
    text-align: center;
}
p.thanks-address {
    padding-bottom: 0;
}
.thanks-button {
    display: block;
    background-color: #96804B;
    text-align: center;
    padding: 10px 10px;
    max-width: 188px;
    color: #fff;
    margin: 60px auto 0 auto;
    border: 1px solid #96804B;
}
.thanks-button:hover {
    background-color: #fff;
    color: #96804B;
    border: 1px solid #96804B;
    transition: all 0.6s;
}

@media screen and (max-width: 768px) {
    .thanks-intro-text {
        margin-top: 40px;
        font-size: 14px;
    }
    .thanks-info {
        margin: 40px auto 0 auto;
        padding: 20px 20px;
    }
    .thanks-info-logo {
        max-width: 107px;
    }
    .thanks-info-title {
        font-size: 16px;
    }
    .thanks-list {
        gap: 10px;
    }
    .thanks-button {
        margin: 40px auto 0 auto;
    }
}
@media screen and (max-width: 374px) {
    .thanks-info-link {
        padding: 18px 10px;
    }
    .thanks-info-tel {
        font-size: 30px;
    }
}

.contact-wrap .wpcf7-form .wpcf7-response-output {
  display: none;
  border: none;
}
