.title {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 280%;
	font-weight: bold;
	margin-bottom: 40px;
}
.title span {
	display: block;
	font-size: 40%;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

.btn {
	padding-top: 5px;
	max-width: 200px;
	margin: 0 auto;
}
.btn a {
	background-color: #00365F;
	padding: 18px 20px;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	 justify-content: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
.btn a:after {
	position: absolute;
  content: '';
  width: 10px;
  height: 3px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: skew(45deg);
	right: 15px;
}


.main-box {
	width: 100%;
	position: relative;
	height: 100vh;
}
.cati {
	height: 100vh;
	width: 100%;
	position: absolute;
	display: flex;
	align-content: center;
	align-items: center;
	flex-flow: column;
	justify-content: center;
	z-index: 10;
}
.cati h2 {
	max-width: 70px;
	margin-top: 5%;
}
.cati h3 {
	max-width: 220px;
}
.tema {
	position: absolute;
	bottom: 5%;
	width: 100%;
	z-index: 10;
}
.tema h4 {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

.back-gra {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}
.back-gra li {
	width: 50%;
	box-sizing: border-box;
	padding: 5%;
}

.h-tel {
	position: absolute;
	right: 5%;
	top: 120px;
	z-index: 100;
}
.h-tel p {
	text-align: right;
	font-size: 80%;
}
.h-tel-box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.h-tel-box img {
	width: 24px;
}
.h-tel-box h6 a {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 160%;
	font-weight: bold;
	color:#00365F;
}
.h-sns {
	position: absolute;
	right: 5%;
	bottom: 5%;
	text-align: center;
	z-index: 100;
}
.h-sns h5 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 70%;
	text-align: center;
}
.h-sns-box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.h-sns-box img {
	width: 100%;
	
}
.h-sns-box a {
	margin: 10%;
	box-sizing: border-box;
	display: block;
	width: 40px;
}

.contents-box {
	max-width: 1360px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 5%;
	margin-top: 80px;
	position: relative;
}
.conce01 {
	width: 34%;
	position: absolute;
	z-index: 1;
}
.conce01 h3 {
	font-size: 220%;
	font-weight: bold;
	margin-top: 40px;
}
.title-yane {
	max-width: 460px;
}
.title-yane h4 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 140%;
	font-weight: bold;
}
.conce02 {
	display: flex;
	justify-content: space-between;
	width: 66%;
	position: relative;
	margin-left: auto;
}
.conce02::before, .conce02::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px; /* 棒の幅（太さ） */
  height: 80px; /* 棒の高さ */
  background: #00365F;
}
.conce02::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.conce02::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.conce02 li {
	background-color: #F8F4E5;
	border-radius: 6px;
	padding: 5%;
	box-sizing: border-box;
	width: 48%;
	text-align: center;
}
.connimg {
	padding: 0% 10% 10% 10%;
}
.conce02 li h3 {
	font-size: 100%;
	font-weight: bold;
}
.conce02 li h3 span {
	font-size: 200%;
	background:linear-gradient(transparent 60%, #FFEB00 60%);
	padding-bottom: 3px;
}
.conce02 li p {
	font-size: 110%;
	font-weight: bold;
	margin-top: 10px;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

.conc-cen-box {
	
}
.conc-cen-box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.child01 {
	order: 1;
	width: 33.33%;
	box-sizing: border-box;
	padding: 5% 5% 5% 0%;
}
.child02 {
	order: 2;
	width: 33.33%;
}
.child03 {
	order: 3;
	width: 33.33%;
	box-sizing: border-box;
	padding: 5% 0% 5% 5%;
}

.conc-cen {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	margin-bottom: 40px;
}
.conc-cen h2 {
	max-width: 70px;
}
.conc-cen p {
	max-width: 250px;
	margin-top: 50px;
}
.ciimg0hi {
	max-width: 360px;
	margin: 0 auto;
}
.sp-main {
	display: none;
}

.table {
	width: 100%;
	border-top: 1px solid #E1E6EB;
}
.table td {
	font-size: 100%;
	line-height:1.6;
	letter-spacing: 0.02em;
	font-weight:500;
	padding: 10px;
	border-bottom: 1px solid #E1E6EB;
}
.table .td01 {
	font-weight: bold;
	border-right:1px dashed #E1E6EB;
	width: 160px;
} 

@media screen and ( max-width:800px )
{
.h-tel {
    position: static;
    right: 5%;
    top: 120px;
    z-index: 100;
}
.h-sns {
    position: static;
    max-width: 100px;
	margin: 0 auto;
	margin-top: 30px;
}
.tema {
    position: static;
    bottom: auto;
	width: 100%;
	text-align: center;
}
.tema h4 {
    font-size: 90%;
    padding: 0 5%;
	margin-bottom: 20px;
}
.h-tel-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.h-tel p {
    text-align: center;
}
.main-box {
    height: auto;
}
.cati {
   display: none;
}
.back-gra {
    display: none;
}
.sp-main {
	display: block;
	padding-top: 60px;
}
	.spbr-none {
		display: none;
	}
.conce01 {
    width: 100%;
    position: static;
	margin-bottom: 40px;
}
.conce01 h3 {
    font-size: 160%;
    font-weight: bold;
    margin-top: 40px;
	text-align: center;
}
.conce02 {
    display: flex;
    width: 100%;
}
.conce02::before, .conce02::after {
    width: 5px;
    height: 40px;
}
.conc-cen-box ul {
    display: inherit;
}
.child02 {
    width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.child01 {
    width: 100%;
    padding: 10%;
}
.child03 {
    width: 100%;
    padding: 10%;
}


}
