@charset "UTF-8";
/* ---------------------------------------------
*   reset
--------------------------------------------- */
h2{ font-size: unset; font-weight: unset;}
ul{ list-style: none; margin: 0; padding: 0;}
li{ list-style: none; margin: 0; padding: 0;}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  letter-spacing: 0.05em;
}
body{ color: #222; font: 15px normal; font-family: 'Noto Sans JP', sans-serif;}
a{ transition: all 0.5s ease-in-out;}
img{ display: block;  width:100%; }
/*  section block  */
section .block{ background-size: cover;}
.section-inner{ padding:140px 0;}
.wrap{ max-width: 1100px; margin:0 auto;}
.bk-color0{ background-color: #fff;}
.bk-color1{ background-color: #F2F1EA; z-index: -2; position: relative;}
.bk-color2{ background-color: #F2F1EA; z-index: -2;}
.c-red{ color: #B2281E;}
.c-wht{ color: #fff;}
.v-t{ vertical-align: top;}
.v-m{ vertical-align: middle;}
.v-b{ vertical-align: bottom;}
.p-t0{ padding-top: 0;}
.p-t15{ padding-top: 15px;}
.p-t30{ padding-top: 30px;}
.p-t60{ padding-top: 60px;}
.p-t80{ padding-top: 80px;}
.p-t100{ padding-top: 100px;}
.p-b0{ padding-bottom: 0;}
.p-b5{ padding-bottom: 5px;}
.p-b10{ padding-bottom: 10px;}
.p-b20{ padding-bottom: 20px;}
.p-b30{ padding-bottom: 30px;}
.p-b60{ padding-bottom: 60px;}
.p-b100{ padding-bottom: 100px;}
.p-b170{ padding-bottom: 170px;}
.m-t0{ margin-top: 0px;}
.m-t30{ margin-top:30px;}
.m-t60{ margin-top: 60px;}
.m-b0{ margin-bottom: 0px;}
.m-b60{ margin-bottom: 60px;}
.m-b170{ margin-bottom: 170px;}
.t-l{ text-align: left;}
.t-c{ text-align: center;}
.t-r{ text-align: right;}
.m-0a{ margin: 0 auto;}
a{ color: #333;}
.txt{ line-height: 2em; margin-bottom: 2em;}
.h-m-b10{ margin-bottom: 10px;}
.h-m-b20{ margin-bottom: 20px;}
.f-bold{ font-weight: 600;}
/*   root
--------------------------------------------- */
:root { --fixed-header-height: 90px;}
/*   wrapper
--------------------------------------------- */
.wrapper { padding-top: 0;}
/*  header
--------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  height: var(--fixed-header-height);
  box-sizing: border-box;
}
.is-scroll .header-container{
  background-color: #fff;
}
#scroll.is-scroll .header-container{
  background-color: #fff;
}
/*  header-container
--------------------------------------------- */
.header-container {
  display: flex;
  align-items: center;
  height: 100%;
  padding-inline: 30px;
}
/*  header-logo
--------------------------------------------- */
.header-logo {
  width: 100px;
  margin-right: auto;
}
.header-logo-link {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 34px;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .header-logo-link { transition: opacity 0.3s;}
  .header-logo-link:hover { opacity: 0.8;}
}

/*  header-menu
--------------------------------------------- */
@media screen and (min-width: 769px) {
  .header-menu { display: block !important;}
}

/*  header-nav
--------------------------------------------- */
.header-nav__list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.header-nav__link{
  color: #fff;
  font-weight: 500;
}
.is-scroll .header-nav__link{
  color: #222;
  font-weight: 500;
}
.is-scroll .header-logo-link {
  color: #333;
}
.is-scroll .h-contact{
  color: #fff !important;
}
.h-contact{
  padding: 8px 30px;
  border-radius: 30px;
  box-shadow: -3px -3px 10px 0px rgba(255, 255, 255, 0.3), 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  display: block;
  color: #fff;
  background: #BB2A29;
}
.h-contact:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 1px 5px 0 0;
  background: url("../img/mail_icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.h-contact:hover { background: #9B2120;}

.is-scroll .header-container{
  background-color: #fff;
}
.is-scroll .header-nav__link{
  color: #111;
}
.is-scroll .header-logo-link{
  color: #111;
}
.is-scroll .h-contact{
  color: #fff;
}
#page-contact .header-container{
  background-color: #fff;
}
#page-contact .header-nav__link{
  color: #111;
}
#page-contact .header-logo-link{
  color: #111;
}
#page-contact .h-contact{
  color: #fff;
}

/*  header-menu-button sp
--------------------------------------------- */
.header-menu-button {
  display: none;
  position: relative;
  padding: 15px;
  border: 0;
  border-radius: 0;
  background: none;
  margin: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  touch-action: manipulation;
  cursor: pointer;
}
.header-menu-button__lines {
  position: relative;
  display: block;
  width: 26px;
  height: 20px;
}
.header-menu-button__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 2px;
  background-color: #fff;
  transition: 0.3s;
}
.header-menu-button__line--top {
  top: 0;
}
.is-menu-opened .header-menu-button__line--top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header-menu-button__line--center {
  top: 50%;
  margin-top: -1px;
}
.is-menu-opened .header-menu-button__line--center {
  background-color: rgba(0, 0, 0, 0);
}
.header-menu-button__line--bottom {
  bottom: 0;
}
.is-menu-opened .header-menu-button__line--bottom {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/*  main-img
--------------------------------------------- */
.main-wrap{
  max-width: 100%;
  margin:0 auto;
  height: 100vh;
}
.main-img .r-img-box{
  display: flex;
  align-items: center;
  padding-top: 8%;
  margin: 0 10%;
  position: relative;
}
.main-img .r-img-box .rl-txt{
  width: 44%;
  color: #fff;
}
.main-img .r-img-box .rl-txt .sub-txt{
  font-size: 2.2vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
.main-img .r-img-box .rl-txt .main-txt{
  font-size: 1vw;
  font-weight: 500;
  line-height: 2;
}
.main-img .r-img-box .rl-txt .top-mainlogo{
  width: 100%;
  margin-bottom: 15px;
}
.main-img .r-img-box .rl-txt .top-mainlogo img{
  width: 80%;
}
.main-img .r-img-box .rl-txt .main-radius-txt{
  background: #BB2A29;
  color: #fff;
  padding: 7px 10px;
  width: 80%;
  border-radius: 30px;
  text-align: center;
  font-size: 1.2vw;
  font-weight: 600;
  margin-bottom: 15px;
}
.main-img .r-img-box .rl-img{
  width: 56%;
}
.main-img .r-img-box .rl-img img{
  width: 94%;
  text-align: left;
}

/*  main-img-outside
--------------------------------------------- */
.main-img{
  height: 100%;
  background: url(../img/main-bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.main-img .main-slide{
  margin:0 auto;
  height: 100%;
  overflow: hidden;
  margin-inline: auto;
}
.main-img .main-slide li .img{
  height: 100%;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
}



.main-li5-wrap{
  height: 100%;
  position: relative;
}
@media  only screen and (min-width: 769px){
.main-li5{
  width: 100%;
  margin-top: 80px;
}
}

/*  sp　main li5 scroll
--------------------------------------------- */
.sp-scroll-li {
  display: flex;
  align-items: center;
  overflow: hidden !important;
}
.sp-scroll {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.sp-scroll img{
  width: 300px;
  height: 200px;
  object-fit: cover;
}
.sp-scroll-show {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}
@keyframes loop-slide {
  from { transform: translateX(0);}
  to { transform: translateX(-100%);}
}





/*  movie-icon
--------------------------------------------- */
.movie-icon{
  position: absolute;
  bottom: 0;
  right: -80px;
  width: 170px;
}
.movie-icon a:hover{
  opacity: 0.7;
}
.movie-icon img{
  width: 100%;
}

/*  --------------------------------------------------- 
-------------------------------------------------------  
共通
------------------------------------------------------- 
---------------------------------------------------  */
.p-txt{ line-height: 1.8rem;}

/*  ttl
---------------------------------------------------  */
.h2-ttl {
	position: relative;
	padding-top: 25px;
	padding-bottom: 35px;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 30px;
  z-index: 0;
}
.h2-ttl::before {
	content: attr(data-en);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(241,238,231,1);
	font-size: 120px;
  font-style: italic;
  font-family: 'poppins',sans-serif ;
  font-weight: 600;
  z-index: -1;
}
.bk-color .h2-ttl::before {
  color: rgba(255,255,255,1);
}
.h2-ttl .small-h{
  font-size: 24px;
  line-height: 1.2em;
}
.h2-ttl .big-h{
  font-size: 80px;
  color: #B2281E;
  font-style: italic;
  font-family: 'poppins',sans-serif ;
  font-weight: 600;
}
.h2-ttl span{
vertical-align: bottom;
}
.logo-txt{
  width: 200px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: text-top;
}
.h3-ttl {
  font-size: 24px;
  line-height: 1.5em;
}
.bk-color2 .h2-ttl::before{
  color: #fff;
}

/*  font size
---------------------------------------------------  */
.f-s-mid{
  font-size: 17px;
  font-weight: 600;
  line-height: 2rem;
}
.f-sbig{
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2rem;
}
.f-strong{
  font-size: 32px;
  font-weight: 600;
}

/*  dl-box
---------------------------------------------------  */
dl dt{
  background: #B59D69;
  padding: 15px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
dl dd{
  background: #F2ECD9;
  padding: 30px;
  line-height: 1.8rem;
}
dl dd .img-li{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
dl dd .img-li img{
  width: 48%;
}
dl dd .img-liarea{
  position: relative;
}
dl dd .img-liarea .kouka-img {
  position: absolute;
  width: 230px;
  top: -172px;
  right: -40px;
}
dl dd .img-liarea .kadai-img {
  position: absolute;
  width: 160px;
  top: -150px;
  right: 0;
}
.kadai-box dl dt{
  background: #646464;
} 
.kadai-box dl dd{
  background: #EDEDED;
} 
.kadai-box dl dd ul li,
.kouka-box dl dd ul li{
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
  width: 80%;
}
.feature ul li{
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
}
.kadai-box dl dd ul li:last-child,
.kouka-box dl dd ul li:last-child,
.feature ul li:last-child{
  margin-bottom: 0;
}
.kadai-box dl dd ul li::before,
.kouka-box dl dd ul li::before,
.feature ul li::before{
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  background: url("../img/kadai_icon2.png") no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.kouka-box dl dd ul li::before{
  background: url("../img/logo_icon.png") no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.feature ul li::before{
  width: 20px;
  height: 20px;
  top: 2px;
  background: url("../img/feature-icon.png") no-repeat;
  background-size: cover;
  vertical-align: middle;
}




/*  gold-box
---------------------------------------------------  */
.gold-box dl{
  border: 1px solid #ccc;
}
.gold-box dl dd{
  background: #fff;
}
.gold-box dl dt{
  padding: 25px 40px 25px 120px;
  font-size: 26px;
}
.gold-box dd .logo-txt{
  width: 160px;
  vertical-align: bottom;
}
.h-in-bold{
  display: block;
  margin-bottom: 20px;
}
dd span.f-bold{
  font-size: 24px;
  line-height: 2.5rem;
}
/*  more-btn 
--------------------------------------------- */
.more-btn-content {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.more-btn-content::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #fff 100%);
  content: "";
  transition: .3s;
}
.is-open .more-btn-content::after {
  z-index: -1;
  opacity: 0;
}
.more-btn {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 300px;
  height: 60px;
  border-radius: 35px;
  border: 1px solid #ccc;
  background: #fff;
  color: #AB976D;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}
.is-open .more-btn-open { display: none;}
.more-btn-close { display: none;}
.is-open .more-btn-close { display: block;}
.more-btn:hover {
  border: 1px solid #AB976D;
  transition: all 0.5s;
}

/* Speech bubbles
--------------------------------------------- */
.speech-b{
  margin-bottom: 15px;
}
.speech-b span{
  position: relative;
  padding: 0 20px;
  font-weight: bold;
  font-size: 18px;
}
.speech-b span::before,
.speech-b span::after{
  content: "";
  display: inline-block;
  background: #000;
  width: 1px;
  position: absolute;
}
.speech-b span::before{ left: 0;}
.speech-b span::after{ right: 0;}
.speech-b span::before, .speech-b span::after{ height: 30px; bottom: -5px;}
.speech-b span::before{ transform: rotate(-30deg);}
.speech-b span::after{ transform: rotate(30deg);}
.radius-txt{
  border-radius: 30px;
  padding: 7px 20px;
  background-color: #BB2A29;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

/*    circle-button 
---------------------------------------------------  */
.circle-button{
  width: 400px;
  text-align: center;
}
.circle-button a{
  display: block;
  padding: 20px 0;
  border-radius: 40px;
  color: #BC2B28;
  background: #fff;
  font-size: 20px;
  font-weight: bold;

  position: relative;
}
/*
a.button-box:after {
  position: absolute;
  content: "●";
  font-size: 14px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  vertical-align: middle;
}*/
.circle-button a:hover{
  box-sizing: border-box;
  transition: all 0.6s;
  opacity: .8;
}

/*  number H under-line
---------------------------------------------------  */
.under-line {
  font-size: 16px;
  font-weight: 500;
  color: #B59D69;
} 
.under-line::after {
	content: '';
	display: block;
	height: 1px;
  background-color: #B59D69;
  margin-top: 5px;
}
.number-subh{
  display: flex;
  align-items: center;
}
.number-subh span{
  margin-right: 10px;
}
.number-subh i{
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-style: italic;  
  font-size: 50px;
  color: #B59D69;
}

/*  list
--------------------------------------------- */
.li2 , .li3{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.li2 li{
  width: 49%;
}
.li3 li{
  width: 32%;
}
.contents03 .li2 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


/*  ---------------------------------------------------  */
/*  ---------------------------------------------------  */
/*  ---------------------------------------------------  */
/*  ---------------------------------------------------  */
/*  ---------------------------------------------------  */
/*  top section  */

/*  tagline
--------------------------------------------- */
.tagline{
  margin: 0 auto 100px;
  text-align: center;
}
.tagline .tagline-name{
  font-size: 16px;
  font-family : 'YuMincho', 'Yu Mincho', serif;
  font-weight: 700;
  display: block;
  padding-bottom: 7px;
}
.tagline .company-name{
  font-size: 36px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  border-top: 1px solid #000;
}

/*  ---------------------------------------------------  
contents00
---------------------------------------------------  */
.contents00{
  background: url(../img/cont01-bk.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.center-area .service-txt{
  text-align: center;
}
.center-area .service-txt img{
  width: 340px;
  margin: 25px auto 0;
}

/*  ---------------------------------------------------  
contents01
---------------------------------------------------  */
.gold-box dt{
  position: relative;
  padding-left: 150px;
}
.gold-box dt img{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
}

/*  bg-arrow
--------------------------------------------- */
.contents-arrow .speech-b{
  text-align: center;
  margin-bottom: 60px;
}
.contents-arrow .speech-b span{
  font-size: 22px;
}
.arrow-txt{
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  padding: 30px 0 0px;
  position: absolute;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.arrow-txt span{
  display: block;
  font-size: 22px;
}
.arrow-txt .logo-txt{
  vertical-align: text-bottom;
  margin-top: 10px;
}
.dot-text {
  color: #A28C5D;
  padding-top: .7em;
  background: url(../img/strong-circle.png) no-repeat;
  background-size: contain;
}
.bg-arrow {
  position: relative;
  background: #B59D69;
}
.bg-arrow > div {
  position: relative;
  z-index: 2;
  min-height: 90px;
}
.bg-arrow:before ,
.bg-arrow:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  border-style: solid;
}
.bg-arrow:before {
  top: 1px;
  margin-top: -8vw;
  border-color: transparent #B59D69 transparent;
  border-width: 8vw 50vw 0;
}
.bg-arrow:after {
  bottom: 1px;
  margin-bottom: -8vw;
  border-color: #B59D69 transparent transparent;
  border-width: 8vw 50vw 0;
}
.contents-arrow{
  background:
  linear-gradient(180deg, #fff 0%, #fff 30%, #F2F1EA 30%, #F2F1EA 100%);
}

/*  ---------------------------------------------------  
contents02
---------------------------------------------------  */
.product-li .under-line{
  color: #fff;
  font-style: italic;
  font-size: 10px;
  font-family: "poppins", sans-serif;
}
.product-li .number-subh i{
  font-size: 40px;
}
.product-li .under-line::after{
  background-color: #fff;
}
.product-li .number-subh i{
  color: #fff;
}
.product-li li{
  margin-bottom: 2%;
}
.product-li li a{
  padding: 5px 20px 5px 60px;
  display: flex;
  align-items: center;
  font-size: 15px;
  position: relative;
  background-color: #B59D69;
  color: #fff;
  font-weight: 600;
}
.product-li li a .product-name{
  font-size: 18px;
  display: contents;
}
.product-li li a::before{
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 20px;
  background: url("../img/logo_icon.png") no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.product-li li a i{
  padding-right: 15px;
  width: 40px;
}
.product-li li a::after {
  position: absolute;
  content: "";
  background: url("../img/arrow-bottom-wht.png") no-repeat;
  background-size: cover;
  width: 15px;
  height: 8px;
  top: 50%;
  right: 20px;/*右からの距離*/
  transform: translateY(-50%);/*この指定で上下中央に*/
  vertical-align: middle;
}
.product-li li a:hover{
  background-color: #A08B5E;
}
.feature .f-bold{
  font-size: 18px;
}
.product-box .h3-ttl span{
  font-size: 32px;
}
.product-box .number-subh{
  justify-content: center;
}
.product-box .number-subh i{
  color: #222;
  font-size: 70px;
}
.product-box .number-subh .under-line{
  color: #222;
  font-weight: 600;
  font-style: italic;
  font-family: "poppins", sans-serif;
}
.product-box .number-subh .under-line::after{
  background-color: #222;
}
.product-box .t-c{
  margin-bottom: 30px;
}
.product-box .r-l{
  margin-bottom: 50px;
}
.product-box dl dd .img-liarea .kouka-img{
  top: -145px ;
}
.gold-circle li{
  margin-top: 20px;
  position: relative;
  padding-left: 20px;
}
.gold-circle li::before{
  position: absolute;
  content: "●";
  color: #B59D69;
  font-size: 12px;
  top: 3px;
  left: 0;/*右からの距離*/
}


/*  acd-oc
--------------------------------------------- */
.acd-oc:last-child{
  margin-bottom: 0;
}
.acd-oc__body {
  padding-top: 40px;
}
.acd-oc__foot {
  padding-top: 40px;
  text-align: center;
}
.acd-oc__button {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 30px;
  color: #AB976D;
  width: 300px;
  height: 60px;
  font-size: 16px;
}
.acd-oc__button:hover{
  border: 1px solid  #AB976D;
  transition: all 0.5s
}
.acd-oc{
  position: relative;
  background: #fff;
  padding: 40px;
  margin-top: 150px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
}
.acd-oc:first-child{
  margin-top: 100px;
}
.acd-oc .bk-star{
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width:600px;
}
.acd-oc .product-ttl{
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width:160px;
  height:80px;
  border-radius:80px 80px 0 0;
  background:#fff;
  margin: 0 auto;
}
.product-ttl img{
  width: 70px;
  margin: 0 auto;
  padding-top: 35px;
}


/*  js-acc-textchange
--------------------------------------------- */
.js-acc-textchange__trigger {
  cursor: pointer;
}
.js-acc-textchange__target {
  display: none;
}
.js-acc-textchange__trigger{
  position: relative;
}
.js-acc-textchange__trigger span.close::after{
  position: absolute;
  content: "";
  background: url("../img/plus-icon.png") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  vertical-align: middle;
}
.js-acc-textchange__trigger.close-i span::after{
  position: absolute;
  content: "";
  background: url("../img/minus-icon.png") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  vertical-align: middle;
}

/*  ---------------------------------------------------  
contents03 service
---------------------------------------------------  */
.service-li{
  margin-bottom: 60px;
}
.service-li li{
  background: #fff;
  text-align: center;
  position: relative;
}
.service-li li a{
  font-size: 20px;
  font-weight: bold;
  padding: 30px 30px 50px;
  display: block;
}
.service-li li img{
  display: block;
  width: 130px;
  margin: 0 auto 10px;
}
.service-li li a::after {
  position: absolute;
  content: "";
  background: url("../img/arrow-bottom-gold.png") no-repeat;
  background-size: cover;
  width: 15px;
  height: 8px;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  vertical-align: middle;
}
.service-contents{
  margin-bottom: 40px;
}
.service-contents:last-child{
  margin-bottom: 0;
}
.service-ttl{
  background: #B59D69;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.service-ttlimg{
  width: 50px;
  margin-right: 15px;
}
.service-contents .li2 li{
  width: 49.5%;
}
.service-li2 li{
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 1%;
  display: flex;
  align-items: flex-start;
  line-height: 1.5rem;
}
.service-li2 li img{
  width: 45px;
  margin-right: 15px;
}
/*  ---------------------------------------------------  
contents04 case 
---------------------------------------------------  */
.movie-area{
  margin: 0 auto;
  text-align: center;
}
.movie-area p{
  margin-bottom: 20px;
}
.movie-area iframe{
  display: block;
  margin: 30px auto 0;
  width: 70%;
  height: 400px;
}
.blk-box{
  padding: 5px 50px;
  background: #000;
  color: #fff;
}
.acd-area2{
  margin: 80px 0 0;
}
.acd-area2 .f-s-mid{
  font-size: 20px;
  margin-bottom: 10px;
}
.acd-box{
  background: #fff;
  border: 1px solid #E0DBBF;
  padding: 40px;
  margin-bottom: 60px;
}
.r-l{
  display: flex;
  justify-content: space-between;
}
.left-img{
  width: 45%;
}
.right-txt{
  width: 52%;
}
.right-txt .h3-ttl{
  margin-bottom: 10px;
}
.right-txt .f-bold{
  font-weight: 600;
  font-size: 18px;
}

/* accordion 04
---------------------------------------------------  */
.accordion {
  max-width: 1100px;
  width: 100%;
}
.accordion_input {
  display: none;
}
.accordion_item:nth-of-type(n+2) {
  margin-top: 1em;
}
.accordion_trigger {
  position: relative;
  display: block;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  color: #9D916A;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 300px;
  text-align: center;
}
.accordion_trigger:hover {
  border: 1px solid #9D916A;
  transition: all 0.5s;
}
.accordion_trigger::before, .accordion_trigger::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 1px;
  height: 1em;
  background-color: #9D916A;
  content: "";
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion_trigger::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.accordion_input:checked + .accordion_trigger::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.accordion_content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.accordion_input:checked + .accordion_trigger + .accordion_content {
  max-height: 4000px;
}
.accordion_content > *:first-child {
  margin-top: 3em;
}
.accordion-all {
  padding: 0;
  background-color: unset;
}
.accordion-all .accordion_trigger {
  background-color: #F9F9F6;
}
.acd-box{
  position: relative;
}
.accordion_trigger{
  position: absolute;
  top: 240px;
  left: 48%;
}
.case-kadai{
  display: flex;
  align-items: center;
}
.case-kadai .kadai-img{
  width: 300px;
  margin-right: 30px;
}
.case-kadai .kadai-img img{
  width: 100%;
}
.case-kadai .gray-box{
  padding: 25px;
  background: #F2F2F2;
  border-radius: 10px;
}
.bottom-arrow{
  width: 70px;
  margin: 20px auto;
}
.case-teian{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.case-teian .p-txt{
  margin-right: 30px;
  width: 100%;
}
.case-teian .teian-img{
  width: 240px;
}
.case-teian .teian-img img{
  width: 100%;
}
.kouka-txt{
  width: 80%;
}

/*  ---------------------------------------------------  
contents05
---------------------------------------------------  */
.rl-imgtxt ul li{
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.rl-imgtxt ul li:nth-child(even){ flex-direction: row-reverse;}
.rl-imgtxt ul li .rl-img{ width: 50%;}
.rl-imgtxt ul li .rl-img img{
  width: 50vw;
  margin-left: calc(100% - 50vw);
}
.rl-imgtxt ul li.even .rl-img img{
  margin-left: 0;
  margin-right: calc(100% - 50vw);
}
.rl-imgtxt ul li .rl-txt{ width: 46%;}

/*  ---------------------------------------------------  
contents05-2
---------------------------------------------------  */
.contents05-2{
  background: url(../img/contact-start-bk.jpg) no-repeat;
  background-size: cover;
}
.contents05-2 .t-b-line{ position: relative;}
.contents05-2 .t-b-line img{
  position: absolute;
  width: 180px;
  bottom: 0;
  left: 40px;
}
.contents05-2 .t-b-line{
  padding: 20px 0 20px 240px;
  color: #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin-bottom: 30px;
}
.contact-li li{
  background: #fff;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 10px 20px 10px 10px;
  margin-top: 2%;
  display: flex;
  align-items: center;
}
.contact-li li img{
  width: 90px;
  margin-right: 10px;
}
.contact-li .li-end{
  width: 66%;
  background: #BB2A28;
  opacity: .9;
}

/*  ---------------------------------------------------  
contents-contact gold
---------------------------------------------------  */
.contents-contact{
  background: url(../img/contact-red-bk.png) no-repeat center;
  background-size: cover;
}
.contents-contact .section-inner{
  padding: 80px 0;
}
.contents-contact .img30-txt{
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contents-contact .img30-txt .img30{
  width: 25%;
}
.contents-contact .img30-txt .img30 img{
  width: 100%;
}
.contents-contact .img30-txt .txt70{
  width: 70%;
  color: #fff;
}
.contents-contact .img30-txt .txt70 p{
  margin-bottom: 20px;
}

/*  ---------------------------------------------------  
contents-contact red
---------------------------------------------------  */
.contact-speech-member{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-speech-member .speech-img{
  width: 250px;
  margin-right: 20px;
}
.contact-speech-member .speech-img img{
  width: 100%;
}
.contact-speech-member ul{
  display: flex;
}
.contact-speech-member ul li{
  margin-right: 30px;
  text-align: center;
  font-size: 13px;
}
.contact-speech-member ul li img{
  width: 75px;
}
.li3 li .contact-speech-member{
  margin: 0 auto;
}
.li3 li .contact-speech-member ul li{
  background: none;
  display: block;
  margin-right: unset;
  color: #fff;
  padding: 0 15px 0 0;
  font-weight: normal;
}
/* ---------------------------------------------
*   contact-form
--------------------------------------------- */
.wpcf7-form table{
  width: 100%;
}
.wpcf7-form table tr{
  margin-bottom: 20px;
}
.contact-title{
  width: 300px;
  text-align: left;
}
.contact-txtform{
  width: 800px;
}
.wpcf7-form-control{
  width: 100%;
  padding: 20px;
  border: unset;
  margin-bottom: 15px;
}
.contact-tit2{
  padding-top: 10px;
  vertical-align: top;
}
.submit{
  text-align: center;
}
.wpcf7-submit{
  width: 100%;
  background: #BFA979;
  background: linear-gradient(to right, #A28C5D 50%, #BFA979);
  border-radius: 50px;
  padding: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  touch-action: manipulation;
  cursor: pointer;
}
.submit p{
  position: relative;
  width: 45%;
  margin: 50px auto 0;
}
/*
.submit p::after{
  position: absolute;
  content: "●";
  font-size: 14px;
  color: #fff;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  vertical-align: middle;
}
*/
.wpcf7-form-control.wpcf7-submit{
  margin-bottom: 0;
}
.wpcf7-previous{
  margin-top: 50px;
  width: 100%;
  background: #BCBCBC;
  border-radius: 50px;
  padding: 25px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  touch-action: manipulation;
  cursor: pointer; 
}
.wpcf7-spinner{
  display: none !important;
}
.wpcf7-response-output{
  border: none !important;
  text-align: center;
}
.c-check-area{
  display: flex;
  justify-content: space-around;
}
.c-check-area .prev,
.c-check-area .submit{
  width: 45%;
}
.c-check-area .prev,
.c-check-area .submit{
  width: 45%;
}
.c-check-area .prev .wpcf7-previous,
.c-check-area .submit .wpcf7-submit{
  width: 100%;
}
.c-check-area .submit p{
  width: 100%;
}
.contact-title p,
.contact-txtform p{
  margin-bottom: 20px;
}
/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer{
  padding: 40px 20px;
}
.footer-logo{
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  width: 180px;
}
.footer-link{
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-link ul{
  width: 50%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer-link ul li{
  width: 100px;
  margin-right: 40px;
  padding: 4px 0;
  text-align: left;
  font-weight: 500;
}
.footer-link ul li:nth-of-type(4n){
  margin-right: 0;
}
.footer-txt{
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-top: 1px solid #D9D9D9;
  padding-top: 25px;
  font-size: 14px;
}
.footer-txt .f-bold{
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
}
.f-copyright{
  color: #aaa;
  font-size: 13px;
}
.wp-block-button__link{
  margin-top: 50px !important;
}
/*  ---------------------------------------------------  */
/*  ---------------------------------------------------  */
/*スクロールバーが表示される閲覧環境用に設定*/
.content{ overflow: hidden;}
/* ---------------------------------------------
*   page-top
--------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 50px;
  right: 15px;
  line-height: 1;
  z-index: 1;
}
#page-top a {
  display: block;
  transition: all .3s ease;
}
#page-top a:hover {
  opacity: .8;
}
#page-top a::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  background-color: #BB2A29;
  box-sizing: border-box;
}
#page-top a::after{
  content: '';
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 32px;
  width: 0;
  height: 0;
  margin: auto;
  border-bottom: 10px solid rgba(255, 255, 255, .9);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 0 solid transparent;
  box-sizing: border-box;
}
/*
@media screen and (min-width: 769px) {
.sp-none-scroll{
  display: none !important;
}
}
*/
/*---------- pc end ----------*/
@media screen and (min-width: 769px) {
  .tb{ display: none !important;}
  .sp{ display: none !important;}
  .sp-button{ display: none;}
  .pc{ display: block !important;}
  .pctb{ display: block !important;}
  .tbsp{ display: none !important;}
}