@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Lateef&family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Lateef&family=Quicksand:wght@500&family=Rock+Salt&display=swap');
/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,var,b,i,dl,dt,dd,ol,ul,li,fieldset,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 15px;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	letter-spacing: .05em;
  color: #2D3234;
	background-color: #fff;
}
#content,.content_a {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 2%;
}
.contet_table {
	padding: 30px 2%;
}
a {
  color: #555;
	text-decoration: none;
}
a:hover {
  opacity: .7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
p {
  margin-bottom: 1em;
}
strong {
  font-weight: bold;
}
small {
	font-size: smaller;
}
ul,ol,dl {
	margin: 0;
}
ul li {
	list-style: none;
}
li {
	margin-left: 0;
}
h2.top_title {
	line-height: 1.7;
	margin-bottom: 25px;
	font-size: 16px;
	color: #3C2211;
}
h2.top_title span {
	font-size: 50px;
	font-family: "Host Grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h2.top_title.white{
	color: #FFFAF7;
}
.top {
	padding-top: 3em;
}
@media screen and (max-width:768px) {
	*, *:before, *:after {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box
  }
  body {
		font-size: 14px;
  }
	#content {
		width: 100%;
		padding-left: 20px;
    padding-right: 20px;
  }
}
.btn,
a.btn,
button.btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
}
.btn_orange,
a.btn_orange {
  color: #fff;
  background-color: #FF8337;
}
.btn_orange:hover,
a.btn_orange:hover {
  color: #fff;
  background: #f56500;
}
a.btn_radius {
   border-radius: 100vh;
}
.dot {
	background-color: #3C2211;
	width: 16px;
	height: 16px;
	border-radius: 30px;
	margin-right: 10px;
}
.dot.active {
	background-color: #FF8337;
}
.dot.white {
	background-color: #FFFAF7;
}
.ten {
	background-color: #FF8337;
	width: 16px;
	height: 16px;
	border-radius: 30px;
	margin-right: 10px;
	display: inline-block;
	position: relative;
  top: 2px;
}
.ten.white {
	background-color: #FFFAF7;
}
.footer_nav ul li a {
	color: #FFFAF7;
}
/* ==================================================
  preloader
====================================================*/
.preloader-area {
  background-color: #f1f1f1;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.preloader-area .loader-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.preloader-area .loader {
    background-image: url(../images/loading.png);
    width: 100px;
    height: 100px;
    -webkit-animation: loader 1s linear infinite;
    -moz-animation: loader 1s linear infinite;
    -o-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } 
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  box-sizing: border-box;
  padding: 18px 0;
}
header .inner {
	position: relative;
}
header .inner-left {
  width: 77px;
}
header .inner-right {
	  width: 100%;
    position: relative;
    top: -6px;
}
nav.gnav ul {
  text-align: right;
	white-space: nowrap;
}
nav.gnav ul li {
  display: inline-block;
  padding: 0 12px;
  text-align: center;
	font-size: 14px;
}
nav.gnav ul li span {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
}
nav.gnav ul li a {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.contact_btn {
	background-color: #FF8337;	
}
/* changeNav */
header.changeNav {
	background-color: rgba(255,255,255,0.8);
	transition: .5s;
	height: 160px;
 }
 .header.hidden {
  transform: translateY(-100%); /* ヘッダーを上に隠す */
  transition: transform 0.3s ease; /* スムーズなアニメーション */
}
.header {
  transition: transform 0.3s ease; /* スムーズなアニメーション */
}
@media screen and (max-width:900px) {
	.header {
		padding: 0;
		}
  header .inner-left {
    width: 160px;
		z-index: 500;
  }
	header .inner-left h1 {
		font-size: 24px;
		padding-left: 14px;
  }
  /* ハンバーガーメニュー */
	nav.global-nav {
	    position: fixed;
			right: -900px;
	    top: 0;
	    width: 100%;
	    height: 100vh;
			padding-top: 40px;
			background: url(../images/bg.png);
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
	    transition: all .2s ease-out;
	    z-index: 200;
	    overflow-y: auto;
			padding: 30px 30px 30px 30px;
    }
    nav.gnav.global-nav ul li {
			border-bottom: 0.5px solid #3C2211;
      width: 100%;
			padding: 12px 0px;
      font-size: 13px;
    }
		nav.gnav.global-nav ul li.none {
			border-bottom: 0;
			padding-top: 40px;
		}
	  .hamburger {
	    position: absolute;
	    right: 10px;
      top: 0px;
	    width: 40px;
	    height: 40px;
	    cursor: pointer;
	    z-index: 300;
	  }
	  .global-nav__list {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	  }
	  .global-nav__item a {
	    display: block;
	    padding: 8px 0;
	    border-bottom: 1px solid #fff;
	    line-height: 1.3;
	  }
	  .global-nav__item a:hover {
	    background-color: #eee;
	  }
	  .hamburger__line {
	    position: absolute;
	    left: -5px;
	    width: 30px;
	    height: 2px;
	    background-color: #FF8337;
	    transition: all .2s ease-out;
	  }
	  .hamburger__line--1 {
	    top: 18px;
	  }
	  .hamburger__line--2 {
	    top: 26px;
	  }
	  .hamburger__line--3 {
	    top: 33px;
	  }
	  .black-bg {
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100vw;
	    height: 100vh;
	    z-index: 100;
	    background-color: #fff;
	    opacity: 0;
	    visibility: hidden;
	    transition: all .6s;
	    cursor: pointer;
	  }
	  /* 表示された時用のCSS */
	  .nav-open .global-nav {
	    right: 0;
	  }
	  .nav-open .black-bg {
	    opacity: 1;
	    visibility: visible;
	  }
	  .nav-open .hamburger__line--1 {
	    transform: rotate(45deg);
	    top: 20px;
	  }
	  .nav-open .hamburger__line--2 {
	    width: 0;
	    left: 50%;
	  }
	  .nav-open .hamburger__line--3 {
	    transform: rotate(-45deg);
	    top: 20px;
	  }
}
/* =======================================================
* section
* ======================================================= */
section  {
	padding-bottom: 5rem;
	position: relative;
}
.section {
	padding-top: 5rem;
}
.section_s {
	padding-top: 2rem;
}
.section_b {
	padding-bottom: 0;
}
@media screen and (max-width:768px) {
	section {
		padding-bottom: 3rem;
	}
	.section {
		padding-top: 3rem;
  }
}
/* =======================================================
*main
* ======================================================= */
.swiper-slide.slide01 {
 background-image: url(../images/top.webp);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 height: 105vh; 
}
/* タイトル */
.swiper_ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	text-align: center;
	width: 100%;
	color: #5d5555;
}
.swiper_ttl .en {
	font-size: 62px;
	margin-bottom: 0;
	line-height: 1.5;
	color :#FF8337;
	font-weight: bold;
}
.swiper_ttl .ja {
	font-size: 16px;
	line-height: 30px;
	padding-top: 17px;
}

@media screen and (max-width: 768px) {
	.swiper-slide.slide03 {
		background-position: center right;
	}
	.swiper_ttl {
		color: #fff;
		top: 42%;
	}
	.swiper_ttl .en {
		font-size: 46px;
	}
	.swiper_ttl .ja {
		font-size: 14px;
		color: #262626;
	}
	h2 {
		font-size: 11px;
	}
	h2 span {
		font-size: 30px;
	}
}
/* =======================================================
*menu
* ======================================================= */
#menu ul li {
	width: 20%;
	width: 19.5%;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
	#menu ul li {
		width: 49%;
	}
}
#service,.back_orange {
	background-color: #FF8337;
}
.service_box {
	background-color: #FFFFFF;
	border-radius: 40px;
	padding: 30px 10px 10px 10px;
}
span.s_name {
	display: block;
	font-size: 16px;
}
.s_num {
	font-size: 63px;
	line-height: 70px;
}
.s_title {
	font-size: 28px;
	padding: 20px 0;
}
.s_txt {
	display: flex;
  flex-direction: column;
  align-items: center;
	color: #3C2211;
	font-weight: bold;
}
.s_illust {
	max-height: 200px;
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
	#service {
		padding-left: 10px;
		padding-right: 10px;
	}
  
}
#store iframe{
	width: 100%;
	height: 400px;
}
/* =======================================================
*background
* ======================================================= */
#background {
	background: url(../images/news_back.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center -28%;
	background-attachment: fixed;
  height: 550px; 
}
#background.qa-background {
	height: initial; 
}
#background .background_txt {
	max-width: 400px;
	color: #fff;
  padding: 3% 0 0 3%;
  line-height: 1.8;
  font-size: 13px;
}
#background.back_gray {
	background:#F0F0F0;
}
@media screen and (max-width: 768px) {
	#background {
		background-attachment: unset;
		background-position: center  left -9px;
	}
	#background .background_txt {
    padding: 20% 5% 0 5%;
  }
}
/* =======================================================
*contact
* ======================================================= */
/* フォーム */
form.contact_form {
	max-width: 700px;
	margin: 40px auto 50px;
	background-color: #fff;
	border-radius: 20px;
	padding: 10px 30px 30px 30px;
}
.comple_box {
	max-width: 700px;
	margin: 30px auto 50px;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 30px 30px 30px;
}
label.contact_item {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 25px 0 8px;
	color: #3C2211;
	font-weight: bold;
}
input[type="email"], input[type="number"],input[type="text"], input[type="tel"],input[type="date"],input[type="time"],select,input[type="password"],input[type="file"] {
width: 100%;
display: block;
border: 1px solid #BCBCBC;
outline: none;
height: 3.5rem;
line-height: 1.4rem;
background:#fff;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 15px;
padding-left: 10px;
border-radius: 5px;
box-sizing: border-box;
}
textarea {
width: 100%;
display: block;
border: 1px solid #BCBCBC;
outline: none;
background:#fff;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 15px;
padding: 10px;
border-radius: 5px;
box-sizing: border-box;
color: #333;
line-height: 1.7;
letter-spacing: .05em;
}
sup {
	color: #F7F7F7;
	font-size: 12px;
	margin-left: 10px;
	border-radius: 5px;
	background-color: #FF8337;
	padding: 2px 5px;
}
button.contact_btn,input.contact_btn {
font-size: 14px;
padding: 10px;
border: 1px solid#1E56BE;
background-color:#1E56BE;
color: #fff;
letter-spacing: .2em;
border-radius: 33px;
margin-top: 30px;
width: 240px;
cursor: pointer;
}
button:hover {
background-color: #fff;
color:#5d5555;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
button.contact_btn:hover {
	color:#1E56BE;
}
input.contact_btn:hover {
	color: #fff;
}
.contact_form input[type="radio"] {
	accent-color: #888888;
	transform: scale(1.4);
	margin: 0 5px 0px 0;
}
.inquiry label {
	margin-right: 20px;
}
.contact_name {
	border-bottom: 1px solid #BCBCBC;
	padding-bottom: 25px;
}
.cotacnt_back {
	color: #888888;
	border: 1px solid #BCBCBC;
	padding: 10px;
	border-radius: 33px;
	display: block;
  width: 240px;
  margin: 20px auto 0;
	text-align: center;
	font-size: 14px;
}
p.confirm_txt {
	margin-bottom: 0;
  padding-top: 7px;
}
.home_btn {
	background-color: #FF8337;
	border-radius: 32px;
	width: 150px;
	padding: 15px 20px;
	color: #fff;
	font-weight: bold;
  margin: 20px auto 0;
	display: block;
	text-align: center;
}
.footer {
	padding: 3rem 2rem 1.5rem;
	background-color: #3C2211;
}
.footer__container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1000px;
	margin: 0 auto;
}
.footer_menu,.footer_btm {
	max-width: 1000px;
	margin: 0 auto;
}
.footer__logo {
	width: 104px;
	height: 26px;
	margin-bottom: .2em;
}
.footer__caption {
	margin-top: 0;
	color: #a6adb3;
	font-size: .75em;
}
.footer__title,
.footer__link {
	color: #FFFAF7;
}
.footer__title {
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.footer__list {
	padding: 0;
	list-style-type: none;
	padding-bottom: 5px;
}
.footer__link {
	display: block;
	font-size: 14px;
}
.footer__link:not(:hover) {
	text-decoration: none;
}
.f_logo {
	width: 90px;
}
.footer__container nav {
	width: 100%;
}
.footer_menu ul {
	border-bottom: 1px solid #ffffffbe;
	text-align: left;
	padding: 45px 0 25px 0;
}
.btm_flex {
	display: flex;
	justify-content: flex-end;
}
.footer_btm {
	padding: 25px 0;
}
.ft_btm {
	font-size: 14px;
	padding-left: 30px;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.footer__container {
			justify-items: start;
			grid-template-columns: repeat(1, 1fr);
			gap: 1em;
	}
	.footer__caption br {
			display: none;
	}
}
/*================================================
 *  ページトップへの戻り
 ================================================*/
#pagetop {
    position: fixed;
    right: 15px;
    bottom: 10px;
    cursor: pointer;
    overflow: visible!important;
}
#pagetop .arrow-up {
	width: 20px;
  height: 20px;
  border: 1px solid;
  border-color:#555#555 transparent transparent;
  transform: rotate(-45deg);
}
.back_logo {
	position: relative;
}
.back_logo::before {
  content: "";
	display: block;  
  width: 500px;
  height: 500px;
  background-size: contain;
	position: absolute;
}
.swiper-slide {
	position: relative;
}
.swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1; /* 他の要素よりも上に表示されるように */
}
h3.top_masse {
	font-size: 35px;
	color: #3C2211;
}
.t_orange {
	color: #FF8337;
}
.radi_a {
	border-radius: 40px;
}
* {
	box-sizing: border-box;
}
*::before, *::after {
	box-sizing: border-box;
}
button.learn-more {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border: 0;
	vertical-align: middle;
	text-decoration: none;
	background: transparent;
	padding: 0;
	font-size: inherit;
	font-family: inherit;
	width: 12rem;
	height: auto;
}
button.learn-more .circle {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3rem;
	height: 3rem;
	border-radius: 30px;
  padding: 20px;
  border: 3px solid #FF8337;
  border-image-slice: 1;
}
button.learn-more .circle .icon {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}
button.learn-more .circle .icon.arrow {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 0.425rem;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
}
button.learn-more .circle .icon.arrow::before {
	position: absolute;
	content: '';
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid #3C2211;
	border-right: 0.125rem solid #3C2211;
	transform: rotate(45deg);
}
button.learn-more .button-text {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 0;
	margin: 0 0 0 2.45rem;
	color: #3C2211;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 15px;
}
button:hover .circle {
	width: 100%;
}
button:hover .circle .icon.arrow {
	transform: translate(0.5rem, 0);
}
.top_txt {
	padding: 25px 0;
}
button.arrow_btn {
	width: initial;
	margin-left: auto;
  display: block;
}
button.arrow_btn .circle {
	background-color:#FF8337;
}
button.arrow_btn .circle .icon.arrow::before {
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
}
button.arrow_btn:hover .circle .icon.arrow {
	transform: translate(0.2rem, 0);
}
.link_no:hover {
	opacity: 1;
}
.service_box:hover,.mane_box:hover {
	transform: translateY(-5px);
	transition-duration: .5s;
}
.mane_box {
	border: 10px solid #FF8337;
	border-radius: 40px;
  background-image: url(../images/mane_top.jpg);
	height: 300px;
	position: relative; /* 擬似要素を正しく配置するために必要 */
  z-index: 0;
	display: flex;
  align-items: end;
  justify-content: end;
}
.mane_box::before {
  content: ""; /* 擬似要素を表示するために必須 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* 半透明の黒 */
  z-index: -1; /* 擬似要素を背景として配置 */
	border-radius: 20px;
}
.mane_circle {
	border-radius: 40px;
}
.mane_btn {
	margin: 20px;
}
.mane_view {
	margin-top: 2rem;
}
.mane_img {
	width: 100%;
}
.news_box {
	background-color: #fff;
	border-radius: 40px;
	padding: 30px 50px;
}
.n_day {
	color: #8B8B8B;
	margin-right: 10px;
	font-size: 16px;
}
.n_tab {
	background-color: #FF8337;
	border-radius: 32px;
	color: #fff;
	padding: 6px 10px;
	font-size: 12px;
}
/*スクロールバー（縦）*/
/*スクロールバー全体の背景*/
.scroll-box_y::-webkit-scrollbar {
  width: 5px;
}
.scroll-box_y::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box_y::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box_y::-webkit-scrollbar-thumb:hover {
  background: #999;
}
  .scroll-box_y {
    overflow-y: scroll;
		height: 15rem;
  }
	.news_list {
		width: 100%;
	}
	.news_list th {
		text-align: left;
		padding: 10px 0;
	}
	.news_list td {
		border-bottom: 1px solid #FFCDAF;
		padding-bottom: 10px;
	}
	.news_list td .n_txt {
		font-weight: bold;
		margin-bottom: 0;
		display: block;
	}
	.btn_right {
		margin-left: auto;
    display: block;
		margin-top: 30px;
	}
	.contact_box {
		background-color: #FF8337;
		border-radius: 40px;
		padding: 30px;
		max-width: 700px;
		position: relative;
		margin: 0 auto 40px;
	}
	.contact_box.white {
		background-color: #fff;
	}
	.contact_box::after{
		position: absolute;
		content: '';
		display: inline-block;
		width: 150px;
		height: 150px;
		background-image: url(../images/contact_illust.png);
		background-size: contain;
		background-repeat: no-repeat;
		left: -42px;
    top: 110px;
	}
	.contact_txt {
    text-align: center;
	}
	.contact_ttl {
		color: #FFFAF7;
		font-weight: bold;
	}
	button.conleft_btn .circle {
		border: 2px solid #FFFAF7;
	}
	h2.contact_title {
		margin-bottom: 10px;
	}
	.breadcrumb li:not(:last-of-type)::after {
		content: "▼";
		margin: 0 .6em; /* 記号の左右の余白 */
		color: #3C2211; /* 記号の色 */
		transform: rotate(-90deg);
		display: inline-block; 
	}
	.vertical-breadcrumb {
    position: absolute;
    top: 250px;
    left: -53px;
    transform: translateY(-50%);
    z-index: 10;
    display: inline-block;
    transform: rotate(90deg);
    transform-origin: center;
}
.mane_bread {
	left: -90px;
}
.con_bread {
	left: -70px;
}
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
	display: flex;
}
.breadcrumb li {
  margin-bottom: 10px; /* 項目間のスペース */
}
.breadcrumb li:last-child {
  margin-bottom: 0; /* 最後の項目の余白を削除 */
}
.breadcrumb a {
  text-decoration: none; /* アンダーラインを削除 */
  color: #FF8337; /* リンク色 */
}
.breadcrumb a:hover {
  text-decoration: underline; /* ホバー時の装飾 */
}
	.head_box {
		background-color: #F0F0F0;
		border-radius: 76px;
    padding: 25px 50px 10px 50px;
		margin-top: 50px;
		width: 56%;
	}
	.head_box.c {
		width: 45%;
	}
	.head_box.m {
		width: 190px;
	}
	.head_box.t {
		width: 420px;
	}
	.head_title {
		font-size: 200px;
		color: #FFEEE6;
		line-height: 270px;
		white-space: nowrap;
	}
	.head_sub {
		font-size: 25px;
		position: relative;
		padding-left: 65px;
		color: #3C2211;
		font-weight: bold;
		z-index: 1;
	}
	.head_sub::before {
		content: ""; /* 擬似要素に内容を持たせない */
		position: absolute; /* 親要素に基づいて配置 */
		left: 0; /* 左端から開始 */
		top: 50%; /* 中央に配置 */
		transform: translateY(-50%); /* 垂直方向の位置調整 */
		width: 55px; /* 横線の長さ */
		height: 3px; /* 横線の太さ */
		background-color: #FF8337; /* 横線の色 */
	}
	.head_txt {
		padding-left: 6%;
		padding-bottom: 40px;
	}
	.head_txt::before {
		content: "";
		position: absolute;
		top: 0;
    right: 0;
    width: 45%;
		height: 500px;
		background-size: cover; 
		background-position: center;
		background-repeat: no-repeat;
		z-index: 1; 
		border-top-left-radius: 80px;
		border-bottom-left-radius: 80px;
	}
	.head_txt.r::before {
		background-image: url(../images/head/rent.webp);
	}
	.head_txt.m::before {
		background-image: url(../images/head/management.webp);
	}
		.head_txt.t::before {
		background-image: url(../images/head/trade.webp);
	}
	.head_txt.b::before {
		background-image: url(../images/head/blog.webp);
		background-position: 20%;

	}
	.head_txt.c::before {
		background-image: url(../images/head/company.webp);
	}
	.babk_none::before {
		background-image: initial;
	}
	.page_head {
    margin-top: 200px;
		position: relative;
		height: 700px;
		overflow: hidden;
		max-height: 700px;
}
.head_none {
	height: initial;
}
.head_link {
	font-weight: bold;
	padding-right: 30px;
	padding-bottom: 15px;
	white-space: nowrap;
	color: #3C2211;
	display: inline-block;
}
.line_img {
	width: 100%;
	margin-top: 40px;
	max-height: 190px;
  object-fit: cover;
	object-position: bottom;
}
.line_img.log-yane {
		margin-top: 0px;
    position: absolute;
    overflow: hidden;
    top: 10px;
    min-height: 90px;
    max-height: 120px;
		margin-bottom: 40px;
		object-position: left top;
}
.page_title {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  text-align: center; 
	color: #3C2211;
}
.page_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%; 
  transform: translate(-50%, -10px); /* 水平中央＆垂直位置調整 */
	width: 40px;
  height: 3px; 
  background-color: #FF8337;
}
.page_title.sen_no::before {
	display: none;
}
.title_btm {
	padding-bottom: 30px;
}
.title_btm_kaikaku {
	padding-bottom: 40px;
}
.plan_content {
	padding: 30px 0 5px 0;
}
.page_txt {
	text-align: center;
	padding: 30px 0;
}
.plan_tab {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	height: 90px;
	margin-bottom: 25px;
}
.plan_name {
	color: #3C2211;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	white-space: nowrap;
}
.plan_name p.small {
	font-size: 14px;
}
.price {
	font-size: 30px;
	font-weight: bold;
	color: #FF8337;
}
p.small {
	margin-bottom: 0;
	font-size: 14px;
}
.plan_tab i {
	color: #FF8337;
	font-size: 24px;
}
.main_table {
	max-width: 700px;
	margin: 30px auto 5rem;	
}
.main_table.btm_s {
	margin: 30px auto 2rem;	
}
.main_table th {
	background-color: #FF8337;
	color: #FFFAF7;
	width: 200px;
}
.main_table th,.main_table td {
	padding: 20px;
	border-bottom: 1px solid #FFFAF7;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
.main_table tr:last-child th, 
.main_table tr:last-child td {
    border-bottom: none;
}
.main_table td {
	background-color: #fff;
	color: #3C2211;
}
.td_gray td {
	background-color: #F0F0F0;
	color: #3C2211;
}
.r_tl {
	border-top-left-radius: 20px;
}
.r_tr {
	border-top-right-radius: 20px;
}
.r_bl {
	border-bottom-left-radius: 20px;
}
.r_br {
	border-bottom-right-radius: 20px;
}
#background.hei_none {
	height: initial;
}
.gray_back {
	background-color: #F0F0F0;
	border-radius: 80px 0 0 80px;
}
.illa_box {
	margin: 40px 0;
}
.illa_txt {
	padding-right: 40px;
	line-height: 30px;
}
.illa_img {
	padding: 30px;
}
.point {
	background-color: #FF8337;
	border-radius: 30px;
	color: #FFFAF7;
	padding: 12px 20px;
	font-weight: bold;
	margin-bottom: 25px;
	display: inline-block;
}
.sta_masse {
	font-size: 25px;
	color: #3C2211;
}
.sta_img_l {
	border-radius: 0 80px 80px 0;
}
.sta_img_r {
	border-radius: 80px 0 0 80px;
}
.sta_img_r.border {
	border: 3px solid #FF8337;
}
.flow_box {
	margin: 40px 0; 
}
.last-flow_box > :last-child {
  margin-right: auto;
  width: 31%;
  margin-left: 3.4%;
}
.flow {
	position: relative;
	max-width: 400px;
	padding: 5px;
	border-radius: 25px;
	color: #3C2211;
	height: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	border: 3px solid #FF8337;
	margin-bottom: 40px;
}
.flow.trade {
	height: 95px;
	border-radius: 20px;
	border: none;
}
.flow_box_trade {
	gap: 40px 0;
}
.flow::before {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
  transform: translate(-50%, -22px);
	width: 3em;
	height: 3em;
	border-radius: 50%;
	font-weight: 600;
	content: attr(data-number);
	background-color: #FF8337;
	color: #fff;
}
.flow.trade::before {
	background-color: #fff;
	border: 2px solid #FF8337;
	color: #FF8337;
}
p.sra_list {
	color: #3C2211;
	font-weight: bold;
	font-size: 17px;
	padding-top: 40px;
	margin-bottom: 0px;
}
.sra_list img {
	margin-right: 10px;
	width: 40px;
}
.ma_sta {
	margin-right: 2%;
}
.orange {
	color: #FF8337 !important;
}
.page_link::before {
  content: "";
  display: block;
  height: 5rem; /* 余白の高さ */
  margin-top: -5rem; /* 元の位置を補正 */
}
h3.repre_name {
	font-size: 28px;
	color: #3C2211;
	padding-bottom: 10px;
}
.repre_tab {
	color: #FF8337;
	font-weight: bold;
}
.greet_content,.map_content {
	padding: 40px 0 0 0;
}
.over_btm {
	padding-bottom: 40px;
}
ul.over_li {
	padding-left: 22px;
}
.over_li li {
	list-style-type: disc;
}
.over_li li::marker {
	color: #2C4B85;
	font-size: 1.4em;
}
.td_fwn td {
	font-weight: normal;
}
.app_link i {
	margin-left: 5px;
}
.flow_kaikaku {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	background-color: #fff;
	border-radius: 40px;
	margin-top: 40px;
	padding: 40px 10px;
	max-width: 700px;
	margin: 40px auto;
}
.flow_kaikaku ul {
  padding: 0;
	color: #3C2211;
}
.flow_kaikaku li {
  list-style-type: none;
}
.flow_kaikaku dd {
  margin-left: 0;
}
.flow_ul {
  position: relative;
}
.flow_ul::before {
	content: "";
	width: 26px;
	height: 110%;
	background: #FF8337;
	margin-left: -129px;
	display: block;
	position: absolute;
	top: -11px;
	left: 120px;
	border-radius: 20px;
}
.flow_ul > li {
  position: relative;
}
.flow_ul > li:not(:last-child) {
  margin-bottom: 20px;
}
.flow_ul > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #8EB83C;
  display: inline-block;
  margin-right: 0.3em;
}
.flow_ul > li dl {
  padding-left: 40px;
  position: relative;
	display: flex;
	align-items: baseline;
}
.flow_ul > li dl::before,
.flow_ul > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow_ul > li dl::before {
	width: 12px;
	height: 12px;
	margin-top: -3px;
	background: #FFFAF7;
	border-radius: 50%;
	left: -2px;
}
.flow_ul > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
	padding-right: 20px;
}
ol.acc_ol {
  counter-reset:number; 
  list-style-type: none!important;
	padding: 20px 0 0 0;
}
ol.acc_ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.8em 33px;
	font-size: 14px;
}
ol.acc_ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #EAEAEA;
  color: #3C2211;
  font-weight:bold;
  font-size: 10px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.acc_name {
	color: #3C2211;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.acc_icon {
	width: 30px;
	margin-right: 5px;
}
.acc_tab {
	background-color: #fff;
	border-radius: 40px;
	padding: 30px;
}
.acc_txt {
	padding: 20px 0 0 0;
	font-size: 14px;
}
.acc_content {
	padding: 40px  0;
}
.mane_list {
  position: relative;
	border: 18px solid #FF8337;
	border-radius: 40px;
	margin-bottom: 20px;
  }
 a.mane_btn {
  position: absolute;
	top: 150px;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  font-size: 16px;
  border: 1px solid #FFFAF7; 
  padding: 7px;
  color: #FFFAF7;
  text-decoration: none;
	border-radius: 50%;
	height: 200px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
	opacity: 0.7;
	font-weight: bold;
  }
	a.mane_btn:hover {
		color: #FFFAF7;
    background: #FF8337;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		box-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
		border: 2px solid #FF8337;
		opacity: 0.9;
  }
.mane_list img {
  width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 20px 20px 0 0;
  }
	.mage_info {
    padding: 30px;
	}
	.mane_title {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
	}
	.mage_tab {
		font-size: 14px;
		background-color: #FF8337;
		color: #F7F7F7;
		border-radius: 32px;
		padding: 5px 20px;
    height: 28px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
		margin-right: 10px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	h3.mane_txt {
		font-size: 25px;
	}
	.mana_table {
		display: flex;
		justify-content: center;
		align-items: baseline;
	}
	.mana_table table {
		width: 40%;
		margin: 0 15px;
	}
	.mana_table table th {
		color: #FF8337;
		width: 100px;
	}
	.mana_table table th,.mana_table table td {
		text-align: left;
		font-size: 15px;
		padding-bottom: 10px;
	}
	.pagination {
		margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
	}
	.pagination a {
		background-color: #F0F0F0;
    border-radius: 23px;
    text-decoration: none;
    transition: background-color .3s;
    margin: 0 4px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.pagination a.active {
		background-color: #FF8337;
		color: #fff;
	}
	.pagination a:hover:not(.active) {
		background-color: #3C2211;
		color: #fff;
		opacity: 1;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.carousel-container {
    position: relative;
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
}
.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.carousel-item {
    flex: 0 0 33.333%;
    box-sizing: border-box;
    padding: 5px;
}

.carousel-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}
/* コントロールボタン */
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FF8337;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    user-select: none;
}
.carousel-control.prev {
    left: 10px;
}
.carousel-control.next {
    right: 10px;
}
.carousel-control:hover {
    background-color: #FF8337;
}
/* インジケーター */
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
}
.indicator {
    width: 10px;
    height: 10px;
    background-color: #E3E3E3;
    border-radius: 50%;
    cursor: pointer;
}
.indicator.active {
    background-color: #FF8337;
}
/* モーダル */
.modal {
	display: none; /* 初期状態で非表示 */
	position: fixed;
	z-index: 999;
	padding-top: 60px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
}
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}
.modal-caption {
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 10px;
}
.modal-close {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 25px;
	cursor: pointer;
}
.modal-close:hover,
.modal-close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}
.d_sen tr {
	border-bottom: 2px dotted #FF8337;
}
.d_sen th,.d_sen td {
	padding: 10px 0;
}
.td_fn td {
	font-weight: normal;
}
ol.pri_ol {
  counter-reset:number; 
  list-style-type: none!important;
	padding: 20px 0 0 0;
}
ol.pri_ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.8em 33px;
	font-size: 14px;
}
ol.pri_ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #FF8337;
  color: #FFFAF7;
  font-weight:bold;
  font-size: 10px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
	top: 37%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.pri_ul {
	list-style-type:disc!important;
  counter-reset:none; 
	padding-left: 45px;
	padding-bottom: 0.8em;
}
ul.pri_ul li {
	list-style: disc;
	padding: 0;
}
ul.pri_ul li::marker {
	color: #FF8337;
	font-size: 20px;
}
ul.pri_ul li:before{
	display: none;
}
.pri_txt {
	padding: 30px 0 0 0 ;
	margin: 0;
}
.btn_center {
	display: flex;
  justify-content: center;
	margin-top: 30px;
}
.n_title {
	font-size: 18px;
	padding-top: 15px;
}
.n_ttl {
	font-size: 15px;
	font-weight: normal;
	padding-top: 20px;
}
.blog_topimg {
	border-radius: 10px 10px 0 0 ;
	height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.blog_ttl {
  font-size: 18px;
  padding: 12px 0 8px 0;
}
.blog_tag {
	color: #fff;
  background-color: #FF8337;
	border-radius: 100vh;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 12px;
	margin-right: 8px;
}
.blog_date {
	font-size: 14px;
}
.blog_txt {
  padding: 15px 15px 20px 15px;
}
.blog_flex {
  border: 10px solid #FF8337;
  border-radius: 20px;
}
.blog_excerpt {
  margin: 0;
	font-size: 14px;
	overflow: hidden;
  display: -webkit-box;          
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 3;    
	line-clamp: 3;        
}
.blog_page_ttl {
	font-size: 25px;
}
.blog_page_date {
	text-align: right;
	color: #FF8337;
	display: block;
	padding: 10px 0 30px 0;
}
.blog_page_excerpt {
	padding: 20px 0;
}
.log-logo-img {
	position: relative;
	top: 10px;
	right: 20px;
}
.page_head-log {
	margin-top: 170px;
}
.header-admin {
	position: absolute;
}
.fot-line_img {
	min-height: 70px;
}
input[type="file"].file-input {
  padding: 13px 10px;
}
.menu-btn {
	color: #3C2211;
  background: #fff;
  border: 2.5px solid #FF8337;
  margin: 0 20px;
	width: 200px;
}
.admin-menu {
	margin-top: 60px;	
}
.menu-active {
	background: #FF8337 !important;
	color: #fff;
	opacity: 1;
}
.menu-btn:hover {
	background: #f0f0f0;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
.menu-active:hover {
	background: #FF8337 !important;
	color: #fff !important;
}
button.btn.post_add {
	padding: 8px 17px;
	font-size: 14px;
	border: 1px solid #BCBCBC;
	background: #fff;
	margin-top: 25px;
	border-radius: 5px;
}
/*===========
  scrollbar
  ===========*/
  /*スクロールバー全体の高さ*/
  .scroll-box::-webkit-scrollbar {
    height: 4px;
  }
  /*スクロールバー全体の背景*/
  .scroll-box::-webkit-scrollbar-track {
    background: #eee;
  }
  /*スクロールバーの動く部分*/
  .scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  /*スクロールバーの動く部分のホバー（マウスオーバー）*/
  .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
  @media screen and (max-width: 2560px) {
    .scroll-box {
      overflow-x: auto;
    }}

@media screen and (max-width: 1024px) {
	.contact_box {
		max-width: 90%;
	}
	button.arrow_btn.conleft_btn {
		display: none;
	}
}
.blog-list-table {
	width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
	min-width: 900px;
}
.blog-list-table th,.blog-list-table td {
  padding: 12px;
  text-align: left;
}
.blog-list-table th {
	background: #FF8337;
	color: #fff;
}
.blog-list-table td {
	border-bottom: 2.5px solid #FF8337;
	vertical-align: middle;
}
.blog-table-btn {
  padding: 10px 16px;
  text-decoration: none;
  font-size: 14px;
	border-radius: 5px;
	font-weight: bold;
	white-space: nowrap;
}
.table-id {
	width: 50px;
	border-radius: 9px 0 0 0;
}
.table-btn {
	width: 170px;
	border-radius: 0 9px 0 0;
}
.table-title {
	width: 300px;
}
.table-tag {
	width: 100px;
}
.table-date {
	width: 150px;
}
.table-img {
	width: 150px;
}
.btn-edit {
  background-color: #fff;
	color: #1E56BE;
	border: 1px solid #1E56BE;
	margin-right: 10px;
}
 .btn-delete {
   color: #108861;
	 border: 1px solid #108861;
	background-color: #fff;
}
 .post-edit-img {
	margin-bottom: 1rem;
	width: 200px;
 }
 .content_admin {
	max-width: 1300px;
	margin: 0 auto;
  padding: 0 2%;
 }
 p.form_error {
	color: red;
	margin: 0;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 5px;
}
	.thank_ttl {
		text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 4rem 0 1rem 0;
	}
	.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.password-wrapper i {
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #888;
}
.blog_cts::after {
  content: "";
  flex: auto; 
}
.blog_cts {
	gap: 20px;
	justify-content: flex-start; 
}
.blog_flex {
  flex: 0 1 calc(33.333% - 18px); 
	box-sizing: border-box;
}
.su_btn {
	margin-top: 30px;
}
.post_item {
	display: block;
}
.like-btn {
	width: 30px;
	height: 30px;
}
button#likeBtn {
    background: initial;
    border: initial;
		cursor: pointer;
}
span#likeCount {
    font-weight: bold;
		margin-left: 5px;
}
.blog_like_box {
    display: flex;
    align-items: end;
}
.accordion {
    max-width: 800px;
    border-radius: 8px;
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
    background-color: #fff;
		margin: 0 auto 10px;
}
.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.accordion summary::-webkit-details-marker {
    display: none;
}
.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}
.accordion[open] summary::after {
    transform: rotate(225deg);
}
.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion[open] p {
    transform: none;
    opacity: 1;
}
.qa-cts {
	  padding: 50px 0;
}
.yane {
	margin: 25px 0px;
  object-fit: cover;
  object-position: left;
  height: 160px;
	width: 100%;
	position: absolute;
  top: 0;
	z-index: -1;
}
.logo-img {
	width: 160px;
	position: relative;
  top: 25px;
  /* left: -20px; */
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 20px;
  min-width: 200px;
  z-index: 1000;
	padding-top: 10px;
}
.dropdown-content a {
  display: block;
  padding: 1rem 3rem;
  text-decoration: none;
	font-weight: bold;
	text-align: center;
	border: 2px solid #FF8337;
	background-color: #fff;
	border-radius: 6px;
	margin-bottom: 10px;
}
.dropdown-content a:hover {
  background-color: #f5f5f5;
}
.dropdown:hover .dropdown-content {
  display: block;
}
header .inner-left.inner-left-admin {
	width: 170px;
	position: relative;
	top: 3px;
}
.contact_btn-space {
    display: flex;
    justify-content: center;
}
.btn-delete-button {
	padding: 6px 16px;
}
.confirm-title {
	text-align: center;
	font-size: 18px;
	padding-bottom: 30px;
}
.confirm {
	max-width:960px;
	margin:24px auto;
	padding:16px;
}
.confirm .row {
	border-bottom:1px solid #e5e7eb;
	padding: 0 0 10px 0;
}
.confirm .row p {
	margin: 0;
}
.thumb,.secimg {
	max-width:300px;
}
.btns-btm {
	color: #888888;
	padding-top: 20px;
	font-size: 14px;
}
.confirm-sec {
	font-weight: bold;	
	font-size: 15px;
	border-bottom:1px solid #888888;
	margin: 10px 0 8px 0;
  display: inline-block;
}
pre {
	white-space:pre-wrap;
	word-wrap:break-word;
}
.other-title {
	padding-bottom: 30px;
}
i.fa.fa-lock {
  padding-right: 6px;
}
.nun-none::before {
	display: none;
}
.nun-none {
	margin-bottom: 0;
}
.files-btn {
	height: 85px;
	border-radius: 20px;
	font-size: 16px;
}

@media screen and (max-width:1230px) {
	a.con_btn {
		font-size: 14px;
		padding: 1rem 12px;
	}
	a.bk_home_btn {
		padding: 1rem 22px;
	}
	nav.gnav ul li {
    padding: 0 6px;
    font-size: 13px;
}
nav.gnav ul li span {
		font-size: 14px;
}
.logo-img {
		width: 120px;
		left: -3px;
		top: 18px;
}
header .inner-right {
    top: 11px;
}
nav.gnav ul li a {
	font-size: 12px;
}
 }
 @media screen and (max-width:1000px) {
	nav.gnav ul li span,nav.gnav ul li {
		font-size: 12px;
}
/* nav.gnav ul li a {
	font-size: 13px;
} */
nav.gnav ul li {
	padding: 0 3px;
	}
header .inner-left {
	width: 12%;
}
.dot {
	width: 13px;
	height: 13px;
	margin-right: 6px;
}
.logo-img {
	width: 100px;
	left: 0;
	top: 14px;
}
header .inner-right {
    top: 17px;
  	}
 }
@media screen and (max-width: 900px) {
	.ten {
		width: 11px;
    height: 11px;
		margin-right: 5px;
	}
	h2.top_title {
		font-size: 12px;
	}
	h2.top_title span {
    font-size: 27px;
	}
	h3.top_masse {
			font-size: 25px;
	}
	.top_txt {
		font-size: 14px;
}
button.learn-more {
	margin-bottom: 20px;
}
button.arrow_btn {
	margin-bottom: 0;
}
button.mane_btn {
	margin-bottom: 20px;
}
.top_txt {
	padding: 20px 0;
}
.sp_m_btn_1 {
	margin-bottom: 1rem;
}
span.s_name {
	font-size: 13px;
}
.s_num {
	font-size: 41px;
	line-height: 53px;
}
.s_title {
	font-size: 19px;
	padding: 6px 0 20px 0;
}
.s_illust {
	max-height: 180px;
}
.mane_view {
	margin-top: 1rem;
}
.mane_box {
	border: 6px solid #FF8337;
	border-radius: 25px;
	height: 200px;
}
.mane_box::before {
	border-radius: 30px;
}
.contact_box {
	border-radius: 25px;
	padding: 20px;
	max-width: 80%;
}
.contact_txt.w92 {
	width: 100%;
	margin: 0 auto;
}
.news_box {
	border-radius: 25px;
	padding: 20px;
}
.contact_box::after {
	left: -25px;
  top: 99px;
	width: 70px;
	height: 70px;
}
.contact_ttl {
	margin-bottom: 0;
	font-size: 12px;
}
nav.gnav.footer_nav ul {
	padding: 20px 0 20px 0;
	text-align: left;
}
nav.gnav.footer_nav ul li {
	padding: 0 15px 10px 0px;
}
.btm_flex {
	display: block;
}
.f_logo {
	width: 80px;
}
.footer__title {
	font-size: 14px;
}
.footer__link {
	font-size: 12px;
}
.ft_btm {
	font-size: 12px;
	padding-left: 0;
	font-weight: normal;
	padding-bottom: 15px;
}
.head_title {
	font-size: 100px;
	line-height: 170px;
}
.head_sub {
	font-size: 18px;
	padding-left: 53px;
}
.head_sub::before {
	width: 40px;
}
.head_txt::before {
	height: 250px;
	border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.head_box,.head_box.c,.head_box.m,.head_box.t {
	border-radius: 25px 0px 0px 25px;
	margin-top: 70px;
	padding: 20px 30px 15px 30px;
	width: 100%;
}
.head_link {
	padding-right: 21px;
  padding-bottom: 7px;
  font-size: 12px;
}
.vertical-breadcrumb {
	left: -40px;
	top: 62px;
}
.mane_bread {
	left: -65px;
}
.con_bread {
	left: -50px;
}
.breadcrumb li {	
	font-size: 10px;
}
.head_txt {
	padding-left: 35px;
}
.page_head {
	height: initial;
	margin-top: 120px;
}
.line_img {
	margin-top: 10px;
	height: 60px;
}
.page_title {
	font-size: 17px;
}
.page_title::before {
	width: 30px;
  height: 2px;
}
form.contact_form {
	margin: 0px auto 50px;
	border-radius: 15px;
	padding: 1px 20px 20px 20px;
}
button.contact_btn,input.contact_btn {
	width: 100%;
}
.contact_name {
	padding-bottom: 20px;
}
label.contact_item {
	margin: 20px 0 8px;
}
.inquiry label {
	display: block;
	padding-bottom: 10px;
}
.cotacnt_back {
	width: 100%;
}
.main_table th, .main_table td {
	font-size: 14px;
}
.main_table th {
	width: 150px;
}
.sta_img_l {
	border-radius: 0 20px 20px 0;
	width: 100%;
}
.gray_back,.sta_img_r {
	border-radius: 20px 0 0 20px;	
	width: 100%;
}
.point {
	font-size: 13px;
	padding: 7px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.sta_masse {
	font-size: 16px;
}
.o_a {
	order: 1;
}
.o_b {
	order: 2;
}
.flow {
	max-width: 100%;
	height:85px;
	margin-bottom: 20px;
	font-size: 13px;
	border: 2px solid #FF8337;
	border-radius: 13px;
}
.flow::before {
	width: 2.5em;
	height: 2.5em;	
	transform: translate(-50%, -18px);
}
.illa_box {
	margin: 20px 0;
}
p.sra_list {
	padding-top: 20px;
	font-size: 13px;
}
.sra_list img {
	margin-right: 5px;
	width: 25px;
}
.flow_box {
	margin: 25px 0 0 0 ; 
}
.flow_kaikaku {
	border-radius: 20px;
	margin: 30px auto 0;
}
.flow_ul > li dl {
	display: block;
}
.flow_ul > li dl dt {
	font-size: 14px;
}
.flow_kaikaku dd {
	font-size: 13px;
}
.flow_ul::before {
	width: 18px;
	left: 129px;
}
.flow_ul > li dl::before {
	width: 9px;
	height: 9px;
	left: 4px;
}
.main_table th, .main_table td {
	display: block;
	width: 100%;
	font-size: 13px;
	padding: 12px 15px;
}
.r_tr {
	border-top-right-radius: 0;
}
.r_tl {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.r_bl {
	border-bottom-left-radius: 0;
}
.r_br {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.page_txt {
	padding: 20px 10px;
	font-size: 14px;
	text-align: left;
}
.plan_tab {
	width: 48% !important;
	border-radius: 15px;
	padding: 15px;
	height: 65px;
	margin-bottom: 15px;
}
.plan_name {
	font-size: 12px;
}
.price {
	font-size: 17px;
}
p.small {
	font-size: 10px;
	display: flex;
  flex-wrap: nowrap;
	align-items: center;
}
.plan_content {
	padding: 20px 0 5px 0;
}
.plan_tab i {
	font-size: 17px;
}
.main_table.btm_s {
	margin: 0px auto 0rem;
}
.illa_txt {
	padding: 10px 0;
}
h3.repre_name {
	font-size: 18px;
}
.repre_tab {
	font-size: 13px;
}
.radi_a {
	border-radius: 25px;
}
.acc_tab {
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 15px;
}
.acc_name {
	font-size: 13px;
}
ol.acc_ol li {
	font-size: 12px;
	padding: 0.5em 0.5em 0.8em 26px;
}
ol.acc_ol {
	padding: 15px 0 0 0;
}
ol.acc_ol li:before {
	width: 20px;
  height: 20px;
  line-height: 20px;
	top: 48%;
}
.acc_icon {
	width: 25px;
}
.acc_content {
	padding: 20px 0 5px 0;
}
.acc_txt {
	padding: 15px 0 0 0;
	font-size: 12px;
}
.mane_title {
	display: block;
	margin-bottom: 20px;
}
.mage_tab {
	width: 100px;
  text-align: center;
	font-size: 11px;
	padding: 3px 20px;
  height: 26px;
}
h3.mane_txt {
	font-size: 15px;
}
.mana_table {
	display: block;
}
.mana_table table {
	width: 100%;
	margin: 0;
}
.mana_table table th, .mana_table table td {
	font-size: 13px;
}
.mana_table table th {
	width: 70px;
}
.mage_info {
	padding: 20px;
}
.mane_list {
	border: 6px solid #FF8337;
	border-radius: 20px;
	margin-bottom: 15px;
}
.mane_list img {
	border-radius: 14px 14px 0 0;
	height: 200px;

}
.carousel-container {
	margin: 20px auto;
}
.carousel-item {
	flex: 0 0 100%;
}
.title_btm {
	padding-bottom: 20px;
}
a.con_btn {
	justify-content: center;
}
.n_day {
	font-size: 13px;
}
.n_title {
	font-size: 15px;
	padding-top: 5px;
}
.n_ttl {
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
}
.n_page {
	padding: 0;
}
.pagination a {
	width: 30px;
	height: 30px;
}
.main_table {
	margin: 30px auto 5rem;
	width: 95%;
}
button.learn-more .button-text {
	font-size: 12px;
	line-height: 2.2;
}
button.learn-more .circle {
	border: 2px solid #FF8337;
}
button.learn-more.m {
	width: 10rem;
}
.carousel-item img {
	border-radius: 25px;
}
nav.gnav ul {
	white-space: wrap;
}
.topcompany_img {
	width: 100%;
  height: 300px;
  object-fit: cover;
}
.service_box {
	padding: 20px 10px 10px 10px;
	border-radius: 25px;
}
a.mane_btn {
	height: 150px;
	width: 150px;
	top: 101px;
	font-size: 12px;
}
.blog_link  {
	width: 100%;
}
.admin-menu {
	flex-direction: column;
  align-items: center;
}
.menu-btn {
	margin: 0 0 15px 0;
	width: 100%;
}
.dropdown {
	width: 100%;
}
.dropdown-content a {
	border: 0;
	margin-bottom: 0;
	border-radius: 0;
}
.dropdown-content a:hover {
    opacity: 1;
}
.dropdown-content {
	left: 0;
  min-width: 100%;
	top: 76%;
	border: 2.5px solid #FF8337;
	border-radius: 0 0 6px 6px;
	background-color: #fff;
	z-index: 1;
}
.blog_cts {
	flex-direction: column;
	gap: 15px;
}
.blog_flex {
  border: 6px solid #FF8337;
}
.flow_box_trade {
  gap: 10px 0;
}
.yane  {
	object-fit: cover;
	height: 90px;
}
.logo-img {
	top: -20px;
	width: 120px;
}
nav.gnav ul li a {
	text-align: left;
}
.flow.trade {
	height: 85px;
  border-radius: 13px;
}
.head_txt.b::before {
    background-position: 80%;
}
.thumb, .secimg {
    max-width: initial;
    width: 100%;
}
.title_btm_kaikaku {
	padding-bottom: 30px;
}
.map_content {
    padding: 30px 0 0 0;
}
header.changeNav {
	height: 93px;
 }
.main_table_sp_btm {
	margin: 30px auto 3rem;
}
.files-btn {
	height: 60px;
}
	.last-flow_box > :last-child {
    margin-right: auto;
    width: 100%;
    margin-left: 0;
}
}
@media screen and (max-width: 400px) {
.swiper_ttl .en {
	font-size: 36px;
}
}