@charset "UTF-8";
/*
Theme Name: tsugi-fes2025
Author: BRESTO inc.
Version: 1.0.0
*/

/* Reset
----------------------------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, code,
del, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, u,
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,
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	-webkit-text-size-adjust: 100%;
	word-break: break-word;
}

html{
	scroll-behavior: smooth;
}
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 2;
	color:#333;
	background: #fff;
}
a {
	color:#333;
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}
strong {
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="text"],
input[type="email"],
textarea {
	border-radius: 0;
	-webkit-appearance: none;
	line-height: normal;
	color: var(--main-font-color, #333);
}
textarea {
	overflow: auto;
}
::placeholder {
	color: #666;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.wrap {
	width: 100%;
	overflow-x: hidden;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
h2, h3, h4, h5, h6 {
	font-weight: bold;
}



/* フェードアニメーション css
----------------------------------------------------------*/

/*ふわっと出る*/
.mv01_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 0
}
.mv01_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}



/*===============================================
横幅1200px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 441px){
html,
body,
.wrap{
	width:1240px;
}
}



/*===============================================
横幅441px以上
===============================================*/
@media screen and (min-width: 441px) {
a {
	transition: all .5s;
}
a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	transition: all .5s;
}
.sp {
	display:none;
}



/* header
------------------------------------------------------------------------*/
header{
	z-index: 11111;
	position: relative;
}
header h1{
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	top: 33px;
	left: 185px;
}
header h1::before{
	content: "[";
	padding-right: 7px;
}
header h1::after{
	content: "]";
	padding-left: 7px;
}
header h1 span{
	display: none;
}
header .logo{
	position: fixed;
	left: 50%;
	transform: translateX(-600px);
	top: 15px;
	z-index: 1000;
}  
header .logo a{
	display: block;
	background: url("img/home_logo.svg")no-repeat;
	background-size: 170px;
	width: 170px;
	height: 42px;
	padding: 42px 0 0;
	box-sizing: border-box;
	overflow: hidden;
}
header .mail{
	position: fixed;
	top: 10px;
	right: 50%;
	transform: translateX(600px);
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1;
}
header .mail a{
	display: block;
	width: 360px;
	height: 55px;
	line-height: 55px;
	border-radius: 55px;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	background: #e73830;
	padding-left: 28px;
	box-sizing: border-box;
	position: relative;
}
header .mail a span{
	display: inline-block;
	width: 205px;
	color: #e73830;
	background: url("img/home_icon02.svg")center left 28px no-repeat,#ffe100;
	background-size: 22px;
	border-radius: 0 55px 55px 0;
	font-weight: bold;
	padding-left: 55px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
}
header .mail a:hover{
	/* color: #e73830;
	background: #ffe100; */
	opacity: 1;
}
header .mail a:hover span{
	color: #fff;
	background: url("img/home_icon02_ho.svg")center left 25px no-repeat,#e73830;
	background-size: 22px;
}



/* home
------------------------------------------------------------------------*/
/* key */
.home .key{
	background: url(img/home_key_bg01.png)center center no-repeat;
	height: 800px;
	position: relative;
}
@media screen and (min-width: 1801px){
	.home .key{
		background-size: cover;
	}
}
.home .key .inner{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 800px;
	padding-left: 40px;
	box-sizing: border-box;
	position: relative;
}
.home .key .inner::before{
	content: "";
	background: url(img/home_key_bg02.svg)top center no-repeat;
	width: 1994px;
	height: 882px;
	position: absolute;
	top: -27px;
	left: -380px;
	z-index: 1;
	pointer-events: none;
}
.home .key .ttl{
	display: block;
	background: url("img/key_logo.svg")center left no-repeat;
	background-size: 530px;
	width: 530px;
	height: 0;
	margin-top: 125px;
	padding: 155px 0 0;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 2;
}
.home .key .point{
	display: block;
	background: url("img/key_text01.svg")center left no-repeat;
	background-size: 121px;
	width: 121px;
	height: 0;
	padding: 104px 0 0;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 100px;
	left: 515px;
	z-index: 1;
}
.home .key .text01{
	width: 525px;
	height: 30px;
	background: #fff;
	border-radius: 30px;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin: 25px 0 30px;
}
.home .key .info{
	width: 525px;
	height: 380px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.3);
	padding: 30px 35px;
	box-sizing: border-box;
}
.home .key .info dl{
	margin-bottom: 20px;
}
.home .key .info dl dt{
	width: 55px;
	height: 48px;
	font-weight: bold;
	line-height: 48px;
	color: #00713b;
	background: url(img/key_icon01.svg)no-repeat;
	background-size: 55px;
	text-align: center;
}
.home .key .info dl dd{
	color: #fff;
	line-height: 1.2;
}
.home .key .info dl .info_text{
	display: flex;
	align-items: center;
	gap: 0 3px;
}
.home .key .info dl .info_text + .info_text{
	margin-top: 15px;
}
.home .key .info dl .info_text dd .span01{
	font-size: 26px;
	font-weight: bold;
	margin-right: 5px;
}
.home .key .info dl .info_text dd .bold{
	font-weight: bold;
}
.home .key .info dl .info_text dd .span02{
	font-size: 21px;
	font-weight: bold;
}
.home .key .info dl .info_text:nth-of-type(2) dd {
	font-size: 15px;
	line-height: 1.5;
}
.home .key .info .box_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 450px;
	height: 105px;
	border-radius: 5px;
	color: #e73830;
	background: #ffe100;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
}
.home .key .info .box_wrap .box_set{
	width: 160px;
}
.home .key .info .box_wrap .box_set .box_ttl{
	height: 25px;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	background: #e73830;
	border-radius: 5px 5px 0 0;
	text-align: center;
	font-weight: bold;
}
.home .key .info .box_wrap .box_set .text02{
	height: 60px;
	font-size: 20px;
	line-height: 1.2;
	background: url(img/home_icon01.svg)center left 10px no-repeat,#fff;
	background-size: 35px;
	border: 1px solid #e73830;
	border-radius: 0 0 5px 5px;
	padding: 5px 0 0 50px;
	font-weight: bold;
	box-sizing: border-box;
}
.home .key .info .box_wrap .text_set{
	width: 260px;
	text-align: center;
}
.home .key .info .box_wrap .text_set .text03{
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 5px;
}
.home .key .info .box_wrap .text_set .btn a{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 37px;
	border-radius: 35px;
	color: #e73830;
	background: url(img/home_icon02.svg)center left 46px no-repeat, #fff;
	background-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-left: 20px;
	box-sizing: border-box;
	transition: .4s;
}
.home .key .info .box_wrap .text_set .btn a:hover{
	color: #fff;
	background: url(img/home_icon02_ho.svg)center left 46px no-repeat, #e73830;
	background-size: 18px;
	opacity: 1;
	transition: .4s;
}
.home .key .info .box_wrap .text_set .text04{
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	white-space: nowrap;
	margin-top: 8px;
}
.home .key .info .box_wrap .text_set .text04::before{
	content: "［";
	margin-right: 5px;
}
.home .key .info .box_wrap .text_set .text04::after{
	content: "］";
	margin-left: 5px;
}
.home .key .info .text05{
	width: 450px;
	height: 65px;
	border-radius: 5px;
	line-height: 1.5;
	color: #fff;
	background: linear-gradient(360deg ,#da5178 ,#e39705);
	padding-top: 9px;
	text-align: center;
	box-sizing: border-box;
}
.home .key .info .text05 span{
	color: #fff185;
	font-weight: bold;
}
.home .key .img_box .date01{
	display: block;
	background: url("img/key_day01.svg")center left no-repeat;
	background-size: 248px;
	width: 248px;
	height: 0;
	padding: 215px 0 0;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 105px;
	right: 0;
}
.home .key .img_box .date02{
	display: block;
	background: url("img/key_day02.svg")center left no-repeat;
	background-size: 248px;
	width: 248px;
	height: 0;
	padding: 215px 0 0;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	right: 330px;
}
.home .key .img_box .img01{
	width: 395px;
	height: 526px;
	background: url(img/key_img01.png)no-repeat;
	position: absolute;
	top: 30px;
	right: 190px;
}
.home .key .img_box .img02{
	width: 424px;
	height: 462px;
	background: url(img/key_img02.png)no-repeat;
	position: absolute;
	bottom: 0;
	right: -47px;
	z-index: 1;
}
.home .key .img_box ul li{
	color: #fff;
	font-size: 14px;
	line-height: 1.43;
	font-weight: 500;
	box-sizing: border-box;
}
.home .key .img_box ul li .bold{
	font-weight: bold;
}
.home .key .img_box ul li .span01{
	font-size: 18px;
	font-weight: bold;
}
.home .key .img_box .img01 li{
	text-shadow: 0 0 5px #007739,0 0 5px #007739,0 0 10px #007739,0 0 10px #007739,0 0 15px #007739,0 0 20px #007739;
}
.home .key .img_box .img02 li{
	text-shadow: 0 0 5px #005d9c,0 0 5px #005d9c,0 0 10px #005d9c,0 0 10px #005d9c,0 0 15px #005d9c,0 0 20px #005d9c;
}
.home .key .img_box .img01 li:nth-of-type(1){
	padding: 23px 0 0 43px;
}
.home .key .img_box .img01 li:nth-of-type(2){
	padding: 195px 0 0 207px;
}
.home .key .img_box .img01 li:nth-of-type(3){
	padding: 35px 0 0 22px;
}
.home .key .img_box .img02 li:nth-of-type(1){
	padding-top: 145px;
	margin-left: -50px;
}
.home .key .img_box .img02 li:nth-of-type(2){
	padding: 115px 0 0 275px;
}
.home .key .img_box .img02 li:nth-of-type(3){
	padding: 15px 0 0 55px;
}



/* cont01 */
.home .cont01{
	padding: 120px 0 85px;
	position: relative;
}
.home .cont01::before{
	content: "";
	width: 100%;
	height: 2284px;
	background: url(img/bg01.png)no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.home .cont01 .inner{
	width: 1000px;
	background: #fff;
	border: 3px solid #2285c8;
	border-radius: 10px;
	padding: 0 0 45px;
	text-align: center;
	box-sizing: border-box;
}
.home .cont01 .inner h2{
	width: 490px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 30px;
	color: #ffe100;
	background: linear-gradient(90deg ,#0078c3 ,#04a047);
	margin: -25px auto 0;
}
.home .cont01 .inner .text01{
	font-size: 18px;
	line-height: 2.222;
	font-weight: bold;
	padding-top: 35px;
}


/* cont02 */
.home .cont02{
	padding-bottom: 120px;
	position: relative;
}
.home .cont02::before{
	content: "";
	width: 100%;
	height: 2284px;
	background: url(img/bg02.png)no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.home .cont02 .inner .box01{
	padding: 30px;
	background: #007739;
	box-sizing: border-box;
	position: relative;
}
.home .cont02 .inner .box02{
	padding: 30px;
	margin: 80px 0 40px;
	background: #005d9c;
	box-sizing: border-box;
	position: relative;
}
.home .cont02 .inner .days{
	width: 125px;
	height: 42px;
	line-height: 44px;
	background: #fff;
	font-size: 24px;
	font-weight: bold;
	padding-left: 23px;
	box-sizing: border-box;
	position: absolute;
	top: 34px;
	left: -3px;
}
.home .cont02 .inner .days::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 45px 15px;
	border-color: transparent transparent #007739 transparent;
	position: absolute;
	top: -2px;
	right: -1px;
}
.home .cont02 .inner .box02 .days::before{
	border-color: transparent transparent #005d9c transparent;
}
.home .cont02 .inner h2{
	color: #fff;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 22px;
	padding-left: 110px;
	box-sizing: border-box;
}
.home .cont02 .inner h2 span{
	font-size: 56px;
	font-weight: bold;
	padding-right: 8px;
	box-sizing: border-box;
	position: relative;
}
.home .cont02 .inner h2 span:nth-of-type(2){
	font-size: 34px;
	padding: 0 5px;
}
.home .cont02 .inner .capa{
	width: 170px;
	height: 62px;
	background: #fff;
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	padding: 12px 18px 0 0;
	box-sizing: border-box;
	text-align: right;
	position: absolute;
	top: 14px;
	right: -3px;
}
.home .cont02 .inner .capa::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 65px 21px 0px 0px;
	border-color: #007739 transparent transparent transparent;
	position: absolute;
	top: -1px;
	left: -1px;
}
.home .cont02 .inner .box02 .capa::before{
	border-color: #005d9c transparent transparent transparent;
}
.home .cont02 .inner .capa span{
	font-size: 46px;
	font-weight: bold;
}
.home .cont02 .inner .box01 .days,
.home .cont02 .inner .box01 .capa{
	color: #007739;
}
.home .cont02 .inner .box02 .days,
.home .cont02 .inner .box02 .capa{
	color: #005d9c;
}
.home .cont02 .inner .cont_wrap .cont{
	height: 380px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 38px 35px 40px;
	box-sizing: border-box;
}
.home .cont02 .inner .cont_wrap .cont + .cont{
	margin-top: 30px;
}
.home .cont02 .inner .cont_wrap .cont .text_box{
	width: 800px;
}
.home .cont02 .inner .cont_wrap .cont .text_box h3{
	font-size: 28px;
	line-height: 1;
}
.home .cont02 .inner .box01 .cont_wrap .cont .text_box h3{
	color: #007739;
}
.home .cont02 .inner .box02 .cont_wrap .cont .text_box h3{
	color: #005d9c;
}
.home .cont02 .inner .box02 .cont_wrap .cont:nth-of-type(1) .text_box h3,
.home .cont02 .inner .box02 .cont_wrap .cont:nth-of-type(2) .text_box h3{
	font-size: 26px;
}
.home .cont02 .inner .box01 .cont_wrap .cont:nth-of-type(2) .text_box h3,
.home .cont02 .inner .box02 .cont_wrap .cont:nth-of-type(1) .text_box h3{
	line-height: 1.2;
}
.home .cont02 .inner .cont_wrap .cont .text_box h3::before{
	content: "Theme";
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 2px;
	margin-right: 20px;
	position: relative;
	top: -8px;
	
	color: #007739;
	border-bottom: 1px solid #007739;
}
.home .cont02 .inner .box02 .cont_wrap .cont .text_box h3::before{
	color: #005d9c;
	border-bottom: 1px solid #005d9c;
}
.home .cont02 .inner .box01 .cont_wrap .cont:nth-of-type(2) .text_box h3::before{
	margin-right: 8px;
}
.home .cont02 .inner .cont_wrap .cont .text_box h3 span{
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
}
.home .cont02 .inner .box01 .cont_wrap .cont:nth-of-type(2) .text_box h3 span,
.home .cont02 .inner .box02 .cont_wrap .cont:nth-of-type(1) .text_box h3 span{
	padding-left: 75px;
}
.home .cont02 .inner .box02 .cont_wrap .cont:nth-of-type(1) .text_box h3 span{
	font-size: 18px;
}
.home .cont02 .inner .cont_wrap .cont .text_box h3 span::before,
.home .cont02 .inner .cont_wrap .cont .text_box h3 span::after{
	content: "～";
}
.home .cont02 .inner .cont_wrap .cont .text_box .text01{
	line-height: 1.875;
	padding: 20px 0 25px 78px;
	box-sizing: border-box;
}
.home .cont02 .inner .box01 .cont_wrap .cont .text_box .text01{
	background-image: radial-gradient(circle, #007739 1.5px, transparent 1.5px);
	background-size: 9px 9px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.home .cont02 .inner .box02 .cont_wrap .cont .text_box .text01{
	background-image: radial-gradient(circle, #005d9c 1.5px, transparent 1.5px);
	background-size: 9px 9px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.home .cont02 .inner .box01 .cont_wrap .cont:nth-of-type(2) .text_box .text01{
	padding-top: 15px;
}
.home .cont02 .inner .box02 .cont_wrap .cont:nth-of-type(2) .text_box .text01{
	padding: 15px 0 20px 78px;
}
.home .cont02 .inner .box02 .cont_wrap .cont:nth-of-type(3) .text_box .text01{
	padding: 30px 0 35px 78px;
}
.home .cont02 .inner .cont_wrap .cont .text_box .text02{
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	margin-top: 20px;
}
.home .cont02 .inner .box02 .cont_wrap .cont:nth-of-type(3) .text_box .text02{
	margin-top: 30px;
}
.home .cont02 .inner .cont_wrap .cont .text_box .text02::before{
	content: "Speaker";
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 2px;
	margin-right: 13px;
	position: relative;
	top: -4px;
	
	color: #007739;
	border-bottom: 1px solid #007739;
}
.home .cont02 .inner .box02 .cont_wrap .cont .text_box .text02::before{
	color: #005d9c;
	border-bottom: 1px solid #005d9c;
}
.home .cont02 .inner .cont_wrap .cont .text_box .text02 span{
	font-size: 16px;
	font-weight: bold;
}
.home .cont02 .inner .cont_wrap .cont .img{
	position: relative;
}
.home .cont02 .inner .cont_wrap .cont .img::before{
	content: "01";
	font-size: 30px;
	line-height: 71px;
	color: #fff;
	font-weight: bold;
	width: 70px;
	height: 70px;
	text-align: center;
	position: absolute;
	top: -20px;
	left: -20px;
}
.home .cont02 .inner .box01 .cont_wrap .cont .img::before{
	background: #007739;
}
.home .cont02 .inner .box02 .cont_wrap .cont .img::before{
	background: #005d9c;
}
.home .cont02 .inner .cont_wrap .cont:nth-of-type(2) .img::before{
	content: "02";
}
.home .cont02 .inner .cont_wrap .cont:nth-of-type(3) .img::before{
	content: "03";
}


/* cont03 */
.home .cont03{
	margin-bottom: 120px;
}
.home .cont03 .map iframe{
	width: 100%;
	height: 500px;
}
.home .cont03 .inner .access_box{
	display: flex;
	justify-content: center;
	gap: 0 110px;
	margin: 60px 0 55px;
}
.home .cont03 .inner .access_box h2{
	font-size: 40px;
	line-height: 1;
}
.home .cont03 .inner .access_box h2 span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
}
.home .cont03 .inner .access_box .add{
	font-size: 20px;
	line-height: 1.9;
	margin-top: 35px;
}
.home .cont03 .inner .access_box .method{
	width: 660px;
}
.home .cont03 .inner .access_box .method h3{
	font-size: 22px;
	line-height: 1;
	margin: 0 0 30px -13px;
	padding-top: 40px;
	position: relative;
}
.home .cont03 .inner .access_box .method h3::before{
	content: "ACCESS";
	color: #ffe100;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 13px;
}
.home .cont03 .inner .access_box .method dl .box{
	display: flex;
	flex-wrap: wrap;
	line-height: 1.8;
	padding-left: 11px;
	box-sizing: border-box;
	position: relative;
}
.home .cont03 .inner .access_box .method dl .box::before{
	content: "";
	background: #ffe100;
	width: 3px;
	height: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.home .cont03 .inner .access_box .method dl .box:nth-of-type(3):before{
	height: 45px;
}
.home .cont03 .inner .access_box .method dl .box + .box{
	margin-top: 15px;
}
.home .cont03 .inner .access_box .method dl .box dt{
	font-weight: bold;
}



/* 共通 */
.message{
	width: 1200px;
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	border-radius: 5px;
	margin: 0 auto 40px;
	text-align: center;
	color: #fff;
	background: linear-gradient(360deg ,#da5178 ,#e39705);
	font-weight: bold;
	position: relative;
}
.message span{
	font-size: 26px;
	color: #fff185;
	font-weight: bold;
}
.message::before{
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #fff;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.mail_box a{
	display: flex;
	align-items: center;
	width: 800px;
	height: 80px;
	border-radius: 40px;
	color: #e73830;
	background: url(img/home_icon02.svg)center left 41px no-repeat #ffe100;
	background-size: 34px;
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto;
	padding-left: 95px;
	box-sizing: border-box;
	transition: .4s;
}
.mail_box a span{
	font-weight: bold;
}
.mail_box a .span01{
	display: inline-block;
	color: #fff;
	background: #e73830;
	font-size: 26px;
	line-height: 1;
	border-radius: 3px;
	padding: 8px 14px 7px;
	box-sizing: border-box;
	transition: .4s;
}
.mail_box a .span02{
	font-size: 22px;
}
.mail_box a .span02::before{
	content: "［";
	margin-right: 5px;
}
.mail_box a .span02::after{
	content: "］";
	margin-left: 5px;
}
.mail_box a:hover{
	color: #fff;
	background: url(img/home_icon02_ho.svg)center left 41px no-repeat #e73830;
	background-size: 34px;
	transition: .4s;
}
.mail_box a:hover .span01{
	color: #e73830;
	background: #fff;
	transition: .4s;
}



/* footer
------------------------------------------------------------------------*/
footer{
	background: #ffe100;
	padding: 100px 0;
	position: relative;
}
footer .inner table{
	width: 1050px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0 20px;
}
footer .inner table tr th{
	display: inline-block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	text-align: center;
	vertical-align: top;
}
footer .inner table tr td{
	padding-left: 30px;
	box-sizing: border-box;
}
footer .inner .copy{
	text-align: center;
	font-size: 12px;
	line-height: 1;
	margin-top: 40px;
}



}/*PCの記述ここまで*/

/*===============================================
横幅441px以下 sp
===============================================*/

@media screen and (max-width: 441px) {
html,
body,
.wrap {
	width: 440px;
	position: relative;
}
.inner {
	box-sizing: border-box;
	padding: 0 20px;
	width: auto;
}
.pc {
	display: none;
}
.sp {
	display: inline;
}
p {
	font-size: 16px;
}



/* header
------------------------------------------------------------------------*/
header{
	z-index: 1;
	position: relative;
}
header h1{
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 122px;
}
header h1::before{
	content: "[";
	padding-right: 5px;
}
header h1::after{
	content: "]";
	padding-left: 5px;
}
header h1 span{
	display: none;
}
header .logo a{
	position: fixed;
	top: 8px;
	left: 11px;
	display: block;
	background: url("img/home_logo.svg")no-repeat;
	background-size: 100px;
	width: 100px;
	height: 24px;
	padding: 24px 0 0;
	box-sizing: border-box;
	overflow: hidden;
}
header .mail{
	display: none;
}



/* home
------------------------------------------------------------------------*/
/* key */
.home .key{
	background: url(img/home_key_bg01_sp.png)center center no-repeat;
	position: relative;
}
.home .key .inner{
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px 75px;
	position: relative;
}
.home .key .ttl,
.home .key .text01{
	order: 1;
}
.home .key .info{
	order: 3;
}
.home .key .img_box{
	order: 2;
}
.home .key .ttl{
	display: block;
	background: url("img/key_logo.svg")center left no-repeat;
	background-size: 360px;
	width: 360px;
	height: 0;
	margin: 72px auto 0;
	padding: 104px 0 0;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
}
.home .key .point{
	display: block;
	background: url("img/key_text01.svg")center left no-repeat;
	background-size: 75px;
	width: 75px;
	height: 0;
	padding: 65px 0 0;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 55px;
	right: 28px;
}
.home .key .text01{
	width: 380px;
	height: 30px;
	background: #fff;
	border-radius: 30px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin: 20px auto 0px;
}
.home .key .info{
	width: 420px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.3);
	margin-top: 610px;
	padding: 20px 10px;
	box-sizing: border-box;
}
.home .key .info dl{
	margin-bottom: 15px;
}
.home .key .info dl dt{
	width: 48px;
	height: 41px;
	font-weight: bold;
	font-size: 14px;
	line-height: 42px;
	color: #00713b;
	background: url(img/key_icon01.svg)no-repeat;
	background-size: 48px;
	text-align: center;
}
.home .key .info dl dd{
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
}
.home .key .info dl .info_text{
	display: flex;
	align-items: center;
	gap: 0 5px;
}
.home .key .info dl .info_text + .info_text{
	margin-top: 15px;
}
.home .key .info dl .info_text dd .span01{
	font-size: 22px;
	font-weight: bold;
	margin-right: 5px;
}
.home .key .info dl .info_text dd .bold{
	font-weight: bold;
}
.home .key .info dl .info_text dd .span02{
	font-size: 18px;
	font-weight: bold;
}
.home .key .info dl .info_text:nth-of-type(2) dd {
	font-size: 13px;
	line-height: 1.5;
}
.home .key .info .box_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 105px;
	border-radius: 5px;
	color: #e73830;
	background: #ffe100;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
}
.home .key .info .box_wrap .box_set{
	width: 140px;
}
.home .key .info .box_wrap .box_set .box_ttl{
	height: 25px;
	font-size: 13px;
	line-height: 27px;
	color: #fff;
	background: #e73830;
	border-radius: 5px 5px 0 0;
	text-align: center;
	font-weight: bold;
}
.home .key .info .box_wrap .box_set .text02{
	height: 50px;
	font-size: 17px;
	line-height: 1.2;
	background: url(img/home_icon01.svg)center left 10px no-repeat,#fff;
	background-size: 30px;
	border: 1px solid #e73830;
	border-radius: 0 0 5px 5px;
	padding: 5px 0 0 48px;
	font-weight: bold;
	box-sizing: border-box;
}
.home .key .info .box_wrap .text_set{
	width: 230px;
	text-align: center;
}
.home .key .info .box_wrap .text_set .text03{
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 5px;
}
.home .key .info .box_wrap .text_set .btn a{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 36px;
	border-radius: 35px;
	color: #e73830;
	background: url(img/home_icon02.svg)center left 28px no-repeat, #fff;
	background-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-left: 20px;
	box-sizing: border-box;
	transition: .4s;
}
.home .key .info .box_wrap .text_set .text04{
	font-size: 13px;
	line-height: 1;
	font-weight: 500;
	white-space: nowrap;
	margin-top: 8px;
	margin-left: -3px;
}
.home .key .info .box_wrap .text_set .text04::before{
	content: "［";
	margin-right: 3px;
}
.home .key .info .box_wrap .text_set .text04::after{
	content: "］";
	margin-left: 3px;
}
.home .key .info .text05{
	width: 100%;
	height: 65px;
	border-radius: 5px;
	line-height: 1.5;
	color: #fff;
	background: linear-gradient(360deg ,#da5178 ,#e39705);
	padding-top: 9px;
	text-align: center;
	box-sizing: border-box;
}
.home .key .info .text05 span{
	color: #fff185;
	font-weight: bold;
}
.home .key .img_box .date01{
	display: block;
	background: url("img/key_day01.svg")center left no-repeat;
	background-size: 180px;
	width: 180px;
	height: 0;
	padding: 157px 0 0;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 356px;
	right: 11px;
	z-index: 1;
}
.home .key .img_box .date02{
	display: block;
	background: url("img/key_day02.svg")center left no-repeat;
	background-size: 180px;
	width: 180px;
	height: 0;
	padding: 157px 0 0;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 637px;
	left: 11px;
	z-index: 2;
}
.home .key .img_box .img01{
	width: 100%;
	height: 360px;
	background: url(img/key_img01.png)no-repeat;
	background-size: 270px;
	position: absolute;
	top: 225px;
	left: 0px;
}
.home .key .img_box .img02{
	width: 326px;
	height: 462px;
	background: url(img/key_img02.png) no-repeat;
	background-size: 326px;
	position: absolute;
	top: 481px;
	right: -23px;
	z-index: 1;
}
.home .key .img_box ul li{
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
	box-sizing: border-box;
}
.home .key .img_box ul li .bold{
	font-weight: bold;
}
.home .key .img_box ul li .span01{
	font-size: 14px;
	font-weight: bold;
}
.home .key .img_box .img01 li{
	text-shadow: 0 0 5px #007739,0 0 5px #007739,0 0 10px #007739,0 0 10px #007739,0 0 15px #007739,0 0 20px #007739;
}
.home .key .img_box .img02 li{
	text-shadow: 0 0 5px #005d9c,0 0 5px #005d9c,0 0 10px #005d9c,0 0 10px #005d9c,0 0 15px #005d9c,0 0 20px #005d9c;
}
.home .key .img_box .img01 li:nth-of-type(1){
	padding: 25px 0 0 188px;
}
.home .key .img_box .img01 li:nth-of-type(2){
	padding: 15px 0 0 255px;
}
.home .key .img_box .img01 li:nth-of-type(3){
	padding: 165px 0 0 15px;
}
.home .key .img_box .img02 li:nth-of-type(1){
	padding-top: 105px;
	margin-left: -70px;
}
.home .key .img_box .img02 li:nth-of-type(2){
	padding: 85px 0 0 190px;
}
.home .key .img_box .img02 li:nth-of-type(3){
	padding: 5px 0 0 45px;
}



/* cont01 */
.home .cont01{
	padding: 100px 0 55px;
	position: relative;
}
.home .cont01::before{
	content: "";
	width: 100%;
	height: 2284px;
	background: url(img/bg01_sp.png)no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -2;
}
.home .cont01::after{
	content: "";
	width: 100%;
	height: 2284px;
	background: url(img/bg02_sp.png)no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -3150px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -2;
}
.home .cont01 .inner{
	background: #fff;
	border: 3px solid #2285c8;
	border-radius: 10px;
	margin: 0 20px;
	padding: 0 0 20px;
	text-align: center;
	box-sizing: border-box;
}
.home .cont01 .inner h2{
	width: 280px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 24px;
	color: #ffe100;
	background: linear-gradient(90deg ,#0078c3 ,#04a047);
	margin: -25px auto 0;
}
.home .cont01 .inner .text01{
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
}


/* cont02 */
.home .cont02{
	padding-bottom: 80px;
	position: relative;
}
.home .cont02::before{
	content: "";
	width: 100%;
	height: 2284px;
	background: url(img/bg02_sp.png)no-repeat;
	background-size: cover;
	position: absolute;
	top: 2250px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -2;
}
.home .cont02::after{
	content: "";
	width: 100%;
	height: 2284px;
	background: url(img/bg02_sp.png)no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 1400px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.home .cont02 .inner .box01{
	padding: 20px;
	background: #007739;
	box-sizing: border-box;
	position: relative;
}
.home .cont02 .inner .box02{
	padding: 20px;
	margin: 50px 0 40px;
	background: #005d9c;
	box-sizing: border-box;
	position: relative;
}
.home .cont02 .inner .days{
	width: 115px;
	height: 32px;
	line-height: 34px;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-left: 18px;
	box-sizing: border-box;
	position: absolute;
	top: 20px;
	left: -3px;
}
.home .cont02 .inner .days::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 45px 15px;
	border-color: transparent transparent #007739 transparent;
	position: absolute;
	top: -2px;
	right: -1px;
}
.home .cont02 .inner .box02 .days::before{
	border-color: transparent transparent #005d9c transparent;
}
.home .cont02 .inner h2{
	color: #fff;
	font-size: 17px;
	line-height: 1.2;
	margin: 44px 0 18px;
	box-sizing: border-box;
	white-space: nowrap
}
.home .cont02 .inner h2 span{
	font-size: 38px;
	font-weight: bold;
	padding-right: 8px;
	box-sizing: border-box;
	position: relative;
}
.home .cont02 .inner h2 span:nth-of-type(1){
	margin-left: -5px;
	letter-spacing: -0.5px;
}
.home .cont02 .inner h2 span:nth-of-type(2){
	font-size: 24px;
	padding-right: 5px;
}
.home .cont02 .inner .capa{
	width: 150px;
	height: 52px;
	background: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	padding: 10px 16px 0 0;
	box-sizing: border-box;
	text-align: right;
	position: absolute;
	top: 10px;
	right: -3px;
}
.home .cont02 .inner .capa::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 65px 21px 0px 0px;
	border-color: #007739 transparent transparent transparent;
	position: absolute;
	top: -1px;
	left: -1px;
}
.home .cont02 .inner .box02 .capa::before{
	border-color: #005d9c transparent transparent transparent;
}
.home .cont02 .inner .capa span{
	font-size: 36px;
	font-weight: bold;
}
.home .cont02 .inner .box01 .days,
.home .cont02 .inner .box01 .capa{
	color: #007739;
}
.home .cont02 .inner .box02 .days,
.home .cont02 .inner .box02 .capa{
	color: #005d9c;
}
.home .cont02 .inner .cont_wrap .cont{
	display: flex;
	flex-direction: column-reverse;
	gap: 20px 0;
	background: #fff;
	padding: 40px 20px 20px;
	box-sizing: border-box;
}
.home .cont02 .inner .cont_wrap .cont + .cont{
	margin-top: 20px;
}
.home .cont02 .inner .cont_wrap .cont .text_box h3{
	font-size: 22px;
	line-height: 1.4;
	padding-top: 27px;
	box-sizing: border-box;
	position: relative;
}
.home .cont02 .inner .box01 .cont_wrap .cont .text_box h3{
	color: #007739;
}
.home .cont02 .inner .box02 .cont_wrap .cont .text_box h3{
	color: #005d9c;
}
.home .cont02 .inner .box02 .cont_wrap .cont:nth-of-type(1) .text_box h3{
	font-size: 20px;
}
.home .cont02 .inner .cont_wrap .cont .text_box h3::before{
	content: "Theme";
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 2px;
	margin-right: 20px;
	position: absolute;
	top: 0;
	left: 0;
	
	color: #007739;
	border-bottom: 1px solid #007739;
}
.home .cont02 .inner .box02 .cont_wrap .cont .text_box h3::before{
	color: #005d9c;
	border-bottom: 1px solid #005d9c;
}
.home .cont02 .inner .box01 .cont_wrap .cont:nth-of-type(2) .text_box h3::before{
	margin-right: 8px;
}
.home .cont02 .inner .cont_wrap .cont .text_box h3 span{
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	box-sizing: border-box;
}
.home .cont02 .inner .box02 .cont_wrap .cont:nth-of-type(1) .text_box h3 span{
	font-size: 16px;
}
.home .cont02 .inner .cont_wrap .cont .text_box h3 span::before,
.home .cont02 .inner .cont_wrap .cont .text_box h3 span::after{
	content: "～";
}
.home .cont02 .inner .cont_wrap .cont .text_box .text01{
	line-height: 2;
	padding: 15px 0 25px;
	box-sizing: border-box;
}
.home .cont02 .inner .box01 .cont_wrap .cont .text_box .text01{
	background-image: radial-gradient(circle, #007739 1.5px, transparent 1.5px);
	background-size: 9px 9px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.home .cont02 .inner .box02 .cont_wrap .cont .text_box .text01{
	background-image: radial-gradient(circle, #005d9c 1.5px, transparent 1.5px);
	background-size: 9px 9px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.home .cont02 .inner .cont_wrap .cont .text_box .text02{
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 27px;
	position: relative;
}
.home .cont02 .inner .box01 .cont_wrap .cont:nth-of-type(1) .text_box .text02{
	font-size: 18px;
}
.home .cont02 .inner .cont_wrap .cont .text_box .text02::before{
	content: "Speaker";
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 2px;
	margin-right: 13px;
	position: absolute;
	top: 0;
	left: 0;
	
	color: #007739;
	border-bottom: 1px solid #007739;
}
.home .cont02 .inner .box02 .cont_wrap .cont .text_box .text02::before{
	color: #005d9c;
	border-bottom: 1px solid #005d9c;
}
.home .cont02 .inner .cont_wrap .cont .text_box .text02 span{
	font-size: 16px;
	font-weight: bold;
}
.home .cont02 .inner .cont_wrap .cont .img{
	width: 250px;
	margin: 0 auto;
	position: relative;
}
.home .cont02 .inner .cont_wrap .cont .img::before{
	content: "01";
	font-size: 26px;
	line-height: 61px;
	color: #fff;
	font-weight: bold;
	width: 60px;
	height: 60px;
	text-align: center;
	position: absolute;
	top: -20px;
	left: -20px;
}
.home .cont02 .inner .box01 .cont_wrap .cont .img::before{
	background: #007739;
}
.home .cont02 .inner .box02 .cont_wrap .cont .img::before{
	background: #005d9c;
}
.home .cont02 .inner .cont_wrap .cont:nth-of-type(2) .img::before{
	content: "02";
}
.home .cont02 .inner .cont_wrap .cont:nth-of-type(3) .img::before{
	content: "03";
}


/* cont03 */
.home .cont03{
	margin-bottom: 80px;
	position: relative;
}
.home .cont03::before{
	content: "";
	width: 100%;
	height: 2284px;
	background: url(img/bg02_sp.png)no-repeat;
	background-size: cover;
	position: absolute;
	top: -2284px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.home .cont03 .map iframe{
	width: 100%;
	height: 500px;
}
.home .cont03 .inner .access_box{
	margin: 40px 0 45px;
}
.home .cont03 .inner .access_box h2{
	font-size: 30px;
	line-height: 1;
	margin-left: -3px;
}
.home .cont03 .inner .access_box h2 span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 0 4px;
}
.home .cont03 .inner .access_box .add{
	font-size: 18px;
	line-height: 1.6;
	margin-top: 20px;
}
.home .cont03 .inner .access_box .method{
	margin-top: 30px;
}
.home .cont03 .inner .access_box .method h3{
	font-size: 20px;
	line-height: 1;
	margin: 0 0 20px -11px;
	padding-top: 28px;
	position: relative;
}
.home .cont03 .inner .access_box .method h3::before{
	content: "ACCESS";
	color: #ffe100;
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 11px;
}
.home .cont03 .inner .access_box .method dl .box{
	display: flex;
	flex-wrap: wrap;
	line-height: 1.6;
	padding-left: 11px;
	box-sizing: border-box;
	position: relative;
}
.home .cont03 .inner .access_box .method dl .box::before{
	content: "";
	background: #ffe100;
	width: 3px;
	height: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.home .cont03 .inner .access_box .method dl .box:nth-of-type(1):before{
	height: 40px;
}
.home .cont03 .inner .access_box .method dl .box:nth-of-type(3):before{
	height: 65px;
}
.home .cont03 .inner .access_box .method dl .box + .box{
	margin-top: 12px;
}
.home .cont03 .inner .access_box .method dl .box dt{
	font-weight: bold;
}



/* 共通 */
.message{
	line-height: 1.6;
	font-size: 18px;
	border-radius: 5px;
	margin: 0 auto 20px;
	padding: 20px;
	text-align: center;
	color: #fff;
	background: linear-gradient(360deg ,#da5178 ,#e39705);
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
}
.message span{
	font-size: 22px;
	color: #fff185;
	font-weight: bold;
}
.message::before{
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #fff;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.mail_box a{
	display: block;
	border-radius: 50px;
	color: #e73830;
	background: url(img/home_icon02.svg)bottom 17px left 182px no-repeat #ffe100;
	background-size: 18px;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 10px 10px 120px;
	text-align: center;
	box-sizing: border-box;
}
.mail_box a span{
	font-weight: bold;
}
.mail_box a .span01{
	display: inline-block;
	color: #fff;
	background: #e73830;
	font-size: 16px;
	line-height: 1;
	border-radius: 3px;
	padding: 8px 10px 7px;
	box-sizing: border-box;
	position: absolute;
	bottom: 10px;
	left: 110px;
}
.mail_box a .span02{
	font-size: 18px;
	margin-left: -110px;
}
.mail_box a .span02::before{
	content: "［";
	margin-right: 5px;
}
.mail_box a .span02::after{
	content: "］";
	margin-left: 5px;
}



.home .fixed_btn{
	width: 440px;
	position: fixed;
	bottom: -1px;
	left: 0;
	z-index: 11111;
}
.home .fixed_btn a{
	width: 100%;
	height: 60px;
	color: #e73830;
	background: url(img/home_icon02.svg)center left 24px no-repeat, #ffe100;
	background-size: 16px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-left: 35px;
	box-sizing: border-box;

	display: flex;
	align-items: center;
	justify-content: center;
}
.home .fixed_btn .span01{
	display: inline-block;
	color: #fff;
	background: #e73830;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	border-radius: 3px;
	margin-right: 7px;
	padding: 6px 7px;
	box-sizing: border-box;
}
.home .fixed_btn .span02{
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
}
.home .fixed_btn .span02::before{
	content: "［";
	margin-right: 3px;
}
.home .fixed_btn .span02::after{
	content: "］";
	margin-left: 3px;
}



/* footer
------------------------------------------------------------------------*/
footer{
	background: #ffe100;
	padding: 60px 0 80px;
	position: relative;
}
footer .inner table{
	border-collapse: separate;
	border-spacing: 0 20px;
}
footer .inner table tr th,
footer .inner table tr td{
	display: block;
	line-height: 1.8;
}
footer .inner table tr th{
	display: inline-block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	text-align: center;
	vertical-align: top;
}
footer .inner table tr td{
	margin-top: 10px;
}
footer .inner .copy{
	text-align: center;
	font-size: 12px;
	line-height: 1;
	margin-top: 40px;
}



}/*SPの記述ここまで*/