.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 Kaku Gothic New', sans-serif;
	font-weight: 500;
	color: #4b4b4b;
	line-height: 1.6;
	overflow: hidden;
/*	background: url("../img/top/check.webp") left top / 110px;*/
	}

/* Typography */

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

h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  color: #4b4b4b;
  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: #4b4b4b;
  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: #4b4b4b;
}

em > a,
li > a {
  color: #4b4b4b;
}

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: 1rem;
  font-weight: 500;
  color: #333;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

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

a:focus {
  outline: none;
}

/*----------------------------------
  Selection
------------------------------------*/
::selection {
/*  color: #4b4b4b;*/
  background: #E7E7E7;
  text-shadow: none;
}

::-webkit-selection {
/*  color: #4b4b4b;*/
  background: #E7E7E7;
  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(246,246,246,0.95);
	 box-shadow: 0 0.3125rem 0.75rem rgba(34, 35, 36, 0.1);
}

header .row{margin: 0!important;}

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

.marker {
 background: linear-gradient(transparent 75%, rgba(237,217,131,0.7) 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;
}
.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") left top / 110px; }
.bg-check2 { background: url("../img/top/check2.webp") left top / 110px; }

.bg-stripe { background-image: repeating-linear-gradient(270deg, #f0f2f399, #f0f2f399 16px, #ffffff99 16px, #ffffff99 32px); }

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

.disc-cus,.disc-cus2{
	list-style: none!important;
	font-weight: 400!important;
	padding: 0 ;
	margin: 0 auto;

}
.disc-cus li,.disc-cus2 li{
	position: relative;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 14px;
	padding: 0 0 0 20px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
}
	
.disc-cus li::before,.disc-cus2 li::before{
    position:  absolute; 
	content:  "";    
    width:  7px;               
    height:  7px;
	left:2px;
    top: 7px;   
    border-radius:  50%;        
}
.disc-cus li::before {background-color: #274c77;}
.disc-cus2 li::before {background-color: #E4BE5A;}

@media screen and (max-width: 480px) {
	ul.disc-cus li,ul.disc-cus2 li{font-size: 12px; }
}

.p-link { padding-top: 100px!important; margin-top: -100px!important; }

/*  Font Family
------------------------------ */
.fontg1{font-family: 'Noto Sans JP', sans-serif!important;}
.fontg2{font-family: 'Noto Serif JP', serif!important;}
.fontg3{font-family: 'Shippori Mincho', serif!important;}
.fontg4{font-family: "Outfit", sans-serif!important;}
.fontg5{font-family: 'Zen Maru Gothic', sans-serif!important;}
.fontg6{font-family: 'Reem Kufi', sans-serif!important;}
.fontg7{font-family: 'Zen Kaku Gothic New', sans-serif!important;}


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

#demo-1 {
	overflow: hidden;
	width: 95%;
	min-height: 800px;
	position: relative; 
	margin:0 auto;
	border-radius: 10px;
	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: 10px;
	z-index: 2;
}

@media screen and (max-width:1399px){
#demo-1 {
	min-height: 500px;
}
#demo-1::before {
	width: 97%;
	height: 96%;
}
}

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


.inner-content {
	width: 60%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 13px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); 
}
.inner-content  {
    font-size: 4em;
	font-weight: 500;
}

@media screen and (max-width:1200px){
.inner-content {
	width: 60%;
	text-align: center;
	position: absolute;
	top: 50%;
	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;}
}

@media screen and (max-width:991px){
.inner-content {
	width: 60%;
	text-align: center;
	position: absolute;
	top: 50%;
	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;}
}

@media screen and (max-width:500px){
.inner-content {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	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 img { width: 250px;}
}

/* footer time
------------------------------ */
.time {
	width: 100%;
	margin: 0 auto 10px;
}
.time th {
	padding:10px 4px;
	word-break: break-all;
	font-weight: 600!important;
	text-align: center;
	white-space: nowrap;
	font-size: 16px!important;
	color:#fff;
	background: #979dac;
}
.time td {
	padding:10px 4px;
	word-break: break-all;
	font-weight: 600!important;
	text-align: center;
	font-size: 15px!important;
	border-bottom: 1px solid #DFE0E4;
	color: #4b4b4b;
	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: 34.375%;}
#ft2{float: left;width: 34.375%;}
#ft3{float: left;width: 15.625%;}
#ft4{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,.st-2,.st-3{
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 20px 40px 20px 0;
	color: #fff;
}
.st::before,.st-2::before,.st-3::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	z-index: -2;
}

.st::before { background-color:#6096ba ; }
.st-2::before {	background-color:#E4BE5A ;}
.st-3::before {	background-color:#274c77 ;}

/*
.st {
	position: relative;
	overflow: hidden;
	padding: 25px 0 ;
}
.st::before {
	content: '';
	position: absolute;
	top: -10px ;
	left: 0 ;
	width: 100%;
	height: 100%;
	border-bottom: 4px dotted #fff;
	z-index: 1;
	pointer-events: none;
}
.st::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 {
	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;
}

.st3 {
	position: relative;
	padding:15px;
	background:#2660ad;
	color:#fff;
}
.st3::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;
	color:#fff;
}


@media only screen and (max-width: 480px) {
	.st2::before,.st2-2::before {
		bottom: -1.5em;
		font-size: 1em;
	}
}
.stf {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 10px;
	line-height: 1.5;
	border-radius: 5px;
	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: #6096ba;}
.stfc1::before{border-color:  #6096ba transparent transparent transparent;}
.stfc2{background-color: #274c77;}
.stfc2::before{border-color:  #274c77 transparent transparent transparent;}
.stfc3{background-color: #E4BE5A;}
.stfc3::before{border-color:  #E4BE5A transparent transparent transparent;}
.stfc4{background-color: #979dac;}
.stfc4::before{border-color:  #979dac transparent transparent transparent;}

.stf2 {
    position: relative;
	display: inline-block;
    text-align: center;
    padding: 15px;
	line-height: 1.5;
	border-radius: 10px;
	letter-spacing: 0.1em;
	font-weight: 300;
}
.stf2:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.8rem 1rem 0.8rem;
	border-color:  #7CB6DB transparent transparent transparent;
	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;
}
.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, #6096ba 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 {
	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.1em!important;
    padding:1em;
	color: #fff;
	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;}}


.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;
}
#picin li img{
	width: 350px;
	height: 350px;
}
#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: 0;
	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: 5px;
}
.apb::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 2px dashed #fff;
	transition: 0.2s;
}
.apb:hover::before {
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}
.apb:hover {color: #fff;}

.ap1 .apb  {background-color: #E4BE5A;}
.ap2 .apb  {background-color: #6096ba;}
.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: #E4BE5A;
	font-weight: 700;
}
.supt2:before, .supt2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 4px;
  background-color: #E4BE5A;
}
.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: #6096ba;
	font-weight: 700;
}
.supt3:before, .supt3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 4px;
  background-color: #6096ba;
}
.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: #4b4b4b;
	font-weight: 700;
}
.supt4:before, .supt4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #4b4b4b;
}
.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-y center top / 100%;}

@media screen and (max-width:768px){
.res {background: url("../img/top/res_bg.webp") repeat-y center top / 250%;}
}


.flowrec,.flowrec-2{
	background: #fff;
	border-radius: 10px;
	padding:15px;
	position: relative;
	box-shadow: 0 0.3125rem 0.75rem rgba(34, 35, 36, 0.1);
}
/*
.flowrec p,.flowrec-2 p{
	font-size: 15px;	
}
*/
.flowrec::before {
	content: "";
	position: absolute;
	top: 45%;
	right: -35px;
	margin-top: -12px;
	border: 20px solid transparent;
	border-left: 20px solid #fff;
	z-index: 2;
}
@media screen and (max-width: 991px) {
.flowrec::before {
	top: auto;
	right: auto;
	margin-top: auto;	
	bottom: -40px;
	left: 48%;
	margin-left: -15px;
	border: 20px solid transparent;
	border-top: 20px solid #FFF;
}
}

.step{
	display: block;
	font-weight: bold!important;
	background-color: #274c77;
	color: #fff;
	letter-spacing: .05rem;
	padding: 5px;
	text-align: center;
	border-radius: 6px;
}
.border-d{border: double 5px #E4BE5A;}

.border-d2{border: double 10px #6096ba;}

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

.txtbox {
	padding:20px;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
}
@media screen and (max-width: 480px){
.txtbox {
	padding:15px;
}
}

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

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

.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);
}


.vari {
	background: url("../img/top/pointbg.webp") , #fff;
}


.bg-main {
	position: relative;
}
.bg-main::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background:url("../img/top/main_l.webp")no-repeat left top 180px / 350px, url("../img/top/main_r.webp")no-repeat right top 180px / 350px;
	background-attachment: fixed;
	z-index: 0;
}

@media screen and (max-width:1600px){
.bg-main::before {
	width: 100%;
	background:url("../img/top/main_l_sp.webp")no-repeat left top 250px / 300px, url("../img/top/main_r_sp.webp")no-repeat right top 100px / 300px;
	background-attachment: fixed;
	z-index: 0;
}
}

@media screen and (max-width:500px){
.bg-main::before {
	width: 100%;
	background:url("../img/top/main_l_sp.webp")no-repeat left top 250px / 200px, url("../img/top/main_r_sp.webp")no-repeat right top 100px / 200px;
	background-attachment: fixed;
	z-index: 0;
}
}


.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-doc {
	background: rgb(255,255,255);
	background:  url("../img/top/logo3.webp")no-repeat left 30% top 100px , repeating-linear-gradient(270deg, #f0f2f399, #f0f2f399 14px, #ffffff99 14px, #ffffff99 28px);
}

@media screen and (max-width:480px){
.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 ;
}
.bg-doc {
	background: rgb(255,255,255);
	background:  url("../img/top/logo3.webp")no-repeat center top 150px , repeating-linear-gradient(270deg, #f0f2f399, #f0f2f399 14px, #ffffff99 14px, #ffffff99 28px);
}
}



#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: #6096ba;}
.List-Item-Content.fl2 .col-2::before {background: #6096ba;}
.List-Item-Content.fl3 .col-2::before {background: #6096ba;}
.List-Item-Content.fl4 .col-2::before {background: #6096ba;}
.List-Item-Content.fl5 .col-2::before {background: #6096ba;}

@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: #6096ba;
}
@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% ; position: relative; z-index: 1;}
.po2 {background: url("../img/top/po2.webp")no-repeat right 20px top / 50% ; position: relative; z-index: 1;}
.po3 {background: url("../img/top/po3.webp")no-repeat right 20px center / 50% ; position: relative; z-index: 1;}
.po4 {background: url("../img/top/po4.webp")no-repeat right 20px center / 50% ; position: relative; z-index: 1;}
.po5 {background: url("../img/top/po5.webp")no-repeat right 20px center / 50% ; position: relative; z-index: 1;}

@media screen and (max-width: 991px) {
.po1 {background: none ;}
.po2 {background: none ;}
.po3 {background: none ;}
.po4 {background: none ;}
.po5 {background: none ;}
}
	
	
.circle_number {
	width: 40px;
	height: 40px;
	padding-top: 1px;
	background-color: #6096ba;
	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: #274c77;
	position: absolute;
	left: -.25em;
	width: 100%;
	z-index: -1;
	font-size: 2.125em;
	letter-spacing: -0.34em;
	line-height: .7;
}

.border-b1 { border-bottom: 2px solid #E4BE5A !important; }
.border-b2 { border-bottom: 2px solid #6096ba !important; }
.border-b3 { border-bottom: 2px solid #274c77 !important; }


.yoyaku {
	border: none;
	margin: 10px 0 0 ;
}
@media screen and (max-width: 1200px) {
.yoyaku { margin:  0 0 10px ; }
}
@media screen and (max-width: 768px) {
.yoyaku { margin: 10px 0 0 ; }
}
@media screen and (max-width: 480px) {
.yoyaku { margin:  0 0 10px ;}
}



