﻿

@import url('css-NotoSansJP100300400500700900_swap_japanese.css');

@import url('css-OpenSans300300i400400i600600i700700i800800i_swap.css');

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.header-area .gnav-area {
	zoom: 1;
}

.header-area .gnav-area:before,
.header-area .gnav-area:after {
	content: '';
	display: table;
}

.header-area .gnav-area:after {
	clear: both;
}

body .btn-pagetop,
body .slick-arrow,
body .slide-dots li,
body .slide-dots li> button,
body .activity-list> .activity-item,
.header-area .site-logo,
.header-area .company-logo,
.header-area .btn-menu {
	color: transparent;
	font: 0/0 a;
}

.header-area .site-logo> a,
.header-area .company-logo> a,
.header-area .gnav-area> .gnav-list> .gnav-item> a {
	display: block;
	width: 100%;
	height: 100%;
}

.header-area .site-logo:hover,
.header-area .company-logo:hover {
	opacity: .6;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

body .slick-arrow:hover,
.footer-area .footer-head .btn-company:hover {
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
}

/* reset
---------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
detail,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

/* border-box */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Reset input */

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	outline: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button {
	cursor: pointer;
}

/* cmn
---------------------------------------- */

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
}

.sp-hide {
	display: inline-block !important;
}

.pc-hide {
	display: none !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.weight-bold {
	font-weight: bold;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.inner-area {
	position: relative;
	margin: 0 auto;
	zoom: 1;
}

.inner-area:before,
.inner-area:after {
	content: '';
	display: table;
}

.inner-area:after {
	clear: both;
}

/* cmn
---------------------------------------- */

body {
	position: relative;
	color: #000;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body a {
	color: #000;
}

body a:hover {
	opacity: .6;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

body .btn-pagetop {
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background: url('../image/btn_pagetop.png') center center no-repeat #000;
	background-size: 75% auto;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	z-index: 9900;
}

body .slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	background-color: #fff;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9000;
}

body .slick-arrow:hover {
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

body .slick-prev {
	background-image: url('../image/icn_arw_prev.png');
}

body .slick-next {
	background-image: url('../image/icn_arw_next.png');
}

body .slide-dots {
	position: absolute;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

body .slide-dots li {
	display: inline-block;
	width: 46px;
	height: 4px;
	margin: 0 5px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px #fff;
	box-shadow: 0 0 20px #fff;
}

body .slide-dots li.slick-active {
	background: #005b3a;
}

body .activity-list> .activity-item {
	display: inline-block;
	width: 46px;
	height: 46px;
	margin-left: 5px;
}

body .activity-list> .activity-item:first-of-type {
	margin-left: 0;
}

body .activity-list> .activity-item.item1 {
	background: url('../image/icn_activity-1.jpg') center center no-repeat;
	background-size: contain;
}

body .activity-list> .activity-item.item2 {
	background: url('../image/icn_activity-2.jpg') center center no-repeat;
	background-size: contain;
}

body .activity-list> .activity-item.item3 {
	background: url('../image/icn_activity-3.jpg') center center no-repeat;
	background-size: contain;
}

body .activity-list> .activity-item.item4 {
	background: url('../image/icn_activity-4.jpg') center center no-repeat;
	background-size: contain;
}

body .activity-list> .activity-item.item5 {
	background: url('../image/icn_activity-5.jpg') center center no-repeat;
	background-size: contain;
}

body .activity-list> .activity-item.item6 {
	background: url('../image/icn_activity-6.jpg') center center no-repeat;
	background-size: contain;
}

body .activity-list> .activity-item.item7 {
	background: url('../image/icn_activity-7.jpg') center center no-repeat;
	background-size: contain;
}

body .activity-list> .activity-item.item8 {
	background: url('../image/icn_activity-8.jpg') center center no-repeat;
	background-size: contain;
}

body .activity-list> .activity-item.item9 {
	background: url('../image/icn_activity-9.jpg') center center no-repeat;
	background-size: contain;
}

body .activity-list> .activity-item.item10 {
	background: url('../image/icn_activity-10.jpg') center center no-repeat;
	background-size: contain;
}

body .activity-list> .activity-item.item11 {
	background: url('../image/icn_activity-11.jpg') center center no-repeat;
	background-size: contain;
}

body .activity-list> .activity-item.item12 {
	background: url('../image/icn_activity-12.jpg') center center no-repeat;
	background-size: contain;
}

body .activity-list> .activity-item.item13 {
	background: url('../image/icn_activity-13.jpg') center center no-repeat;
	background-size: contain;
}

body .activity-list> .activity-item.item14 {
	background: url('../image/icn_activity-14.jpg') center center no-repeat;
	background-size: contain;
}

body .activity-list> .activity-item.item15 {
	background: url('../image/icn_activity-15.jpg') center center no-repeat;
	background-size: contain;
}

body .activity-list> .activity-item.item16 {
	background: url('../image/icn_activity-16.jpg') center center no-repeat;
	background-size: contain;
}

body .activity-list> .activity-item.item17 {
	background: url('../image/icn_activity-17.jpg') center center no-repeat;
	background-size: contain;
}

/* header
---------------------------------------- */

.header-area {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}

.header-area> .inner-area {
	min-width: 1200px;
	padding: 30px;
}

.header-area .site-logo {
	float: left;
	width: 407px;
	height: 60px;
	background: url('../image/img_logo_sdgs.png') center center no-repeat;
	background-size: contain;
}

.header-area .company-logo {
	float: right;
	width: 150px;
	height: 60px;
	background: url('../image/img_logo_jsda.png') center center no-repeat;
	background-size: contain;
}

.header-area .gnav-area {
	float: right;
	margin-right: 16px;
}

.header-area .gnav-area> .gnav-list> .gnav-item {
	display: inline-block;
	height: 60px;
	vertical-align: middle;
	border-left: 1px solid rgba(0, 91, 58, .3);
}

.header-area .gnav-area> .gnav-list> .gnav-item:first-of-type {
	border-left: none;
}

.header-area .gnav-area> .gnav-list> .gnav-item:nth-of-type(2) {
	max-width: 270px;
}

.header-area .gnav-area> .gnav-list> .gnav-item> a {
	position: relative;
	padding: .5rem 1.75rem;
	color: #005b3a;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.333333333;
	text-align: center;
}
/*
.header-area .gnav-area> .gnav-list> .gnav-item:nth-of-type(2)> a {
	/* padding: 1.5rem 1.75rem; 
}
*/

/* section-area
---------------------------------------- */

.section-area .inner-area {
	width: 1200px;
}

/* footer
---------------------------------------- */

.footer-area {
	width: 100%;
	min-width: 1200px;
}

.footer-area .inner-area {
	width: 1200px;
	padding: 0 40px;
}

.footer-area .footer-head {
	width: 100%;
	min-width: 1200px;
	padding: 50px 0;
	background: #cfcfc3;
}

.footer-area .footer-head> .inner-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.footer-area .footer-head .btn-company {
	width: 300px; /* 320px; */
	height: 70px;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 4.375;
	text-align: center;
	background: url('../image/icn_footer_arw.png') 96% center no-repeat #fff;
	background-size: 10px auto;
	border-radius: 6px;
}

.footer-area .footer-head .btn-company:hover {
	opacity: 1;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.footer-area .footer-head .text-area {
	margin-left: 30px;
}

.footer-area .footer-head .text-area dt,
.footer-area .footer-head .text-area dd {
	color: #3e3e3e;
	font-weight: bold;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

.footer-area .footer-head .text-area dt {
	font-size: 1.6rem;
}
.footer-area .footer-head .text-area dt:nth-child(n+2) {
	margin-top: 1rem;
}

.footer-area .footer-head .text-area dd {
	font-size: 2.1rem; /* 2.4rem; */
}

@media screen and (min-width: 768px), print {

.sp {
	display: none;
}

.wrapper {
	width: 1200px;
	margin: auto;
}

.global_footer {
	position: relative;
	width: 100%;
	min-width: 1200px;
}

.global_footer .footer_lower {
	width: 100%;
	min-width: 1200px;
	height: 140px;
}

.global_footer .footer_lower .wrapper {
	width: 1200px;
	padding: 0 40px;
}

.global_footer .footer_logo {
	float: left;
	width: 220px;
	margin-top: 50px;
}

.global_footer .footer_sns {
	float: left;
	margin: 30px 0 0 90px;
}

.global_footer .footer_sns_upper {
	margin-bottom: 10px;
	font-size: 1.2rem;
	line-height: 1.3;
}

.global_footer .footer_sns_lower ul {
	margin-left: -10px;
}

.global_footer .footer_sns_lower li {
	float: left;
	width: 35px;
	margin-left: 10px;
}

.global_footer .footer_mail {
	float: left;
	margin: 35px 0 0 36px;
	text-align: center;
}

.global_footer .footer_link {
	float: right;
	margin-top: 35px;
	font-size: 1.3rem;
}

.global_footer .footer_link a {
	color: #039;
	text-decoration: underline;
}

.global_footer .footer_link a:hover {
	text-decoration: none;
}

.global_footer .footer_link ul {
	float: left;
}

.global_footer .footer_link ul:first-child {
	margin-right: 45px;
}

.global_footer .footer_link li {
	margin-bottom: 5px;
}

.global_footer .footer_copyright {
	padding: 40px 0;
	color: #fff;
	line-height: 1;
	background: #000;
}

.global_footer .footer_copyright p {
	font-size: 1.2rem;
	text-align: center;
}

}

@media screen and (max-width: 768px) {

body {
	font-size: 3.2vw;
}

.sp-hide {
	display: none !important;
}

.pc-hide {
	display: inline-block !important;
}

body .slick-arrow {
	width: 4vw;
	height: 4vw;
}

body .slide-dots li {
	width: 6.13333vw;
	height: .53333vw;
	margin: 0 .66667vw;
}

body .activity-list> .activity-item {
	width: 11.46667vw;
	height: 11.46667vw;
	margin-left: 0;
}

.section-area .inner-area {
	width: 100%;
}

.wrapper {
	min-width: auto;
	min-width: initial;
	max-width: auto;
	max-width: initial;
}

.global_footer {
	width: 100%;
	min-width: auto;
	min-width: initial;
}

.global_footer .footer_lower {
	height: auto;
	padding: 6.66667vw 4vw;
}

.global_footer .footer_logo {
	float: none;
	width: 45.33333vw;
	margin: 0 auto;
}

.global_footer .footer_sns {
	float: left;
	margin: 5.33333vw 0 0 10.66667vw;
}

.global_footer .footer_sns_upper {
	margin-bottom: 1.33333vw;
	font-size: 2.13333vw;
}

.global_footer .footer_sns_lower ul {
	margin-left: 0;
	text-align: center;
}

.global_footer .footer_sns_lower li {
	display: inline-block;
	float: none;
	width: 10.66667vw;
	margin-left: 0;
}

.global_footer .footer_sns_lower li:nth-of-type(2) {
	margin: 0 .66667vw;
}

.global_footer .footer_mail {
	float: left;
	margin: 5.33333vw 0 0 5.33333vw;
	text-align: center;
}

.global_footer .footer_mail .footer_sns_lower {
	margin-top: 2.66667vw;
}

.global_footer .footer_link {
	display: none;
}

.global_footer .footer_copyright {
	padding: 3.33333vw 0;
	background: #000;
}

.global_footer .footer_copyright p {
	display: block;
	width: 100%;
	height: 2.66667vw;
	color: transparent;
	font: 0/0 a;
	background: url('../image/sp_text_copyright.png') center center no-repeat;
	background-size: 86.13333vw auto;
}

.footer-area .inner-area {
	width: 100%;
	padding: 0;
}

.footer-area .footer-head {
	min-width: auto;
	min-width: initial;
	padding: 6vw 4vw;
}

.footer-area .footer-head> .inner-area {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-area .footer-head .btn-company {
	width: 100%;
	height: 20vw;
	font-size: 4.53333vw;
	line-height: 4.411764706;
	background: url('../image/icn_footer_arw.png') 96% center no-repeat #fff;
	background-size: 2.66667vw auto;
	border-radius: .8vw;
}

.footer-area .footer-head .text-area {
	margin-top: 4vw;
	margin-left: 0;
}

.footer-area .footer-head .text-area dt,
.footer-area .footer-head .text-area dd {
	text-align: center;
}

.footer-area .footer-head .text-area dt {
	font-size: 2.66667vw;
}

.footer-area .footer-head .text-area dd {
	font-size: 3.46667vw;
}

}

@media screen and (max-width: 767px) {

body .slick-arrow:hover,
.footer-area .footer-head .btn-company:hover {
	-webkit-box-shadow: .66667vw .66667vw 1.33333vw rgba(0, 0, 0, .25);
	box-shadow: .66667vw .66667vw 1.33333vw rgba(0, 0, 0, .25);
}

.header-area> .inner-area {
	position: relative;
	width: 100%;
	min-width: auto;
	min-width: initial;
	height: 12vw;
	padding: 0;
}

.header-area .site-logo {
	top: 0;
	left: 0;
	width: 54vw; /* 34.66667vw; ---202506 */
	height: 12vw;
	margin-left: 3vw; /* 4vw; ---202506 */
	z-index: 9999;
}

.header-area .company-logo {
	position: absolute;
	top: 0;
	right: 14.66667vw;
	float: none;
	width: 20vw;
	height: 12vw;
}

.header-area .btn-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 12vw;
	height: 12vw;
	background: #005b3a;
	z-index: 9999;
}

.header-area .btn-menu:before,
.header-area .btn-menu:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	width: 5.33333vw;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header-area .btn-menu:before {
	top: 4.13333vw;
	height: 2.13333vw;
	border-top: .53333vw solid #c1c1ae;
	border-bottom: .53333vw solid #c1c1ae;
}

.header-area .btn-menu:after {
	bottom: 4.26667vw;
	height: .53333vw;
	border-bottom: .53333vw solid #c1c1ae;
}

.header-area .btn-menu.is-open {
	position: fixed;
	background: #f2f2ed;
}

.header-area .btn-menu.is-open:before {
	top: 50%;
	height: .53333vw;
	border-top: .53333vw solid #005b3a;
	border-bottom: .53333vw solid transparent;
	-webkit-transform: translate(-50%, -.26667vw) rotate(45deg);
	-ms-transform: translate(-50%, -.26667vw) rotate(45deg);
	transform: translate(-50%, -.26667vw) rotate(45deg);
}

.header-area .btn-menu.is-open:after {
	bottom: 50%;
	height: .53333vw;
	border-bottom: .53333vw solid #005b3a;
	-webkit-transform: translate(-50%, .26667vw) rotate(-45deg);
	-ms-transform: translate(-50%, .26667vw) rotate(-45deg);
	transform: translate(-50%, .26667vw) rotate(-45deg);
}

.header-area .gnav-area {
	display: none;
	position: fixed;
	top: 0;
	float: none;
	width: 100vw;
	height: 100vh;
	margin-right: 0;
	background: #f2f2ed;
	z-index: 9900;
}

.header-area .gnav-area> .menu-title {
	display: block;
	width: 100%;
	margin-top: 12vw;
	padding: 2.66667vw 6.66667vw 5.33333vw 6.66667vw;
	color: #005b3a;
	font-weight: 700;
	font-size: 2.66667vw;
	line-height: 2.4;
	text-align: left;
}

.header-area .gnav-area> .menu-title> .en {
	display: inline-block;
	width: 18.8vw;
	height: 5.46667vw;
	margin-right: 1.86667vw;
	color: transparent;
	font: 0/0 a;
	vertical-align: top;
	background: url('../image/sp_ttl_menu.png') left top no-repeat;
	background-size: contain;
}

.header-area .gnav-area> .gnav-list {
	width: 100%;
}

.header-area .gnav-area> .gnav-list> .gnav-item {
	position: relative;
	width: 100%;
	height: 16vw;
}

.header-area .gnav-area> .gnav-list> .gnav-item:before,
.header-area .gnav-area> .gnav-list> .gnav-item:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 2.66667vw;
	background: #000;
}

.header-area .gnav-area> .gnav-list> .gnav-item:before {
	width: 9.33333vw;
	height: 1px;
}

.header-area .gnav-area> .gnav-list> .gnav-item:after {
	width: 2.66667vw;
	height: 1px;
	-webkit-transform: translate(1px, -3px) rotate(30deg);
	-ms-transform: translate(1px, -3px) rotate(30deg);
	transform: translate(1px, -3px) rotate(30deg);
}

.header-area .gnav-area> .gnav-list> .gnav-item:nth-of-type(odd) {
	background: #fff;
}

.header-area .gnav-area> .gnav-list> .gnav-item:nth-of-type(2) {
	max-width: none;
}

.header-area .gnav-area> .gnav-list> .gnav-item:first-of-type> a {
	padding-top: 0;
}

.header-area .gnav-area> .gnav-list> .gnav-item:nth-of-type(2)> a {
	padding: 0.2em 6.66667vw 0; /* 0 6.66667vw; */
	line-height: 1.6; /* add */
}

.header-area .gnav-area> .gnav-list> .gnav-item> a {
	padding: 0 6.66667vw;
	font-size: 4.26667vw;
	line-height: 3.75;
	text-align: left;
}

.header-area .gnav-area> .gnav-list> .gnav-item.sp-item {
	height: 10.66667vw;
}

.header-area .gnav-area> .gnav-list> .gnav-item.sp-item> a {
	font-weight: normal;
	font-size: 3.46667vw;
	line-height: 3.076923077;
}

}

