*{
    font-family: Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
}

/* navi */
.inner {
    width: 1170px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}


/*header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 15px 0 20px;
    line-height: 1;
    z-index: 999;
}
#top-head2 {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 15px 0 20px;
    line-height: 1;
    z-index: 999;
    background: #ffffff;
}

#top-head a, #top-head2 a{
    color: #222222;
    text-decoration: none;
}
#top-head .inner, #top-head2 .inner {
    position: relative;
}
#top-head .logo, #top-head2 .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul, #global-nav2 ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li, #global-nav2 ul li {
    float: left;
}
#global-nav ul li a, #global-nav2 ul li a {
    padding: 0 15px;
	font-size: 15px;
	color: #222;
}
#global-nav ul li a:hover {
	color: #fff;
}
#global-nav2 ul li a:hover {
	color: #222;
}

.gnavi li a{
    /*線の基点とするためrelativeを指定*/
	position: relative;
}

.gnavi li a:hover{
	color:#A98B56;
}

.gnavi li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 1px;
    background:#A98B56;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}
 



/* Fixed */
#top-head.fixed,#top-head2.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 15px;
	padding-bottom: 10px;
    height: 85px;
    border-bottom: 1px solid #efefef;
    background: rgba(255,255,255,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo, #top-head2.fixed .logo {
    color: #2F3835;
}
#top-head.fixed #global-nav ul li a, #top-head2.fixed #global-nav ul li a {
    color: #222;
    padding: 0 15px;
}
 
/* Hamburger Menu */
    .el_humburger {
  position: fixed;
  top: 40px;
  right: 60px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;}
 
@media screen and (max-width: 840px) {
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top: 40px;
    width: 70px;
    height: 70px;}
    #factory .el_humburger {
      display: none; } }
 
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block;
    margin-top: -20px;
margin-right: -30px;
}
 
@media screen and (max-width: 840px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px; } }
 
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "kozuka-gothic-pro", sans-serif;
font-style: normal;
font-weight: 300;
font-style: normal;}
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none; }
 
.el_humburger_text.el_humburger_text__close {
  display: none; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block; }
 
@media screen and (max-width: 840px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px; } }
 
@media screen and (max-width: 840px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; } }
 
@media screen and (max-width: 840px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000; } }
 
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
 
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #000; }
 
@media screen and (max-width: 840px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #000; } }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }
 
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000; }
 
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }
 
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }
 
.navi {
  position: fixed;
  right: 0;
  height: 120%;
  margin-top: -15px;
  background-color: rgba(249, 248, 243, 0.9);
  width: 400px;
  z-index: 3;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  transform:translateZ(0) translateX(100%);
  overflow: auto; }
  .js_humburgerOpen .navi {
    transform:translateZ(0) translateX(0); }
    @media screen and (max-width: 840px) {
      .navi {
        padding: 100px 5% 0; }
      .js_humburgerOpen .navi {
        width: 100%;} }
 
.navi_item {
  position:relative;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "Marcellus", serif !important;
  white-space: nowrap;
  margin-left: 90px; }
  .navi_item.op_innerLink {
    cursor: pointer; }
  @media screen and (max-width: 840px) {
    .navi_item {
      margin-left: 0;
      font-size: 18px; } }
 
.drawer-logo{
    margin: 0px 0px 30px;
    text-align: center;
}
.drawer-tel{
    text-align: center;
}
.drawer-tel a{
    font-size: 30px;
    font-family: Arial, Helvetica, "sans-serif";
    color: #6B6456!important;    
}
@media screen and (max-width: 840px) {
    .drawer-logo, .drawer-tel{
    text-align: left;}
}
 
.el_spChildNavOpen {
  position: absolute;
  top: -6px;
  left: 80%;
  z-index: 20;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  padding: 10px; }
 
.js_openParent.js_fire > .el_spChildNavOpen {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
  .js_openParent.js_fire > .el_spChildNavOpen > .el_spChildNavOpen_wrapper:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
 
.el_spChildNavOpen_wrapper {
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }
  .el_spChildNavOpen_wrapper:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #111;
    position: absolute;
    top: calc(50% - 1px); }
  .el_spChildNavOpen_wrapper:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #111;
    position: absolute;
    left: calc(50% - 1px);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
 
 
.nav_child{
  padding-top:20px;
}
 
.nav_child_item{
  position: relative;
  font-size:18px;
  padding-left:20px;
  margin-bottom:12px;
}
 
.nav_child_item > a{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
}
 
.nav_child_item:last-child{
  margin-bottom:0px;
}
 
.js_openSwitch {
  cursor: pointer; }
 
.js_openTarget {
  display: none; }
/* Hamburger Menu */

/*hero設定*/
#hero{
  position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
  height: 100vh;/*高さを全画面にあわせる*/
    
} 

#hero-area{
    position: absolute;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background-image: url(../images/maining.jpg);
    background-position: center top;
    background-size: cover;
}
/*見出し設定*/

.logo_read {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}
.logo_read h1{
	position: absolute;
	z-index: 2;
	top: 120%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size:1.5vw;
	color: #fff;
	width: 100%;
	font-family: "sans-serif";
	font-weight: bold;
	line-height: 1.2em;
}
.logo_read h1 br{
    display: none;
}
    .hero_contact {
    position: absolute;
    top: 80%;
    left: 50%;
     transform: translate(-50%, -50%);
}

.button a {
    background-color: rgba(38,38,38,0.50);
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #ffffff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button a:hover {
    background-color: rgba(38,38,38,0.10);
    color: #FFF;
    border: 1px solid rgba(255,255,255,1.00);
}

@media only screen and (max-width: 991px) {
  /*見出し設定*/
.logo_read h1{
	font-size:2vw;
}
}

@media only screen and (max-width: 480px) {
    #hero-area{
    background-position: -500px top;
    background-size: cover;
}
  /*見出し設定*/
.logo_read h1{
    top: 170%;
	font-size:4vw;
    line-height: 1.5em;
}
    .logo_read h1 br{
    display: block;
}
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

 /*intro section*/
#intro{
    background-image: url("../images/intro_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 100px;
    overflow: hidden;
    position: relative;
    z-index: -10;
    background-size: cover;
}
    .intro1{
    position: relative;
    padding-bottom: 350px;
    }
   
.sidetxt1 {
    font-family: impact;
    color: #E9E0CF;
    font-size: 100px;
    transform: rotate(90deg);
    position: absolute;
    margin-left: -205px;
    margin-top: 170px;
    z-index: 0;
}
    .intro-inner1{
        margin-left:100px; 
        z-index: 30;
        position: relative;
    }
.intro-inner1 h2 {
        font-size: 40px;
        margin-bottom: 30px;    
        font-family: "nitalago-ruika", sans-serif;
        font-weight: 100;
        font-style: normal
}
    .intro1-txt{
        display: block;
        width: 300px;
        text-align: justify;
    }
    .intro1-img{
     position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-left: 36%;
        z-index: -1;
    }
@media (min-width: 1680px){
    .intro1-img{
     padding-left: 40%;
    }
}
 @media (max-width: 1199px){
    .intro1-img{
     position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-left: 25%;
    }
    }
    @media (max-width: 991px){
        .intro1 {
    padding-bottom: 150px;
}
    .intro1-img{
    padding-left: 40%;
    }
        .intro1-img img{
        width: 850px;
    }
    }
@media (max-width: 767px){
    .intro1 {
    padding-bottom: 100px;
}
    .intro1-txt{
        width: 280px;
    }
    .intro1-img{
    padding-left: 50%;
    }    
    .intro1-img img{
        width: 800px;
    }
    }
@media (max-width: 480px){
    .intro1 {
    padding-bottom: 60px;
}
    .sidetxt1 {
    font-size: 90px;
    margin-left: -190px;
    margin-top: 150px;
    z-index: 0;
}
    .intro-inner1{
        margin-left:90px; 
        z-index: 30;
        position: relative;
    }
    .intro-inner1 h2 {
        font-size: 30px;
}
    .intro1-txt{
        width: 100%;
        margin-bottom: 60px;
    }
    .intro1-img{
     position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    padding-left: 0%;
    margin-top: -100px;
    margin-left: -100px;
    }
}
    .intro2{
    position: relative;
    padding-bottom: 300px;
    }
   
.sidetxt2 {
    font-family: impact;
    color: #E9E0CF;
    font-size: 100px;
    transform: rotate(90deg);
    position: absolute;
    z-index: 0;
    right: 0;
    margin-right: -290px;
    margin-top: 260px;
}
    .intro-inner2{
        margin-right:100px; 
        z-index: 30;
        position: relative;
        text-align: right;
    }
.intro-inner2 h2 {
        font-size: 40px;
        margin-bottom: 30px;
        font-family: "nitalago-ruika", sans-serif;
        font-weight: 100;
        font-style: normal
}
    .intro2-txt{
        display: block;
        width: 400px;
        margin-left: auto;
        text-align: justify;
    }
    .intro2-img{
     position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
   padding-left: 0%;
        margin-top: 40px;        
        z-index: -1;
    }
@media (min-width: 1680px){
    .intro2-img{
        padding-left: 10%;
    }
}
     @media (max-width: 1385px){
    .intro2-img{
     position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
     margin-left: -150px;
    }
    }
@media (max-width: 1199px){
    .intro2-img{
    margin-left: -190px;
    }
    }
@media (max-width: 991px){
  .intro2{
    padding-bottom: 240px;
    }
         .intro2-txt{
        width: 300px;
    }
    .intro2-img{
    margin-left: -280px;
        margin-top: 50px;
    }
        .intro2-img img{
        width: 750px;
    }
    }
@media (max-width: 767px){
    .intro2{
    padding-bottom: 160px;
    }
    .intro2-txt{
        width: 300px;
    }
    .intro2-img{
    margin-left: -380px;
        margin-top: 80px;
    }   
    .intro2-img img{
        width: 650px;
    }
    }
@media (max-width: 480px){
    .intro2{
    padding-bottom: 0px;
    }
    .intro-inner2 {
    margin-right: 90px;
    z-index: 30;
    position: relative;
    text-align: right;
}
    .intro-inner2 h2 {
        font-size: 30px;
}
    .sidetxt2 {
    font-size: 90px;
    margin-top: 240px;
    margin-right: -265px;
}
    .intro2-txt{
        width: 100%;
    }
    .intro2-img{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-left: 0%;
    margin-top: 0px;
    margin-left: -220px;
    }
}
 /*msg section*/
#msg {
    background-image: url(../images/msg_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.msg_block {
    border: 1px solid #FFFFFF;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    text-align: center;
}
    .msg_block h1{
        color: #ffffff;
        font-size: 60px;
        font-family: "nitalago-ruika", sans-serif;
        font-weight: 100;
        font-style: normal;
        margin-bottom: 30px;
        
    }
    .msg_block p{
        color: #ffffff;
        text-align: justify;
        margin-block: calc((1em - 1lh) / 2) !important;
    }
    @media screen and (max-width: 1199px) {
        .msg_block {
            margin: 0 15px;
}
}
        @media screen and (max-width: 991px) {
        .msg_block h1{
        font-size: 40px;
    }
}
        @media screen and (max-width: 480px) {
        .msg_block {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
    }

/*service section*/
    .sec-h2{
        font-size:65px;
        font-family: "soleil", sans-serif;
        font-weight: 800;
        font-style: normal;
        margin-bottom: 60px;
    }
    .sec-h2 span{
        display: block;
        font-size: 18px;
        font-weight: normal;
        font-family: Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", "sans-serif";
        color: #444444;
    }
    #service{
    background-image: url(../images/service_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    }
    .sv-block{
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
}
    .sv-block h3{
        text-align: center;
        font-size: 24px;
        color: #A98B56;
        margin-bottom: 20px;
        font-family: "nitalago-ruika", sans-serif;
        font-weight: 100;
        font-style: normal
    }
    .sv-block p{
        font-size: 15px;
        text-align: justify;
    }
    .button111 a {
    background: #fff;
    border-radius: 9999px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 150px;
    padding: 6px 16px;
    color: #333333;
    line-height: 1.5;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #151515;
}
.button111 a:hover {
    background: #666666;
    color: #FFF;
    border: 1px solid #666666;
}
.button111 a:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button111 a:hover:after {
    border-color: #FFF;
}
.symbol-box {
    position: relative; /* 疑似要素の基準位置とする */
    padding: 20px; /* コンテンツと括弧の間の余白 */
    border: none; /* 元のボーダーは非表示 */
    text-align: center;
    /* width: fit-content; コンテンツの幅に合わせる */
    margin: 20px 20px 0px; /* サンプル用の中央揃え */
}

/* 左側のカギ括弧 */
.symbol-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px; /* 横線の長さ */
    height: 50%; /* 縦線の高さ */
    border-left: 1px solid #333; /* 縦線 */
    border-top: 1px solid #333; /* 上の横線 */
    /* 縦線と横線の交差部分以外の線を非表示にする */
    border-right: none;
}

/* 右側のカギ括弧 */
.symbol-box::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px; /* 横線の長さ */
    height: 50%; /* 縦線の高さ */
    border-right: 1px solid #333; /* 縦線 */
    border-top: 1px solid #333; /* 上の横線 */
    /* 縦線と横線の交差部分以外の線を非表示にする */
    border-left: none;
}
    .symbol-box img{
        margin-top: -30px;
    }
@media screen and (max-width: 480px) {
    .sec-h2{
        font-size:50px;
    }
    .sec-h2 span{
        font-size: 16px;
    }
    }

 /*about section*/
#about{
    padding-bottom: 180px;
}
    .sticky {
  height: 60vh;
  position: sticky;
  top: 100px;
}
   #about p{
   text-align: justify;
    }
    .about-summary{
        padding-right: 60px; 
    }
    .about-appeal{
        padding-top: 150px;
        padding-left: 60px;
    }
.aboutpic{
}
.aboutname{
    margin-top: 10px;
    font-size: 14px;
}
.aboutname span{
    display: inline-block;
    font-size: 12px;
    font-family: Arial, Helvetica, "sans-serif";
    font-style: italic;
    color: #999;
    margin-left: 10px;
}
    
    
    .heading06 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 15px;
	font-size: 34px;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal
}

.heading06::before {
	content: attr(data-en);
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(233, 228, 215, 1.0);
    font-size: 70px;
    font-family: impact;
    width: 100%;
    z-index: -1;
}
     @media screen and (max-width: 1199px) {
         .about-summary{
        padding-right: 60px; 
    }
    .about-appeal{
        padding-top: 150px;
        padding-left: 0px;
    }
    }
     @media screen and (max-width: 991.18px) {
         #about{
    padding-bottom: 80px;
}
    .sticky {
        height: auto;
        position: relative;
        top: 0px;
        margin-bottom: 30px;
    }
             .about-summary {
        padding-right: 0px;
    }
}
    @media screen and (max-width: 767px) {
       .about-appeal{
        padding-top: 30px;
        padding-left: 0px;
    } 
    }
    
     @media screen and (max-width: 480px) {
    .heading06 {
	font-size: 30px;
}
         .heading06::before {
    top: 25px;
    font-size: 50px;
}
    }

 /*works section*/
#works{
    background-image: url(../images/works_bg.png), -webkit-linear-gradient(90deg,rgba(249,249,249,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: url(../images/works_bg.png), -moz-linear-gradient(90deg,rgba(249,249,249,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: url(../images/works_bg.png), -o-linear-gradient(90deg,rgba(249,249,249,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: url(../images/works_bg.png), linear-gradient(#f9f9f9, #ffffff);
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center top;
}
 .slick-slider{
        padding-left: 0!important;
    }
.slider618 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;     
    border-radius: 100%;
    border: solid 1px #dddddd;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider618 .slick-slide {
    margin:0 15px;/*スライド左右の余白調整*/
}
 .button112 a {
    background: #fff;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 15px;
    color: #333333;
    line-height: 1.5;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #151515;
     margin-top: 60px;
}
.button112 a:hover {
    background: #666666;
    color: #FFF;
    border: 1px solid #666666;
}
.button112 a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button112 a:hover:after {
    border-color: #fff;
}

 /*flow section*/
#flow {
    background-image: url(../images/flow_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
}
#flow h2, #flow h2 span {
    color: #ffffff;
}
.slider616 {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
    flex-wrap: wrap; /* 複数行になる場合 */
    gap: 20px;       /* 任意：要素間の余白 */
}
.slider616 li {
    list-style: none;
    flex: 1 1 200px; /* 幅可変、最低幅200px（調整可） */
    display: flex;   /* li を flex にするのがポイント */
    
}
.flow-step-box {
    width: 100%;/*スライダー内の画像を横幅100%に*/
    height: auto;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding: 20px;
    box-sizing: border-box;
    flex: 1;              /* 高さを揃えるために伸ばす */
}
.flow-step-box h3 {
    font-size: 20px;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
    text-align: center;
}
.flow-step-box img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.flow-step-box p {
    font-size: 13px;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider616 .slick-slide {
    margin: 0 10px;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 15px;
    width: 15px;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 10px;/*ドットボタンのサイズ*/
    width: 10px;/*ドットボタンのサイズ*/
    height: 10px;/*ドットボタンのサイズ*/
    display: block;
    background: #666;/*ドットボタンの色*/
    border: none;
}
.slick-dots .slick-active button {
    background: #fff;/*ドットボタンの現在地表示の色*/
}
    
@media only screen and (max-width: 480px) {
    .slick-prev {/*戻る矢印の位置と形状*/
    display: none!important;
}
.slick-next {/*次へ矢印の位置と形状*/
    display: none!important;
}
    }

 /*blog section*/


 /*cta section*/
#cta {
    background-color: #D6CCB9;
    padding-top: 60px;
    padding-bottom: 40px;
}
#cta h2{
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    font-size: 60px;
    color: #000000;
    margin-bottom: 30px;
}
#cta h3{
    font-weight: bold;
    font-size: 30px;
    color: #6B6456;
    margin-bottom: 5px;
}
#cta p{    
     font-size: 18px;
    color: #000000;
}
.cta-tel {
    border-right: 1px solid #222222;
}
.cta-mail {
}
a.btn_13 {
	    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 400px;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: normal;
    background: #6B6456;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    transition: 0.5s;
    font-size: 30px;
    font-family: "kozuka-gothic-pro", sans-serif;
font-style: normal;
    position: relative;
}
a.btn_13::before {
	content: '';
    position: absolute;
    top: calc(60% - 2px);
    right: 1em;
    transform: translateY(calc(-60% - 2px)) rotate(45deg);
    width: 10px;
    height: 1px;
    background: #ffffff;
}
a.btn_13::after {
	content: '';
    position: absolute;
    top: 60%;
    right: 1em;
    transform: translateY(-60%);
    width: 15%;
    height: 1px;
    background-color: #ffffff;
}
a.btn_13:hover {
	background: #8E8471;
}

    a.tel01{
    display: block;        
    width: fit-content;
        font-size: 40px;
        font-weight: bold;
        font-family: Arial, Helvetica, "sans-serif";
        color: #6B6456;
        margin: auto;
    }
    a.tel02{
    display: block;
    width: fit-content;
    font-size: 20px;
    font-family: Arial, Helvetica, "sans-serif";
    color: #000000;
    font-style: italic;        
        margin: auto;
        margin-top: -10px;
    }
    a.tel01:hover{
        text-decoration: none;
        color:#8E8471;
    }
    a.tel02:hover{
        text-decoration: none;
        color:#444444;
    }








footer {
    background-color: #3E3E3E;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 40px;
}
footer a{
    color: #ffffff;
}
footer a:hover{
    color: #ffffff;
    text-decoration: underline;
}
footer h2{
    font-size: 10px;
    font-weight: normal;
    color: #bbbbbb;
}
footer address, footer tel, footer mobile, footer email,footer line {
    font-size: 14px;
}
.footer-sns{
    margin-top: 15px;
}
.footer-sns a{
    display: inline-block;
    margin-right: 10px;
}
.footer-sns a:hover{
    opacity: 0.6;
}
.footernav {
    display: block;
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.footernav li {
    margin-left: 10px;
    margin-right: 10px;
}
.footernav li:last-child{
	margin-right: 0px;
}
.footernav li a {
    color: #DDDDDD;
    text-decoration: none;
    font-size: 14px;
}
.footernav li a:hover {
    color: #fff;
    text-decoration: underline;
}
.footernav li ul{
    padding-left: 5px;
}
.footernav li ul li{
    list-style-type: none;
}
copyright {
    color: #DDDDDD;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}


		  /* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -60px);
	transition: all 1.3s 0s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 80px);
	transition: all 1.0s 0s ease-out;
 }
.slide-bottom2 {
	opacity: 0;
	transform: translate(0, 80px);
	transition: all 1.3s 0.5s ease-out;
 }

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-60px, 0);
	transition: all 0.8s 0s ease-out;
 }
.slide-left2 {
	opacity: 0;
	transform: translate(-60px, 0);
	transition: all 1.3s 0.5s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(80px, 0);
	transition: all 0.8s 0s ease-out;
 }
.slide-right2 {
	opacity: 0;
	transform: translate(80px, 0);
	transition: all 1.3s 0.5s ease-out;
 }
.pagetitle {
    height: 500px;
    width: 100%;
	position: relative;
	text-align: center;
}
.pagetitle h1{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
	font-family: Arial, Helvetica, "sans-serif";
	color: #ffffff;
	font-weight: bold;
	font-size: 80px;
}
.pagetitle h1 span{
	font-weight: normal;
	font-size: 20px;
	display: block;
	margin-top: 20px;
}
.pagetitle.service {
    background-image: url(../images/pagetitle_bg01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pagetitle.company {
    background-image: url(../images/pagetitle_bg02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pagetitle.contact {
    background-image: url(../images/pagetitle_bg03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pagetitle.policy {
    background-image: url(../images/pagetitle_bg04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

  .midasih2 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
	  margin-bottom: 60px;
	  font-size: 36px;
	  font-weight: bold;
}

.midasih2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #0E3F96;
}






@media screen and (max-width: 1385px) {
    #global-nav ul, #global-nav2 ul {
    right: 90px;
}
}

@media screen and (max-width: 1199.98px) {
.inner {
    width: 980px;
    margin: 0 auto;
}
	.container, .container-sm {
    max-width: 100%;
}
    #global-nav ul {
    right: 11%;
}
}
@media screen and (max-width: 991.18px) {
    #top-head, #top-head2,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head, #top-head2 {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed,  #top-head2.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 85px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo,
    #top-head2.fixed .logo,
    #top-head2 .logo{
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav, #global-nav2 {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -477px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul, #global-nav2 ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
		padding-left: 0;
    }
    #global-nav ul li, #global-nav2 ul li,  {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a,
     #top-head2 #global-nav2 ul li a,
    #top-head2.fixed #global-nav2 ul li a{
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav, .open #global-nav2 {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
.footernav {
    display: block;
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
}
	a.btn_23 {
	font-size: 36px;
}
	a.btn_23 span{
	font-size: 16px;
}
	.pagetitle {
    height: 300px;
		margin-top: 80px;
}
.pagetitle h1{
	font-size: 40px;
}
.pagetitle h1 span{
	font-size: 16px;
	margin-top: 10px;
}
}


@media only screen and (max-width: 767px) {
    #cta h2{
    font-size: 50px;
}
#cta h3{
    font-size: 30px;
}
    .cta-tel {
    border-right: none;
}
}


@media only screen and (max-width: 480px) {
     #cta h2{
    font-size: 50px;
}
#cta h3{
    font-size: 26px;
}
    #cta p{  
     font-size: 14px;
}

    a.btn_13 {
    width: 300px;
    font-size: 20px;
}
a.btn_13::before {
	content: '';
    position: absolute;
    top: calc(60% - 2px);
    right: 1em;
    transform: translateY(calc(-60% - 2px)) rotate(45deg);
    width: 10px;
    height: 1px;
    background: #ffffff;
}
a.btn_13::after {
    width: 15%;
}
    a.tel01{
        font-size: 35px;
    }
    a.tel02{
    font-size: 20px;
    }
}

/* 下層ページヘッダー */
#header{
  position: relative;
  height: 400px;
  margin-top: 85px;
    
} 
    .header-img{
    position: absolute;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
    .pankuzu{
    padding: 10px;
     background: #efefef;
    }
    .breadcrumb-001 {
    display: flex;
    gap: 0 14px;
    list-style: none;
    padding: 0;
    font-size: 12px;
    margin-bottom: 0;
}

.breadcrumb-001 li {

    display: flex;
    align-items: center;
}

.breadcrumb-001 li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}

.breadcrumb-001 a {
    color: #333333;
    text-decoration: none;
}
    .breadcrumb-001 .here {
    color: #a98b56;
    text-decoration: none;
}
        
    .heading07 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
    font-size: 50px;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal
}

.heading07::before {
    content: attr(data-en);
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(233, 228, 215, 1.0);
    font-size: 80px;
    font-family: impact;
    width: 100%;
    z-index: -1;
}
    @media screen and (max-width: 991px) {
    .heading07 {
	font-size: 45px;
}
         .heading07::before {
             top:18px;
    font-size: 70px;
}
    }
    @media screen and (max-width: 767px) {
    .heading07 {
	font-size: 40px;
}
         .heading07::before {
             top:12px;
    font-size: 70px;
}
    }
    @media screen and (max-width: 480px) {
    .heading07 {
	font-size: 34px;
}
         .heading07::before {
             top:19px;
    font-size: 60px;
}
    }
    .sec-mgtop{
    padding-top: 40px;
    }

/* 下層ページ：サービスと費用 */
#servicefee1{
    overflow: hidden;
}
    .svimg {
    margin-left: 50px;
}
     @media screen and (max-width: 767px) {
     .svimg {
  max-width: 100%;
  height: auto;
  margin-left: 0px;
         margin-top: 50px;
}
    }
.servicebox1 {
    border: 1px solid #E5E5E5;
    padding: 45px;
    padding-bottom: 100px;
    background: #ffffff;
}
.servicebox2 {
    background-color: #F6F1E8;
    padding: 45px;
    padding-bottom: 100px;
}
    .servicebox1 h3, .servicebox2 h3{
    font-size: 34px;
    margin-bottom: 20px;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal; 
    }
    .servicebox1 p, .servicebox2 p{
     text-align: justify;
        
    }
    .servicebox1 img, .servicebox2 img{
    }
    .button113 a {
    background: #fff;
    position: absolute;
    bottom: 45px;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 6px 16px;
    color: #333333;
    line-height: 1.5;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid #151515;
        
}
.button113 a:hover {
    background: #666666;
    color: #FFF;
    border: 1px solid #666666;
}
.button113 a:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button113 a:hover:after {
    border-color: #fff;
}
 
    @media screen and (max-width: 991px) {
    .servicebox1 h3, .servicebox2 h3{
    font-size: 32px; 
    }
    }
    @media screen and (max-width: 480px) {
        
.servicebox1 {
    padding: 30px;
    padding-bottom: 90px;
}
.servicebox2 {
    padding: 30px;
    padding-bottom: 90px;
}
        
    .button113 a {
    bottom: 30px;
}
    .servicebox1 h3, .servicebox2 h3{
    font-size: 28px; 
    }
    }
.heading08 {
	padding-top: 50px;
    padding-bottom: 80px;
    font-size: 50px;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal
}

.heading08 span {
	display: flex;
	align-items: center;
	color: #666666;
	font-size: 16px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: normal;
}

.heading08::before {
	content: '';
	display: block;
	margin-bottom: 10px;
	width: 40px;
	height: 8px;
	background-color: #C1A56F;
}    @media screen and (max-width: 991px) {
    .heading08 {
	font-size: 45px;
}
    }
    @media screen and (max-width: 767px) {
    .heading08 {
	font-size: 40px;
}
    }
    @media screen and (max-width: 480px) {
    .heading07 {
	font-size: 34px;
}
    }
    .sv-detail{
        
    }
       .sv-detail h3{
    font-size: 34px;
    margin-bottom: 20px;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal; 
    }
    .sv-detail p{
     text-align: justify;
    margin-bottom: 60px;        
    }
    .sv-detail p:last-child{
        margin-bottom: 0;
    }
 @media screen and (max-width: 991px) {
   .sv-detail h3{
    font-size: 32px; 
    }
    }
    @media screen and (max-width: 480px) {
 .sv-detail h3{
    font-size: 28px; 
    }
    }
    .heading15 {
	position: relative;
	padding-bottom: 30px;
	font-size: 40px;
	text-align: center;        
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
        margin-bottom: 50px;
}

.heading15::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 15px;
	height: 15px;
	background-color: #b99b00;
	border-radius: 10px;
}
    .pricecard {
    margin: 2em 0;
    background: #fff;
        border-radius: 15px;
        border: 1px solid #ddd;
}
.pricecard .box-title {
    font-size: 28px;
    padding: 10px 5px;
    text-align: center;
    color: #FFF;
    letter-spacing: 0.05em;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin-bottom: 15px;
}
    .box-color-1 .box-title {
     background: #AFA58E;
    }
    .box-color-2 .box-title {
     background: #C1A56F;
    }
    .box-color-3 .box-title {
     background: #89734c;
    }
    .box-color-1 .price {
     color: #AFA58E;
    }
    .box-color-2 .price {
     color: #C1A56F;
    }
    .box-color-3 .price {
     color: #89734c;
    }
    .box-color-1 .price::before{
  content: '￥';
  color: #AFA58E;
  font-size: 0.5em;
  display: inline-block;
}
   .box-color-1 .price::after{
  content: '～';
  color: #AFA58E;
  font-size: 0.5em; 
  display: inline-block; 
}
    .box-color-2 .price::before{
  content: '￥';
  color: #C1A56F;
  font-size: 0.5em;
  display: inline-block;
}
   .box-color-2 .price::after{
  content: '～';
  color: #C1A56F;
  font-size: 0.5em; 
  display: inline-block; 
}
    .box-color-3 .price::before{
  content: '￥';
  color: #89734c;
  font-size: 0.5em;
  display: inline-block;
}
   .box-color-3 .price::after{
  content: '～';
  color: #89734c;
  font-size: 0.5em; 
  display: inline-block; 
}
    .pricecard .price-detail{
        padding: 0px 15px 15px;
    }
.pricecard p {
    padding: 15px 20px;
    margin: 0;
    color: #222;
}
    .pricecard .price{
        font-size: 50px;
        font-family: Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }    
    
    .pricecard .feature{
    list-style-type: none;
    margin-left: 15px;
    padding-left: 0px;
        margin-bottom: 15px;
        color: #222;
    }
    .pricecard .feature li{
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5em;
    }
    .pricecard .spac{ 
        font-size: 14px;
        color: #222;
    }
    .note{
        font-size: 12px;
    }
    .sv-option{
     border: 1px solid #ddd;
        padding: 20px;
        margin-bottom: 50px;
    }
    .sv-option h4{
     font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .sv-option p{
        margin-bottom: 0;
    }
    
.other {
  display: flex; /* Flexboxを有効にする */
  flex-wrap: wrap; /* 画面幅が狭い場合に折り返す */
  gap: 10px; /* ボタン間のスペース */
  justify-content: center; /* 中央寄せ（任意） */
    margin-top: 30px;
}

.button114 a  {
  padding: 10px 20px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  cursor: pointer;
  flex-grow: 1;
    border-radius: 8px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}
    .button114 a:hover  {
  padding: 10px 20px;
  border: 1px solid #ccc;
  background-color: #fefefe;
  cursor: pointer;
  flex-grow: 1;
    color: #333;
        text-decoration: none;
}

/* スマホ用（画面幅が狭い場合） */
@media (max-width: 768px) {
  .other {
    flex-direction: column; /* 縦並びにする */
    /* justify-content: center; */ /* 縦並びの場合、中央寄せなど調整 */
  }
  .button114 a {
    width: 100%; /* 横幅いっぱいに広げる */
    /* flex-grow: 0; */ /* 必要ならリセット */
  }
}
 
@media screen and (max-width: 1094px) {
  .other {
  }
    .button114 a{
     display: block;
    }
    }
}
    @media screen and (max-width: 480px) {
        .other{
    }
    .button114 a {
}
    }

/* 特商法　個人情報ページ */
table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
    padding: 20px 15px;
  border: solid 1px #ddd;
  box-sizing:border-box;
text-align: left;
    font-size: 16px;
}

.tb01 th {
  background: #fcfcfc;
  color: #000;
    width: 30%; 
    font-weight: normal;
}
.tb01 td {
  background: #ffffff;
}
.tb01 th span{
    font-size: 13px;
    font-weight: normal;
}
    .tb01 td ol {
    padding-left: 0px;
    margin-left: 20px;
}
.tb01 td ul {
    padding-left: 0px;
    margin-left: 18px;
    margin-bottom: 0px
}
.tb01 td ul li::marker {
  color: #bbbbbb;  /* 点の色をピンク系に変更 */
    }


.tb02 th,
.tb02 td{
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: dotted 1px #ccc;
  text-align:left;
  box-sizing:border-box;
  font-size: 16px;
}

.tb02 th {
    width: 30%;
    vertical-align: top;
}
.tb02 th span{
    font-size: 13px;
    font-weight: normal;
    padding-left: 10px;
}
.tb02 td ul {
    padding-left: 0px;
    margin-left: 18px;
    margin-top: 20px;
}
  .tb02 td ul li::marker {
  color: #bbbbbb;  /* 点の色をピンク系に変更 */
    }
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
    .tb02 {
    width: 100%;
  }
  table.tb02 th,
  table.tb02 td {
    display: block;
    width: 100%;
  }
  .tb02 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
  .tb02 th{
  border-bottom: none;
      padding-bottom:0px;
}  
}

/*=========
accordion
=========*/

.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 15px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #F1F1F1;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #ffffff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #F1F1F1;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #222222;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #222222;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 15px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}
    .accordion_one{
        margin-bottom: 30px;
    }
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}

/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #c4ab8c;
  font-size: 18px;
  font-family: Arial, Helvetica, "sans-serif";
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 16px;
    color: #222222;
    margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 16px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 16px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #5f5f5f;
  font-size: 18px;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 16px;
    margin-bottom: 0;
    color: #7f786f;
}
@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 16px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 16px;
  }
}


/* Worksページ */
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
}
.card {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 8px;
    /*box-shadow: 0 4px 10px rgba(0,0,0,0.1);*/
    cursor: pointer;
}
.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.card-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 1em;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    font-size: 14px;
}
.card:hover img {
    transform: scale(1.1);
}
.card:hover .card-text {
    transform: translateY(0);
}

.works-dvc{
        text-align: center;
    }
    
    .client-name {
    margin-bottom: 80px;
}
.client-name h3 {
    font-size: 34px;
    margin-bottom: 10px;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;	
}
.client-name span a {
    font-size: 16px;
    color: #666;
}
.client-data {
    border-left: 3px solid #666666;
    padding-left: 10px;
}
.client-data dl {
    display: block;
    margin-bottom: 0px;
    font-size: 15px;
}
.client-data dl dt {
    display: inline-block;
    width: 20%;
    font-weight: normal;
    vertical-align: top;
}
.client-data dl dd {
    display: inline-block;
    width: 80%;
    margin-bottom: 0;
}
.client-data dl dd::before{
	content: ":";
    margin-right: 10px;
}
.works-comment {
    border: 1px solid #CCCCCC;
    padding: 15px;
}
    .works-comment p{
        font-size: 14px;
        margin-bottom: 0;
    }
    
    @media screen and (max-width: 991px) {
 .client-data {
     margin-bottom: 30px;
}
    }
.work-ctg {
    display: flex;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 80px;
}
.work-ctg li {    
    margin-right: 15px;
}
   
.work-ctg li a {
    border: 1px solid #ccc;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 30px;
    background-color: #FFFFFF;
    color: #666;
    display: inline-block;
    text-decoration: none;        
    text-align: center;
    transition: 0.3s ease-in-out;
    }
    .work-ctg li a:hover{
       background-color: #666666;
        color: #ffffff;
    }
    .work-ctg li .this{
      background-color: #222222; 
        color: #ffffff;
        border: 1px solid #222222;
    }
    .work-ctg li:last-child {
    margin-right: 0px;
}
    @media screen and (max-width: 575.98px) {
     .work-ctg {
    display: block;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 80px;
}
.work-ctg li {
    margin-right: 0px;
}
.work-ctg li a {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    }
    }

/* areaページ */
#area{
        padding-bottom: 0px;
    }
.areamap{
    }
    @media screen and (max-width: 767px) {
      .areamap{width: 100%;}
}
    .area-box{
       margin-bottom: 30px; 
    }
    .area-box h3{
       font-size: 34px;
    margin-bottom: 20px;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal; 
    }
    .area-box p a{
        color: #222222;
    }
.area-box p a:hover{
        color: #999999;
    }
    @media screen and (max-width: 991px) {
    .area-box h3 {
        font-size: 32px;
    }
}
    @media screen and (max-width: 480px) {
    .area-box h3 {
        font-size: 28px;
    }
}
.areaname {
    width: 100%;
}
    .areaname {
  position: relative;
  max-width: 200px;
  background-image: linear-gradient(125deg, #dccda9 36%, #cfbc94 36%);
        text-align: center;
        padding: 10px;
    margin-bottom: 30px;
}
 
.areaname::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
 
.areaname h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
font-size: 36px;
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
    margin-bottom: 30px;
    width: 100%;
    color: #ffffff;
}
    .areaname h3 span {
        font-size:0.45em;
        display: block;
        margin-top: 20px;
        color: #795a2b;
}
/* pagetop */
button {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  font-size: 16px;
  padding-top: 6px;
  font-weight: bold;
  color: #fff;
  background: #222;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
  letter-spacing: 1px;
    z-index: calc(infinity);
}

.is-active {
  opacity: 1;
  visibility: visible;
}
