.font-m{font-family: 'Zen Maru Gothic', sans-serif;}
.fontd{font-family: 'Kaisei Decol', serif!important;}
.imgc{display: block; margin: auto;}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
	font-size: 1rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	color: #1D1D1D;
	line-height: 1.6;
	overflow: hidden;
	background: url("../img/top/wall.webp");
	}

/* Typography */

h1 {
margin:0;
padding:0;
font-size:10px;
text-align:left;
}

h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  color: #242424;
  margin-top: 0;
  margin-bottom: .5rem;
}


h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75rem;
}


h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #242424;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
  color: #a79576;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

em,
li {
  font-size: 1rem;
  font-weight: 300;
  color: #242424;
}

em > a,
li > a {
  color: #242424;
}

em > a:hover,
li > a:hover {
  color: #a79576;
}

small {
  color: #656565;
}

label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #242424;
  margin-bottom: .25rem;
}

i {
  line-height: 1;
}

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

.shadow-white {
  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;
}

/* Paragraph */
p {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #573B28;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media screen and (max-width: 480px){
p {
  font-size: 1rem;
	}
}

/* Links */
a {
  color: #333;
  text-decoration: none;
}

a:focus, a:hover {
  color: #584034;
  text-decoration: none;
  opacity: 0.8;
}

a:focus {
  outline: none;
}

/*----------------------------------
  Selection
------------------------------------*/
::selection {
  color: #fff;
  background: #a79576;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #a79576;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/*----------------------------------
  Button
------------------------------------*/
.s-btn {
  display: 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;
}

/* Button 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;
}

/* Button Color
------------------------------ */
.s-btn--yellow-brd {
  color: #fff;
  background: #7CB6DB;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #7CB6DB;
}

.s-btn--yellow-brd:focus, .s-btn--yellow-brd:hover {
  color: #7CB6DB;
  background: #fff;
  border-color: #7CB6DB;
}


/* aisis
------------------------------ */
header{
	padding: 0;
	text-align: center;
	width: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	 background: rgba(255,255,255,1);
	 box-shadow: 0 0.3125rem 0.75rem rgba(34, 35, 36, 0.05);
}

header .row{margin: 0!important;}

hr{
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #fff;
}

.marker {
 background: linear-gradient(transparent 60%, #FFF2AF 60%);
}

.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;
}
.flend{
	align-self: flex-end;
}
.flcenter{
  align-self: center;
}
.tshadow {text-shadow: 0 0 5px rgba(0,0,0,0.8); }

.bg-strip {background: url("../img/top/strip.webp");}
.bg-check {background: url("../img/top/check.webp");}
.bg-check2 {background: url("../img/top/check2.webp");}
.bg-dot-b {background: url("../img/top/dot_bu.webp");}


/*  Font Family
------------------------------ */
.fontg1{font-family: 'Noto Sans JP', sans-serif;}
.fontg2{font-family: 'Noto Serif JP', serif;}
.fontg3{font-family: 'Shippori Mincho', serif;}
.fontg4{font-family: "M PLUS Rounded 1c";}
.fontg5{font-family: 'Zen Maru Gothic', sans-serif;}
.fontg6{font-family: 'Reem Kufi', sans-serif;}


/*  slide
------------------------------ */

.stxt {
	position: absolute;
	right: 5%;
	top: 40%;
}
@media screen and (max-width:1000px) {
.stxt {
	right: 2%;
}
}
@media screen and (max-width:500px) {
.stxt {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 60%;
}
}

.stxt p {
	background-color: #fcfcf7;
	padding: 30px 80px;
	box-shadow: 4px 4px 16px -6px rgba(0,0,0,0.4);
	border-radius: 150px;
	font-family: "M PLUS Rounded 1c";
	font-weight: 600;
	letter-spacing: .125em;
	margin: 0 auto;
	font-size: 38px;
}
@media screen and (max-width:1400px) {
.stxt p {
	padding: 30px 60px;
	font-size: 24px;
}
}
@media screen and (max-width:1000px) {
.stxt p {
	padding: 20px 50px;
	font-size: 20px;
}
}
@media screen and (max-width:500px) {
.stxt p {
	padding: 20px 0 20px 50px;
	font-size: 20px;
	margin: 0 10px;
}
}

.currit{
    color: #000;
    text-shadow: 2px 1px 0 rgba(255,172,26,0.50),
    2px 2px 0 rgba(255,172,26,0.50),
    2px 1px 0 rgba(255,172,26,0.50),
    2px 2px 0 rgba(255,172,26,0.50);
	letter-spacing: 0.1em;
}
.currit2{
    color: #7CB6DB;
    text-shadow: 2px 1px 0 #9FD0D7,
    2px 2px 0 #9FD0D7,
    2px 3px 0 #9FD0D7,
    2px 4px 0 #9FD0D7;
	letter-spacing: 0.1em;
}
.currit3{
	color: #71bca8;
    text-shadow: 2px 1px 0 #FFF7E0,
    2px 2px 0 #FFF7E0,
    2px 3px 0 #FFF7E0,
    2px 4px 0 #FFF7E0;
	letter-spacing: 0.1em;
}
.currit4{
    text-shadow: 2px 1px 0 #EDE2B9,
    2px 2px 0 #EDE2B9,
    2px 3px 0 #EDE2B9,
    2px 4px 0 #EDE2B9;
	letter-spacing: 0.1em;
}


/* footer time
------------------------------ */
.time {
	width: 100%;
	margin: 0 auto 10px;
}
.time th {
	padding:10px 4px;
	word-break: break-all;
	font-weight: 500!important;
	text-align: center;
	white-space: nowrap;
	font-size: 18px!important;
	color:#fff;
	background: #89c585;
}
.time td {
	padding:10px 4px;
	word-break: break-all;
	font-weight: 500!important;
	text-align: center;
	font-size: 17px!important;
	border-bottom: 1px solid #89c585;
	color: #000;
	background: #ffffff;
}

@media screen and (max-width:480px){
.time td {	font-size: 14px!important; }
.time th {	font-size: 14px!important; }
}

/* footer sp
------------------------------ */
#footel{
	position: relative;
	margin:0;
	width:100%;
	font-weight:normal;
	background: #a9bf41;
}
#ft1{float: left;width: 42.1875%;}
#ft2{float: left;width: 42.1875%;}
#ft3{float: left;width: 15.625%;}
@media screen and (max-width:480px){
#footel {
	z-index: 9999;
	margin:0;
	position: fixed;
    bottom:0;
	width:100%;
	padding:0;
	background-color: rgba(0,0,0,0);
}
}



.st {
	position: relative;
	overflow: hidden;
	padding: 25px 0 ;
}
.st::before {
	content: '';
	position: absolute;
	top: -10px ;
	left: 0 ;
	width: 100%;
	height: 100%;
	border-bottom: 3px dashed #fff;
	z-index: 1;
	pointer-events: none;
}
.st::after {
	content: '';
	position: absolute;
	top: 10px ;
	left: 0 ;
	width: 100%;
	height: 100%;
	border-top: 3px dashed #fff;
	z-index: 1;
	pointer-events: none;
}

.st2,.st2-2 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 26px;
    border-bottom: 3px solid #e3e3e3;
 	font-weight: bold;
}
.st2 span,.st2-2 span {
	position: relative;
	z-index: 2;
}
.st2::before,.st2-2::before {
	content: attr(data-en);
	position: absolute;
	bottom: -1.5em;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: rgba(156,130,89,0.20);
	font-size: 1.25em;
	text-transform: uppercase;
	font-family: 'Oooh Baby', cursive;
 	font-weight: 600;
}
.st2::after {
  content: '';
  background-color: #8ed7cf;
  width: 30%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}
.st2-2::after {
  content: '';
  background-color: #8cccdd;
  width: 30%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
	.st2::before,.st2-2::before {
		bottom: -1.5em;
		font-size: 1em;
	}
}

.st3 {
  font-weight: bold;
  background-color: #fff;
  padding: 0.5em 1em calc(0.5em - 6px);
  position: relative;
	text-align: center;
	border-radius: 20px 20px 0 0;
	border:3px solid #4c9ac0;
  color: #4c9ac0;
}
.st3::after {
  content: '';
  background-color: #4c9ac0;
  width: calc(100% + 6px);
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: -3px;
}

.stm {
  position: relative;/*相対位置*/
  padding-left: 1em;/*アイコン分のスペース*/
  line-height: 1.0;/*行高*/
  color: black;/*文字色*/
}
.stm:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f111";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 0.625em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0.8em;/*アイコンの位置*/
}
.stf {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 10px;
	line-height: 1.5;
	border-radius: 10px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.stf::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.8rem 1rem 0.8rem;
	position: absolute;
	bottom:-26px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
.stfc1{background-color: #569eb9;}
.stfc1::before{border-color:  #569eb9 transparent transparent transparent;}
.stfc2{background-color: #e7bc40;}
.stfc2::before{border-color:  #e7bc40 transparent transparent transparent;}
.stfc3{background-color: #89c585;}
.stfc3::before{border-color:  #89c585 transparent transparent transparent;}
.stfc4{background-color: #fff;}
.stfc4::before{border-color:  #fff transparent transparent transparent;}
.stfc5{background-color: #fe8d8d;}
.stfc5::before{border-color:  #fe8d8d transparent transparent transparent;}

.stf2 {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 10px;
	line-height: 1.5;
	border-radius: 10px 10px 0 0;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.stf2::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.8rem 1rem 0.8rem;
	position: absolute;
	bottom:-26px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}

.stf2-2 {
    position: relative;
	display: inline-block;
	background-color: #ecc431;
    color: #7D6C36;
    text-align: center;
    padding: 15px;
	line-height: 1.5;
	border-radius: 10px;
	letter-spacing: 0.1em;
	font-weight: 300;
}
.stf2-2:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.8rem 1rem 0.8rem;
	border-color:  #ecc431 transparent transparent transparent;
	position: absolute;
	bottom:-30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
.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: 0.5em 0 0.7em;
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, #1f96ce 3px 6px),repeating-linear-gradient(45deg, transparent 0 3px, #1f96ce 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom, top;
    font-weight: bold;
	line-height: 2;
}

.st5 {
	position: relative;
    margin-bottom: 0.5rem;
    padding-bottom: .7rem;
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, #71bca8 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
    font-weight: bold;
	line-height: 2;
}

.st7{
	position: relative;
	color: #fff;
	padding:0.4em 0.2em 0.4em 1.4em;
	font-weight: bold;
	border-radius: 10px;
	letter-spacing: .05em;
}
.st7::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 1em;
     height:2px;
     background-color:#fff;
}

.st8 {
	position: relative;
	padding: 0 50px;
	text-align: center;
	z-index: 0;
	line-height: 1;
}
.st8:before {
	position: absolute;
	top: calc(40% - 1px);
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: #fff;
	z-index: -1;
	display: inline-block;
}
.st8:after {
	position: absolute;
	bottom: calc(60% - 10px);
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: #fff;
	z-index: -2;
}
.st8 span {
	position: relative;
	padding: 0 1em;
	background: #FFD764;
	z-index: -1;
	display: inline-block;
}
.st8c1 span {
	background: #FFD764;
	border-radius: 10px;
	padding: 10px 20px;
}
.st8c2 span {
	background: #BFDBD4;
	border-radius: 10px;
	padding: 10px 20px;
}

.st9 {
	position: relative;
	padding: 0 50px;
	text-align: center;
	z-index: 0;
	line-height: 1;
}
.st9:before {
	position: absolute;
	top: calc(40% - 1px);
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: #000;
	z-index: -1;
	display: inline-block;
}
.st9:after {
	position: absolute;
	bottom: calc(60% - 10px);
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: #a9d62b;
	z-index: -2;
}
.st9 span {
	position: relative;
	padding: 0 1em;
	background: #b2d8e5;
	z-index: -1;
	display: inline-block;
}
.st9c1 span {
	background: #b2d8e5;
	border-radius: 10px;
	padding: 10px 20px;
}
.st9c2 span {
	background: #fff;
	border-radius: 10px;
	padding: 10px 20px;
}

table.com{
	margin:0 auto;
	width:100%;
    border-collapse:separate;
    border-spacing:6px;
    empty-cells:show;
}
.com th{
	font-size: 16px;
	letter-spacing: 0;
    padding:12px;
	color: #333;
	font-weight: 600;
	text-align: center;
}
.com td{
	font-size: 16px;
	color: #333; 
	padding: 12px;
	font-weight: 500;	
	text-align: right;
	letter-spacing: 0;
}

table.comno{
	margin:0 auto;
	width:100%;
    border-collapse:separate;
    border-spacing:6px;
    empty-cells:show;
}
.comno th{
	font-size: 16px;
	letter-spacing: 0;
    padding:12px;
	color: #333;
	font-weight: 600;
	text-align: center;
}
.comno td{
	font-size: 16px;
	color: #333; 
	padding: 12px;
	font-weight: 500;	
	text-align: right;
	letter-spacing: 0;
}
@media screen and (max-width:480px){
	.com th,.com td{
		width: 100%;
		font-size: 14px;
		display: block;
		padding: .6em;
	}
	.comno th,.comno td{
		font-size: 14px;
		padding: .6em;
	}
}
table.com2{
	margin:0 auto;
	padding: 4px;
	width:100%;
    border-collapse:separate;
    border-spacing:6px;
    empty-cells:show;
}
.com2 th{
	font-size: 14px;
	letter-spacing: 1px;
    padding:1em;
    text-align:center;
	color: #333;
}
.com2 td{
	font-size: 14px;
	color: #333; 
    padding:1em;
}
.bgpt{background: url("../img/top/pt.webp") repeat center / 5%;}
@media screen and (max-width:480px){.bgpt{background: url("../img/top/pt.webp") repeat center / 10%;}}
.bgpt2{background: url("../img/top/pt2.webp") repeat center / 5%;}
@media screen and (max-width:480px){.bgpt2{background: url("../img/top/pt2.webp") repeat center / 10%;}}
.bgpt3{background: url("../img/top/pt3.webp") repeat center / auto;}
@media screen and (max-width:480px){.bgpt3{background: url("../img/top/pt3.webp") repeat center / auto;}}

.disc{
	list-style: disc!important;
	color: #45340C;
	font-weight: 400!important;
}
.disc li{
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 0.9375rem;
}
.disc2 li{
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 0.9375rem;
}

.disc-cus,.disc-cus-2{
	list-style: none!important;
	color: #45340C;
	font-weight: 400!important;
	padding: 0 0 0 5px;
}
.disc-cus li,.disc-cus-2 li{
	position: relative;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 0.9375rem;
	padding: 0 0 0 20px;
}
.disc-cus li::before,.disc-cus-2 li::before{
    position:  absolute; 
	content:  "";    
    width:  9px;               
    height:  9px;
	left:0;
    top: 8px;   
    border-radius:  50%;        
}
.disc-cus li::before {background-color: #e7bc40;}
.disc-cus-2 li::before {background-color: #569eb9;}



.radius-b{
	border-radius:20px;
}
.wrap{
	position: relative;
}
#pic{
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
#picin{
	position: relative;
	clear:both;
	margin:0 auto;
	padding:0;
}
#pict{
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
}
#pict{
	width: 20%;
    text-align: center;
	padding-bottom:40px;
}
@media screen and (max-width:480px){
	#pict{
		width: 80%;
		padding-bottom:10px;
	}
}
#pic ul,#pic li {
	float:left;
	list-style: none;
	margin: 0;
	padding:0;
}
#back-top{
	position: fixed;
	bottom: 5vh;
	right: 1.5%;
	z-index: 9999;
}
#back-top a{
	width: 100px;
	height: 100px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
@media screen and (max-width:480px){
	#back-top{
		position: fixed;
		bottom: 8vh;
		right: 3%;
		z-index: 9999;
	}
	#back-top a{
		width: 70px;
		height: 70px;
		display: block;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
}
.apb {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1.2em;
  color: #fff;
  font-weight: 700;
  transition: 0.3s;
  border-radius: 10px;
}
.apb::before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  width: calc(100% - 0.8em);
  height: calc(100% - 0.8em);
  border: 4px dotted #fff;
  transition: 0.2s;
  border-radius: 10px;
}
.apb:hover::before {
  top: 0.5em;
  left: 0.5em;
  width: calc(100% - 1.2em);
  height: calc(100% - 1.2em);
}
.apb:hover {color: #fff;}

.ap1 .apb  {background-color: #f9c12f;}
.ap2 .apb  {background-color: #1f96ce;}
.ap3 .apb  {background-color: #71bca8;}

.supt{
  position: relative;
  display: inline-block;
  padding: 0 45px;
	color: #553817;
	font-weight: 700;
}
.supt:before, .supt:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #553817;
}
.supt:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.supt:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.supt2{
  position: relative;
  display: inline-block;
  padding: 0 45px;
	color: #f9c12f;
	font-weight: 700;
}
.supt2:before, .supt2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 4px;
  background-color: #f9c12f;
}
.supt2:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.supt2:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.supt3{
  position: relative;
  display: inline-block;
  padding: 0 45px;
	color: #1f96ce;
	font-weight: 700;
}
.supt3:before, .supt3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 4px;
  background-color: #1f96ce;
}
.supt3:before {
  left:-10px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.supt3:after {
  right:10px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.supt4{
  position: relative;
  display: inline-block;
  padding: 0 45px;
	color: #573B28;
	font-weight: 700;
}
.supt4:before, .supt4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #573B28;
}
.supt4:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.supt4:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}


.tit{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}
.tit::before,.tit::after{
	content: "";
	width: 30%;
	height: 40px;
}
.tit::before {
	margin-right: 20px;
}
.tit::after {
	margin-left: 20px;
}

.tita::before,.tita::after{
	background: url("../img/top/tit.webp") no-repeat center / contain;
}
@media screen and (max-width:768px){
.tit::before,.tit::after{
	content: "";
	width: 25%;
	height: 50px;
}
.tit::before {
	margin-right: 20px;
}
.tit::after {
	margin-left: 20px;
}

.tita::before,.tita::after{
	background: url("../img/top/tit.webp") no-repeat center / contain;
}
}
@media screen and (max-width:480px){
.tit {
	flex-direction: column;
}

.tit::after{
	content: "";
	width: 65%;
	height: 40px;
	margin-top:10px;
}
	.tit::before {
	margin-right: inherit;
	width: inherit;
	height: inherit;
	background: none;
}
}

.line01 span:after {
    background: radial-gradient(circle farthest-side, #FFF4BB, #FFF4BB 60%, transparent 60%, transparent);
    background-size: 10px;
    content: '';
    display: block;
    height: 10px;
    width: 100%;
}

.res_bg {
    background:rgba(255,255,255,0.8);
    border-radius: 15px;
}

.res2 {
	position: relative;
	background:url("../img/top/re_bk4.webp")no-repeat left top , url("../img/top/re_bk4.webp")no-repeat right bottom , url("../img/top/wall4.webp");
}

.res2f{
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	margin: auto;
}

@media only screen and (max-width: 480px) {
	.res2 {
	background: url("../img/top/re_bk4.webp")no-repeat left bottom /50% ,
		        url("../img/top/re_bk4.webp")no-repeat right top / 50% , url("../img/top/wall4.webp");
}
.res2f{
	top: -30px;
}
}

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: 'Zen Maru Gothic', 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;
	}
}
.step{
	display: block;
	font-weight: bold!important;
	background-color: #FFD764;
	color: #553817;
	letter-spacing: .05rem;
	padding: .2em .5em;
	text-align: center;
	border-radius: 6px;
}
.border-d{border: double 10px #a9d62b;}

.border-d2{border: double 10px #1f96ce;}

#child{
	position: relative;
	z-index: 0;
	padding-top: 1.6em;
}
#child::before{
	content: "";
	position: absolute;
	margin: auto;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	height: 204px;
	width: 100%;
	background: url("../img/top/chibg.webp") no-repeat center top / contain;
	z-index: -1;
}
#child p{
	font-size: 16px;
}
@media screen and (max-width: 576px){
	#child{
		padding-top: .5em;
	}
	#child::before{
		margin: auto;
		top:-.6em;
		background: url("../img/top/chibg.webp") no-repeat center top / contain;
		height: 200px;
		width: 118%;
	}
	#child p{
		font-size: 14px;
	}
}
.stsec{
	height: 42px;
	border: none;
}
.stsec::before{
	position: absolute;
	content: "";
	botom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url("../img/top/sec.webp") repeat-x center bottom / 80%;
	width: 100%;
	height: 42px;
}
@media screen and (max-width: 480px){
	.stsec::before{
		background: url("../img/top/sec.webp") repeat-x center bottom / 200%;
	}
}
.box{
    padding: 20px 15px 15px;
	border-radius: 0 0 10px 10px;
}

.bord2{border: 8px dotted #1f96ce;}
@media screen and (max-width: 480px){
	.bord2{border: 6px dotted #1f96ce;}
}

.bord3{border: 8px dotted #f9c12f;}
@media screen and (max-width: 480px){
	.bord3{border: 6px dotted #f9c12f;}
}

.bord4{border: 8px dotted #8dd06c;}
@media screen and (max-width: 480px){
	.bord{border: 6px dotted #8dd06c;}
}

.voice1 {
  display: inline-block;
  position: relative; 
  margin: 0;
  padding: 10px;
  max-width: 1100px;
  border-radius: 12px;
  background: #fff;
}
.voice1:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #fff;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.voice2 {
  display: block;
  position: relative; 
  margin: 0;
  padding: 8px;
  max-width: 1100px;
  border-radius: 12px;
  background: #FFF8CF;
}
.voice2:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #FFF8CF;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}


.bg-poi {
	background: url("../img/top/pointbg.webp") , #FFFDF4;
}
.bg-main {
	background: url("../img/top/main_r.webp")no-repeat right bottom , url("../img/top/main_l.webp")no-repeat left bottom ;
}
.bg-flow {
	background: url("../img/top/main_r.webp")no-repeat right top , url("../img/top/main_l.webp")no-repeat left top 50% ,
				url("../img/top/main_r.webp")no-repeat right bottom, #fff ;
}
.bg-other {
	background: url("../img/top/pointbg.webp") no-repeat top center / cover, #F4FAFF;
}

.bg-about {
	background: url("../img/top/flowbg.webp")no-repeat top center / 100%,rgba(255,255,255,0.8);
}
.bg-price {
	background: url("../img/top/aboutbg.webp") top center / 100%;
}
.bg-case {
	background: url("../img/top/casebg.webp")no-repeat bottom center;
}

@media screen and (max-width:1400px){
.bg-main {
	background: url("../img/top/main_r_sp.webp")no-repeat right center / 30% , url("../img/top/main_l_sp.webp")no-repeat left center / 30%;
}
}
@media screen and (max-width:480px){
.bg-main {
	background: url("../img/top/main_r_sp.webp")no-repeat right center / 50% , url("../img/top/main_l_sp.webp")no-repeat left center / 50%;
	}
.bg-flow {
	background: url("../img/top/main_r_sp.webp")no-repeat right top / 80% , url("../img/top/main_l_sp.webp")no-repeat left top 35% / 80% ,
				url("../img/top/main_r_sp.webp")no-repeat right top 60% / 80% , url("../img/top/main_l_sp.webp")no-repeat left bottom / 80%, #fff ;
}
}

#map {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius:20px ;
	overflow: hidden;
}
@media only screen and (max-width:991px){
#map {
	height: 450px;
}
}

.sidenet{
	margin:0;
	padding:0;
	opacity: 0.95;
	z-index: 999999!important;
	position: relative;
}
.net1 {
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 180px;
}
.net2 {
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 310px;
}
.net3 {
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 440px;
}
@media screen and (max-width:480px){
	.sidenet,.net1,.net2,.net3{display: none;}
}

.servbig{
	width: 45%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain!important;
    position: absolute;
    top: 0!important;
}
.servbr{
	right: 0;
	background-position:right top;
}
.servbl{left: 20%!important;background-position:left bottom!important;}

@media only screen and (max-width: 480px) {
.servbig{
    position: absolute;
	width: 100%!important;
	height: 300px;
	background-position:top;
}
}

.resimg {
	width: 65%;
}
.mainimg {
	width: 80vw;
}

.textbox-br {
	background-color: #fff;
	padding: 20px;
	border-radius: 0 0 20px 20px;
}

.textbox-flow {
	border-radius: 0 5px 5px 0;
}
.flowimg {
	border-radius: 5px 0 0 5px;
}

@media only screen and (max-width: 480px) {
.textbox-flow {
	border-radius: 0 0 5px 5px;
}
.flowimg {
	border-radius: 5px 5px 0 0;
}
}

.List-Item-Content {
	position: relative;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
	z-index: 1;
	font-weight: 600;
}

.List-Item-Content .col-2{
	position: relative;
}
.List-Item-Content .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.fl1 .col-2::before {background: #1f96ce;}
.List-Item-Content.fl2 .col-2::before {background: #1f96ce;}
.List-Item-Content.fl3 .col-2::before {background: #1f96ce;}
.List-Item-Content.fl4 .col-2::before {background: #1f96ce;}
.List-Item-Content.fl5 .col-2::before {background: #1f96ce;}

@media screen and (max-width: 540px) {
  .List-Item-Content {
    flex-wrap: wrap;
  }
}
.List-Item-Content-Number {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 36px;
	background: #1f96ce;
}
@media screen and (max-width: 480px) {
  .List-Item-Content-Number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
  }
}

.po1 {background: url("../img/top/po1.webp")no-repeat right 20px center / 50% ;}
.po2 {background: url("../img/top/po2.webp")no-repeat right 20px center / 50% ;}
.po3 {background: url("../img/top/po3.webp")no-repeat right 20px center / 50% ;}

.circle_number {
	width: 40px;
	height: 40px;
	padding-top: 1px;
	background-color: #1f96ce;
	border-radius: 50%;
	text-align: center;
	color:#fff;
	font-size: 24px;
	font-family: 'Reem Kufi', sans-serif;
	font-weight: 500;
	
}

.pedit {
	position: relative;
	z-index: 1;
	color: #fff;
	letter-spacing: 0.41em!important;
	margin-right: .2em;
}
.pedit::before{
	text-align: center;
	white-space: pre;
	content: "●●●●●●●●●●●";
	color: #569eb9;
	position: absolute;
	left: -.25em;
	width: 100%;
	z-index: -1;
	font-size: 2.125em;
	letter-spacing: -0.34em;
	line-height: .7;
}

.main_b {width: 400px;}

@media screen and (max-width: 480px) {
.main_b {width: 300px;}
}

.doc {
	position: relative;
}
.doc p{
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;
}

.doc::before {
	position: absolute;
	content: "";
	width: 400px;
	height: 500px;
	top: -10%;
	right: 5%;
	background: url("../img/top/doc1.webp") top center / 100%;
}
.doc::after {
	position: absolute;
	content: "";
	width: 400px;
	height: 500px;
	bottom: -10%;
	left: 5%;
	background: url("../img/top/doc2.webp") top center / 100%;
}
@media screen and (max-width: 1400px) {
.doc::before {
	width: 250px;
	height: 450px;
	top: -5%;
	right:0;
	background: url("../img/top/doc1.webp") no-repeat top center / cover;
}
.doc::after {
	width: 300px;
	height: 450px;
	bottom: -10%;
	left: -70px;
	background: url("../img/top/doc2.webp") no-repeat top center / cover;
}
}

@media screen and (max-width: 991px) {
.doc::before,.doc::after {display: none;
}
}



.poi1,.poi2,.poi3,.poi4,.poi5 {
	position: relative;
}

.poi1::before,.poi3::before,.poi5::before {
	position: absolute;
	content: "";
	background: rgba(138,200,117,0.25);
	width: 52vw;
	height: 350px;
	bottom: -40px;
	left: 0;
	z-index: -1;
}
.poi2::before,.poi4::before {
	position: absolute;
	content: "";
	background: rgba(251,176,59,0.3);
	width: 52vw;
	height: 350px;
	bottom: -40px;
	right: 0;
	z-index: -1;
}

.poi1::after,.poi3::after,.poi5::after {
	position: absolute;
	content: "";
	width: 100vw;
	height: 100%;
	bottom: 0;
	top: 0;
	margin: auto;
	right: 0;
	z-index: -1;
}
.poi2::after,.poi4::after {
	position: absolute;
	content: "";
	width: 100vw;
	height: 100%;
	bottom: 0;
	top: 0;
	margin: auto;
	left: 0;
	z-index: -1;
}

.poi1::before {	background: rgba(240,161,84,0.3); }
.poi2::before {	background: rgba(86,158,185,0.3); }
.poi3::before {	background: rgba(231,188,64,0.3); }
.poi4::before {	background: rgba(137,197,133,0.3); }
.poi5::before {	background: rgba(227,134,134,0.3); }

.poi1::after {	background: url("../img/top/po1bg.webp")no-repeat center right / contain; }
.poi2::after {	background: url("../img/top/po2bg.webp")no-repeat center left / contain; }
.poi3::after {	background: url("../img/top/po3bg.webp")no-repeat center right / contain; }
.poi4::after {	background: url("../img/top/po4bg.webp")no-repeat center left / contain; }
.poi5::after {	background: url("../img/top/po5bg.webp")no-repeat center right / contain; }


@media screen and (max-width: 1400px) {
.poi1::before,.poi2::before,.poi3::before,.poi4::before,.poi5::before {
	width: 52.5vw;
	height: 150px;
	top: 150px;
}
}

@media screen and (max-width: 768px) {
.poi1::before,.poi2::before,.poi3::before,.poi4::before,.poi5::before {
	width: 100vw;
	height: 150px;
	top: 160px;
}
.poi1::after,.poi2::after,.poi3::after,.poi4::after,.poi5::after {
	bottom: -300px;
	opacity: 0.5;
}

}

@media screen and (max-width: 480px) {
.poi1::before,.poi2::before,.poi3::before,.poi4::before,.poi5::before {
	width: 100vw;
	height: 150px;
	top: 175px;
}
.poi1::after,.poi2::after,.poi3::after,.poi4::after,.poi5::after {
	bottom: -300px;
	opacity: 0.5;
}
}



.main {
	position: relative;
	background-color: rgba(255,255,255,0.5);
	background-image: url("../img/top/mainbg.webp");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto;
	background-attachment: scroll;
}
.main::before,.main::after {
	position: absolute;
	content: "";
	width: 250px;
	height: 350px;
	bottom: 50px;
	right: 250px;
	background: url("../img/top/c1.webp")no-repeat center center / contain ;
	z-index: 1;
}
.main::after {
	left: 220px;
	background: url("../img/top/c2.webp")no-repeat center center / contain ;
	z-index: 1;
}

@media only screen and (max-width: 1850px) {
.main::before,.main::after {
	bottom: 50px;
	right: 100px;
}
.main::after {
	left: 100px;
}
}

@media only screen and (max-width: 1600px) {
.main::before,.main::after {
	bottom: 50px;
	right: 20px;
}
.main::after {
	left: 20px;
}
}

@media only screen and (max-width: 1400px) {
.main::before,.main::after {
	width: 150px;
	height: 250px;
	bottom: 50px;
	right: 20px;
}
.main::after {
	left: 0;
}
}
@media only screen and (max-width: 768px) {
.main::before,.main::after {
	width: 100px;
	height: 200px;
	bottom: 50px;
	right: 20px;
}
.main::after {
	left: 20px;
}
}
@media only screen and (max-width: 480px) {
.main::before,.main::after {
	width: 100px;
	height: 200px;
}
.main::after {
	bottom: 0;
	left: -10px;
}
.main::before {
	bottom: 300px;
	right: 16px;
}
}
	

.main2 {
	background: url("../img/top/medibg.webp")no-repeat left bottom ,url("../img/top/infobg_sp.webp")no-repeat right top , 
		        url("../img/top/infobg2_sp.webp")no-repeat left top , url("../img/top/wall3.webp");
}
@media only screen and (max-width: 480px) {
	.main2 {
	background: url("../img/top/medibg.webp")no-repeat left bottom /50% ,
		        url("../img/top/infobg_sp.webp")no-repeat right top / 85% , url("../img/top/wall3.webp");
}
}

ul.iconlist{
	list-style: none;
	padding-left: 1em; 
	margin: 0;
}
ul.iconlist li{
	position: relative;
	padding-left: 0.4em;
  font-weight: 500;
  color: #573B28;
	line-height: 1.3;
	margin:  0 0 10px;
}
ul.iconlist li:before{
position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	left: -1em!important;
	top:0.2em ;
	font-weight: 600;
	color:#628E4A;
}


.bg-merit {
	background:  100%, url("../img/top/s2.webp")no-repeat bottom center / 100%, url("../img/top/strip.webp");
}
@media only screen and (max-width: 480px) {
	.bg-merit {
	background: url("../img/top/ssp.webp")no-repeat top center / 100% ,url("../img/top/s2.webp")no-repeat bottom center / 100%, url("../img/top/strip.webp");
}
}
