@charset "UTF-8";

/*--------------------------------------------------
  body
--------------------------------------------------*/
html {
  font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
body {
	min-width: 1300px;
  color: #000;
  font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}
body, html {
	height: 100%;
}
body .inner {
	max-width: 1300px;
	margin: auto;
}
a {
	color: #000;
	display: block;
  text-decoration: none;
	transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/*----- color -----*/
.c_wh {
	color: #FFFFFF;
}
.c_gr {
	color: #00B0A6;
}

/*----- background -----*/
.bg_wh {
  background: #FFFFFF;
}
.bg_bg {
  background: #F0F0E5;
}
.bg_gr {
  background: #D9F3F2;
}
.bg_bl {
  background: #DFF2FE;
}

/*----- font -----*/
.txt {
	text-align: justify;
	line-height: 2.0em;
}
.f_Serif {
	font-family: "Noto Serif JP", serif;
}
.t_center {
	text-align: center;
  line-height: 2.0em;
}
.t_center_sp_j {
	text-align: center;
  line-height: 2.0em;
}

/*----- botder -----*/
.b_top {
  border-top: 2px solid #000;
  position: relative;
  z-index: 100;
}

/*----- fx_box -----*/
.rev {
	flex-direction: row-reverse;
}
.pc_only {
	display: block;
}
.sp_only {
  display: none;
}

@media screen and (max-width: 768px){
body {
	min-width: 100%;
  font-size: 13px;
}	
body .inner {
	max-width: 100%;
	padding: 0 20px;
}	
	
/*----- font -----*/
.txt {
	line-height: 1.8em;
}  
.t_center {
  line-height: 1.8em;
}
.t_center_sp_j {
	text-align: justify;
  line-height: 1.8em;
}   

/*----- botder -----*/
.b_top {
  border-top: 1px solid #000;
}  
  
.pc_only {
  display: none;
}
.sp_only {
  display: block;
}
}


/*--------------------------------------
　Header
---------------------------------------*/
header {
	width: 100%;
	min-width: 1300px;
	margin: 0 auto 0;
	position: fixed;
	top: 0;
	z-index: 9999;
}
header .header_inner {
	padding: 10px 50px 10px;
	box-sizing: border-box;
}
header .header_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*----- logo -----*/
.header_home .h_logo {
	display: flex;
	align-items: flex-start;
  padding: 5px 0 0;
}
.header_home .h_logo .logo {
	width: 71px;
	margin: 0 30px 0 0;
}
.header_home .h_txt {
	display: flex;
	align-items: center;
}
.header_home .h_logo p.h_txt01 {
	width: 239px;
	margin: 0 40px 0 0;
}
.header_home .h_logo p.h_txt02 {
  color: #006666;
	font-size: 16px;
  font-weight: bold;
}

/*----- g-nav -----*/
.g-nav ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  height: 60px;
}
.g-nav ul li {
  border-right: 2px solid #00B0A6;
  line-height: 60px;
  padding: 0 25px 0 25px;
  box-sizing: border-box;
}
.g-nav ul li.last {
  padding: 0 0 0 15px;
}
.g-nav ul li:nth-last-child(-n+2) {
  border-right: none;
}
.g-nav ul li a {
  font-size: 18px;
  font-weight: bold;
}
.g-nav ul li.last a {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  background: #000;
  border-radius: 100px;
  padding: 0 40px;
  box-sizing: border-box;
}
.g-nav ul li.last a:hover {
  background: #00B0A6;
  opacity: 1.0;
}

/*--- 背景変更 ---*/
header.thin {
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
	z-index: 9999;
}

@media screen and (max-width: 1400px){
header .header_inner {
	padding: 10px 20px 10px;
}
}

@media screen and (max-width: 768px){
header {
	width: 100%;
	min-width: 100%;
}  
header .header_inner {
	padding: 10px 10px;
}

/*----- logo -----*/
.header_home .h_logo {
	display: flex;
	align-items: flex-start;
  padding: 0 0 0;
}
.header_home .h_logo .logo {
	width: 46px;
	margin: 0 15px 0 0;
}
.header_home .h_txt {
	display: block;
}
.header_home .h_logo p.h_txt01 {
	width: 140px;
	margin: 0 0 10px 0;
}
.header_home .h_logo p.h_txt02 {
	font-size: 10px;
}
	
/*----- .hb-menu -----*/
#hb-menu {
  display: table;
  position: fixed;
  top: 14px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #00B0A6;
  border-radius: 100px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 999;
}
#hb-menu .hb-inner {
  display: table-cell;
  vertical-align: middle;
}
#hb-menu span {
  display: block;
  width: 16px;
  height: 2px;
  background: #00B0A6;
  border-radius: 100px;
  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: 4px;
}
#hb-menu span:nth-of-type(4) {
  background: none;
  margin-top:-1px;
}
	
/* ナビゲーションアイコン：アクティブ */
.hb-open #hb-menu span {
  background: #00B0A6;
}
.hb-open span:nth-of-type(1) {
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  -ms-transform: translateY(7px) translateX(0) rotate(45deg);
  transform: translateY(7px) 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(-5px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-5px) translateX(0) rotate(-45deg);
  transform: translateY(-5px) 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: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #00B0A6;
  padding: 60px 20px 0 20px;
  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 li {
  border-bottom: 1px solid #FFF;
}
.sp-g-nav .g-nav-inner li a {
	width: 100%;
  color: #fff;
	font-size: 16px;
  font-weight: bold;
	padding: 20px 0;
  box-sizing: border-box;
	display: block;
}
.sp_h_nav .last {
  position: absolute;
  top: 19px;
  right: 60px;
}
.sp_h_nav .last a {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background: #000;
  border-radius: 100px;
  padding: 10px 10px;
  box-sizing: border-box;
  display: inline-block;
}
.sp_h_nav .last a:hover {
  background: #00B0A6;
  opacity: 1.0;
}  
}


/*--------------------------------------
　footer
---------------------------------------*/
footer {
	width: 100%;
	min-width: 1300px;
	background: #000000;
  padding: 20px 0 20px;
  box-sizing: border-box;
}
footer .footer_inner {
	max-width: 1300px;
  margin: auto;
}
footer .copy p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
footer {
	min-width: 100%;
  padding: 20px 0 20px;
}
footer .footer_inner {
	max-width: 100%;
}
footer .copy p {
  font-size: 11px;
}
}


/*--------------------------------------
　PageTop
---------------------------------------*/
.pagetop {
  text-align: center;
  padding: 60px 0 30px;
  box-sizing: border-box;
}
.pagetop a {
	display: block;
}
.pagetop p {
	font-size: 16px;
  font-weight: bold;
  position: relative;
}
.pagetop p:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(-45deg);
  left: 0;
  right: 0;
  bottom: 50%;
  margin: auto;
}

@media screen and (max-width: 768px) {
.pagetop {
  padding: 45px 0 20px;
}
.pagetop p {
	font-size: 13px;
}
.pagetop p:before {
  width: 20px;
  height: 20px;
  border: 0;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(-45deg);
  bottom: 65%;
}
}

