@charset "utf-8";
html {
  scroll-behavior: auto;
}

.gf {
  font-family: "Rokkitt", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.scrolled {
  scroll-behavior: smooth;
}

body{
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: #000;
}

.sp{ display: none !important;}
.pc{ display: block !important;}

@media only screen and (max-width: 1024px) {
  .sp{ display: block !important;}
  .pc{ display: none !important;}
}

.sp2{ display: none !important;}
.pc2{ display: block !important;}

@media only screen and (max-width: 768px) {
  .sp2{ display: block !important;}
  .pc2{ display: none !important;}
}

.flex_c{
  display: flex;
  justify-content: center;
  width: 100%;
}

h1,h2,h3{
  font-weight: 500;
}

img{
  width: 100%;
  height: auto;
}

button,
a{
  cursor: pointer;
  transition: opacity 0.2s ease;
}
a:hover{
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  a:hover{
    opacity: 1;
  }
}

img{
  width: 100%;
}

a.zm_img{
  display: block;
}
a.zm_img figure{
  overflow: hidden;
}
a.zm_img figure img{
  display: block;
  transition: transform 0.4s ease;
}

a.blank{
  position: relative;
}
a.blank::after{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0.5em;
  margin-bottom: -0.1em;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../svg/icon_blank.svg);
}

@media only screen and (min-width: 1025px) {
  a.zm_img:hover figure>img{
    transform: scale(1.2,1.2);
  }
}

.trigger_container {
  position: relative;
  width: 100%;
  height: 100vh; /* ウィンドウの高さ分 */
  display: flex;
  justify-content: center;
  align-items: center;
}
.trigger_container .a_contents {
  position: absolute;
}

.button3{
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px ;
  font-weight: bold;
  width: 182px;
  height: 41px;
  line-height: 41px;
  color: #fff;
  border:1px solid #A4894A;
  background: #A4894A;
  border-radius: 32px;
  font-size: 1.5rem;
  text-align: left;
  padding-left: 26px;
}
.button3::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 9px;
  background-image: url(../svg/arrow_wh.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  margin-top: -4px;
}

.headline span{
  position: relative;
  font-weight: bold;
  font-size: 6rem;
  padding-top: 10px;
}

.headline.wh{
  color:#fff;
}

.headline span::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background: #A4894A;
  width: 95px;
}

.headline_m{
  position: relative;
  padding-left: 17px;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 20px;
}

.headline_m::after{
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  height: 24px;
  width: 7px;
  background: #A4894A;
}
@media screen and (max-width: 768px) {
  .headline {
    margin-bottom: 20px;
  }
  .headline span {
    font-size: 4.0rem;
    padding-top: 5px;
  }
  .headline span::after{
    width: 57px;
  }

  .headline_m{
    font-size: 2.2rem;
    line-height: 1.25;
    margin-bottom: 20px;
  }

  .headline_m::after{
    top: 4px;
    height: 22px;
  }
}


.fixed-wrap {
  position: relative;
  clip-path: inset(0 0 0 0);
  width: 100%;
  overflow: hidden;
}

img.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}
 

.bg-img-block figure{
	position: relative;
	padding-top: 76.12%;
	text-align: right;
  overflow: hidden;
  /*margin-top: -40px;*/
}

.bg-hover{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
}

.bg-img-inr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fig{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.fig img{
  position: absolute;
  object-fit: cover;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {

  .bg-img-block figure {
    padding-top: 132%;
  }

  .visual .bg-img-block figure{
    padding-top: 133.33%; 
  }
}


  /* **********************************************
  # レイアウト
  ************************************************/
  #container{
    padding-top: 0;
    padding-bottom: 0px;
    overflow: hidden;
  }

  #container.off{
    opacity: 0;
  }

  #container{
    opacity: 1;
  }

  #contants_block {
    max-width: 1040px;
    margin: 60px auto;
  }

  .lower_contents{
    padding-top: 150px;
    padding-bottom: 150px;
    background: #222;
    min-height: 800px;
    color: #CCC;
  }
  
  .lower_contents .inner{
    max-width: 1200px;
    margin: 0 auto;
  }

  @media screen and (max-width: 1024px) {
    #container{
      padding-top: 0;
      padding-bottom: 0px;
    }
    #contants_block {
      max-width: 1040px;
      margin: 30px auto;
    }

    .lower_contents {
      padding-top: 40px;
      padding-bottom: 40px;
      min-height: 0px;  
    }
  }
  
  
  
  /*ラップ*/
  .wrap{
    max-width: 1700px;
    padding: 0 50px;
    margin: 0 auto;
  }

  @media screen and (max-width: 1024px) {
    .wrap {
      padding: 0px 20px;
    }
  }

/* **********************************************
# 共通
************************************************/
/*
ボタン
*/
.button1{
  display: block;
  width: 260px;
  line-height: 64px;
  height: 64px;
  border-radius: 50px;
  background: #A4894A;
  color:#fff;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.button1 i{
  width: 41px;
  height: 30px;
  margin-left : 7px;
  background-image: url(../svg/icon_entry.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .button1{
    width: 320px;
    height: 69px;
    font-size: 1.8rem;
  }
  
  .button1 i{
    width: 28px;
    height: 20px;
    margin-left : 7px;
    background-image: url(../svg/icon_entry.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
}




/* **********************************************
# テーブル
************************************************/
.tbl1{
  font-size: 1.8rem;
  line-height: 2;
}

.tbl1{
  width: 100%;
}

.tbl1 tbody tr{
  width: 100%;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.tbl1 tbody tr th{
  width: 380px;
  font-weight: bold;
  text-align: left;
  font-size: 1.6rem;
  padding:30px 45px;
}

.tbl1 tbody tr td {
  padding: 10px 40px;
  width: calc(100% - 380px);
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 1024px) {

  .tbl1 tbody tr.row-span th::after{
    display: none;
  }

  .tbl1,
  .tbl1 tbody,
  .tbl1 tbody tr,
  .tbl1 tbody tr th,
  .tbl1 tbody tr td{
    display: block;
    width: 100%;
    border-top:0;
    border-bottom:0;
  }

  .tbl1 {
    border-bottom: 1px solid#F0F0F0;
  }
  .tbl1 tbody tr {
    border-right: 0;
    border-top:1px solid #F0F0F0;
  }

  .tbl1 tbody tr th{
    padding: 14px 16px 8px;
  }

  .tbl1 tbody tr td {
    padding: 0 14px 18px;
  }
}

.tbl2{
  font-size: 1.8rem;
  line-height: 2;
}

.tbl2{
  width: 100%;
}

.tbl2 tbody tr{
  width: 100%;
  border-bottom: 1px solid #F3F0F0;
}

.tbl2 tbody tr th{
  width: 473px;
  font-weight: bold;
  text-align: left;
  font-size: 1.8rem;
  padding:15px 40px;
  vertical-align: top;
  background: #DEDCDC;
}

.tbl2 tbody tr td {
  padding: 15px 60px;
  width: calc(100% - 473px);
  font-weight: normal;
  font-size: 1.8rem;
  /*background: #fff;*/
}

@media screen and (max-width: 1024px) {

  .tbl2 tbody tr.row-span th::after{
    display: none;
  }

  .tbl2,
  .tbl2 tbody,
  .tbl2 tbody tr,
  .tbl2 tbody tr th,
  .tbl2 tbody tr td{
    display: block;
    width: 100%;
    border-top:0;
    border-bottom:0;
  }

  .tbl2 {
    border-bottom: 1px solid#F0F0F0;
  }

  .tbl2 tbody tr {
    border-right: 0;
    border-top:1px solid #F0F0F0;
  }

  .tbl2 tbody tr th {
    padding: 10px 16px 8px;
  }

  .tbl2 tbody tr td {
      padding: 10px 14px 10px;
  }
}
  

  /* **********************************************
  # ヘッダー
  ************************************************/
  header {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 45px;
    z-index: 1000;
    height: 130px;
    transition: all 0.3s ease;
  }

  header.on {
    height: 70px;
    background: #000;
  }

  header .logo{
    position: relative;
    width: 200px;
    display: block;
    transition: width 0.3s ease, margin 0.3s ease;
  }

  header.on .logo {
    width: 135px;
  }
  
  
/*   header.on  .logo{
    width: 130px;
    margin: 0 auto 8px;
  }
   */
  header nav{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header nav .btn {
    width: 184px;
    line-height: 43px;
    border-radius: 22px;
    background: #A4894A;
    color: #fff;
    text-align: center;
    margin-top: -2px;
    display: block;
}

header nav .btn.active{
  background:#000;
}

  header.on nav .btn {
    width: 150px;
    line-height: 34px;
    font-size: 1.4rem;
    transition: all 0.3s ease;
  }
  
  header .menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap:2em;
    margin-right: 45px;
  }
  
  header .menu>li>a{
    font-size:2rem;
    line-height: 1;
    color: #FFF
  }
  header .menu>li>a.active,
  header .menu>li.active>a{
    color: #A4894A !important;
  }
  
  header.on .menu>li>a{
    font-size:1.5rem;
    line-height: 1;
  }
  


  @media screen and (max-width: 1350px) {
    header {
      padding: 0 20px;
    }
    header .menu{
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap:1.5vw;
      margin-right: 20px;
    }
    header .menu>li>a{
      font-size:1.5vw;
      line-height: 1;
    }
    header nav .btn {
      width: 150px;
    }
  }
  @media screen and (max-width: 1024px) {
    header {
      padding: 15px 20px !important;
      height: 80px !important;
    }

    header .logo {
      width: 150px !important;
      z-index: 1000;
      position: fixed;
    }

    header nav {
      position: fixed;
      top: 80px;
      height: calc(100vh - 80px) !important;
      height: calc(100dvh - 80px) !important;
      left: 0;
      text-align: left;
      -webkit-overflow-scrolling: touch;
      text-align: center;
      padding: 0px 25px 20px;
      overflow: auto;
      visibility: hidden;
      z-index: 9;
      background: #000;
      transition: all 0.2s ease-in-out;
      opacity: 0;
      display: none;
    }

    header.block nav{
      display: block;
      left: 0px;
    }

    header.block.active{
      background: #000;
    }

    header.block.active nav{ 
      opacity: 1;
      visibility: visible;
    }

    header.block nav.slide{
      display: block;
      opacity: 1;
    }

    header.block.active nav.slide{ 
      opacity: 1;
      left: 0px;
      visibility: visible;
    }

    header.block nav.fade{
      display: block;
      right: 0px;
      width: 100%;
    }

    header.block.active nav.fade{ 
      opacity: 1;
      right: 0px;
      visibility: visible;
    }

    header .menu {
      display: block;
      padding-top: 0px;
      padding-bottom: 15px;
      padding-right: 0;
      margin-right: 0;
    }

    header .menu>li{
      display: block;
      text-align: left;
      border-bottom: 1px solid #D2D2D2;
    }

    header .menu>li>a {
      padding: 24px 8px;
      font-size: 2rem !important;
      display: block;
    }

    header nav .btn{
      width: 264px !important;
      margin: 32px auto 35px;
      border-radius: 50px;
      font-size: 2.4rem !important;
      line-height: 63px !important;
    }

    header .box2 .sns{
      display: block;
      margin-bottom: 30px;
    }
    header .box2 .sns .head{
      font-size: 1.6rem;
      padding-right:0;
      font-weight: normal;
    }

    header .box2 .sns ul{
      display: flex;
      justify-content: center;
      gap:37px;
    }

    header .box2 .sns ul>li>a{
      font-size: 1.4rem;
    }

    header .box2 .copy{
      text-align: center;
      font-weight: bold;
      font-size: 1.4rem;
    }

    header .box2 .menu2{
      display: flex;
      justify-content: center;
      margin-bottom: 24px;
    }

    header .box2 .menu2>li>a{
      font-size: 1.4rem;
      color: #FFF;
    }

  }

  header #menu_button {
    display: none;
  }

  @media screen and (max-width: 1024px) {
    /*メニューボタン*/
    header #menu_button {
      position: fixed;
      display: block;
      right: 0px;
      top: 0px;
      cursor: pointer;
      height: 80px;
      width: 90px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
    }

    header #menu_button>.inr{
      position: relative;
      width: 40px;
      height: 15px;
      cursor: pointer;
      margin-top: 0px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      transform: rotate(0deg);
      z-index: 2;
    }

    header #menu_button>.inr>div {
      width: 100%;
      height: 5px;
      background: #FFF;
      position: absolute;
      transition: all 0.2s;
      z-index: 11;
    }

    header #menu_button>.inr>div:nth-child(1) {
      top: 0%;
      left: 0px;
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
    }

    header #menu_button>.inr>div:nth-child(2) {
      top: 50%;
      left: 0px;
      display: none;
    }

    header #menu_button>.inr>div:nth-child(3) {
      top: 100%;
      left: 0px;
      transform: translate(0%, 0%);
    }

    header.active #menu_button>.inr>div {
      position: absolute;
      transition: all 0.3s;
    }

    header.active #menu_button>.inr>div:nth-child(1) {
      top: 50%;
      margin-left: 0px;
      transform: translate(0, -50%) rotate(45deg);
    }

    header.active #menu_button>.inr>div:nth-child(2) {
      opacity: 0;
    }

    header.active #menu_button>.inr>div:nth-child(3) {
      top: 50%;
      margin-left: 0px;
      transform: translate(0, -50%) rotate(-45deg);
    }
  }


/*   
  .float_nav{
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    z-index: 100;
    display: none;
  }

  .float_nav ul>li>a p{
    text-align: center;
    line-height: 1;
    font-size: 1.9rem;
    font-weight: normal;
  }

  .float_nav ul{
    display: flex;
  }
    
  .float_nav ul>li{
    width: 50%;
    border:1px solid #000;
  }

  .float_nav ul>li:nth-child(1){
    border-right:0;
  }
  
  .float_nav ul>li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    background: #fff;
    height: 64px;
    padding:0 25px;
  }
  .float_nav a:hover{
  	opacity: 1;
  }

  .float_nav ul>li a i{
    margin-right: 6px;
    display: block;
    width: 23px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center ;
    margin-right: 25px;
  }

  .float_nav ul>li a span{
    text-align: center;
    margin-right: 25px;
    white-space: nowrap;
  }

  .float_nav ul>li a i.reserve{
    background-size: 20px;
    background-image: url(../svg/calendar.svg);
  }
  
  .float_nav ul>li a i.contact{
    background-size: 22px;
    background-image: url(../svg/email.svg);
  }

  @media screen and (max-width: 1024px) {

    .float_nav{
      position: fixed;
      left:0;
      bottom:0;
      display: block;
    }

    .float_nav ul>li a i {
      margin-right: 20px;
    }
  }
  @media screen and (max-width: 425px) {

    .float_nav ul>li a span{
      text-align: center;
      margin-right: 10px;
      white-space: nowrap;
    }
  } */

/* **********************************************
# footer
************************************************/
footer{
  position: relative;
  background: #000;
  padding: 137px 0 0;
  color: #CCC;
}

footer .wrap{
  position: relative;
  padding-bottom: 160px;
}

footer .block{
  position: relative;
  max-width: 1600px;
  margin: 0 auto 0px;
  padding: 0 35px;
  display: flex;
  justify-content: space-between;
}

footer .block .box2{
  text-align: right;
}

footer .block .box1 .logo{
  width: 200px;
  margin-bottom: 24px;
}

footer .block .box1 .name{
  font-size: 2rem;
}

footer .block .box1 .address{
  font-size: 1.4rem;
  margin-bottom: 10px;
}

footer .block .box1 .approval_id {
  font-size: 1.4rem;
  margin-bottom: 45px;
}

footer .block .box2 .menu{
  display: flex;
  gap:20px;
  margin-bottom: 38px;
}

footer .block .box2 .menu>li>a{
  display: block;
  font-size: 2rem;
  line-height: 1;
}

footer .block .box2 .sns{
  display: flex;
  justify-content: flex-end;
}

footer .block .box2 .sns .head{
  padding-right: 30px;
  padding-top: 6px;
  font-size: 1.6rem;
  font-weight: normal;
}

footer .block .box2 .sns ul{
  display: flex;
  gap:37px;
  margin-bottom: 15px;
  justify-content: flex-end;
}

footer .block .box2 .sns ul>li>a{
  display: block;
}

footer .block .box2 .sns ul>li .fb{
  width: 15px;
}

footer .block .box2 .sns ul>li .insta{
  width: 25px;
}

footer .block .box2 .sns ul>li .ytb{
  width: 26px;
}

footer .block .box2 .menu2{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px;
  gap:1em;
}

footer .block .box2 .copy{
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1350px) {
  footer .block .box1 .logo{
    width: 200px;
    margin-bottom: 24px;
  }
  
  footer .block .box2 .menu>li>a{
    display: block;
    font-size: 1.5vw;
    line-height: 1;
  }

}
@media screen and (max-width: 1200px) {

  footer .block{
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  footer{
    padding: 60px 0 0;
  }
  footer .wrap {
    padding: 0;
    padding-bottom: 70px;
  }

  footer .block{
    display: block;
    padding: 0;
  }

  footer .block .box1,
  footer .block .box2{
    width: 100%;
    text-align: center;
  }

  footer .block .box2 .menu{
    display: none;
  }

  footer .block .box1 .logo {
    width: 150px;
    margin-bottom: 20px;
    margin: 0 auto 20px;
  }

  footer .block .box1 .name{
    font-size: 1.8rem;
  }

  footer .block .box2 .sns{
    display: block;
    margin-bottom: 30px;
  }
  footer .block .box2 .sns .head{
    font-size: 1.6rem;
    padding-right:0;
  }

  footer .block .box2 .sns ul{
    display: flex;
    justify-content: center;
  }

  footer .block .box2 .sns ul>li>a{
    font-size: 1.4rem;
  }

  footer .block .box2 .copy{
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
  }

  footer .block .box2 .menu2{
    display: flex;
    justify-content: center;
  }

  footer .block .box2 .menu2>li>a{
    font-size: 1.4rem;
  }

  footer .block .img{
    margin-top: 70px;
  }

  footer .img {
    margin-top: 0;
  }

}

.sticky-fixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.sticky-stop {
  position: absolute;
  bottom: 100px; /* フッターに合わせて調整 */
  right: 10px;
}

#gotop {
  position: fixed;
  bottom: 20px;
  z-index: 10;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

#gotop a{
  display: block;
  width: 90px;
  pointer-events: all;
}

#gotop img{
  width: 100%;
}
@media screen and (max-width: 768px) {
  #gotop {
    bottom: 10px;
  }
  #gotop a{
    display: block;
    width: 70px;
    pointer-events: all;
  }
}

/**********************************************
# トップページ
************************************************/

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading .logo{
  width: 261px;
  opacity: 0;
}

/*top:メインヴィジュアル*/
#top_visual {
  position: relative;
  height: 100vh;
}

#top_visual .text{
  position: absolute;
  top: 50%;
  left:20.32%;
  color: #fff;
  font-size: 6.4rem;
  font-weight: 900;
  transform: translateY(-50%);
}

#top_visual .text p{
  opacity: 0;
}

@media screen and (max-width: 1500px) {
  #top_visual .text{
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 1024px) {
  #top_visual .text{
    left:10.32%;
    color: #fff;
    font-size: 8.4vw;
  }

  .loading .logo{
    width: 200px;
    opacity: 0;
  }

}


.top_service_section{
  position: relative;
}

.top_service_section .group{
  height: 929px;
}

.top_service_section .group .box {
  width: 410px;
  left:5%;
  top:30%;
  color: #CCC
}

.top_service_section .group .box.right{
  right:5%;
  left: auto;
}

.top_service_section .group .box .ttl{
  width: 300px;
  line-height: 51px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  border:1px solid #CCC;
  margin-bottom: 25px;

}

.top_service_section .group .box .msg{
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: bold;
}

.top_service_section .group .box .logo{
  width: 274px;
  margin-bottom: 31px;
}

.top_service_section .group .box .logo2{
  width: 328px;
}

.top_service_section .group .box .link{
  position: relative;
  font-size: 1.6rem;
  padding-right: 28px;
  color: #A4894A;
}

.top_service_section .headline_wrap{
  position: absolute;
  left: 4%;
  top:70px;
  width: 100%;
  z-index: 2;
}

.top_service_section .headline_wrap .headline{
  max-width: 1700px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top_service_section .headline_wrap{
    display: none;
  }

  .top_service_section .group  {
    height: 593px;
  }
  .top_service_section .group .box.right{
    right:0;
    left: auto;
  }
  
  .top_service_section .group .box {
    width: 100%;
    left: 0;
    top: 26%;
    padding: 0 30px;
  }

  .top_service_section .group .box .ttl{
    width: 280px;
    line-height: 48px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 25px;
  }
  
  .top_service_section .group .box .msg{
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: bold;
  }
  
  .top_service_section .group .box .link{
    position: relative;
    font-size: 1.3rem;
    padding-right: 10px;
    color: #A4894A;
  }

  .top_service_section .group .box .link a.blank::after {
    width: 16px;
    height: 16px;
    margin-left: 0.5em;
    margin-bottom: -0.15em;
  }

  .top_service_section .group .box .logo{
    width: 224px;
  }
  
  .top_service_section .group .box .logo2{
    width: 261px;
  }
}

.top_message_section{
  padding-top: 133px;
  padding-bottom: 110px;
  background: #000;
  color: #CCC;
}

.top_message_section .message_block{
  max-width: 1200px;
  margin: 50px auto 0; 
}
.top_message_section .message_block .row{
  display: flex;
  margin-top: 140px;
  margin-bottom: 90px;
}
.top_message_section .message_block .row .box1{
  width: 50%;
}

.top_message_section .message_block .row .box1 img{
  width: 470px;
}

.top_message_section .message_block .row .box2{
  width: 50%;
}
.top_message_section .message_block .row .box2 .ttl{
  font-size: 4.4rem;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: bold;
}
.top_message_section .message_block .row .box2 .catch{
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.top_message_section .message_block .row .box2 .msg{
  font-size: 1.8rem;
  line-height: 2.6;
  margin-bottom: 30px;
  font-weight: 500;
}
.top_message_section .message_block .row .box2 .corp{
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.2em
}
.top_message_section .message_block .row .box2 dl dt{
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0em;
}
.top_message_section .message_block .row .box2 dl dd{
  font-weight: bold;
  font-size: 2.8rem;
}

.top_ttl{
  font-size: 3rem;
  color:#A4894A;
  font-weight: 500;
}

.top_message_section .message_block .profile .msg{
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 1200px) {
  
  .top_message_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .top_message_section .message_block{
    max-width: 1200px;
    margin: 0 auto; 
  }

  .top_message_section .message_block .row {
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .top_message_section .message_block .row .box1{
    width: 48%;
  }

  .top_message_section .message_block .row .box1 img{
    width: 90%;
  }

  .top_message_section .message_block .row .box2{
    width: 52%;
  }
  .top_message_section .message_block .row .box2 .ttl{
    font-size: 4vw;
    margin-bottom: 30px;
  }
  .top_message_section .message_block .row .box2 .catch {
    font-size: 2.7vw;
    margin-bottom: 20px;
  }
  .top_message_section .message_block .row .box2 .msg{
    font-size: 1.7vw;
    margin-bottom: 1.5em;
  }
  .top_message_section .message_block .row .box2 .corp{
    font-size: 1.4rem;
    margin-bottom: 0.2em
  }
  .top_message_section .message_block .row .box2 dl dt{
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0em;
  }
  .top_message_section .message_block .row .box2 dl dd{
    font-weight: bold;
    font-size: 2.8rem;
  }

  .top_ttl{
    font-size: 3rem;
    color:#A4894A;
    font-weight: 500;
  }

  .top_message_section .message_block .profile .msg{
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

@media screen and (max-width: 768px) {
  
  .top_message_section {
    padding-top: 60px;
    padding-bottom: 55px;
  }

  .top_message_section .message_block{
    max-width: 1200px;
    margin: 0 auto; 
  }

  .top_message_section .message_block .row {
    margin-top: 30px;
    margin-bottom: 50px;
    display: block;
  }

  .top_message_section .message_block .row .box1{
    width: 100%;
    padding: 0 15px;
    margin-bottom: 44px;
  }

  .top_message_section .message_block .row .box1 img{
    width: 100%;
  }

  .top_message_section .message_block .row .box2{
    width: 100%;
  }

  .top_message_section .message_block .row .box2 .ttl{
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .top_message_section .message_block .row .box2 .catch {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .top_message_section .message_block .row .box2 .msg {
    font-size: 1.6rem;
    margin-bottom: 45px;
    line-height: 2.1;
  }

  .top_message_section .message_block .row .box2 .corp{
    font-size: 1.6rem;
  }

  .top_message_section .message_block .row .box2 dl {
      margin-bottom: 35px;
  }

  .top_message_section .message_block .row .box2 dl dt{
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0em;
  }

  .top_message_section .message_block .row .box2 dl dd{
    font-weight: bold;
    font-size: 2.8rem;
  }

  .top_message_section .message_block .profile .msg{
    font-size: 1.4rem;
    line-height: 1.875;
  }
}

.top_ttl{
  font-size: 2.4rem;
  color:#A4894A;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .top_ttl{
    margin-bottom: 10px;
  }
}
.top_company_section {
  background: #333;
  padding-top: 120px;
  padding-bottom: 200px;
  color: #CCC;
}

.top_company_section .top_ttl{
  /*text-align: center;*/
  margin-bottom: 35px;
}

.top_company_section .block{
  max-width: 1200px;
  margin: 0 auto;
}

.top_company_section .block .tbl1{
  margin-bottom: 130px;
}

.top_company_section .block .box{
  padding: 45px;
  /*background: #fff;*/
}

.top_company_section .block .box p {
  margin-bottom: 50px;
  font-size: 1.6rem;
}

#column_chart_wrap {
  position: relative;
  max-width: 1100px;
  margin:0 auto;
}

#column_chart_wrap  em{
  color: #f10000;
}

#column_chart_wrap .h_ttl {
  position: absolute;
  right: 0px;
  top: -32px;
  z-index: 2;
}

#column_chart_wrap .v_ttl{
  position: absolute;
  left:100px;
  top:100px;
  z-index: 2;
}

#column_chart {
  height: 400px;
}

#column_chart_wrap .v_ttl {
  position: absolute;
  left: -9px;
  top: -35px;
  z-index: 2;
}

#column_chart_wrap {
  opacity: 0; /* 初期状態で非表示にする */
  transition: opacity 0s ease; /* フェードインのトランジション */
}
#column_chart_wrap.visible {
  opacity: 1; /* 可視化時にフェードイン */
}

@media screen and (max-width: 1200px) {

/*   #column_chart {
    position: relative;
    aspect-ratio: 1 / 2;
    width: 100%;
  }

  #column_chart >div,
  #column_chart >div>div,
  #column_chart >div>div>div{
    position: absolute !important;
    left:0 !important;
    top:0 !important;
    width: 100% !important;
    height: 100% !important;
  }


  #column_chart svg{
    position: absolute !important;
    left:0 !important;
    top:0 !important;
    width: 100% !important;
    height: 100% !important;
  } */
}

@media screen and (max-width: 768px) {
  .top_company_section {
    padding-top: 55px;
    padding-bottom: 80px;
  }

  .top_company_section .top_ttl{
    text-align: center;
    margin-bottom: 20px;
  }

  .top_company_section .block .tbl1{
    margin-bottom: 60px;
  }
  
  .top_company_section .block .box {
    padding: 40px 10px;
    /*background: #fff;*/
  }

  .top_company_section .block .box p {
    margin-bottom: 50px;
    font-size: 1.1rem;
    padding: 0 10px;
  }
} 

.top_news_section .news_block{
  position: relative;
  padding: 0 30px;
  margin-top:70px;
}

.top_news_section{
  min-height: 1012px;
  position: relative;
  background: #F3F0F0;
  padding-top: 120px;
  padding-bottom: 250px;
}
@media screen and (max-width: 1024px) {
  .top_news_section{
    min-height: 0;
  }
}

.news_block .splide{
  position: relative;
  z-index: 2;
}
.news_block .splide .splide__pagination{
  display: none;
} 

.news_block .splide .splide__arrows {
  position: absolute;
  right: 50px;
  top: -161px;
}

.news_block .splide .splide__arrow {
  background: url(../svg/slide_arrow.svg) no-repeat;
  top: 50%;
  transform: translateY(0%);
  width: 60px;
  height: 60px;
  z-index: 1;
}

.news_block .all_news {
  position: absolute;
  top: -142px;
  right: 177px;
  font-weight: 500;
  color: #A4894A;
  font-size: 1.6rem;
}

.news_block .splide .splide__arrow svg{
  display: none;
}
.news_block .splide .splide__arrow.splide__arrow--prev{
  transform:rotate(-180deg);
  left: auto;
  right: 1em;
}
.news_block .splide .splide__arrow.splide__arrow--next{
  right: auto;
  left: 1em;
}

.news_block .splide .img{
  aspect-ratio: 480 / 360;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
.news_block .splide .img.ado{
  background-color: #FFDA46;
  background-image: url(../svg/brandadorer_fleama.svg);
  background-size: 274px;
}

.news_block .splide .img.flm{
  background-color: #000000;
  background-image: url(../svg/brandadorer.svg);
  background-size: 274px;
}

.news_block .splide .img.uij{
  background-color: #A4894A;
  background-image: url(../svg/uij_auction2.svg);
  background-size: 267px;
}
.news_block .splide .ttl{
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {

  .news_block .splide .splide__arrows {
    position: absolute;
    right: 72px;
    top: -122px;
}
  .top_news_section {
    padding-bottom: 15%;
  }

  .top_news_section .news_block {
    padding: 0;
    margin-top: 30px;
  }

  .news_block .splide .img.ado{
    background-size: 85%;
  }
  
  .news_block .splide .img.flm{
    background-size: 85%;
  }

  .news_block .splide .img.uij{
    background-size: 90%;
  }

  .news_block .splide .ttl {
    font-size: 1.5vw;
    font-weight: bold;
  }

  .news_block .splide .splide__arrow.splide__arrow--prev {
    right: -3px;
  }
}
@media screen and (max-width: 768px) {

  .top_news_section {
    padding-top: 50px;
    padding-bottom: 120px;
  }

  .news_block .all_news {
    top: -50px;
    right: 115px;
  }

  .news_block .splide .ttl {
    font-size: 1.6rem;
  }

  .news_block .splide .splide__arrow {
    width: 46px;
    height: 46px;
    background-size: 100%;
  }

  .top_news_section .news_block {
    padding: 0;
    margin-top: 0px;
  }

  .news_block .splide .splide__arrows {
    right: 60px;
    top: -59px;
  }

  .news_block .splide .img.ado{
    background-size: 223px;
  }
  
  .news_block .splide .img.flm{
    background-size: 223px;
  }

  .news_block .splide .img.uij{
    background-size: 240px;
  }

}
@media screen and (max-width: 415px) {
  .news_block .all_news {
    right: 117px;
    font-size: 1.4rem;
  }

  .news_block .splide .splide__arrow {
    width: 38px;
    height: 38px;
  }

  .news_block .all_news {
    right: 100px;
    font-size: 1.4rem;
  }

  .news_block .splide .splide__arrow.splide__arrow--next {
    right: -5px;
  }

  .top_message_section .message_block .row .box2 .catch {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }

}


.loop {
  position: absolute;
  bottom: 169px;
  left: 0;
  display: flex;
  width: 100%;
  pointer-events: none;
  z-index: 1; 
}

.loop p img{
  width: 1836px;
}

.loop p {
  line-height: 1;
  white-space: nowrap;
  animation: slideLoop 29s linear infinite;
  padding-left: 100px;
}

.trigger_elm{
  transition: transform 2s ease;
}

@media screen and (max-width: 1200px) {
  .loop {
    position: absolute;
    bottom: 19%;
    left: 0;
    z-index: 1;
  }
  .loop p img {
    width: 95.625vw;
  }

  .loop p {
    animation: slideLoop 29s linear infinite;
    padding-left: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .loop {
    bottom: 9%;
    left: 0;
  }

  .loop p img {
    width: 787px;
  }

}


/* .loop p:nth-child(n+2) {

} */
@keyframes slideLoop {
  0% {
      transform: translateX(0%)
  }

  100% {
      transform: translateX(-100%)
  }
}

.top_recruit_section {
  position: relative;
  height: 800px;
  padding-top: 340px;
}

.top_recruit_section .bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_recruit_section .headline_wrap{
  position: absolute;
  width: 100%;
  left: 0%;
  top:70px;
  z-index: 2;
}

.top_recruit_section .headline_wrap .headline{
  width: 1700px;
  padding: 0 50px;
  margin: 0 auto;
}

.top_recruit_section .block{
  position: relative;
  max-width: 960px;
  height: 335px;
  /*background: #fff;*/
  margin: 0 auto;
  z-index: 2;
  padding: 75px 0;
  transition: all 2s ease;
}

.top_recruit_section .block .ttl{
  font-size: 3rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 25px;
}

.top_recruit_section .block .msg{
  max-width: 562px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.6rem;
}

.top_recruit_section .block .button1 {
  width: 460px;
  height: 100px;
  font-size: 40px;
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top_recruit_section {
    padding-top: 75px;
  }

  .top_recruit_section {
    position: relative;
    height: 600px;
    padding-top: 200px;
  }

  .top_recruit_section .headline_wrap{
    top:75px;
  }

  .top_recruit_section .headline_wrap .headline{
    padding: 0 20px;
    margin: 0 auto;
  }
  
  .top_recruit_section .block {
    position: relative;
    max-width: 960px;
    width: calc(100% - 40px);
    height: auto;
    /*background: #fff;*/
    margin: 0 20px;
    padding: 0 20px;
    z-index: 2;
    padding: 50px 30px 60px;
  }

  .top_recruit_section .block .ttl{
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  
  .top_recruit_section .block .msg{
    font-size: 1.4rem;
  }


	.top_recruit_section .block .button1 {
	  width: 320px;
	  height: 70px;
	  font-size: 26px;
	  bottom: -30px;
	}
	  
}

/* **********************************************
# 下層ページ
************************************************/
#visual {
  position: relative;
}
#visual .page_ttl{
  position: absolute;
  left:0;
  top:60%;
  width: 100%;
  transform: translateY(-50%);
}

#visual .page_ttl .headline{
  max-width: 1700px;
  padding: 0 50px;
  margin: 0 auto;
}

#recruit_index .msg{
  font-size: 1.8rem;
  line-height: 1.44;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #visual {
    position: relative;
    aspect-ratio: 1.5;
  }

  #visual img{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #visual .page_ttl .headline{
    padding: 0 30px;
    margin: 0 auto;
  }
}

.recruit_nav>li{
  margin-bottom: 20px;
}

.recruit_nav>li>a{
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding:16px 30px;
  border:1px solid #B9B9B9;
  background-image: url(../svg/arrow.svg);
  background-position: right 20px top 50% ;
  background-repeat: no-repeat;
  /*background-color: #fff;*/
}

@media screen and (max-width: 1024px) {
  .recruit_nav>li>a{
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    padding:14px 20px;  
  }

  #recruit_index .msg {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  
}

#recruit_detail .tbl2{
  margin-top: 50px;
}

/*
privacy
*/
.privacy_block{
  font-size: 1.8rem;
  line-height: 2.11;
}

.privacy_block .group{
  margin-bottom: 60px;
}

.privacy_block .ttl{
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.privacy_block >p{
  margin-bottom: 60px;
}

.privacy_block .group p{
  line-height: 2.11;
}

.privacy_block .group ol>li{
  position: relative;
  padding-left: 2.5em;
}

.privacy_block .group ol>li>i{
  position: absolute;
  left:0;
  top:0;
}

.privacy_block .info{
  line-height: 2.11;
}

@media screen and (max-width: 1024px) {
  .privacy_block{
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .privacy_block >p{
    margin-bottom: 40px;
  }

  .privacy_block .group{
    margin-bottom: 40px;
  }
}

/*
news
*/

.contents_row{
  display: flex;
}

.contents_row main{
  width: calc(100% - 250px);
  padding-right: 50px;
}

.contents_row aside{
  width: 250px;
}

.contents_row aside h3.ttl{
  font-size: 2rem;
  margin-bottom: 20px;
}

.contents_row aside .sort{
  margin-bottom: 50px;
}

.contents_row aside ul.category_menu>li{
  border-bottom: 1px solid #DCDCDC;
}

.contents_row aside ul.category_menu>li>a{
  padding:16px 10px;
  font-size: 1.4rem;
  display: block;
  background-image: url(../svg/arrow_black.svg);
  background-position: right 20px top 50% ;
  background-repeat: no-repeat;
  background-size: 9px;
}

@media screen and (max-width: 1024px) {

  .contents_row aside{
    display: none;
  }

  .contents_row main{
    width: 100%;
    padding-right: 0;
  }
  
  .contents_row aside h3.ttl{
    font-size: 2rem;
    margin-bottom: 20px;
  }
  
  .contents_row aside .sort{
    margin-bottom: 50px;
  }
  
  .contents_row aside ul.category_menu>li{
    border-bottom: 1px solid #DCDCDC;
  }
  
  .contents_row aside ul.category_menu>li>a{
    padding:16px 10px;
    font-size: 1.4rem;
    display: block;
    background-image: url(../svg/arrow_black.svg);
    background-position: right 20px top 50% ;
    background-repeat: no-repeat;
    background-size: 9px;
  }
  
}


.news_list article{
  border-bottom: 1px solid #CECECE;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.news_list article:last-child{
  border-bottom:0;
}

.news_list article>a{
  display: flex;
}

.news_list article>a .box1{
  width: 300px;
}

.news_list article>a .img{
  aspect-ratio: 300 / 225;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.news_list article>a .img.flm{
  background-color: #FFDA46;
  background-image: url(../svg/brandadorer_fleama.svg);
  background-size: 188px;
}

.news_list article>a .img.ado{
  background-color: #000000;
  background-image: url(../svg/brandadorer.svg);
  background-size: 171px;
}

.news_list article>a .img.uij{
  background-color: #A4894A;
  background-image: url(../svg/uij_auction2.svg);
  background-size: 167px;
}

.news_list article>a .box2{
  width: calc(100% - 300px);
  padding-left: 35px;
  padding-right: 25px;
}

.news_list article>a .tag{
  background: #DEDCDC;
  padding: 0 1em;
  line-height:22px;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.news_list article>a h2.ttl{
  font-size: 1.8rem;
  margin-bottom: 0.4em;
  line-height: 1.8;
  font-weight: bold;
}
.news_list article>a p.msg{
  font-size: 1.4rem;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {

  .news_list article>a{
    display: block;
  }
  
  .news_list article>a .box1{
    width: 100%;
    margin-bottom: 30px;
  }


  .news_list article>a .box2 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .news_list article>a .tag{
    background: #DEDCDC;
    padding: 0 1em;
    line-height:22px;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 1em;
  }
  
  .news_list article>a h2.ttl {
    font-size: 1.6rem;
    margin-bottom: 0.6em;
    line-height: 1.56;
    font-weight: bold;
  }

  .news_list article {
    border-bottom: 1px solid #CECECE;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
