@charset "utf-8";
body{
	margin:0px;
	padding:0px;
	font-family: 'Noto Sans JP', sans-serif;
}
a:hover img{
 opacity:1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
 }

a:hover{text-decoration: none!important;}

p{
	line-height: 1.8!important;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color:#72452A; 
	font-weight: 500;
}

.bg-strip {background:  url("../img/top/st1.webp");}

/*==================common==================*/
.imgc{display: block; margin:0 auto!important;}
.bor{border-radius: 20px;}
ul.lidisc{padding: 0 0 0 20px;margin: 0;}
ul.lidisc li{list-style: disc;margin: 0 0 10px;font-family: 'Zen Kaku Gothic New', sans-serif!important;font-weight: 500;}
ul.nolidisc{padding: 0;margin: 0;}
ul.nolidisc li{list-style: none;margin:0 0 5px 10px;font-family: 'Zen Kaku Gothic New', sans-serif!important;font-weight: 500;}

.marker {
	background:linear-gradient(transparent 75%, rgba(249,193,47,0.5) 75%);
}

.flbox{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flbox2{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
}

#tameshi{
	position: relative;
	overflow: hidden;
}

#particles-js{ 
	position:absolute;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
	width: 100%;
	height: 100%;
}

/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
	position: fixed;
	z-index: 99;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #393631;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:before {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
	font-weight: bold;
  color: #fff!important;
  line-height: 3rem;
  content: "\e627";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:hover {
  background: #bd874d;
}

.s-back-to-top:hover:before {
  color: #A28459;
}

.s-back-to-top:focus, .s-back-to-top:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
.s-back-to-top {
  position: relative;
	width: 100%;
  right: 0;
  height: 100%;
	bottom: 0!important;
	opacity: 1!important;
	}
.s-back-to-top:before {
	position: absolute;
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
  color: #fff;
  line-height: 0;
  content: "\e627";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
}

/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 5.125rem;
  opacity: .8;
}

.s-back-to-top.-is-visible:hover {
  opacity: 1;
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
  opacity: .6;
}

/*----------------------------------
  Button
------------------------------------*/
.s-btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn:focus, .s-btn:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn.focus {
  text-decoration: none;
}

.s-btn:active, .s-btn.active {
  background-image: none;
  outline: 0;
}

.s-btn.disabled, .s-btn:disabled,
fieldset[disabled] .s-btn {
  cursor: not-allowed;
  opacity: .65;
}

.s-btn__element--left, .s-btn__element--right {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

/* Sizes
------------------------------ */
.s-btn-xs {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
}

.s-btn--sm {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
}

.s-btn-md {
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
}

.s-btn-icon-md {
  font-size: 1rem;
  padding: 0.9375rem 1.5625rem 0.75rem;
}

/* Styles
------------------------------ */
.s-btn--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
}

.s-btn--white-brd:focus, .s-btn--white-brd:hover {
  color: #222324;
  background: #fff;
  border-color: #fff;
}

.s-btn--white-bg {
  color: #464646;
  background: rgba(255,255,255,0.9);
	border: 1px solid #ccc;
}

.s-btn--white-bg:focus, .s-btn--white-bg:hover {
	color: #464646;
	border: 1px solid #ccc;
	opacity: 0.5;
}

.s-btn--brown-bg {
  color: #2a2622;
  background: rgba(255,255,255,0.9);
	border: 1px solid #2a2622;
}

.s-btn--brown-bg:focus, .s-btn--brown-bg:hover {
	color: #fff;
	background: #2a2622;
	border: 1px solid #2a2622;
}

.s-btn--dark-bg {
  color: #fff;
  background: #222324;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-bg:focus, .s-btn--dark-bg:hover {
  color: #fff;
  background: #bd9840;
  border-color: #bd9840;
}

.s-btn--dark-brd {
  color: #222324;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-brd:focus, .s-btn--dark-brd:hover {
  color: #fff;
  background: #222324;
  border-color: #222324;
}

.s-btn--primary-bg {
  color: #fff!important;
  background: #c08b53;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #c08b53;
transition-duration: 300ms;
}
.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
  color: #c08b53!important;
  background: #fff;
  border-color: #c08b53;
}

.s-btn--yellow-bg {
  color: #fff!important;
  background: #CBC14A;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #CBC14A;
	transition-duration: 300ms;
}
.s-btn--yellow-bg:focus, .s-btn--yellow-bg:hover {
  color: #7F7821!important;
  background: #fff;
  border-color: #7F7821;
}

.s-btn--green-bg {
  color: #fff!important;
  background: #95CA63;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #95CA63;
	transition-duration: 300ms;
}
.s-btn--green-bg:focus, .s-btn--green-bg:hover {
  color: #52A335!important;
  background: #fff;
  border-color: #52A335;
}

.s-btn--primary-gra {
  color: #fff;
  background: rgb(241,197,101);
background: linear-gradient(300deg, rgba(241,197,101,1) 0%, rgba(188,151,63,1) 100%);
  border-width: 0.0625rem;
  border-style: solid;
	border: none;
}

.s-btn--primary-gra:focus, .s-btn--primary-gra:hover {
  color: #333;
  background:#fff;
	border: none;
}

.s-btn--primary-bg2 {
  color: #fff;
  background: #044288;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #044288;
}

.s-btn--primary-bg2:focus, .s-btn--primary-bg2:hover {
  color: #044288;
  background: #fff;
  border-color: #044288;
}

.s-btn--primary-bg3 {
  color: #fff;
  background: #003867;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #003867;
}

.s-btn--primary-bg3:focus, .s-btn--primary-bg3:hover {
  color: #003867;
  background: #fff;
  border-color: #003867;
}
.s-btn--primary-bg4 {
  color: #fff;
  background: #9eaacb;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #9eaacb;
}

.s-btn--primary-bg4:focus, .s-btn--primary-bg4:hover {
  color: #9eaacb;
  background: #fff;
  border-color: #9eaacb;
}

.s-btn--gold-brd {
  color: #94783d;
  background: rgba(255,255,255,0.9);
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #94783d;
}

.s-btn--gold-brd:focus, .s-btn--gold-brd:hover {
  color: #fff!important;
  background: #94783d;
  border-color: #94783d;
}

.s-btn-icon--white-brd {
  border-left: none;
}

.s-btn-icon--dark-brd {
  border-left: none;
}

/*==================footer==================*/

#footel{
	position: relative;
	margin:0;
	width:100%;
	font-weight:normal;
	background: #393631;
	z-index: -1!important;
}
@media screen and (max-width:480px){
#footel {
	z-index: 9999!important;
	margin:0;
	position: fixed;
    bottom:0;
	width:100%;
	padding:0;
	background-color: rgba(0,0,0,0);
	
}
}

header {
	margin-bottom: 0;
	width: 100%;
	position: fixed;
	height:80px;
	top: 0;
	z-index: 9999!important;
	font-family: 'Noto Sans JP';
	transition: 1s;
    background: rgba(255,255,255,.00);
}

#header.active{
/*	box-shadow: 0 1px 5px 0 rgba(45,45,45,0.15)!important;	*/
	height: 120px;
	padding: 10px 0 40px;
	transition: 1s;
	background: rgb(255,255,255);
	background: url("../img/top/wave.webp") no-repeat bottom , linear-gradient(0deg, rgba(255,255,255,0) 40%, rgba(255,255,255,1) 40%);
}
@media screen and (max-width:1024px){
	header {
		height: 70px;
	}
}
@media screen and (max-width:480px){
p{font-size: 16px!important;}
header {
	height: 66px!important;
}
#header.active{
/*	box-shadow: 0 1px 5px 0 rgba(45,45,45,0.15)!important;	*/
	height: 73px!important;
	padding: 10px 0 20px;
	transition: 1s;
	background: rgb(255,255,255);
	background: url("../img/top/wave.webp") no-repeat bottom /150% , linear-gradient(0deg, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 20%);
}
	
}
/*==================yokosla==================*/

#pic{
	position: relative;
	clear:both;
	margin:0;
	padding:0;
	width:100%;
}
#pict{
	position: absolute;
	top:-1px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	clip-path: ellipse(150px 50px at top);
	max-width:400px; 
	padding:10px 20px;
	color: #fff;
}
#pic ul,#pic li {
	float:left;
	list-style: none;
	margin: 0;
	padding:0;
}
#pic li img{
	max-width: 400px!important;
	height: 300px!important;
}


#picbtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index:1!important;
}

/*==================inview==================*/

.up {
	overflow: hidden;
	position: relative;
	opacity: 0;
	bottom: -50px;
}
.upstyle{
	opacity: 1;
	bottom: 0px;
	transition: 0.6s 0.3s;
}
.left {
	overflow: hidden;
	position: relative;
	opacity: 0;
	left: -200px;
}
.leftstyle{
	opacity: 1;
	left: 0px;
	transition: 1s 0.3s;
}
.right {
	overflow: hidden;
	position: relative;
	opacity: 0;
	right: -200px;
}
.rightstyle{
	opacity: 1;
	right: 0px;
	transition: 1s 0.3s;
}


.banners{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (max-width:480px){
	.banners{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.banners .banner {
	width: 33.3333%;
	min-height: 640px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
@media screen and (max-width:768px){
	.banners .banner {
		width: 100%;
		height: 320px;
	}
}
@media screen and (max-width:480px){
	.banners .banner {
		width: 100%;
		min-height: 500px;
		border-right: none;
		border-bottom: 1px solid #fff;
	}
}
.bg-zoom {
	position: relative; 
	overflow: hidden;
	background: #fff;
	z-index: 0;
}

.bg-zoom::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.bg-zoom:hover::after {
  opacity: .3;
  transform: scale(1.05);
}
.bgimg1::after {
  background: linear-gradient(rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.00) 50%, #d4cfbe 100%), url("../img/top/bgo.webp") no-repeat top center;
  transition: all .8s ease;
  background-size: cover;	
}

.bgimg2::after {
  background: linear-gradient(rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.00) 50%, #d4cfbe 100%), url("../img/top/bgo.webp") no-repeat top center;
  transition: all .8s ease;
  background-size: cover;	
}

.bgimg3::after {
  background: linear-gradient(rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.00) 50%, #d4cfbe 100%),url("../img/top/bgc.webp") no-repeat top center;
  transition: all .8s ease;
  background-size: cover;	
}
.bg-zoom .bg-zoom-content {
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width:100%;
}

.banner-content{
	position: relative;
	z-index: 1;
}
.banner-content span{
	display: inline-block;
	position: relative;
	line-height: 1.5;
	padding:15px;
	color: #FFFFFF;
}
.banner-content span::after{
	content: "";
	position: absolute;
	width:100vw;
	height: 100%;
	top: 0;
	right: 0;
	background:#9b8376;
	z-index: -1;
}

.tbleft{
	padding: 2em 6em 3em 6em;
}
.tbright{
	padding: 3em 8em 3em 6em;
}

@media screen and (max-width:1030px){
	.tbleft{
		padding: 3em 3em 3em 3em;
	}
	.tbright{
		padding: 3em 3em 3em 3em;
	}
}

.txtshadow{
	text-shadow: rgba(29,29,29,0.58) 0 0 5px,rgba(29,29,29,0.58) 0 0 5px;
}
.s_txtshadow {
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
@media screen and (max-width: 480px) {
.s_txtshadow {
	text-shadow:1.3px 1.3px 0 #FFF, -1.3px -1.3px 0 #FFF,
              -1.3px 1.3px 0 #FFF, 1.3px -1.3px 0 #FFF,
              0px 1.3px 0 #FFF,  0 -1.3px 0 #FFF,
              -1.3px 0 0 #FFF, 1.3px 0 0 #FFF;
}
}

.bbr{border-right: solid 1px #fff;}

.bgtype{
	border-radius:20px;
/*    background-color:#9b8376;*/
/*	background-color:#d1b46e;*/
	display: flex;
	flex-wrap: wrap;
}
.typein{
	padding: 1em;
	width : calc(100% / 3) ;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.bbr{border-bottom: solid 1px #847465;}
	.typein{
		padding: 2em 1em;
		width : 100%;
	}
}

.risk{
	border: 1px #d1ab52 solid ;
    background: #FFF;
}
.listtbg{
	background: #FFF;
}


.acchild{
	display: none;
}

ul.acchild{
	margin: 0;
	padding: 0;
}
ul.acchild li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding: .5em 1em;
}
ul.acchild li:last-child{
	border-bottom: none;
}
.acchild{
	display: none;
	background: #fff;
}

.servfont{
	font-weight: 300;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #fff;
	letter-spacing: .1em;
}
@media screen and (max-width: 480px) {
	.servfont{
		letter-spacing: .1em;
	}
}
.time {
	width: 100%;
	margin: 0 auto 10px;
	font-weight: bold;
}
.time th {
	padding:10px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	letter-spacing: .2em;
	background-color: #f2c762;
}
.time td {
	padding:10px 10px;
	word-break: break-all;
	text-align: center;
	font-size: 18px!important;
	color: #613620;
	font-weight: bold!important;
	background: #fff;
	border-bottom: 1px solid #C0A697;
}
	
	
	@media screen and (max-width: 480px) {
	.time th {
		padding:10px 5px;
		font-size: 14px!important;
		letter-spacing: 0.2;
	}
	.time td {
		padding:10px 5px;
		font-size: 14px!important;
	}
}

.timef {
	width: 100%;
	margin: 0 auto 10px;
    font-family: "Noto Sans JP", sans-serif!important;

}
.timef th {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 16px!important;
	border-bottom: 1px solid ivory;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif!important;
}

.timef td {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 16px!important;
	border-bottom: 1px solid ivory;
    font-family: "Noto Sans JP", sans-serif!important;
    font-weight: 500;
}
@media only screen and (max-width: 991px) {
	.timef th {
		padding:10px 2px;
		font-size: 14px!important;
		letter-spacing: 0.2;
	}
	.timef td {
		padding:10px 2px;
		font-size: 14px!important;
	}
}

table.com{
	font-size: 14px;
	margin:0;
	padding: 4px;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
    empty-cells:show;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.com th,.com td{
	font-weight: normal;
    padding:12px;
	font-size: 16px;
	vertical-align: middle;
}
.com th{
	color: #fff;
	text-align: center;
	font-weight: 600;
}
@media screen and (max-width: 480px) {
	.com td,.com th{
		width: 100%;
	  display: block;
	  padding: 10px;
	}
}

table.price{
	margin:0 auto;
	width:100%;
	border-collapse:separate;
	border-spacing:4px;
	empty-cells:show;
	font-family: 'Zen Kaku Gothic New', sans-serif;

}
.price th{
	font-size:16px;
	letter-spacing:1px;
	padding:1em 1.2em;
	color:#613620;
	vertical-align: middle;
	text-align: center;
}
.price td{
	font-size:16px;
	color:#613620;
	padding:1em 1.2em;
	vertical-align: middle;
	font-weight: 600;
	letter-spacing:1px;
}
@media only screen and (max-width:480px){
	table{
		border-collapse:separate;
	}

	.price td,.price th{
		width:100%;
		display:block;
		padding:10px;
	}
}
.sst{
	position: relative;
	text-align: center;
	z-index: 1;
	display: inline-block;
}
.sst::before{
	content: "";
	position: absolute;
	margin: auto;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1.5em;
	width: 310px;
	height: 52px;
	background: url("../img/top/line.webp") no-repeat center / contain;
}
@media screen and (max-width: 480px) {
	.sst::before{
		bottom: -3.8em;
		width: 100%;
		height: 100%;
	}
}

.st {
  position: relative;/*相対位置*/
  padding-left: 1.25em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: black;/*文字色*/
}


.st:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f111";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0.1em;/*アイコンの位置*/
}
.st0{
	position: relative;
	color: #fff;
	padding:0.3em 0.5em 0.3em 1.4em;
	font-weight: 400;
    background:#847465;
}
.st0::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 1.1em;
     height:2px;
     background-color:#fff;
}
.st0-2{
	position: relative;
	color: #fff;
	padding:0.3em 0.5em 0.3em 1.4em;
	font-weight: 400;
    background:#c08b53;
}
.st0-2::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 1.1em;
     height:2px;
     background-color:#fff;
}

.st0g{
    padding: 0.3rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
background: rgb(241,197,101);
background: linear-gradient(300deg, rgba(241,197,101,1) 0%, rgba(188,151,63,1) 100%);
}

.st1 {
  font-weight: bold;
  border-bottom: 3px solid #dab035;
  position: relative;
	line-height: 1.5;
}
.st1::after {
  content: '';
  background-color: #a37d25;
  width: 16%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}

.st1b {
  font-weight: bold;
  border-bottom: 3px solid #FFFFFF;
  position: relative;
	line-height: 1.5;
}
.st1b::after {
  content: '';
  background-color: #00b0ec;
  width: 30%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}

/*
.st2 {
	overflow: hidden;
	text-align: center;
	position: relative;
	padding: .5em 0.2em;
	color: #90720f;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.st2::before,.st2::after{
     position: absolute;
     left: 0;
     content: '';
     width: 100%;
     height: 7px;
     box-sizing: border-box;
}
.st2::before {
     top: 0;
     border-top: 3px solid #90720f;
     border-bottom: 1px solid #90720f;
}
.st2::after {
     bottom: 0;
     border-top: 1px solid #90720f;
     border-bottom: 3px solid #90720f;
}
*/
.st3 {
	background:#9b8376;
	color: #fff;
	text-align: center;
	padding: .3em 1em;
	letter-spacing: .1em;
	margin: 0;
}
.st4 {
	position: relative;
    padding-bottom: .7rem;
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, #FFD764 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
    font-weight: bold;
	line-height: 2;
}
.st4-2 {
	position: relative;
    padding-bottom: .7rem;
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, #70b0ed 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
    font-weight: bold;
	line-height: 2;
}

.st5 {
	position: relative;
	overflow: hidden;
	padding: 25px 0 ;
	color: #fff;
	text-align: center;
	font-weight: 500;
}
.st5::before {
	content: '';
	position: absolute;
	top: -10px ;
	left: 0 ;
	width: 100%;
	height: 100%;
	border-bottom: 2px dashed #fff;
	z-index: 1;
	pointer-events: none;
}
.st5::after {
	content: '';
	position: absolute;
	top: 10px ;
	left: 0 ;
	width: 100%;
	height: 100%;
	border-top: 2px dashed #fff;
	z-index: 1;
	pointer-events: none;
}



.pst {
	padding: 0 15px 3px;
	border-radius: 3.125rem;
	color:#fff;
	font-weight: 500;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.25rem;
}


.stf,.stf-2,.stf-3,.stf-4,.stf-5,.stf-6 {
	position: relative;
	padding:0.5em 0.625em;
	margin-bottom:0;
	color: #fff;
	font-weight: bold;
}
.stf::before,.stf::after,.stf-2::before,.stf-2::after,.stf-3::before,.stf-3::after,
.stf-4::before,.stf-4::after,.stf-5::before,.stf-5::after,.stf-6::after {
     position: absolute;
     top: 100%;
     left:48%;
     content: '';
     border: 14px solid transparent;
}
.stf {background: #f8a260;}
.stf::before,.stf::after {border-top: 12px solid #f8a260;}
.stf-2 {background: #f2c762;}
.stf-2::before,.stf-2::after {border-top: 12px solid #f2c762;}
.stf-3 {background: #69cea5;}
.stf-3::before,.stf-3::after {border-top: 12px solid #69cea5;}
.stf-4 {background: #70b0ed;}
.stf-4::before,.stf-4::after {border-top: 12px solid #70b0ed;}
.stf-5 {background: #d697d8;}
.stf-5::before,.stf-5::after {border-top: 12px solid #d697d8;}
.stf-6 {background: #ed7c5e;}
.stf-6::before,.stf-6::after {border-top: 12px solid #ed7c5e;}


.stf2 {
	text-align: center;
	position: relative;
	padding:0.4em;
	margin-bottom: 0;
	background-color: #9b8376;
	color:#FFFFFF;
}
.stf2::before,
.stf2::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 14px solid transparent;
     border-top: 10px solid #9b8376;
}
.stf3 {
	text-align: center;
	position: relative;
	padding:0.4em;
	margin-bottom: 0;
	background-color: #f2c762;
	color:#FFFFFF;
	font-weight: 500;
}
.stf3::before,
.stf3::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 14px solid transparent;
     border-top: 10px solid #f2c762;
}
.fc1 {
	background-color: #393631;
}
.fc1::before,
.fc1::after {
     border: 14px solid transparent;
     border-top: 10px solid #393631;
}

.boxbg{
    position: relative;
    padding:30px 4% 30px;
    box-sizing: border-box;
    z-index: 1;
}
@media screen and (max-width:480px){
.boxbg{
    padding:30px 4% 15px;
}
}
.boxbg::before{
    position: absolute;
    display: block;
    content: "";
    background: #fff7e5;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
	border-radius: 10px;
}
.boxbgbg2::before{background: #FFF9E5;}
.boxbgbg3::before{background: #fff; border-radius: 10px;}

.news{
	width: 100%;
	height: 40vh;
	margin: 0;
	padding: .1em;
}

.gapk{gap: 1.5rem !important;}
@media screen and (max-width:480px){
	.gapk{gap: 1rem !important;}
}

.kamoku{
	width: 18%;
	box-sizing: border-box;
	text-align: center;
	cursor:pointer;
	transition: 1s;
	max-width:  240px;/* 円のサイズ（高さにもなる） */
	border: 1px solid #fff;
	/* 以下のFlexboxで文字を中央寄せ */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
}
.kamoku:hover{
	background: #C3A95F;
}
.kamoku a{
	padding: 2em 16px;
	width: 100%;
	height: 100%;
	display: block!important;
}
.kamoku a:hover{
	color: #fff;
}
@media screen and (max-width:768px){
	.kamoku{
		width: 28%;
	}
}
@media screen and (max-width:480px){
	.kamoku{
		width: 46%;
	}
	.kamoku img{
		width: 60px;
	}
}

.icon { width: 120px; }


.List-Item-Content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	z-index: 0;
}
@media screen and (max-width: 540px) {
.List-Item-Content {
flex-wrap: wrap;
}
}

.List-Item-Content .col-10{
	position: relative;
}
.List-Item-Content .col-2,.List-Item-Content2 .col-2,.List-Item-Content3 .col-2,
.List-Item-Content4 .col-2,.List-Item-Content5 .col-2,.List-Item-Content6 .col-2 {
	position: relative;
}
.List-Item-Content .col-2::before, .List-Item-Content2 .col-2::before,.List-Item-Content3 .col-2::before,
.List-Item-Content4 .col-2::before, .List-Item-Content5 .col-2::before,.List-Item-Content6 .col-2::before { 
	content: "";
	position: absolute;
	top: 50%!important;
	left: calc(50% - 1px);
	transform: translate(-50%,-50%);
	width: 2px;
	height: 100%;
	z-index: -1;
}

.List-Item-Content .col-2::before {background: #f8a260;}
.List-Item-Content2 .col-2::before {background: #f2c762;}
.List-Item-Content3 .col-2::before {background: #69cea5;}
.List-Item-Content4 .col-2::before {background: #70b0ed;}
.List-Item-Content5 .col-2::before {background: #d697d8;}
.List-Item-Content6 .col-2::before {background: #ed7c5e;}


.List-Item-Content-Number,.List-Item-Content-Number2,.List-Item-Content-Number3,
.List-Item-Content-Number4,.List-Item-Content-Number5,.List-Item-Content-Number6 {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	border-radius: 50%;
	font-family: 'Reem Kufi', sans-serif!important;
}

.List-Item-Content-Number {background: #f8a260;}
.List-Item-Content-Number2 {background: #f2c762;}
.List-Item-Content-Number3 {background: #69cea5;}
.List-Item-Content-Number4 {background: #70b0ed;}
.List-Item-Content-Number5 {background: #d697d8;}
.List-Item-Content-Number6 {background: #ed7c5e;}



@media screen and (max-width: 480px) {
.List-Item-Content-Number,.List-Item-Content-Number2,.List-Item-Content-Number3,
.List-Item-Content-Number4,.List-Item-Content-Number5,.List-Item-Content-Number6 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}
}


.ap{background: linear-gradient(rgba(229,223,214,0.50) 0%,rgba(229,223,214,0.50) 100%);}

.bg-top{position: relative;background: #fff7e5;}
.bg-top::before{
	content: "";
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	position: absolute;
	background:url("../img/top/bg.webp") no-repeat center bottom /cover;
}
@media screen and (max-width:991px){
	.bg-top{padding-bottom: 520px;}
	.bg-top::before{
		top: inherit;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 550px;
		background:url("../img/top/bgsp.webp") no-repeat center /cover;
	}
}
@media screen and (max-width:768px){
	.bg-top{padding-bottom: 460px;}
}
@media screen and (max-width:480px){
	.bg-top{padding-bottom: 280px;}
	.bg-top::before{
		top: inherit;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 25%;
		background:url("../img/top/bg.webp") no-repeat center /cover;
	}
}

.infobg{
	background: url("../img/top/infobg.webp")repeat-x top / 700px;
}
@media screen and (max-width:480px){
	.infobg{
	background: url("../img/top/infobg.webp")repeat-x top / 100%;
}
}

.bordb{border-bottom: 2px solid #dcb65c;}
.bgpt{background: url("../img/top/pt.webp") repeat center / 1%!important;}

.poinbtn a {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px;
	max-width: 300px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	border: 1px solid #393631;
	transition: 0.3s;
	background-color: #393631;
}

@media screen and (max-width:480px){
.poinbtn a {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 10px;
	max-width: 300px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	border: 1px solid #393631;
	transition: 0.3s;
	background-color: #393631;
}
}

.poinbtn a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 1px;
  background-color: #393631;
  transition: 0.2s ease 0s;
}
.poinbtn a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 1px;
  height: 100%;
  background-color: #393631;
  transition: 0.2s ease 0.2s;
}
.poinbtn a:hover::before {
  width: 0%;
}
.poinbtn a:hover::after {
  height: 0%;
}
.poinbtn a:hover {
  text-decoration: none;
  background-color: rgba(255,255,255,0.70);
  color: #393631;
}

.poinbtng a {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 10px;
	max-width: 300px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	border: 1px solid #847465;
	transition: 0.3s;
	background-color: #847465;
}
.poinbtng a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 1px;
  background-color: #847465;
  transition: 0.2s ease 0s;
}
.poinbtng a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 1px;
  height: 100%;
  background-color: #847465;
  transition: 0.2s ease 0.2s;
}
.poinbtng a:hover::before {
  width: 0%;
}
.poinbtng a:hover::after {
  height: 0%;
}
.poinbtng a:hover {
  text-decoration: none;
  background-color: rgba(255,255,255,0.70);
  color: #bd874d;
}

.borderbtn{
	border: 1px solid #493F24;
	display: inline-block;
	position: relative;
	max-width: 500px;
}
.borderbtn a{
	display: block;
	padding: .5em 3.5em;
	color: #493F24;
}
.borderbtn::before,
.borderbtn::after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #493F24;
}
.borderbtn::before{
  width: 60px;
  transform: translate(30px, 0px);
}
.borderbtn::after{
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(25deg);
}
.borderbtn:hover::before,
.borderbtn:hover::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -15%;
	height: 1px;
	transform: 3s;  
	transition-duration: 300ms;
}
.borderbtn:hover::before{
	width: 80px;
	transform: translate(30px, 0px);
	transition-duration: 300ms;
}
.borderbtn:hover::after{
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(25deg);
}
.borderbtn a:hover{
	color: #fff!important;
	background: #8F8056;
	transition: .5s;
}

.borderbtn2{
	border: 1px solid #fff;
}
.borderbtn2 a{
  color: #fff;
}
.borderbtn2::before,
.borderbtn2::after{
  background: #fff;
}
#btnc {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index:1!important;
}
.gradation {
  background: linear-gradient(#af8b34, #bc963f 30%, #deb65e);
  background: -webkit-linear-gradient(#af8b34, #bc963f 30%, #deb65e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bgline{
	position: relative;
}
.bgline::after{
	content: "";
	position: absolute;
	top: 1.2em;
	left: 50%;
	transform: translateX(-50%);
	width: 280px;
	height: 18px;
	background: url("../img/top/line2.webp") no-repeat center / contain;
}



.title {
	width: 100%;
	height: 300px;
	margin-top:80px;
	position: relative;
}
.title::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 500px;
	top:0;
	left:0;
	background: url("../img/t/titel_l.webp") no-repeat left top;
}
.title::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 500px;
	top:0;
	left:inherit;
	right: 0;
	background: url("../img/t/titel_r.webp") no-repeat right top;
}
.title span {
	position: absolute;
	content: "";
	height: 100px;
	width: 100%;
	top:0;
	left:0;
	background: url("../img/top/wave.webp") no-repeat left top;
	z-index: 1;
}
@media screen and (max-width:768px){
.title {
	margin-top:66px;
	height: 240px;
}
.title::before {
	width: 150px;
	background: url("../img/top/f_bg2_sp.webp") no-repeat left bottom / contain;
}
.title::after {
	width: 150px;
	background: url("../img/top/f_bg_sp.webp") no-repeat left top / contain;

}
.title span {
	background: url("../img/top/wave.webp") no-repeat left top / 150% ;
	z-index: 1;
}
}

.titlebg{
	background: url("../img/top/st1.webp");
}

.titlein{
	position: absolute;
	width: 100vw;
	bottom:8%;
	z-index: 1;
}
@media screen and (max-width:480px){
.titlein{
	bottom:10%;
}
}
.value-t {
	position: relative;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: dashed 2px white;
	padding: 20px 10px;
	color: #613620;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	font-size: 36px;
	box-shadow: 0px 0px 0px 5px rgba(242,199,98,.60); background:rgba(242,199,98,.60); 
}
@media screen and (max-width:480px){
.value-t {
	padding: 15px 10px;
	font-size: 28px;
}
}

/*--- Recruit title ---*/

.rectitle {
	width: 100%;
	height: 500px;
	margin-top:80px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width:1400px){
.rectitle {	height: 350px; }
}
@media screen and (max-width:480px){
.rectitle {	height: 420px; }
}

.rectitle::before {
	position: absolute;
	content: "";
	height: 100px;
	width: 100%;
	top:-2px;
	left:0;
	background: url("../img/top/wave.webp") no-repeat left top;
	z-index: 1;
}
@media screen and (max-width:480px){
.rectitle::before {	background: url("../img/top/wave.webp") no-repeat left top / 150%; }
}

.rectitlebg{
	background: url("../img/t/titel_l.webp") no-repeat left bottom ,url("../img/t/titel_r.webp") no-repeat right bottom , 
		        url("../img/dh/title.webp") no-repeat center center / 100%;
}
@media screen and (max-width:1400px){
.rectitlebg{
	background: url("../img/t/titel_l.webp") no-repeat left -20px bottom / contain ,url("../img/t/titel_r.webp") no-repeat right -20px bottom / contain , 
		        url("../img/dh/title.webp") no-repeat center center / cover;
}
}
@media screen and (max-width:480px){
.rectitlebg{ 
	background: url("../img/dh/rec_l_sp.webp") no-repeat left bottom / 150px , url("../img/dh/rec_r_sp.webp") no-repeat right top / 150px , 
				url("../img/dh/title_sp.webp") no-repeat center center / 100% ; }

}

.rectitlein{
	position: absolute;
	width: 100vw;
	bottom:22%;
	z-index: 1;
}
@media screen and (max-width:1400px){
.rectitlein{ bottom:15%; }
}
@media screen and (max-width:768px){
.rectitlein{ bottom:20%; }
}
@media screen and (max-width:480px){
.rectitlein{ bottom:24%; }
}

.recvalue-t {
	position: relative;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px 10px;
	color: #613620;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	background:rgba(255,255,255,.80); 
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
@media screen and (max-width:480px){
.recvalue-t {
	padding: 15px 10px;
}
}


.borderl{
	border-bottom: 1px solid #564722;
	border-image: linear-gradient(to right, #b0a154 0%, #E9E5C6 80%, rgba(255,255,255,0.00) 100%);
	border-image-slice: 1;
}

.slide li img{
	transform: scale(1.2);
	transition-duration: 4s;
}
.slide .active-slide img{
	transform: scale(1);
	
}

#sidenet2{
	margin:0;
	padding:0;
    z-index: 9999!important;
}

#net2-1 {
	position: fixed;
	z-index: 9999!important;
	bottom: 10px;
	right:10px;
	width: 100px;
}
#net2-2 {
	position: fixed;
	z-index: 9999!important;
	bottom: 10px;
	right:120px;
	width: 100px;
}
#net2-3 {
	position: fixed;
	z-index: 9999!important;
	bottom: 10px;
	right:230px;
	width: 100px;
}
#net2-4 {
	position: fixed;
	z-index: 9999!important;
	bottom: 10px;
	right:340px;
	width: 100px;
}
#net2-5 {
	position: fixed;
	z-index: 9999!important;
	bottom: 10px;
	right:450px;
	width: 100px;
}
#net2-6 {
	position: fixed;
	z-index: 9999!important;
	bottom: 10px;
	right:560px;
	width: 100px;
}
@media screen and (max-width:480px){
	#sidenet2,#net2-1,#net2-2,#net2-3,#net2-4,#net2-5,#net2-6,#net2-7{display: none;}
}
.top-m {margin: 12px 0 0;}

/*
#sidenet{
	margin:0;
	padding:0;
	opacity: 0.95;
    z-index: 9999!important;
}

#net1 {
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 180px;
}
#net2 {
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 265px;
}
@media screen and (max-width:480px){
	#sidenet,#net1,#net2{display: none;}
}

*/
#demo-1 {
	overflow: hidden;
	width: 90%;
	min-height: 800px;
	position: relative; 
	margin:0 auto;
	border-radius: 50px;
	z-index: -1;
}
#demo-1::before {
	position: absolute;
	content: "";
	width: 99%;
	height: 98%;
	left: 0;
	right: 0;
	top:0;
	bottom:0;
	margin: auto;
	background: rgba(255,255,255,0.00);
	border: 2px dashed #fff;
	border-radius: 45px;
	z-index: 2;
}

@media screen and (max-width:1500px){
#demo-1 {
	min-height: 450px;
	border-radius: 40px;
}
#demo-1::before {
	width: 97%;
	height: 96%;
	border-radius: 35px;
}
}

@media screen and (max-width:480px){
#demo-1 {
	min-height: 540px;
	border-radius: 40px;
}
#demo-1::before {
	width: 95%;
	height: 97%;
	border-radius: 35px;
}
}


.inner-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 55%;
  left: 0;
  right:0;
  margin: 0 auto;
  padding: 0 13px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.inner-content  {
    font-size: 4em;
	font-family: 'Zen Maru Gothic', sans-serif!important;
	font-weight: 500;
}
.inner-content p {
    font-size: 2em;
	font-family: 'Zen Maru Gothic', sans-serif!important;
     }

@media screen and (max-width:1400px){
.inner-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 55%;
	left: 0;
	padding: 0 13px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); }
    
.inner-content  {
	font-size: 2.5em;
	color: #fff;}
	
.inner-content p {
	line-height: 1.5!important;
	}
}

@media screen and (max-width:768px){
.inner-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 55%;
	left: 0;
	padding: 0 13px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); }
    
.inner-content  {
	font-size: 1.75em;
	color: #fff;}
	
.inner-content p {
	line-height: 1.5!important;
	}
}

ul.flowrec{
	display: flex;
	margin: 0!important;
	padding: 0!important;
	list-style: none;
	justify-content: space-between;
}
.flowrec li{
	width: calc(25% - 20px);
	padding: 1.5em;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
	font-size: 1rem;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	font-weight: 500;
}
.flowrec li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 2;
}
.flowrec li:last-child::before {
  display: none;
}
@media screen and (max-width: 991px) {
	ul.flowrec{
		flex-direction: column;
	}
	.flowrec li{
		width: 100%;
		padding: 1em;
		border: solid 3px #fff;
		margin-bottom: 2.5em;
	}
	.flowrec li::before {
		top: auto;
		right: auto;
		margin-top: auto;	
		bottom: -24px;
		left: 50%;
		margin-left: -15px;
		border: 10px solid transparent;
		border-top: 12px solid #FFF;
	}
}
.season{
	display: block;
	font-weight: bold!important;
	background-color: #daa520;
	color: #fff;
	letter-spacing: .1275rem!important;
	padding: .2em .5em;
	text-align: center;
	border-radius: 6px;
    margin: 0 0 10px 0;
}

table.docke{
	margin:0 auto 15px;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
	empty-cells:show;
    font-family: 'Noto Sans JP', sans-serif!important;
}
.docke th{
	font-size:15px;
	letter-spacing:1px;
	padding:6px;
	color:#333;
	text-align: center;
	vertical-align: middle!important;
    font-weight: normal;
}
.docke td{
	font-size:15px;
	color:#333;
	padding:6px;
	vertical-align: middle!important;
}

@media screen and (max-width: 480px) {
	.docke td,.docke th{
		width: 100%;
	  display: block;
	  padding: 10px;
	}
}
.stnom{
    margin:0;
    position: relative;
    padding-top: 50px !important;
    font-size: 36px !important;
    font-weight: 400 !important;
	line-height: 1.5;
}

.stnom span {
    position: relative;
    z-index: 2 !important ;
}

.stnom::before {
    content: attr(data-en);
    position: absolute;
    top: 0px !important;
    left: 0 !important;
    color: #bd874d;
    font-size: 30px !important;
    z-index: 1 !important ;
    font-weight: 400 !important;
    font-family: serif !important;
}

.tkbg0 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url("../img/top/bg1.webp") no-repeat right top 10% / auto, url("../img/top/bg2.webp") no-repeat right bottom 10% / auto;
}
@media screen and (max-width:480px){
	.tkbg0 {
		background: url("../img/top/bg1.webp") no-repeat right bottom 30% / 80%, url("../img/top/bg2.webp") no-repeat right bottom 2% /100%;
	}
}
.tkbg0::before {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: rgba(239,239,239,0.46);
	transition: width 2s;
	transition-delay: 0s;
}

.tkbg0.delay::before{
	width: 65%!important;
}


.tkbg {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 0!important;
}
.tkbg::before {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	top: 0;
	width: 0%;
	height: 100%;
	transition: width 2s;
	transition-delay: 0s;
}
.tkbg1,.tkbg3,.tkbg5 {
	background: rgba(255,255,255,0.46);
}
.tkbg2,.tkbg4 {
	background: rgba(231,227,218,0.46);
}

.tkbg1::before {
	left: 0;
	background: url("../img/top/re1-2.webp") no-repeat center / auto,rgba(224,230,247,0.46);
}
.tkbg2::before {
	right: 0;
	background: url("../img/top/re2.webp") no-repeat center / auto,rgba(224,230,247,0.46);
}
.tkbg3::before {
	left: 0;
	background: url("../img/top/re3-2.webp") no-repeat center / auto,rgba(224,230,247,0.46);
}
.tkbg4::before {
	right: 0;
	background: url("../img/top/re4.webp") no-repeat center / auto,rgba(224,230,247,0.46);
}
.tkbg5::before {
	left: 0;
	background: url("../img/top/re5-2.webp") no-repeat center / auto,rgba(224,230,247,0.46);
}

.tkbg1.delay::before,.tkbg2.delay::before,.tkbg3.delay::before,.tkbg4.delay::before,.tkbg5.delay::before{
	width: 50%!important;
}

@media screen and (max-width:480px){
	.tkbg1::before {
		background: url("../img/top/re1-2.webp") no-repeat center / cover;
	}
	.tkbg2::before {
		background: url("../img/top/re2.webp") no-repeat center / cover;
	}
	.tkbg3::before {
		background: url("../img/top/re3-2.webp") no-repeat center / cover;
	}
	.tkbg4::before {
		background: url("../img/top/re4.webp") no-repeat center / cover;
	}
	.tkbg5::before {
		background: url("../img/top/re5-2.webp") no-repeat center / cover;
	}
	.tkbg1.delay::before,.tkbg2.delay::before,.tkbg3.delay::before,.tkbg4.delay::before,.tkbg5.delay::before{
		width: 100%!important;
		height: 200px;
	}
}

ul.foottx{
	margin: 0;
	padding: 0;
}
ul.foottx a{color: #f6cc70;}

ul.foottx li {
	margin: 0!important;
	padding: 0;
	float: left;
	list-style: none;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center!important;
		font-family: 'Noto Sans JP', sans-serif!important;
;
}
@media screen and (max-width:480px){
	ul.foottx li {
margin: 0!important;
	padding: 0;
	float: left;
	list-style: none;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center!important;
}
}

.reason{
	background: url("../img/top/p2-2.webp") no-repeat left / 50%,linear-gradient(90deg, #7d835e 0%,#7d835e 86%, #d9d2b3 86%,#d9d2b3 90%,#7d835e 90%,#7d835e 91%,#d9d2b3 91%,#d9d2b3 91.4%,#7d835e 91.4%,#7d835e 92%,#d9d2b3 92%,#d9d2b3 93%,#7d835e 93%,#7d835e 93.5%,#d9d2b3 93.5%,#d9d2b3 93.6%,#7d835e 93.6%,#7d835e 100%);
}
@media screen and (max-width:480px){
	.reason{
		background: url("../img/top/p2-2sp.webp") no-repeat top left / 90%, linear-gradient(90deg, #7d835e 0%,#7d835e 90%, #d9d2b3 90%,#d9d2b3 93%,#7d835e 93%,#7d835e 94%,#d9d2b3 94%,#d9d2b3 94.4%,#7d835e 94.4%,#7d835e 95%,#d9d2b3 95%,#d9d2b3 95.5%,#7d835e 95.5%,#7d835e 96%,#d9d2b3 96%,#d9d2b3 96.6%,#7d835e 96.6%,#7d835e 100%);
	}
}

.greebg{
	background:url("../img/top/wave.webp")no-repeat top ,url("../img/top/wave2.webp")no-repeat bottom ,
			   url("../img/top/wave.webp") no-repeat center top ,url("../img/top/f_bg.webp") repeat-y top right , url("../img/top/f_bg2.webp") repeat-y top left ,url("../img/top/st1.webp")repeat-y;
}
@media screen and (max-width:1024px){
.greebg{
	background:url("../img/top/wave.webp")no-repeat top ,url("../img/top/wave2.webp")no-repeat bottom ,
			   url("../img/top/wave.webp") no-repeat center top  ,url("../img/top/f_bg.webp") repeat-y top right -20px / 25%, url("../img/top/f_bg2.webp") repeat-y top left -20px / 25%,url("../img/top/st1.webp")repeat-y;
	}
}
@media screen and (max-width:480px){
.greebg{
	background:url("../img/top/wave.webp")no-repeat top /150%,url("../img/top/wave2.webp")no-repeat bottom / 150% ,
			   url("../img/top/wave.webp") no-repeat center top ,url("../img/top/f_bg.webp") repeat-y top right -25px / 150px , url("../img/top/f_bg2.webp") repeat-y top left -25px / 150px ,url("../img/top/st1.webp")repeat-y;
	}
}

.feature {
	background:url("../img/top/wave.webp")no-repeat top  ,
		       url("../img/top/fea_bg_r.webp")no-repeat top 10px right / 27% ,url("../img/top/fea_bg_l.webp")no-repeat top 10px left / 25%  , url("../img/top/st2.webp")repeat-y;
}
/*url("../img/top/fea_bg.webp")repeat-y center ,*/
@media screen and (max-width:1024px){
.feature {
	background:url("../img/top/wave.webp")no-repeat top ,
		       url("../img/top/fea_bg_r.webp")no-repeat top 10px right / 35% ,url("../img/top/fea_bg_l.webp")no-repeat top 10px left / 35% ,url("../img/top/st2.webp")repeat-y;
	}
}

@media screen and (max-width:480px){
.feature {
	background:url("../img/top/wave.webp")no-repeat top /150% ,
		       url("../img/top/fea_bg_sp.webp")no-repeat top 30px center/ 100% , url("../img/top/st2.webp")repeat-y;
	}
}

.obio{
		background: #c08b53;
background: linear-gradient(90deg, #c08b53 0%, #c08b53 2%, #dcb65c 2%, #dcb65c 3%,#c08b53 3%,#c08b53 4%,#dcb65c 4%,#dcb65c 4.5%,#c08b53 4.6%,#c08b53 8%, #c08b53 8%);
	}

.obi{
		background: #847465;
background: linear-gradient(90deg, #847465 0%, #847465 2%, #cfc3b3 2%, #cfc3b3 3%,#847465 3%,#847465 4%,#cfc3b3 4%,#cfc3b3 4.5%,#847465 4.6%,#847465 8%, #847465 8%);
	}

@media screen and (min-width:768px){
	.bg-mouth{
		background-image: url("../img/ortho/i2.webp");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: auto;
	}
}

.medibg {
	background: url("../img/top/dot.webp")no-repeat center top -10px / 95% , url("../img/top/dot2.webp")no-repeat center bottom -12px / 95% ;
}
@media screen and (max-width:1024px){
.medibg {
	background: url("../img/top/dot.webp")no-repeat center top -5px / 100% , url("../img/top/dot2.webp")no-repeat center bottom -5px / 100%;
}
}
@media screen and (max-width:480px){
.medibg {
	background: url("../img/top/dot.webp")no-repeat center top -10px / 380% , url("../img/top/dot2.webp")no-repeat left -50px bottom -10px / 390%;
}
}


.h_icon {
	width: 30px;
	margin-right: 5px;
}
@media screen and (max-width:480px){
.h_icon {
	width: 25px;
}
}

.m-btn {
	display: inline-block;
	width: 90%;
	padding:10px;
	border-radius: 50px;
	font-weight: 500;
	color:#fff;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 18px;
}
.m-btn:hover {
	color: #fff;
	opacity:0.7; 
}

.textbox-b-r {
	background-color: #fff;
	padding: 20px 15px;
	border-radius: 0 0 10px 10px;
}
.textbox {
	background-color: #fff;
	padding: 20px 15px;
}
.frame1,.frame2,.frame3,.frame4,.frame5,.frame6 {
	position: relative;
	padding: 10px ;
	border-radius: 300px 300px 10px 10px;
}
.frame1 {border: solid 2px #f2c762;}
.frame2 {border: solid 2px #f8a260;}
.frame3 {border: solid 2px #69cea5;}
.frame4 {border: solid 2px #70b0ed;}
.frame5 {border: solid 2px #d697d8;}
.frame6 {border: solid 2px #ed7c5e;}


.num::before {
	position: absolute;
	color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	font-family: 'Reem Kufi', sans-serif;
	font-weight: 700;
	font-size: 3rem;
	text-align: center;
	line-height: 1.7;
	top: -7%;
	left:40%;
}
@media screen and (max-width:1500px){
.num::before {
	width: 70px;
	height: 70px;
	font-size: 2.5rem;
	top: -6%;
	left:39%;
}
}

.num1::before {content: "01"; background:#f2c762; }
.num2::before {content: "02"; background:#f8a260; }
.num3::before {content: "03"; background:#69cea5; }
.num4::before {content: "04"; background:#70b0ed; }
.num5::before {content: "05"; background:#d697d8; }
.num6::before {content: "06"; background:#ed7c5e; }


.f_bg {
	background: url("../img/top/wave.webp") no-repeat center top ,url("../img/top/f_bg.webp") repeat-y top right , url("../img/top/f_bg2.webp") repeat-y top left , #fefaef;
}
@media screen and (max-width:480px){
.f_bg {
	background:  url("../img/top/wave.webp") no-repeat center top /150% ,url("../img/top/f_bg_sp.webp") no-repeat right -50px top , url("../img/top/f_bg2_sp.webp") no-repeat bottom left -50px , #fefaef;
}
}
	
.bord_b_n {
	border-bottom: none!important;
}	
	
.sbg {
	background: url("../img/top/dot.webp")no-repeat top -30px center , url("../img/top/dot2.webp")no-repeat bottom -14px center , url("../img/top/dot3.webp")no-repeat center left -50px , url("../img/top/dot4.webp")no-repeat center right -50px ;
}
@media screen and (max-width:1024px){
.sbg {
	background: url("../img/top/dot.webp")no-repeat top -40px left -70px , url("../img/top/dot2.webp")no-repeat bottom -10px right -50px / 200% ;
}
}

@media screen and (max-width:480px){
.sbg {
	background: url("../img/top/dot.webp")no-repeat top -20px center / 330% , url("../img/top/dot2.webp")no-repeat bottom -8px right / 320%;
}
}

.ribon {
	position: relative;
	padding:20px 0;
	z-index: 2;
}
.ribon::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 110%;
	top: 1px;
	background: url("../img/top/ribon.webp")no-repeat center center/contain;
	z-index: -1;
}

.value,.value2,.value3,.value4,.value5,.value6 {
	position: relative;
	align-content: center;
	text-align: center;
	border: dashed 2px white;
	padding: 10px;
	color:#fff;
	width: 100%;
}
.value {box-shadow: 0px 0px 0px 5px #f8a260; background:#f8a260; }
.value2 {box-shadow: 0px 0px 0px 5px #f2c762; background:#f2c762; }
.value3 {box-shadow: 0px 0px 0px 5px #69cea5; background:#69cea5; }
.value4 {box-shadow: 0px 0px 0px 5px #70b0ed; background:#70b0ed; }
.value5 {box-shadow: 0px 0px 0px 5px #d697d8; background:#d697d8; }
.value6 {box-shadow: 0px 0px 0px 5px #ed7c5e; background:#ed7c5e; }


.docimg {border-radius: 300px 300px 10px 10px}

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 10px;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: 500;
	position: relative;
	display: block;
	padding: 12px 20px;
	cursor: pointer;
}
.cp_actab label::before {
	position: absolute;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	top: 0;
	bottom: 0;
	left: 0;
	right:0;
	margin: auto;
	border: dashed 2px white;
}
.cp_actab label::after {
	position: absolute;
	font-weight: bold;
	top: 11px;
	right: 20px;
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
}
.cp_actab .cp_actab-content {
	margin:0!important;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
}
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 1000em;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
    box-shadow: -9px 6px 16px -6px rgba(0,0,0,0.2);
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
} 


.c-icon {
	width: 220px;
}
