@charset "utf-8";

/* *************************************************************************
**
**  RESET
**
************************************************************************* */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

/* *************************************************************************
**
**  COMMON
**
************************************************************************* */

html {
	font-size: 62.5%;
}
body {
	min-width: 1230px;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.8;
	font-family: '游ゴシック体 Pr6N M', 'Yu Gothic Pr6N M', sans-serif;
	font-feature-settings : "palt";
	letter-spacing: 1px;
}
* {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	box-sizing: border-box;
}
a {
	color: inherit;
}
ol,ul {
	list-style: none;
}
img {
	border-style: none;
}
h1,h2,h3,h4,h5,h6,
strong {
	font-family: '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B',  sans-serif;
}
select, option {
	font-size: 16px;
}

/*
 * utilities
 *------------------------------------------------------ */
.u-fs10 { font-size: 10px; font-size: 1.0rem !important }
.u-fs12 { font-size: 12px; font-size: 1.2rem !important }
.u-fs14 { font-size: 14px; font-size: 1.4rem !important }
.u-fs16 { font-size: 16px; font-size: 1.6rem !important }
.u-fs18 { font-size: 18px; font-size: 1.8rem !important }
.u-fs20 { font-size: 20px; font-size: 2.0rem !important }
.u-fs22 { font-size: 22px; font-size: 2.2rem !important }
.u-fs24 { font-size: 24px; font-size: 2.4rem !important }
.u-mb0 { margin-bottom: 0px !important }
.u-mb5 { margin-bottom: 5px !important }
.u-mb10 { margin-bottom: 10px !important }
.u-mb15 { margin-bottom: 15px !important }
.u-mb20 { margin-bottom: 20px !important }
.u-mb25 { margin-bottom: 25px !important }
.u-mb30 { margin-bottom: 30px !important }
.u-mb35 { margin-bottom: 35px !important }
.u-mb40 { margin-bottom: 40px !important }
.u-mb45 { margin-bottom: 45px !important }
.u-mb50 { margin-bottom: 50px !important }
.u-mb55 { margin-bottom: 55px !important }
.u-mb60 { margin-bottom: 60px !important }
.u-mb65 { margin-bottom: 65px !important }
.u-mb70 { margin-bottom: 70px !important }
.u-mb75 { margin-bottom: 75px !important }
.u-mt0 { margin-top: 0px !important }
.u-mt5 { margin-top: 5px !important }
.u-mt10 { margin-top: 10px !important }
.u-mt15 { margin-top: 15px !important }
.u-mt20 { margin-top: 20px !important }
.u-mt25 { margin-top: 25px !important }
.u-mr0 { margin-right: 0px !important }
.u-mr5 { margin-right: 5px !important }
.u-mr10 { margin-right: 10px !important }
.u-mr15 { margin-right: 15px !important }
.u-mr20 { margin-right: 20px !important }
.u-ml0 { margin-left: 0px !important }
.u-ml5 { margin-left: 5px !important }
.u-ml10 { margin-left: 10px !important }
.u-ml15 { margin-left: 15px !important }
.u-ml20 { margin-left: 20px !important }
.u-bold {
	font-family: '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B', sans-serif !important;
	font-weight: bold !important;
}
.u-left { text-align: left !important }
.u-center { text-align: center !important }
.u-right { text-align: right !important }

.cf:before,
.cf:after {
	content: '';
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

/*
 * general
 *------------------------------------------------------ */

/* breadcrumb */
.breadcrumb {
	width: 960px;
	margin: auto;
	padding: 18px 0 18px 0;
	font-size: 1.2rem;
	text-align: left;
	line-height: 2;
	color: #b4b4b4;
	border-bottom: 1px solid #f0f1f1;
}
.breadcrumb a {
	display: inline-block;
	padding: 0 15px 0 11px;
	color: #ee7e89;
	border-right: 1px solid #f0f1f1;
	text-decoration: none;
}
.breadcrumb a:nth-of-type(1) {
	padding-left: 0;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb span {
	padding-left: 11px;
}
.breadcrumb_btm {
	background: #333;
}
.breadcrumb_btm_inner {
	width: 1030px;
	margin: auto;
	padding: 21px 0 21px 0;
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.5;
	color: #fff;
}
.breadcrumb_btm a {
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	border-right: 1px solid #f0f1f1;
	text-decoration: none;
}
.breadcrumb_btm a:hover {
	text-decoration: underline;
}
.breadcrumb_btm a:nth-of-type(1) {
	padding-left: 0;
}
.breadcrumb_btm span {
	padding-left: 15px;
}

/* keyvisual */
.keyvisual {
	position: relative;
	width: 100%;
	height: 500px;
 	background: url("../img/activity/bg_kv_activity.jpg?v2") no-repeat center center/cover;
 	color: #fff;
 	text-align: center;
	font-feature-settings : "palt";
	letter-spacing: 1px; 	
}
.keyvisual:before {
	content: '';
	width: 1px;
	height: 500px;
	margin-left: -1px;
	display: inline-block;
	vertical-align: middle;
}
.keyvisual-box {
	display: inline-block;
	vertical-align: middle;
}
.keyvisual-box .ttl {
	margin: 13px 0 14px;
	font-size: 4.0rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;	
}
.keyvisual-box .ttl span {
	display: block;
	margin-bottom: 9px;
	font-size: 1.6rem;
}
.keyvisual-box .ttl span.en {
	margin-top: 5px;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 3px;
}
.keyvisual-box .img {
	height: 10px;
}
.keyvisual.normal {
	height: 400px;
 	background: url("../img/bg_kv.jpg") repeat 0 0/4px;	
}
.keyvisual.normal .keyvisual-box .ttl {
	margin: 0 0 33px;
	line-height: 2;
}

/* intro */
.g-intro {
	width: 960px;
	margin: 0 auto 100px;
	text-align: center;
}
.g-intro-lead {
	margin-bottom: 42px;
	font-size: 3.0rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-feature-settings : "palt";
	letter-spacing: 1px;
	line-height: 1.8;
}
.g-intro-lead:after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	margin: 30px auto 0;
	background: #f8b551;
}
.g-intro-text {
	margin-bottom: 17px;
	line-height: 2;
	font-size: 1.6rem;
}

/* sec */
.g-sec:nth-of-type(odd) {
	background: #f9f9f9;
}
.g-sec-inner {
	width: 960px;
	margin: auto;
	padding: 81px 0 98px;
}

/* head */
.g-head {
	width: 300px;
	height: 60px;
	margin: 0 auto 46px;
	padding-top: 11px;
	color: #37bec3;
	font-size: 1.8rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 30px;
}
.g-sec:nth-of-type(even) .g-head {
	background: #f9f9f9;
}
.g-head02 {
	position: relative;
	width: 470px;
	height: 91px;
	margin: 0 auto 73px;
	color: #fff;
	font-size: 2.5rem;
	line-height: 91px;
	border-radius: 46px;
	background: #37bec3;
	box-shadow: 0px 2.5px 5px 0.3px rgba(3, 0, 0, 0.1);
	text-align: center;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;	
}
.g-head02:after {
	content: '';
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
	width: 25px;
	height: 23px;
	margin: auto;
	background: url("../img/bg_fukidashi_b.png") no-repeat 0 0/contain;
}
.g-head02 span {
	font-size: 5.0rem;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;
	font-style: normal;	
}

/* lead */
.g-lead01 {
	margin-bottom: 10px;
	font-size: 2.5rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	font-feature-settings : "palt";
	letter-spacing: 1px;
	line-height: 1.8;
}
.g-lead02 {
	margin-bottom: 35px;
	font-family: '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B',  sans-serif;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	font-feature-settings : "palt";
	letter-spacing: 1px;	
}

/* text */
.g-em {
	color: #37bec3;
}
.g-note {
	color: #868686;
	font-size: 1.2rem;
}

/* scroll */
.g-scroll {
	width: 960px;
	margin: 43px auto 65px;
}
.g-scroll-ttl {
	width: 150px;
	height: 30px;
	margin: 0 auto 32px;
	padding-top: 1px;
	border-radius: 15px;
	background: #37bec3;
	color: #fff;
	font-size: 1.4rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;	
	font-feature-settings : "palt";
	letter-spacing: 1px;
}
.g-scroll-list {
	font-size: 0;
	font-feature-settings : "palt";
	letter-spacing: 1px;	
	text-align: left;
}
.g-scroll-list li {
	display: inline-block;
	width: 294px;
	margin: -1px 37.5px 0 0;
	font-size: 1.4rem;
	text-align: left;
	border-top: 1px solid #f0f1f1;
	border-bottom: 1px solid #f0f1f1;
	vertical-align: top;
}
.g-scroll-list.clm2 {
	width: 596px;
	margin: auto;
	text-align: left;
}
.g-scroll-list.clm2 li {
	width: 285px;
	margin-right: 25px;
}
.g-scroll-list.clm2 li:nth-of-type(2n) {
	margin-right: 0;
}

.g-scroll-list.clm3 {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.g-scroll-list.clm3 li {
	display: block;
	margin: -1px 0 0 0;
}

.g-scroll-list.clm4 li,
.g-scroll-list.clm4_2 li {
	width: 220px;
	margin-right: 25px;
}
.g-scroll-list.clm4 li:nth-of-type(4n),
.g-scroll-list.clm4_2 li:nth-of-type(4n) {
	margin-right: 0;
}
.g-scroll-list li a {
	display: block;
	color: #333;
	padding: 19px 0 16px 24px;
	font-family: '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B',  sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.g-scroll-list li a:hover {
	color: #37bec3;
}
.g-scroll-list.clm4 li a {
	padding-left: 10px;
}
.g-scroll-list.clm4_2 li a {
	padding-left: 27px;
}
.g-scroll-list li a:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 5px;
	padding-right: 22px;
	margin-bottom: 3px;
	background: url("../img/arw_scroll.svg") no-repeat 0 center/contain;
}

/* btn */
.g-btn {
	text-align: center;
}
.g-btn a {
	position: relative;
	display: inline-block;
	min-width: 320px;
	height: 70px;
	margin: auto;
	padding: 0 71px 0 56px;
	line-height: 70px;
	color: #fff;
	font-size: 1.6rem;
	font-family: '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B',  sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
}
.g-btn a:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 1px;
	margin: 0 9px 2px 0;
	background: #fff;
	vertical-align: middle;
}
.g-btn.pi a { background: #ee7e89; }
.g-btn.pi a:hover { background: #e15563; }
.g-btn.or a { background: #f6ad3c; }
.g-btn.or a:hover { background: #ea9108; }
.g-btn.bu a { background: #37bec3; }
.g-btn.bu a:hover { background: #22a3a8; }
.g-btn.wh a {
	color: #333;
	border: 1px solid #e6e6e6;
	background: #fff;
}
.g-btn.wh a:hover { background: #ebf8f9; }
.g-btn.wh a:before {
	background: #37bec3;
}
.g-btn.close,
.g-btn.open {
	width: 200px;
	margin: auto;
}
.g-btn.close a,
.g-btn.open a {
	width: 200px;
	min-width: 200px;
	height: 50px;
	padding: 0 9px 0 0;
	line-height: 50px;
	font-size: 1.4rem;
	background: #37bec3;
	border-radius: 25px;
}
.g-btn.open a {
	padding-right: 5px;
}
.g-btn.close a:hover,
.g-btn.open a:hover {
	background: #22a3a8;
}
.g-btn.close a:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 6px;
	padding-right: 13px;
	background: url("../img/arw_link03.svg") no-repeat 0 0/contain;
}
.g-btn.open a:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 6px;
	padding-right: 13px;
	background: url("../img/arw_link04.svg") no-repeat 0 0/contain;
}
.g-btn.close a:after {
	content: '閉じる';
	display: inline-block;
}
.g-btn.open a:after {
	content: '続きを読む';
	display: inline-block;
}

/* link */
.g-link01 a:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 13px;
	margin-bottom: 5px;
	padding-right: 7px;
	vertical-align: middle;
	background: url("../img/arw_link01.svg") no-repeat 0 1px/8px;
}
.g-link02 a:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 13px;
	padding-right: 14px;
	background: url("../img/arw_link01.svg") no-repeat 7px 1px/contain;
	transform:rotate(90deg);
}

/* contact */
.g-contact {
	padding: 90px 0 87px;
	background: #ebf8f9;
}
.g-contact-inner {
	width: 856px;
	margin: auto;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	letter-spacing: 1px;
}
.g-contact-ttl {
	width: 856px;
	height: 60px;
	padding: 7px 0 0 0;
	color: #fff;
	font-size: 2.4rem;
	font-family: '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B',  sans-serif;
	font-weight: bold;
	background: #37bec3;
	border-radius: 10px 10px 0 0;
}
.g-contact-box {
	padding: 38px 0 64px;
	font-family: '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B',  sans-serif;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.8;
}
.g-contact-box .tel {
	display: inline-block;
	width: 387px;
	margin: 31px 0 0 4px;
	font-size: 1.2rem;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	line-height: 1.4;
}
.g-contact-box .tel:before {
	content: '';
	display: inline-block;
	width: 64px;
	height: 64px;
	padding: 0 11px 0 0;
	background: url("../img/ico_tel.svg") no-repeat 0 0/contain;
}
.g-contact-box .tel span {
	display: block;
	margin-bottom: 3px;
	font-size: 4.0rem;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 2.1px;
}
.g-contact-box .tel p {
	display: inline-block;
	margin-top: 5px;
	line-height: 1;
	vertical-align: top;
}
.g-contact-box .g-btn {
	display: inline-block;
	margin: 26px 0 0 0;	
	vertical-align: top;
}
.g-contact-box .g-btn a {
	width: 335px;
	padding-right: 50px;
}

/*
 * header
 *------------------------------------------------------ */
header {
	position: fixed;
	z-index: 999;
	top: 40px;
	left: 0;
	width: 100%;
	min-width: 1200px;
	transition: transform .3s;
}
header .inr {
	width: 93.85%;
	max-width: 1220px;
	height: 70px;
	margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	background: #fff;
	border-radius: 35px;
	box-shadow: 0 2.5px 5px 2.5px rgba(3, 0, 0, 0.1);
	font-feature-settings : "palt";
	letter-spacing: 1px;
	padding: 0 10px 0 45px;
}
header a {
	text-decoration: none;
}
header.invisible {
	transform: translateY(-200%);
}
header .logo {
	margin-right: auto;
}
header .logo a {
	display: block;
}
header .logo img {
	vertical-align: top;
}
header .nav-all {
	display: none;
}
header .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	gap: 0 28px;
}
header .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	gap: 0 28px;
}
header .nav-list > li {
	position: relative;
	font-size: 1.3rem;
}
header .nav-list > li.sp {
	display: none;
}
header .nav-list > li > a,
header .nav-list > li > span.parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	height: 70px;
	position: relative;
	font-family: '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B',  sans-serif;
	font-weight: bold;
}
header .nav-list .btn {
	display: none;
}
header .nav-list > li.cu > a,
header .nav-list > li.cu > span.parent {
	color: #37bec3;
}
header .nav-list > li > a:hover::after,
header .nav-list > li.on > a::after,
header .nav-list > li > span.parent:hover::after,
header .nav-list > li.on > span.parent::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4.5px;
	background: #37bec3;
}
header .nav-list .children {
	display: none;
	position: absolute;
	top: 70px;
	left: -28px;
	width: 250px;
	padding: 16px 0;
	background: #f0f0f0;
}
header .nav-list li.on .children {
	display: block;
}
header .nav-list .children a {
	display: block;
	padding: 10px 25px;
	color: #333;
	font-size: 1.2rem;
}
header .nav-list .children li a:hover {
	color: #37bec3;
}

header .nav-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	gap: 0 6px;
}
header .nav-btn a {
	display: block;
	width: 135px;
	text-align: center;
	height: 50px;
	border-radius: 25px;
	color: #fff;
	font-size: 1.3rem;
	font-family: '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B',  sans-serif;
	font-weight: bold;
	line-height: 50px;
}
header .nav-btn a .sp {
	display: none;
}
header .nav-btn a.donate { background-color: #f6ad3c; }
header .nav-btn a.donate:hover {	background-color: #ea9108; }
header .nav-btn a.contact {	background-color: #37bec3; }
header .nav-btn a.contact:hover {	background: #22a3a8; }

header .info {
	display: none;
}

/*
 * footer
 *------------------------------------------------------ */
footer {
	padding: 95px 0;
	background: #f5f5f5;
}
footer a {
	text-decoration: none;
}
footer .inner {
	margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	gap: 0 75px;
}
footer nav {
	width: 680px;
	font-size: 0;
}
footer .nav-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
			-ms-flex-pack: space-between;
					justify-content: space-between;
}
footer .nav-btn a {
	display: block;
	width: 325px;
	height: 60px;
	padding: 0;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-family: '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B',  sans-serif;
	font-weight: bold;
	line-height: 60px;
}
footer .nav-btn a:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 1px;
	margin: 0 10px 2px 0;
	background: #fff;
	vertical-align: middle;	
}
footer .nav-btn a.donate { background-color: #f6ad3c; }
footer .nav-btn a:hover.donate { background-color: #ea9108; }
footer .nav-btn a.contact { background-color: #37bec3; }
footer .nav-btn a:hover.contact { background-color: #22a3a8; }

footer .nav-list {
	margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	border-top: 1px solid #e9e9e9;
	line-height: 35px;
}
footer .nav-list > li {
	border-bottom: 1px solid #e9e9e9;
	width: 100%;
	padding: 12px 0;
}
footer .nav-list > li.inline {
	width: 33.33%;
}
footer .nav-list li a {
	display: block;
}
footer .nav-list li a:hover {
	color: #37bec3;
}
footer .nav-list > li > a,
footer .nav-list > li > span {
	display: block;
	font-size: 1.4rem;
	font-family: '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B',  sans-serif;
	font-weight: bold;
}
footer .nav-list > li > a:before,
footer .nav-list > li > span:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 1px;
	margin: 0 10px 3px 0;
	background: #37bec3;
	vertical-align: middle;	
}
footer .nav-list > li.hierarchical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
			-ms-flex-pack: space-between;
					justify-content: space-between;
}
footer .nav-list > li.hierarchical > a,
footer .nav-list > li.hierarchical > span {
	width: 33.33%;
}
footer .nav-list > li.hierarchical .btn {
	display: none;
}
footer .nav-list .hierarchical .children {
	width: 66.67%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .nav-list .activity .children ul:nth-child(1) {
	width: 42%;
}
footer .nav-list .activity .children ul:nth-child(2) {
	width: 35%;
}
footer .nav-list .activity .children ul:nth-child(3) {
	width: 23%;
}
footer .nav-list .individual .children ul {
	width: 50%;
}
footer .nav-list .hierarchical ul a {
	font-size: 1.2rem;
}

footer .info {
	width: 235px;
	font-size: 0;
}
footer .info-logo {
	margin-bottom: 52px;
}
footer .info-name {
	margin-bottom: 12px;
	font-size: 1.6rem;
	font-family: '游ゴシック体 Pr6N B', 'Yu Gothic Pr6N B',  sans-serif;
	font-weight: bold;
	line-height: 1.75;
}
footer .info-address {
	margin-bottom: 19px;
	font-size: 1.4rem;
	line-height: 1.75;
}
footer .info-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	gap: 0 26px;
}
footer .info-link a {
	font-size: 1.2rem;
}
footer .info-link a:hover {
	color: #37bec3;
}
footer .info-link a:before {
	content: '';
	display: inline-block;
	width: 4.5px;
	height: 4.5px;
	margin: 0 5px 2px 0;
	vertical-align: middle;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .info-link a:hover:before {
	border-top: 1px solid #37bec3;
	border-right: 1px solid #37bec3;
}
footer .nav-sns {
	margin-top: 24px;	
}
footer .nav-sns li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 12px;	
}
footer .nav-sns li.fb a:hover {
	background: url("../img/ico_fb_on.svg") no-repeat 0 0/30px;
}
footer .nav-sns li.x a:hover {
	background: url("../img/ico_x.png") no-repeat 0 0/30px;
}
footer .nav-sns li a {
	display: block;
}
footer .nav-sns li a:hover img {
	opacity: 0;
}
footer .info-copyright {
	margin-top: 35px;
	font-size: 1.2rem;
	line-height: 1.67;
}

/* add 20201201 */
footer .bnr_fix {
	position: fixed;
	display: block;
	right: 12px;
	bottom: 12px;
	z-index: 10;
	opacity: 0;
	transition-duration: opacity .25s;
	width: 249px;
	height: 291px;
	background: url('../img/bnr_fix_2012_pc.png') no-repeat 0 0 / 249px 291px;
}
footer .bnr_fix.on {
	opacity: 1;
}

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

	footer .bnr_fix {
		width: 90vw;
		height: 38.47vw;
		right: 5vw;
		bottom: 12px;
		background: url('../img/bnr_fix_2012_sp.png') no-repeat center center / contain;
	}

}


/*
 * main
 *------------------------------------------------------ */
main {
	padding: 64px 0 0;
	text-align: left;
	line-height: 2;
}
main a {
	color: #2e8ec5;
}
main a:hover {
	text-decoration: none;
}
main .only-sp,
main br.sp {
	display: none;
}
main .only-pc {
	display: block;
}

/* switch */
.js-switch {
	position: relative;
}
.js-switch ul:nth-of-type(1) {
	position: relative;
	height: 641px;
	background: url("../img/img_sample_base@2x.png") no-repeat 0 0/324px;
}
.js-switch ul:nth-of-type(1) > li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s ease-out;
}
.js-switch ul:nth-of-type(1) > li.on {
	opacity: 1;
}

