@charset 'utf-8';


/* - - - - - - - - - - - - - - - - - - - - - 
	reset
- - - - - - - - - - - - - - - - - - - - - */

body, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, ul, ol, li, figure, figcaption, form, input, textarea, select, button {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

em {
	font-style: normal;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

body * {
	box-sizing: border-box;
}

strong, h1, h2, h3, h4, h5, h6 {
	font-family: 'Hiragino Kaku Gothic ProN W6', 'Hiragino Kaku Gothic W6', 'Meiryo Bold', system-ui, sans-serif;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	base
- - - - - - - - - - - - - - - - - - - - - */

html {
	font-size: 62.5%;
}

body {
	color: #333;
	font-size: 1.6rem;
	font-family: 'Hiragino Kaku Gothic ProN W3', 'Hiragino Kaku Gothic W3', Meiryo, system-ui, sans-serif;
	line-height: 1.6;
	background-color: #fff;
}

img {
	border: none;
  vertical-align: middle;
	max-width: 100%;
}

picture * {
	border: none;
  vertical-align: middle;
	max-width: 100%;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	link
- - - - - - - - - - - - - - - - - - - - - */

a {
	outline: none;
}

a:link,
a:visited {
	color: #1bb18f;
	text-decoration: underline;
	
}

a:hover,
a:active {
	color: #333;
	text-decoration: none;
}

a:hover {
	opacity: 0.85;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	clearfix
- - - - - - - - - - - - - - - - - - - - - */

.clearfix::after,
.box_inner::after,
.box::after {
	content: '';
	clear: both;
	display: block;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	.wrapper
- - - - - - - - - - - - - - - - - - - - - */

.wrapper {
	position: relative;
	overflow: hidden;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	.header
- - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - 
/* .header_search
//////////////////////////*/

.header_search {
	position: relative;
}

.header_search .input_search {
	padding-right: 2.5em;
	color: #666;
	font-size: 0.75em;
	background-color: #efefef;
	width: 100%;
	height: 25px;
}

.header_search .btn_search {
	background: transparent;
	position: absolute;
	top: 3px;
	right: 0px;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	.main
- - - - - - - - - - - - - - - - - - - - - */

.main {
	margin-bottom: 6rem;
	position: relative;
	display: block;
}

.contents_area {
	margin: auto;
	width: 90%;
	max-width: 960px;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .box_main
//////////////////////////*/

.box_main {
}

.box_inner {
	margin-bottom: 7rem;
	position: relative;
}

.box {
	margin: 0 auto 4.5rem;
	width: 100%;
	max-width: 960px;
	position: relative;
}

.box > .box {
	margin-bottom: 5rem;
}

.box_inner p {
	margin-bottom: 2em;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	.footer
- - - - - - - - - - - - - - - - - - - - - */

/* _pagetop */
.pageTop {
  position: fixed;
  bottom: 0;
  right: 1%;
  z-index: 50;
}

/* _banner */
.banner {
  background: #f6f6f9;
}

.banner-inner {
  margin: 0 auto;
  padding: 60px 0;
}

.banner-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.banner-list-item {
  margin: 0 20px 20px 0;
}

.banner-list-item:nth-child(3n) {
  margin-right: 0;
}

.banner-list-item:nth-child(n+4) {
/* _margin-bottom: 0;*/
}

.banner-list-item img {
  vertical-align: middle;
  width: 100%;
}

.banner-list-item a:hover {
  opacity: 0.7;
}


/* _footer */
.footer {
  background: #b0b0b6;
}

.footer-inner {
  margin: 0 auto;
  width: 960px;
}

.footer-clm2 {
/*  display: table; */
  width: 100%;
}

/*
.footer-left {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
*/

.footer-list {
	text-align: center;
	letter-spacing: -0.4em;
/*
  display: flex;
  justify-content: space-between;
  width: 960px;
	*/
}

.footer-list-item {
	margin: 0 10px;
	letter-spacing: normal;
  display: inline-block;
}

.footer-list-item a {
  color: #FFF;
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
	text-align: center;
  padding: 25px 0;
  text-decoration: none;
}

.footer-list-item a:hover {
  opacity: 0.7;
}

.footer-right {
	text-align: center;
/*
  display: table-cell;
  text-align: right;
  vertical-align: middle;
	*/
}

.footer-right .copy {
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  padding: 25px 0;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	parts
- - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - 
/* form
//////////////////////////*/

input,textarea, select {
	padding: 0.15em;
	color: #362e2b;
	font-size: 0.9em;
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
	outline: none;
	border: none;
	border-radius: 0;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

button {
	padding: 0;
	color: #fff;
	font-size: 0.9em;
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
	border: none;
	outline: none;
	background: #00b28f;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

::-webkit-input-placeholder { color: #999; }
:-moz-placeholder {
	color: #999;
}
:-ms-input-placeholder { color: #999; }

input[type="checkbox"] {
	display: none;
}

.checkbox {
	padding: 3px 3px 3px 22px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.checkbox::before {
	margin-top: 8px;
	content: '';
	background: #dbdbdb;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
}

input[type="checkbox"]:checked + .checkbox::after {
	content: '';
	width: 13px;
	height: 5px;
	position: absolute;
	top: 8px;
	left: 3px;
	border-left: 2px solid #1bb18f;
	border-bottom: 2px solid #1bb18f;
	transform: rotate(-45deg);
}

/*
input[type="radio"] {
	display: none;
}

.radiobtn {
	padding: 3px 3px 3px 25px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.radiobtn::before {
	margin-top: -8px;
	content: '';
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 0;
}

input[type="radio"]:checked + .radiobtn::after {
	margin-top: -4px;
	content: '';
	background: #3498db;
	border-radius: 100%;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 4px;
}
*/


/* - - - - - - - - - - - - - - - - - - - - - 
/* modal window
//////////////////////////*/

.modal_content {
	/*margin: 0 auto;*/
	width: 90%;
	max-width: 700px;
	position: fixed;
	display: none;
	z-index: 9999;
}

.modal_overlay {
	background-color: #000;
	width:100%;
	height:120%;
	position: fixed;
	top:0;
	left:0;
	display: none;
	opacity: 0.8;
	z-index: 3000;
}

.modal_open {
}

.modal_open:hover,
.modal_close:hover {
	cursor: pointer;
}

.modal_conte {
	margin: 0 auto;
	/*
	padding: 3rem 5rem;
	background-color: #fff;
	*/
	position: relative;
}

.btn_close {
	position: absolute;
	top: -80px;
	right: -15px;
	display: block;
}

.btn_close a {
	color: #fff;
	font-size: 4em;
	font-weight: bold;
	text-decoration: none;
}

.modal_conte video {
	width: 100%;
}

.modal_conte div.movie_conte {
	padding-bottom: 56.25%;
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.modal_conte div.movie_conte iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .box_cookie_allow_wrapper
//////////////////////////*/

.box_cookie_allow_wrapper {
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
	z-index: 1500;
}

.box_cookie_allow {
	padding: 2rem 0;
	background-color: rgba(0,178,143,0.9);
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1501;
}

.box_cookie_allow .inner {
	margin: auto;
	width: 90%;
	max-width: 1000px;
	position: relative;
}

.box_cookie_allow .inner p {
	margin-bottom: 1.5rem;
	padding-right: 3.5rem;
	color: #fff;
	font-size: 0.9em;
}

.box_cookie_allow .inner p a {
	color: #fffc26;
	text-decoration: underline;
}

.box_cookie_allow .btn_cookie_close {
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: -0.5rem;
	right: -0.5rem;
	cursor: pointer;
}

.box_cookie_allow .btn_cookie_allow {
	padding: 1.5rem;
	color: rgba(0,178,143);
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* @media SP
//////////////////////////*/

@media screen and (max-width: 767px) {


/* --- common --- */

.pc { display: none; }



/* - - - - - - - - - - - - - - - - - - - - - 
	.header
- - - - - - - - - - - - - - - - - - - - - */  

body.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.header-menuBtn {
	position: fixed;
	left: 1%;
	bottom: 0;
	z-index: 1000;
}
.header-menuBtn a {
	display: block;
}
.header-menuBtn a.open {
	background: url("../images/sp_btn_close.png") no-repeat top center;
}
.header-menuBtn a.open img {
	visibility: hidden;
}
.header-logo-img {
	line-height: 1;
	padding: 10px;
	width: 40%;
}
.header-logo-img img {
	width: 100%;
}
.header-logo-img._pc {
	display: none;
}
.header-right-wrap {
	display: none;
}
.gnav-wrap {
	display: none;
}
.gnav-wrap.open {
	display: block;
	background: #16a682;
	display: block;
	height: 100%;
	overflow: scroll;
	position: fixed;
	top: 0;
	right: 0;
	width: calc(( 310 / 375 ) * 100%);
	z-index: 100;
}
.gnav-bg.on {
	background: rgba(27, 177, 143, 0.5);
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 30;
}
.gnav a {
	text-decoration: none;
}
.gnav .txt {
	color: #FFF;
	font-size: 1.5rem;
	text-decoration: none;
}
.gnav-item {
	background: #16a682;
}
.gnav-item-inner {
	display: table;
	width: 100%;
}
.gnav-item .icon {
	display: table-cell;
	width: 45px;
	height: 48px;
	text-align: center;
}
.gnav-item .txt {
	background: #1bb18f;
	display: table-cell;
	padding-left: 10px;
}
.gnav-item .txt .arrow {
	padding-left: 20px;
}
.gnav-item._language {
	text-align: right;
	margin-right: 10px;
}
.gnav-item._language .language-txt {
	background: #FFFFFF;
	color: #666666;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 5px;
	width: 130px;
	vertical-align: top;
}
.gnav-item._language .language-txt a {
	background: url("../images/icon_english.png") no-repeat center left 5px;
	color: #000;
	font-weight: bold;
	padding: 5px 5px 5px 30px;
}
.gnav-item-link {
	color: #FFFFFF;
	text-decoration: none;
}
.gnav-third {
	display: none;
	background: #16a682;
}
.gnav-third .txt {
	padding: 15px 0;
	background: #16a682;
	border-left: 1px solid #129c77;
	padding-left: 65px;
}
.gnav .btn-third.open .icon {
	background: url("../images/sp_icon_minus.png") no-repeat 50% 30%;
}
.gnav .btn-third.open .icon img {
	visibility: hidden;
}

/* - - - - - - - - - - - - - - - - - - - - - 
/* .header_search
//////////////////////////*/

.header_search {
	margin: 20px 15px 0 45px;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	.footer
- - - - - - - - - - - - - - - - - - - - - */

/* _pagetop */

/* _banner */

.banner-inner {
	margin: 0 20px;
}
.banner-list-item {
	width: 47%;
}
.banner-list-item:nth-child(3n) {
	margin-right: 20px;
}
.banner-list-item:nth-child(n+4) {
	margin-bottom: 20px;
}
.banner-list-item:nth-child(even) {
	margin-right: 0;
}


/* _footer */

.footer-inner {
	width: 100%;
}
.footer-clm2 {
	display: block;
}
.footer-left {
	display: none;
}
.footer-right {
	display: block;
}
.footer-right .copy {
	font-size: 1.0rem;
	text-align: center;
}


}


/* - - - - - - - - - - - - - - - - - - - - - 
/* @media PC
//////////////////////////*/

@media print, screen and (min-width: 768px) {


/* --- common --- */

.sp { display: none; }


/* - - - - - - - - - - - - - - - - - - - - - 
	reset
- - - - - - - - - - - - - - - - - - - - - */

/*
table {
	table-layout: fixed;
}
*/


/* - - - - - - - - - - - - - - - - - - - - - 
	.header
- - - - - - - - - - - - - - - - - - - - - */  

.header-menuBtn {
	display: none;
}
.header-inner {
	display: table;
	margin: 0 auto;
	max-width: 1300px;
	min-width: 960px;
	position: relative;
}
.header-logo {
	display: table-cell;
	padding: 10px 10px 0;
	vertical-align: middle;
	width: 180px;
}
/*
.header-logo img {
	width: 75%;
}
*/
.header-logo-img._sp {
	display: none;
}
.header-right-wrap {
	display: table-cell;
	width: 300px;
	vertical-align: middle;
}
.header-right {
	display: flex;
	justify-content: flex-end;
}
.header-language {
	color: #a2a2a2;
	font-weight: bold;
	font-size: 1.2rem;
	padding-top: 15px;
}
a.header-language-item {
	background: url("../images/icon_english.png") no-repeat center left;
	color: #000;
	font-weight: bold;
	margin-left: 10px;
	padding: 2px 0 3px 25px;
	text-decoration: none;
}
a.header-language-item:hover {
	opacity: 0.7;
}
.header-contact {
	background: #00b28f;
	margin-left: 20px;
	min-width: 115px;
}
a.header-contact-item {
	color: #FFF;
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 50px 10px;
	text-decoration: none;
	text-align: center;
}
a.header-contact-item:hover {
	opacity: 0.7;
}
.gnav-wrap {
	display: table-cell;
	width: 820px;
	vertical-align: middle;
}
.gnav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gnav-item {
	/*width: calc(100% / 6);*/
	text-align: center;
}
.gnav-item .icon {
	display: none;
}
.gnav-item .txt .arrow {
	display: none;
}
.gnav-item._sp {
	display: none;
}
.gnav a:not(.sp) {
	color: #000;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1;
	padding: 50px 20px;
	text-decoration: none;
	min-height: 138px;
}
.gnav a:hover {
	opacity: 0.7;
}
.gnav-third {
	display: none;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .header_search
//////////////////////////*/

.header_search {
	width: 100%;
	max-width: 130px;
	height: 25px;
	position: absolute;
	top: 40%;
	right: 140px;
	display: block;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	.main
- - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - 
/* .box_main
//////////////////////////*/

/*
.box_inner {
	margin-bottom: 10rem;
}
*/


/* - - - - - - - - - - - - - - - - - - - - - 
	.footer
- - - - - - - - - - - - - - - - - - - - - */


/* _pagetop */

/* _banner */
.banner-inner {
	width: 960px;
}


/* - - - - - - - - - - - - - - - - - - - - - 
/* .box_cookie_allow
//////////////////////////*/

.box_cookie_allow {
	padding: 1.5rem 0;
}

.box_cookie_allow .inner {
	display: flex;
	align-items: flex-end;
}

.box_cookie_allow .inner p {
	margin-bottom: 0;
	padding-right: 0;
	width: 75%;
}

.box_cookie_allow .btn_cookie_close {
	right: 0;
}

.box_cookie_allow .btn_cookie_allow {
	margin: 3rem 0 0 auto;
	width: 150px;
}

}



/* - - - - - - - - - - - - - - - - - - - - - 
	aaa
- - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - 
/* .aaa
//////////////////////////*/

/* aaa 
/////////////////////////*/

/* --- aaa --- */

/* aaa */