@charset "UTF-8";

.clr01 {
	color: #5fc3aa;
}





.note {
	font-size: 13px;
  padding-left:1em;
  text-indent:-1em;	
}

.indent {
  margin-left: 1em;
  text-indent: -1em;
}

.txt-link01 {
}

.u-line {

}

.center {
	text-align: center;
}


.sec .inner {
	width: 1100px;
	margin: auto;
}

@media screen and (max-width: 768px) {
  .sec .inner {
    width: 90%;
    margin: auto;
  }
}








/*--------------------------------------------------
  タイトル
--------------------------------------------------*/
.title-box .eng-t .icon01 {
	width: 22px;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 10px;
}
.title-box .eng-t {
	font-size: 24px;
	color: #5fc3aa;
}



@media screen and (max-width: 768px) {
.title-box .eng-t .icon01 {
	width: 16px;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 5px;
}
.title-box .eng-t {
	font-size: 18px;
	color: #5fc3aa;
}

	
}
/*--------------------------------------------------
共通
--------------------------------------------------*/























/*------------------------------------------------------------
  header
------------------------------------------------------------*/
header {
	width: 100%;
	margin: auto;
	z-index: 10;
	position: fixed;
	top: 0;
	min-width: 1160px;
	box-sizing: border-box;
	height: 130px;
	background: #fff;
}


header .area01_box {
	display: flex;
	justify-content: space-between;
	margin: 0;
	width: 100%;
}

header .h-logo h1 {
	width: 212px;
	margin-left: 20px;
	padding-top: 15px;
}



header .g-nav ul {
  display: flex;
	padding: 0 10px 0 0;
  justify-content: center;
  align-items: center;
	box-sizing: border-box;
}
header .g-nav .navi {
	height: 130px;
	margin-right: 22px;
}



header .g-nav .navi:last-child {
	height: inherit;
	margin-right:0;
}
header .g-nav .navi a {
	display: flex;
	align-items: center;
	height: 130px;
	font-size: 16px;
	font-weight: 500;
}


header .g-nav .navi_b a {
	margin-right: 10px;
  border-radius: 100px;
	color: #fff;
	font-weight: bold;
	width: 210px;
	display: block;
	text-align: center;
	position: relative;
	padding: 25px 0;
}


header .g-nav .navi_b a span {
	font-weight: bold;
}



header .g-nav .c01 a {
	background: #dada5e;
}

header .g-nav .c02 a {
	background: #50bca1;
}


header .g-nav .c01 a::before {
	content: "";
	position: absolute;
  top:15px;
	right: 10px;;
	margin: auto;
	width: 35px;
	height: 35px;
	display: block;
	background: url("../images/arrow01.png") center 0 no-repeat;
	background-size: 100% auto;		
}


header .g-nav .c02 a::before {
	content: "";
	position: absolute;
  top:15px;
	right: 10px;;
	margin: auto;
	width: 35px;
	height: 35px;
	display: block;
	background: url("../images/arrow02.png") center 0 no-repeat;
	background-size: 100% auto;		
}






@media screen and (max-width: 768px){
	header {
	width: 100%;
	margin: auto;
	z-index: 10;
	position: fixed;
	top: 0;
	min-width: 100%;
	height: 60px;
}


header .area01_box {
  display: block;
  justify-content: flex-start; 
  flex-wrap: wrap; 
	margin: 0;
	width: 100%;
}


header .h-logo h1 {
	width: 100px;
	margin-left: 10px;
	padding-top: 7px;
}






	

	/*----- .hb-menu -----*/
	#hb-menu {
		display: table;
		position: fixed;
		top: 0;
		right: 0;
		height: 60px;
		cursor: pointer;
		width: 60px;
		z-index: 999;
		background:#50bca1;

	}

	

	
	
	#hb-menu .hb-inner {
		display: table-cell;
		vertical-align: middle;
	}
	#hb-menu span {
		display: block;
		width: 26px;
		height: 2px;
		background: #fff;
		margin: auto;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}

	
	#hb-menu span:nth-of-type(2),
	#hb-menu span:nth-of-type(3) {
		margin-top: 6px;
	}
	#hb-menu span:nth-of-type(4) {
		background: none;
		margin-top:-1px;
	}

	/* ナビゲーションアイコン：アクティブ */
	.hb-open #hb-menu span {
		background: #fff;
	}
	

	.hb-open span:nth-of-type(1) {
		-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
		-ms-transform: translateY(8px) translateX(0) rotate(45deg);
		transform: translateY(8px) translateX(0) rotate(45deg);
	}
	.hb-open span:nth-of-type(2) {
		margin-top: 5px;
		opacity: 0;
		-webkit-transform: translateY(9px);
		-ms-transform: translateY(9px);
		transform: translateY(9px);
	}
	.hb-open span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
		transform: translateY(-8px) translateX(0) rotate(-45deg);
	}
	.hb-open span:nth-of-type(4) {
		background: none!important;
	}

	/* overlay */
	.overlay {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: transparent;
		pointer-events: none;
		z-index: 10;
		transition: all 0.6s ease;
	}


	/*----- .sp-g-nav -----*/
	.sp-g-nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 888;
	}
	.hb-open .sp-g-nav .g-nav-inner {
		transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateZ(0);
		-ms-transform: translateZ(0);
		-webkit-transform: translateZ(0);
	}
	.sp-g-nav .g-nav-inner {
		position: fixed;
		top: 60px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-bottom: 50px;
		background: #fff;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		transition: all 0.6s ease;
		transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateZ(0%);
		-ms-transform: translateZ(0%);
		-webkit-transform: translateZ(0%);
		z-index: 999;
	}
	


	
	.sp-g-nav .g-nav-inner ul {
		width: 90%;
		margin: auto;
		margin-top: 70px;

	}
	
	.sp-g-nav .g-nav-inner .navi {
		text-align: center;
		margin-bottom: 10px;
	}
	.sp-g-nav .g-nav-inner .navi a {
		border-radius: 8px;
		font-size: 16px;
		color: #444;
		text-align: center;
		padding: 15px 0;
		width: 100%;
		display: block;
}
	
	
.sp-g-nav .g-nav-inner .navi_b a{
	margin-right: 10px;
  border-radius: 100px;
	color: #fff;
	font-weight: bold;
	width: 80%;
	margin: auto;
	display: block;
	text-align: center;
	position: relative;
	padding: 25px 0;
	font-size: 16px;

	margin-top: 30px;
}


.sp-g-nav .g-nav-inner .navi_b a span {
	font-weight: bold;
}



.sp-g-nav .g-nav-inner .c01 a{
	background: #dada5e;
}

.sp-g-nav .g-nav-inner .c02 a {
	background: #50bca1;
}

.sp-g-nav .g-nav-inner .c01 a::before {
	content: "";
	position: absolute;
  top:15px;
	right: 10px;;
	margin: auto;
	width: 35px;
	height: 35px;
	display: block;
	background: url("../images/arrow01.png") center 0 no-repeat;
	background-size: 100% auto;		
}


.sp-g-nav .g-nav-inner .c02 a::before {
	content: "";
	position: absolute;
  top:15px;
	right: 10px;;
	margin: auto;
	width: 35px;
	height: 35px;
	display: block;
	background: url("../images/arrow02.png") center 0 no-repeat;
	background-size: 100% auto;		
}


	
	
	

	
}













/*--------------------------------------------------
  footer
--------------------------------------------------*/

footer {
	min-width: 1160px;
	margin-top: -100px;
	width: 100%;
	position: relative;
	z-index: 1;
}



footer .n-box {
	background: url("../images/footer_bg.jpg") center center no-repeat;
	background-size:cover;
	height: 390px;
	border-radius: 120px 120px 0 0;
}

footer .inner {
	width: 1100px;
	margin: auto;
}
footer .fix-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; 
	padding-top: 120px;
}

footer .fix-box .link {
	width: 470px;
	margin: 0 10px;
}



footer .link a {
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	display: block;
	text-align: center;
	position: relative;
	border-radius: 100px;
	padding: 50px 0;	
	color: #fff;
}


footer .link01 a {
	background: #dada5e;
}

footer .link02 a {
	background: #50bca1;
}


footer .link01 a::before {
	content: "";
	position: absolute;
  top:37px;
	right: 15px;;
	margin: auto;
	width: 50px;
	height: 50px;
	display: block;
	background: url("../images/arrow01.png") center 0 no-repeat;
	background-size: 100% auto;		
}


footer .link02 a::before {
	content: "";
	position: absolute;
  top:37px;
	right: 15px;;
	margin: auto;
	width: 50px;
	height: 50px;
	display: block;
	background: url("../images/arrow02.png") center 0 no-repeat;
	background-size: 100% auto;		
}
footer .t-link {
	text-align: center;
}

footer .t-link a {
	color: #fff;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: underline;
	margin-top: 30px;
	display: inline-block;
}

footer .copy {
	padding: 15px 0;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.02em;
	font-size: 14px;
}



@media screen and (max-width: 768px) {

footer {
	min-width: 100%;
	margin-top: -90px;
	width: 100%;
	position: relative;
	z-index: 1;
}



footer .n-box {
	background: url("../images/footer_bg.jpg") center center no-repeat;
	background-size:cover;
	height: auto;
	border-radius: 70px 70px 0 0;
}

footer .inner {
	width: 100%;
	margin: auto;
}
footer .fix-box {
  display: block;
  justify-content: center;
  flex-wrap: wrap; 
	padding-top: 60px;
}

footer .fix-box .link {
	width: 85%;
	margin: 0;
	margin: auto;
}



footer .link a {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	display: block;
	text-align: center;
	position: relative;
	border-radius: 100px;
	padding: 30px 0;	
	color: #fff;
}


footer .link01 a {
	background: #dada5e;
	margin-bottom: 20px;
}

footer .link02 a {
	background: #50bca1;
}


footer .link01 a::before {
	content: "";
	position: absolute;
  top:22px;
	right: 12px;;
	margin: auto;
	width: 35px;
	height: 35px;
	display: block;
	background: url("../images/arrow01.png") center 0 no-repeat;
	background-size: 100% auto;		
}


footer .link02 a::before {
	content: "";
	position: absolute;
  top:22px;
	right: 12px;;
	margin: auto;
	width: 35px;
	height: 35px;
	display: block;
	background: url("../images/arrow02.png") center 0 no-repeat;
	background-size: 100% auto;		
}
footer .t-link {
	text-align: center;
}

footer .t-link a {
	color: #fff;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: underline;
	margin-top: 25px;
	padding-bottom: 50px;
	display: inline-block;
}

footer .copy {
	padding: 12px 0;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.02em;
	font-size: 13px;
}

}
