.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: 'Zen Maru Gothic', sans-serif;
	font-weight: normal;
	color: #1D1D1D;
	line-height: 1.6;
	overflow: hidden;
	background: url("../img/top/check.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;
}

/* Paragraph */
p {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #000;
  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 70%, #F6FF62 70%);
}

.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-check {background: url("../img/top/check.webp");}
.bg-check2 {background: url("../img/top/check2.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: #f9c12f;
}
.time td {
	padding:10px 4px;
	word-break: break-all;
	font-weight: 500!important;
	text-align: center;
	font-size: 17px!important;
	border-bottom: 1px solid #f9c12f;
	color: #472105;
	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:500;
	background: #393631;
	z-index: -1!important;
	font-family: 'Zen Maru Gothic', sans-serif;
}
@media screen and (max-width:575px){
#footel {
	z-index: 9999!important;
	margin:0;
	position: fixed;
    bottom:0;
	width:100%;
	padding:0;
	background-color: rgba(0,0,0,0);
	
}
}

.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;/*アイコンの位置*/
}


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

.st2,.st2-2,.st2-3 {
	position: relative;
	padding-top: 26px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%!important;
	line-height: 1.2;
	z-index: 0;
}
.st2 span ,.st2-2 span,.st2-3 span {
	z-index: 2;
	display: inline-block;
	padding: .2em 0;
}
.st2::before ,.st2-2::before,.st2-3::before {
	content: attr(data-en);
	position: absolute;
	width: 100%;
	top: -.4em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.2em;
	font-weight: bold;
	z-index: 1;
	font-family: 'Montserrat', sans-serif;
}
.st2::before {color: #f9c12f;}
.st2-2::before {color: #bbd342;}
.st2-3::before {color: #199fe5;}
	
	
@media screen and (max-width: 480px) {
	.st2::before ,.st2-2::before {
		top: -.2em;
		font-size: 1em;
	}
}

.stf {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 10px;
	line-height: 1.5;
	border-radius: 10px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 1em;
}
.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: #199fe5;}
.stfc1::before{border-color:  #199fe5 transparent transparent transparent;}
.stfc2{background-color: #f9c12f;}
.stfc2::before{border-color:  #f9c12f transparent transparent transparent;}
.stfc3{background-color: #24b43f;}
.stfc3::before{border-color:  #24b43f transparent transparent transparent;}
.stfc4{background-color: #fb6d6d;}
.stfc4::before{border-color:  #fb6d6d transparent transparent transparent;}

.stf2 {
    position: relative;
	display: inline-block;
    text-align: center;
    padding: 15px 30px;
	line-height: 1.5;
	border-radius: 10px;
	letter-spacing:0;
	font-weight: 300;
}
.stf2:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.8rem 1rem 0.8rem;
	position: absolute;
	bottom:-30px;
	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;
}

.st3 {
	position: relative;
	background-color: #FFF5E6;
	line-height: 1.5;
	border-top: 6px dotted #E7DA2A;
	border-bottom: 6px dotted #E7DA2A;
	padding: 0.4em;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: 600;
	color:#553817;
}


.st4 {
	position: relative;
    padding-bottom: .7rem;
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, #ff9804 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, #f9c12f 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
    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,.st8-2 ,.st8-3 {
	position: relative;
	padding: 0 50px;
	text-align: center;
	z-index: 0;
	line-height: 1;
}
.st8:before,.st8-2:before,.st8-3:before {
	position: absolute;
	top: calc(40% - 1px);
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	z-index: -1;
	display: inline-block;
}
.st8:after,.st8-2:after,.st8-3:after {
	position: absolute;
	bottom: calc(60% - 10px);
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	z-index: -2;
}
.st8:before,.st8:after {background: #f9c12f;}
.st8-2:before,.st8-2:after {background: #24b43f;}
.st8-3:before,.st8-3:after {background: #199fe5;}

.st8 span {
	position: relative;
	padding: 0 1em;
	background: #fff7db;
	z-index: -1;
	display: inline-block;
}
.st8c1 span {
	background: #fff7db;
	border-radius: 10px;
	padding: 10px 20px;
}
.st8c2 span {
	background: url("../img/top/st1.webp") repeat-y top center;
	border-radius: 10px;
	padding: 10px 20px;
}
.st8c3 span {
	background: url("../img/top/check.webp") top center;
	border-radius: 10px;
	padding: 10px 20px;
}
.st8c4 span {
	background: #fff;
	border-radius: 10px;
	padding: 10px 20px;
}
.st8c5 span {
	background: #E5F3D2;
	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.1em!important;
    padding:1em;
	color: #333;
	font-weight: 600;
	text-align: center;
}
.com td{
	font-size: 16px;
	color: #333; 
	padding: 1em;
	font-weight: 500;
	text-align: right;
	letter-spacing: 0.0625em;
}
@media screen and (max-width:480px){
	.com th,.com td{
		width: 100%;
		font-size: 14px;
		display: block;
		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;
	padding-left: 25px;
}
.disc li{
	margin-bottom: .5em;
	font-weight: 500;
	font-size: 0.94rem;
}
.disc2 li{
	margin-bottom: .2em;
	font-weight: 500;
	font-size: 0.94rem;
}
.radius-b{border-radius:0 0 20px 20px;}
.radius-b-10{border-radius:0 0 10px 10px;}
.radius-t{border-radius: 20px 20px 0 0;}
.radius-t-10{border-radius: 10px 10px 0 0;}
.radius-tl-10 {border-radius: 10px 0 0 0 !important;}
.radius-tr-10 {border-radius: 0 10px 0 0 !important;}
.radius-bl-10 {border-radius: 0 0 0 10px !important;}
.radius-br-10 {border-radius: 0 0 10px 0 !important;}

.bord_b_n {	border-bottom: none!important;}


.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: 100px;
}
.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: 100px;
}
.apb:hover::before {
  top: 0.5em;
  left: 0.5em;
  width: calc(100% - 1.2em);
  height: calc(100% - 1.2em);
}
.apb:hover {color: #fff;	opacity: 1;
}

.ap1 .apb  {background-color: #ff9804;}
.ap2 .apb  {background-color: #199fe5;}
.ap3 .apb  {background-color: #24b43f;}

.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,.supt2-2{
	position: relative;
	display: inline-block;
	padding: 0 35px;
	font-weight: 700;
}
.supt2 {color: #ff9804;}
.supt2-2 {color: #24b43f;}

.supt2:before, .supt2:after ,.supt2-2:before, .supt2-2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 40px;
	height: 4px;
}
.supt2:before, .supt2:after {background-color: #ff9804;}
.supt2-2:before, .supt2-2:after {background-color: #24b43f;}

.supt2:before ,.supt2-2:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.supt2:after ,.supt2-2:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media screen and (max-width:480px){
.supt2,.supt2-2{
	padding: 0 25px;
	font-weight: 600;
}
.supt2:before, .supt2:after ,.supt2-2:before, .supt2-2:after {
  width: 30px;
  height: 3px;
}
}

.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: #000;
	font-weight: 700;
}
.supt4:before, .supt4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #000;
}
.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 {
	background: url("../img/top/res_bg.webp")repeat-x center top / 750px ,#fff;
}

@media screen and (max-width:1400px){
.res {
	background: url("../img/top/res_bg.webp")repeat-x center top / 450px ,  #fff;
}
}
@media screen and (max-width:480px){
.res {
	padding-top: 30px;
	background: url("../img/top/res_bg.webp")repeat-x center top / 400px , #fff;}
}

.res2 {
	margin: 0 0 -3px 0 ;
	background: url("../img/top/res_bg.webp")repeat-x center top / 750px ,url("../img/top/wave4.webp")no-repeat bottom center / 100% ,#fff;
}

@media screen and (max-width:1400px){
.res2 {
	background: url("../img/top/res_bg.webp")repeat-x center top / 450px ,url("../img/top/wave4.webp")no-repeat bottom center / 100% , #fff;
}
}
@media screen and (max-width:480px){
.res2 {
	padding-top: 30px;
	background: url("../img/top/res_bg.webp")repeat-x center top / 400px ,url("../img/top/wave4_sp.webp")no-repeat bottom center / 100%  , #fff;}
}


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: #f9c12f;
	color: #fff;
	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%;
	}
}
.boxbg{
    position: relative;
    padding: 0 4% 30px;
    box-sizing: border-box;
	z-index: 1;
}
.boxbg::before{
    position: absolute;
    display: block;
    content: "";
    background: #fff;
	border-radius: 20px;
    background-size: 100% auto;
    width: 100%;
    height: calc(100% - 2rem);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.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 #24b43f;}
@media screen and (max-width: 480px){
	.bord{border: 6px dotted #24b43f;}
}

.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: insblock;
  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-main {
	background: url("../img/top/tree3.webp")no-repeat left center , url("../img/top/tree3-2.webp")no-repeat right center ;
}

.bg-pedi {
	margin:-10px 0 0 ;
	padding:140px 0 80px;
	background: url("../img/top/wave.webp")no-repeat top center / 100% ;
}

.bg-ortho,.bg-season {
	padding:140px 0 80px;
	background: url("../img/top/wave2.webp")no-repeat top center / 100% ;
}

.bg-merit {
	padding:140px 0 70px;
	background: url("../img/top/wave3.webp")no-repeat top center / 100%  ,
				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/st1.webp")repeat-y top center;
}
.bg-qa {
	margin:0 0-3px 0 ;
	padding:140px 0 80px;
	background: url("../img/top/wave3.webp")no-repeat top center / 100% , url("../img/top/wave2-2.webp")no-repeat bottom center / 100%;
}

.bg-doc {
	margin:0 0 -3px 0;
	padding:140px 0 160px;
	background: url("../img/top/wave2.webp")no-repeat top center / 100% , url("../img/top/tree2.webp")no-repeat bottom center / 100% ;
}

@media screen and (max-width:1400px){
.bg-main {
	background: url("../img/top/tree3.webp")no-repeat left -220px center , url("../img/top/tree3-2.webp")no-repeat right -220px center ;
}
.bg-pedi {
	padding:80px 0 40px;
	background: url("../img/top/wave.webp")no-repeat top center / 100% ;
}
.bg-qa {
	padding:80px 0 40px;
	background: url("../img/top/wave3.webp")no-repeat top center / 100% , url("../img/top/wave2-2.webp")no-repeat bottom center / 100%;
}
.bg-merit {
	padding:80px 0 40px;
}
}
@media screen and (max-width:768px){
.bg-pedi,.bg-ortho,.bg-merit,.bg-season {
	padding:60px 0 40px;
}
.bg-main {
	background-image: none;
	}
}
@media screen and (max-width:480px){
.bg-main {
	background-image: none;
	}
.bg-pedi {
	padding:60px 0 40px;
	background: url("../img/top/wave_sp.webp")no-repeat top center / 100% ;
}
.bg-ortho,.bg-season {
	padding:60px 0 40px;
	background: url("../img/top/wave2_sp.webp")no-repeat top center / 100% ;
}
	
.bg-qa {
	padding:60px 0 40px;
	background: url("../img/top/wave3_sp.webp")no-repeat top center / 100% , url("../img/top/wave2-2_sp.webp")no-repeat bottom center / 100%;
}
	
.bg-merit {
	padding:130px 0 40px;
	background: url("../img/top/wave3_sp.webp")no-repeat top center / 100%,url("../img/top/fea_bg_sp.webp")no-repeat top 30px center/ 100%,
				url("../img/top/st1.webp")repeat-y top center ;
}
.bg-doc {
	padding:60px 0 80px;
	background: url("../img/top/wave2_sp.webp")no-repeat top center / 100% , url("../img/top/tree2_sp.webp")no-repeat bottom center / 100%;
}
}



#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: 55%;
}

.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% ;}
.po4 {background: url("../img/top/po4.webp")no-repeat right 20px center / 50% ;}
.po5 {background: url("../img/top/po5.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: #1f96ce;
	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;}
}

.nayamiw {
	width: 50%;
}

@media screen and (max-width: 480px) {
.nayamiw {
	width: 100%;
	margin: 0;
}
}

.frame1,.frame2,.frame3,.frame4,.frame5,.frame6 {
	position: relative;
	padding: 10px ;
	border-radius: 300px 300px 10px 10px;
}
.frame1 {border: solid 2px #f9c12f;}
.frame2 {border: solid 2px #ff9804;}
.frame3 {border: solid 2px #fb6d6d;}
.frame4 {border: solid 2px #199fe5;}
.frame5 {border: solid 2px #24b43f;}
.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:#f9c12f; }
.num2::before {content: "02"; background:#ff9804; }
.num3::before {content: "03"; background:#fb6d6d; }
.num4::before {content: "04"; background:#199fe5; }
.num5::before {content: "05"; background:#24b43f; }
.num6::before {content: "06"; background:#ed7c5e; }

.textbox-b-r {
	background-color: #fff;
	padding: 0 15px;
	border-radius: 0 0 10px 10px;
}

.slider {
	position: relative;
	overflow: hidden;
	margin: 0 0 -1px 0 ;
}
.slider::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom:0;
	left:0;
	background: url("../img/top/tree.webp")no-repeat bottom center / 100%;
	z-index: 1;
}
@media screen and (max-width:480px){
.slider::before {
	background: url("../img/top/tree_sp.webp")no-repeat bottom center / 100%;
}
}






