@charset "UTF-8";
/* CSS Document */

/*--- 共通 ---*/
body {
	background-image: url("../images/bg_base_pc.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.wrap01,
.wrap02,
.wrap03,
.wrap04,
.wrap05,
.wrap06, 
.wrap07 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.wrap01 {
	max-width: 980px;
}
.wrap02 {
	max-width: 800px;
}
.wrap03 {
	max-width: 1200px;
}
.wrap04 {
	max-width: 874px;
}
.wrap05 {
	max-width: 815px;
}
.wrap06 {
	max-width: 820px;
}
.wrap07 {
	max-width: 700px;
}


/*--- ヘッダー ---*/
header {
}



/*--- メニュー ---*/
.navToggle {
	display: block;
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 60;
	text-align: center;
	position: fixed;
	right: 40px;
	top: 40px;
	background-color: #000;
	border-radius: 6px;
	transition-property: all;
}
.navToggle span {
	display: block;
	position: absolute;    /* .navToggleに対して */
	width: 33px;
	height: 4px;
	background-color: #fff;
	border-radius: 2px;
	right: 16px;
	transition: .25s ease-in-out;
	transition-property: all;
}
.navToggle span:nth-child(1) {
	top: 12px;
}
.navToggle span:nth-child(2) {
	top: 22px;
}
.navToggle span:nth-child(3) {
	top: 32px;
}
.navToggle .txt01 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 37px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体","Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	transition-property: all;
}
.navToggle.active {
	background-color: #fff;
}
.navToggle.active span {
	top: 22px;
	background-color: #404040;
}
.navToggle.active .txt01 {
	color: #404040;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

span.anker {
	display: block;
	width: 100%;
	margin-top: 0;
	padding-top: 0;
}


/*--- メニュー ---*/
#sp_menu {
	position: fixed;
	z-index: 30;
	top: 0;
	right: 0;
	width: 520px;
	height: 100vh;
	background-image: url("../images/menu_bg01_pc.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right bottom;
	display: none;
}
#sp_menu .menu_content {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#sp_menu .menu_box {
	width: 310px;
	margin-left: 110px;
	margin-right: auto;
	position: relative;
}
#sp_menu .menu_box .menu_list li {
	font-size: 22px;
}
#sp_menu .menu_box .menu_list li + li {
	margin-top: 1.0em;
}
#sp_menu .menu_box .menu_list li a {
	color: #fff;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体","Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sp_menu .menu_box .menu_list li a .jp {
	font-size: 16px;
	margin-left: 1.5em;
}
#sp_menu .menu_box hr {
	width: 240px;
	height: 1px;
	background-color: #fff;
	border: none;
	margin-top: 38px;
	margin-left: 0;
	margin-right: auto;
}
#sp_menu .menu_box .menu_list2 {
	margin-top: 35px;
}
#sp_menu .menu_box .menu_list2 li {
	font-size: 16px;
}
#sp_menu .menu_box .menu_list2 li + li {
	margin-top: 1.5em;
}
#sp_menu .menu_box .menu_list2 li a {
	color: #fff;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体","Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sp_menu .menu_box .img01 {
	position: absolute;
	width: 46px;
	top: 224px;
	left: -79px;
}


/*--- タイトル ---*/
.title_box {
	margin-bottom: 100px;
}
.title_box .title_txt01 {
	font-size: 24px;
	font-family: 'Shippori Mincho', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
}
.title_box .title_txt01 .no {
	font-size: 40px;
}
.title_box hr {
	width: 100px;
	height: 4px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #000;
}
.title_box h2 {
	display: block;
	font-size: 52px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
}



/*--- セクション ---*/
.p_section {
	overflow: hidden;
}
.p_section .pho_box {
	overflow: hidden;
	opacity: 0;
	transition-property: opacity,transform;
	transition-duration:.8s;
	transition-timing-function:ease-in-out;
}
.p_section .pho_box.active {
	opacity: 1;
	transition-delay: 0.2s;
}
.p_section .pho_box + .pho_box {
	margin-top: 40px;
}
.p_section .pho_box .pho {
	display: block;
	width: 100%;
	height: 360px;
}
.p_section .pho_box .pho a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	background-size: auto 360px;
	transition-property: opacity;
	transition-duration:.4s;
}
.p_section .pho_box .pho_l a {
	background-position: right center;
}
.p_section .pho_box .pho a:hover {
	opacity: 0.5;
}
.p_section .pho_box.active .pho_l a {
	animation: infinity-scroll-left 2800s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
	from {
		background-position-x: right;
	}
	to {
		background-position-x: -100000px;
	}
}
.p_section .pho_box .pho_r a {
	background-position: left center;
}
.p_section .pho_box.active .pho_r a {
	animation: infinity-scroll-right 2800s infinite linear 0.5s both;
}
@keyframes infinity-scroll-right {
	from {
		background-position-x: 0;
	}
	to {
		background-position-x: 100000px;
	}
}

.p_section .modal_box {
	display: none;
}
.m_pho01 {
	position: relative;
}
.m_pho01 .m_link01,
.m_pho01 .m_link02 {
	display: block;
	position: absolute;
	background-color: rgba(255,255,255,0.00);
	transition-property: background;
	transition-duration:.4s;
}
.m_pho01 .m_link01:hover,
.m_pho01 .m_link02:hover {
	background-color: rgba(255,255,255,0.50);
}
/*.m_pho01 .m_link01 {
	background-color: rgba(255,0,4,0.50);
}
.m_pho01 .m_link02 {
	background-color: rgba(0,15,255,0.50);
}*/


/*--- 背景01 ---*/
.bg01 {
	background-image: url("../images/support_bg01_pc.svg");
	background-repeat: no-repeat;
	background-size: 2540px auto;
	background-position: center bottom 1055px;
}


/*--- mv ---*/
#fullPageScroll {
	width: 100%;
	height: 100vh;
	position: relative;
	scroll-snap-type: y mandatory;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 20;

	/*スクロールバー非表示（IE・Edge）*/
	-ms-overflow-style: none;
	/*スクロールバー非表示（Firefox）*/
	scrollbar-width: none;
}
#fullPageScroll::-webkit-scrollbar {
	display:none;
}
#fullPageScroll .section {
	width: 100%;
	height: 100vh;
	position: relative;
	scroll-snap-align: start;
}

#mv_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.slide_txt {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.slide_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
}
.slide_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
}
#mv_bg .white_bg {
	display: block;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#mv_bg .section1,
#mv_bg .section2,
#mv_bg .section3,
#mv_bg .section4,
#mv_bg .section5 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	transition-duration:0.8s;
	transition-delay:0.0s;
	transition-timing-function:ease-in-out;
}
#mv_bg .section1.active,
#mv_bg .section2.active,
#mv_bg .section3.active,
#mv_bg .section4.active,
#mv_bg .section5.active{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 1;
	transition-duration:0.8s;
	transition-delay:0s;
	transition-timing-function:ease-in-out;
}
#mv_bg .section1 {
	z-index: 1;
}
#mv_bg .section2 {
	z-index: 2;
}
#mv_bg .section3 {
	z-index: 3;
}
#mv_bg .section4 {
	z-index: 4;
}
#mv_bg .section5 {
	z-index: 5;
}

#mv_bg .section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

#logo_animate {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 3;
}
#logo_animate svg {
	position: absolute;
	width: 100%;
	height: auto!important;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)!important;
	z-index: 3;
}

#slide02_txt,
#slide03_txt,
#slide04_txt {
	z-index: 3;
	background-image: url("../images/slide_txt_02_pc.png");
}
#slide05_txt {
	z-index: 3;
	background-image: url("../images/slide_txt_05_pc.png");
}
#slide01_bg {
	z-index: 2;
	background-image: url("../images/slide_bg_01_pc.png");
}
#slide02_bg {
	z-index: 2;
	background-image: url("../images/slide_bg_02_pc.png");
}
#slide03_bg {
	z-index: 2;
	background-image: url("../images/slide_bg_03_pc.png");
}
#slide04_bg {
	z-index: 2;
	background-image: url("../images/slide_bg_04_pc.png");
}
#slide05_bg {
	z-index: 2;
	background-image: url("../images/slide_bg_05_pc.png");
}


#slide02_txt,
#slide04_txt {
	opacity: 0;
	transition-duration:0.8s;
	transition-delay:0.0s;
	transition-timing-function:ease-in-out;
}
#slide02_txt.text_active,
#slide04_txt.text_active {
	opacity: 1;
}

#slide05_txt {
	opacity: 1;
	transition-property: opacity,transform;
	transition-duration:0.8s;
	transition-delay:0.0s;
	transition-timing-function:ease-in-out;
	transform: translateY(0);
}
#slide05_txt.text_active {
	opacity: 1;
	transform: translateY(0);
}

#pagination {
	position: fixed;
	right: 10%;
	top: 50%;
	z-index: 20;
}


/*--- 社会貢献 ---*/
#support {
	margin-top: 160px;
}
#support .title_box {
	margin-bottom: 80px;
}
#support .title_box hr {
	background-color: #F22335;
}
#support .title_box h2 {
	font-size: 60px;
	text-align: center;
	margin-top: 30px;
}
#support .s_section {
	background-repeat: no-repeat;
	background-size: 1400px auto;
	background-position: center center;
	height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#support .s_section .sup_wrap01 {
	max-width: 672px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#support .s_section .sup_wrap02 {
	max-width: 1100px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#support .s_section h3 {
	width: 172px;
	margin-bottom: 26px;
}
#support .s_section .txt01 {
	display: inline-block;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5em;
	border-bottom: 2px solid #fff;
	padding-bottom: 25px;
	margin-bottom: 28px;
	color: #fff;
	letter-spacing: 0.075em;
}
#support #support01 .txt01 {
	letter-spacing: 0.05em;
}
#support .s_section .txt02 {
	font-size: 18px;
	line-height: 1.7em;
	color: #fff;
	letter-spacing: 0.05em;
	font-weight: 300;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体","Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#support .s_section .txt03 {
	font-size: 16px;
	line-height: 1.7em;
	color: #fff;
	letter-spacing: 0.05em;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体","Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	margin-top: 0.5em;
}
#support .s_section .btn01 {
	width: 200px;
	margin-top: 40px;
}

#support #support01 {
	background-image: url("../images/support_pho01_pc.png");
}
#support #support02 {
	margin-top: 20px;
	background-image: url("../images/support_pho02_pc.png");
}


/*--- リンク ---*/
.link_box {
	margin-top: 140px;
}
.link_box .l_wrap01 {
	max-width: 800px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.link_box .l_wrap01 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.link_box .l_wrap01 ul li.link {
	display: inline-block;
}
.link_box .l_wrap01 ul li.link a {
	display: inline-block;
}
.link_box .l_wrap01 ul li.link a img {
	display: inline-block;
	width: auto;
	height: 54px;
}
.link_box .l_wrap01 ul li.line {
	width: 2px;
}



/*--- スポーツ ---*/
#sports {
	margin-top: 78px;
	background-image: url("../images/sports_bg01_pc.svg");
	background-repeat: no-repeat;
	background-size: 4000px auto;
	background-position: center top;
	padding-top: 78px;
}
#sports #sports_pho01 .pho a {
	background-image: url("../images/sports_pho01_pc.png");
}
#sports #sports_pho02 .pho a {
	background-image: url("../images/sports_pho02_pc.png");
}
#sports #sports_pho03 .pho a {
	background-image: url("../images/sports_pho03_pc.png");
}
#sports #sports_pho04 .pho a {
	background-image: url("../images/sports_pho04_pc.png");
}
#sports #sports_pho05 .pho a {
	background-image: url("../images/sports_pho05_pc.png");
}
#sports #sports_pho06 .pho a {
	background-image: url("../images/sports_pho06_pc.png");
}

#sports_modal02_link01 {
	width: 27.5%;
	height: 1.2%;
	bottom: 6.5%;
	left: 6.8%;
}
#sports_modal04_link01 {
	width: 57.6%;
	height: 1.2%;
	bottom: 7.4%;
	left: 6.8%;
}
#sports_modal05_link01 {
	width: 37.9%;
	height: 1.2%;
	bottom: 8.9%;
	left: 6.8%;
}




/*--- 教育 ---*/
#education {
	margin-top: 160px;
	background-image: url("../images/education_bg01_pc.svg");
	background-repeat: no-repeat;
	background-size: 4070px auto;
	background-position: center top;
	padding-top: 80px;
	padding-bottom: 280px;
}
#education #education_pho01 .pho a {
	background-image: url("../images/education_pho01_pc.png");
}
#education #education_pho02 .pho a {
	background-image: url("../images/education_pho02_pc.png");
}
#education #education_pho03 .pho a {
	background-image: url("../images/education_pho03_pc.png");
}
#education #education_pho04 .pho a {
	background-image: url("../images/education_pho04_pc.png");
}
#education #education_pho05 .pho a {
	background-image: url("../images/education_pho05_pc.png");
}
#education #education_pho06 .pho a {
	background-image: url("../images/education_pho06_pc.png");
}

#education_modal01_link01 {
	width: 44.2%;
	height: 1.2%;
	bottom: 9.3%;
	left: 6.8%;
}
#education_modal02_link01 {
	width: 29.6%;
	height: 1.2%;
	bottom: 8.3%;
	left: 6.8%;
}
#education_modal03_link01 {
	width: 31.0%;
	height: 1.7%;
	bottom: 9.5%;
	left: 6.8%;
}
#education_modal05_link01 {
	width: 33.2%;
	height: 1.2%;
	bottom: 9.0%;
	left: 6.8%;
}
#education_modal06_link01 {
	width: 40.2%;
	height: 1.2%;
	bottom: 9.4%;
	left: 6.8%;
}



/*--- 文化 ---*/
#culture {
	margin-top: 0px;
	background-image: url("../images/culture_bg01_pc.svg");
	background-repeat: no-repeat;
	background-size: 2480px auto;
	background-position: center top;
	padding-top: 20px;
}
#culture #culture_pho01 .pho a {
	background-image: url("../images/culture_pho01_pc.png");
}
#culture #culture_pho02 .pho a {
	background-image: url("../images/culture_pho02_pc.png");
}
#culture #culture_pho03 .pho a {
	background-image: url("../images/culture_pho03_pc.png");
}
#culture #culture_pho04 .pho a {
	background-image: url("../images/culture_pho04_pc.png");
}

#culture_modal01_link01 {
	width: 51.1%;
	height: 1.2%;
	bottom: 21.3%;
	left: 6.8%;
}
#culture_modal01_link02 {
	width: 51.1%;
	height: 1.2%;
	bottom: 8.3%;
	left: 6.8%;
}
#culture_modal02_link01 {
	width: 39.1%;
	height: 1.2%;
	bottom: 8.0%;
	left: 6.8%;
}
#culture_modal03_link01 {
	width: 39.6%;
	height: 1.2%;
	bottom: 10.3%;
	left: 6.8%;
}
#culture_modal04_link01 {
	width: 15.4%;
	height: 1.2%;
	bottom: 9.9%;
	left: 6.8%;
}



/*--- 地域 ---*/
#local {
	margin-top: 235px;
	background-image: url("../images/local_bg01_pc.svg");
	background-repeat: no-repeat;
	background-size: 3430px auto;
	background-position: center top;
	padding-top: 25px;
	padding-bottom: 190px;
}
#local #local_pho01 .pho a {
	background-image: url("../images/local_pho01_pc.png");
}
#local #local_pho02 .pho a {
	background-image: url("../images/local_pho02_pc.png");
}
#local #local_pho03 .pho a {
	background-image: url("../images/local_pho03_pc.png");
}
#local #local_pho04 .pho a {
	background-image: url("../images/local_pho04_pc.png");
}
#local #local_pho05 .pho a {
	background-image: url("../images/local_pho05_pc.png");
}

#local_modal01_link01 {
	width: 32.9%;
	height: 1.2%;
	bottom: 8.1%;
	left: 6.8%;
}
#local_modal02_link01 {
	width: 15.6%;
	height: 1.2%;
	bottom: 9.6%;
	left: 6.8%;
}
#local_modal03_link01 {
	width: 23.8%;
	height: 1.2%;
	bottom: 9.6%;
	left: 6.8%;
}
#local_modal05_link01 {
	width: 24.6%;
	height: 1.2%;
	bottom: 11.7%;
	left: 15.6%;
}
#local_modal05_link02 {
	width: 29.8%;
	height: 1.2%;
	bottom: 9.8%;
	left: 16.2%;
}
#local_modal05_link03 {
	width: 23.8%;
	height: 1.2%;
	bottom: 7.9%;
	left: 21.8%;
}












/*--- フッター ---*/
footer {
	background-color: #fff;
}

footer .copy {
	max-width: 1000px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
    padding: 20px 30px 80px 30px !important;
}
footer .copy div {
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
}
footer .copy div {
    padding-bottom: 0px;
}
.footerLogo {
    margin-bottom: 0;
}
.footerLogo {
    width: 50%;
    float: left;
}
.footerLogo .logo {
    width: 122px;
}
.footerLogo img {
    margin-bottom: 6px;
}
.footerSNS {
    width: 50%;
    float: right;
    height: 40px;
    margin-top: 10px;
    position: static;
	display: flex!important;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.footerSNS {
    margin-top: 8px;
}
.footerSNS a {
	display: inline-block;
	width: 66px;
}
.footerSNS img {
    width: 40px;
    height: auto;
    margin-left: 30px;
    margin-top: 10px;
    vertical-align: middle;
}
.footerSNS img {
    width: 36px;
    margin-top: 0px;
}


.modaal-content-container {
    padding: 0px;
}




@media screen and (max-width: 768px) {
	/*--- 共通 ---*/
	body {
	}
	.wrap01,
	.wrap02,
	.wrap03,
	.wrap04,
	.wrap05,
	.wrap06,
	.wrap07 {
		max-width: none;
		width: 86.7%;
	}
	.wrap01 {
	}
	.wrap03 {
	}
	.wrap04 {
	}
	.wrap05 {
	}
	.wrap06 {
	}
	.wrap07 {
	}



	/*--- ヘッダー ---*/




	#sp_menu {
	}


	main {
	}


	span.anker {
		margin-top: 0vw;
		padding-top: 0vw;
	}


	/*--- メニュー ---*/
	.navToggle {
		width: 10.7vw;
		height: 10.7vw;
		right: 5.1vw;
		top: 5.1vw;
		border-radius: 1.1vw;
	}
	.navToggle span {
		width: 5.3vw;
		height: 0.8vw;
		border-radius: 0.4vw;
		right: 2.7vw;
	}
	.navToggle span:nth-child(1) {
		top: 1.9vw;
	}
	.navToggle span:nth-child(2) {
		top: 3.5vw;
	}
	.navToggle span:nth-child(3) {
		top: 5.1vw;
	}
	.navToggle .txt01 {
		top: 5.9vw;
		font-size: 2.5vw;
	}
	.navToggle.active span {
		top: 3.5vw;
	}



	/*--- メニュー ---*/
	#sp_menu {
		width: 93.3%;
		background-image: url("../images/menu_bg01_sp.svg");
	}
	#sp_menu .menu_box {
		width: 65.6%;
		margin-left: 17.1%;
		margin-right: auto;
	}
	#sp_menu .menu_box .menu_list li {
		font-size: 4.5vw;
	}
	#sp_menu .menu_box .menu_list li + li {
		margin-top: 1.0em;
	}
	#sp_menu .menu_box .menu_list li a .jp {
		font-size: 3.2vw;
	}
	#sp_menu .menu_box hr {
		width: 49.1vw;
		margin-top: 9.3vw;
	}
	#sp_menu .menu_box .menu_list2 {
		margin-top: 9.1vw;
	}
	#sp_menu .menu_box .menu_list2 li {
		font-size: 3.2vw;
	}
	#sp_menu .menu_box .menu_list2 li + li {
		margin-top: 1.5em;
	}
	#sp_menu .menu_box .img01 {
		width: 7.6vw;
		top: 48vw;
		left: auto;
		right: -7.6vw;
	}



	/*--- タイトル ---*/
	.title_box {
		margin-bottom: 13.3vw;
	}
	.title_box .title_txt01 {
		font-size: 2.5vw;
	}
	.title_box .title_txt01 .no {
		font-size: 4vw;
	}
	.title_box hr {
		width: 13.3vw;
		height: 0.5vw;
		margin-top: 2vw;
	}
	.title_box h2 {
		font-size: 6.9vw;
		margin-top: 4.8vw;
	}



	/*--- セクション ---*/
	.p_section {
	}
	.p_section .pho_box {
	}
	.p_section .pho_box + .pho_box {
		margin-top: 5.3vw;
	}
	.p_section .pho_box .pho {
		height: 42.7vw;
	}
	.p_section .pho_box .pho a {
		background-size: auto 42.7vw;
	}
	.p_section .pho_box.active .pho_l a {
		animation: infinity-scroll-left 5600s infinite linear 0.5s both;
	}
	@keyframes infinity-scroll-left {
		from {
			background-position-x: right;
		}
		to {
			background-position-x: -100000px;
		}
	}
	.p_section .pho_box.active .pho_r a {
		animation: infinity-scroll-right 5600s infinite linear 0.5s both;
	}
	@keyframes infinity-scroll-right {
		from {
			background-position-x: 0;
		}
		to {
			background-position-x: 100000px;
		}
	}


	/*--- 背景01 ---*/
	.bg01 {
		background-image: url("../images/support_bg01_sp.png");
		background-size: 100% auto;
		background-position: center bottom 225.3vw;
	}


	/*--- mv ---*/
	#fullPageScroll {
	}
	#fullPageScroll .slide_txt {
	}
	#fullPageScroll .slide_bg {
	}

	#slide01_txt {
		background-image: url("../images/slide_txt_01_sp.png");
	}
	#slide02_txt,
	#slide03_txt,
	#slide04_txt {
		background-image: url("../images/slide_txt_02_sp.png");
	}
	#slide05_txt {
		background-image: url("../images/slide_txt_05_sp.png");
	}
	#slide01_bg {
		background-image: url("../images/slide_bg_01_sp.png");
	}
	#slide02_bg {
		background-image: url("../images/slide_bg_02_sp.png");
	}
	#slide03_bg {
		background-image: url("../images/slide_bg_03_sp.png");
	}
	#slide04_bg {
		background-image: url("../images/slide_bg_04_sp.png");
	}
	#slide05_bg {
		background-image: url("../images/slide_bg_05_sp.png");
	}


	/*--- 社会貢献 ---*/
	#support {
		margin-top: 21.3vw;
	}
	#support .title_box {
		margin-bottom: 13.3vw;
	}
	#support .title_box hr {
		background-color: #F22335;
	}
	#support .title_box h2 {
		font-size: 8vw;
		margin-top: 5.3vw;
	}
	#support .s_section {
		background-size: 100% auto;
		height: 113.3vw;
	}
	#support .s_section .sup_wrap01 {
		max-width: none;
		width: 73.3%;
		margin-left: auto;
		margin-right: 0;
	}
	#support .s_section .sup_wrap02 {
		max-width: none;
		width: 62.7%;
		margin-left: 0;
		margin-right: auto;
	}
	#support .s_section h3 {
		width: 26.7vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4vw;
	}
	#support .s_section .txt01 {
		display: block;
		font-size: 4.3vw;
		text-align: center;
		border-bottom: none;
		padding-bottom: 0px;
		margin-bottom: 4.8vw;
	}
	#support .s_section hr {
		width: 26.7vw;
		height: 0.3vw;
		margin-left: auto;
		margin-right: auto;
		margin-top: 4.3vw;
		margin-bottom: 4vw;
		border: none;
		background-color: #fff;
	}
	#support .s_section .txt02 {
		font-size: 3.5vw;
		line-height: 1.7em;
		text-align: center;
	}
	#support .s_section .txt03 {
		font-size: 2.9vw;
		line-height: 1.7em;
		text-align: center;
		margin-top: 0.5em;
	}
	#support .s_section .btn01 {
		width: 26.7vw;
		margin-left: auto;
		margin-right: auto;
		margin-top: 12vw;
	}

	#support #support01 {
		background-image: url("../images/support_pho01_sp.png");
	}
	#support #support02 {
		margin-top: 20px;
		background-image: url("../images/support_pho02_sp.png");
	}


	/*--- リンク ---*/
	.link_box {
		margin-top: 23.5vw;
	}
	.link_box .l_wrap01 {
		max-width: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.link_box .l_wrap01 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.link_box .l_wrap01 ul li.link {
		display: inline-block;
	}
	.link_box .l_wrap01 ul li.link a {
		display: inline-block;
	}
	.link_box .l_wrap01 ul li.link a img {
		display: inline-block;
		width: auto;
		height: 15.9vw;
	}
	.link_box .l_wrap01 ul li.line {
		display: inline-block;
		width: auto;
	}
	.link_box .l_wrap01 ul li.line img {
		display: inline-block;
		width: auto;
		height: 15.9vw;
	}



	/*--- スポーツ ---*/
	#sports {
		margin-top: 16.8vw;
		background-image: url("../images/sports_bg01_sp.png");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		padding-top: 4.3vw;
		padding-bottom: 22vw;
	}
	#sports #sports_pho01 .pho a {
		background-image: url("../images/sports_pho01_sp.png");
	}
	#sports #sports_pho02 .pho a {
		background-image: url("../images/sports_pho02_sp.png");
	}
	#sports #sports_pho03 .pho a {
		background-image: url("../images/sports_pho03_sp.png");
	}
	#sports #sports_pho04 .pho a {
		background-image: url("../images/sports_pho04_sp.png");
	}
	#sports #sports_pho05 .pho a {
		background-image: url("../images/sports_pho05_sp.png");
	}
	#sports #sports_pho06 .pho a {
		background-image: url("../images/sports_pho06_sp.png");
	}

	#sports_modal02_link01 {
		width: 55.5%;
		height: 2.4%;
		bottom: 6.8%;
		left: 6.2%;
	}
	#sports_modal04_link01 {
		width: 76.6%;
		height: 4.8%;
		bottom: 9.2%;
		left: 6.2%;
	}
	#sports_modal05_link01 {
		width: 69.6%;
		height: 2.4%;
		bottom: 12.9%;
		left: 6.2%;
	}



	/*--- 教育 ---*/
	#education {
		margin-top: 18.7vw;
		background-image: url("../images/education_bg01_sp.png");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		padding-top: 4.8vw;
		padding-bottom: 24vw;
	}
	#education #education_pho01 .pho a {
		background-image: url("../images/education_pho01_sp.png");
	}
	#education #education_pho02 .pho a {
		background-image: url("../images/education_pho02_sp.png");
	}
	#education #education_pho03 .pho a {
		background-image: url("../images/education_pho03_sp.png");
	}
	#education #education_pho04 .pho a {
		background-image: url("../images/education_pho04_sp.png");
	}
	#education #education_pho05 .pho a {
		background-image: url("../images/education_pho05_sp.png");
	}
	#education #education_pho06 .pho a {
		background-image: url("../images/education_pho06_sp.png");
	}

	#education_modal01_link01 {
		width: 85.2%;
		height: 2.9%;
		bottom: 14.8%;
		left: 6.2%;
	}
	#education_modal02_link01 {
		width: 53.6%;
		height: 3.0%;
		bottom: 9.8%;
		left: 6.2%;
	}
	#education_modal03_link01 {
		width: 59.6%;
		height: 3.0%;
		bottom: 14.7%;
		left: 6.2%;
	}
	#education_modal05_link01 {
		width: 65.4%;
		height: 3.0%;
		bottom: 14.3%;
		left: 6.2%;
	}
	#education_modal06_link01 {
		width: 76.2%;
		height: 3.0%;
		bottom: 14.1%;
		left: 6.2%;
	}



	/*--- 文化 ---*/
	#culture {
		margin-top: 12.4vw;
		background-image: url("../images/culture_bg01_sp.png");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		padding-top: 2.4vw;
	}
	#culture #culture_pho01 .pho a {
		background-image: url("../images/culture_pho01_sp.png");
	}
	#culture #culture_pho02 .pho a {
		background-image: url("../images/culture_pho02_sp.png");
	}
	#culture #culture_pho03 .pho a {
		background-image: url("../images/culture_pho03_sp.png");
	}
	#culture #culture_pho04 .pho a {
		background-image: url("../images/culture_pho04_sp.png");
	}

	#culture_modal01_link01 {
		width: 66.1%;
		height: 3.6%;
		bottom: 28.9%;
		left: 6.2%;
	}
	#culture_modal01_link02 {
		width: 66.1%;
		height: 3.6%;
		bottom: 8.0%;
		left: 6.2%;
	}
	#culture_modal02_link01 {
		width: 74.1%;
		height: 3.0%;
		bottom: 10.8%;
		left: 6.2%;
	}
	#culture_modal03_link01 {
		width: 76.2%;
		height: 3.6%;
		bottom: 13.8%;
		left: 6.2%;
	}
	#culture_modal04_link01 {
		width: 31.2%;
		height: 3.4%;
		bottom: 13.6%;
		left: 6.2%;
	}



	/*--- 地域 ---*/
	#local {
		margin-top: 24vw;
		background-image: url("../images/local_bg01_sp.png");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		padding-top: 1vw;
		padding-bottom: 24.7vw;
	}
	#local #local_pho01 .pho a {
		background-image: url("../images/local_pho01_sp.png");
	}
	#local #local_pho02 .pho a {
		background-image: url("../images/local_pho02_sp.png");
	}
	#local #local_pho03 .pho a {
		background-image: url("../images/local_pho03_sp.png");
	}
	#local #local_pho04 .pho a {
		background-image: url("../images/local_pho04_sp.png");
	}
	#local #local_pho05 .pho a {
		background-image: url("../images/local_pho05_sp.png");
	}

	#local_modal01_link01 {
		width: 61.6%;
		height: 3.2%;
		bottom: 12.1%;
		left: 6.2%;
	}
	#local_modal02_link01 {
		width: 30.9%;
		height: 2.0%;
		bottom: 8.8%;
		left: 6.2%;
	}
	#local_modal03_link01 {
		width: 46.8%;
		height: 3.4%;
		bottom: 14.1%;
		left: 6.2%;
	}
	#local_modal05_link01 {
		width: 49.6%;
		height: 2.2%;
		bottom: 16.6%;
		left: 6.2%;
	}
	#local_modal05_link02 {
		width: 59.8%;
		height: 2.2%;
		bottom: 11.3%;
		left: 6.2%;
	}
	#local_modal05_link03 {
		width: 47.8%;
		height: 2.2%;
		bottom: 6.0%;
		left: 6.2%;
	}




	/*--- フッター ---*/
	footer {
	}

	footer .copy {
		max-width: none;
		width: calc(100% - 30px);
		padding: 20px 20px 50px 20px !important;
	}
	footer .copy div {
		display: block;
		font-size: 14px;
		padding-bottom: 10px;
	}
	footer .copy div {
		padding-bottom: 0px;
	}
	.footerLogo {
		margin-bottom: 0;
	}
	.footerLogo {
		width: 100%;
		float: none;
	}
	.footerLogo .logo {
		width: 88px;
		margin-bottom: 5px;
	}
	.footerLogo img {
		margin-bottom: 0px;
	}
	.footerSNS {
		width: 100%;
		float: none;
		height: 40px;
		margin-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 35px;
		position: static;
		display: flex!important;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.footerSNS {
	}
	.footerSNS a {
		display: inline-block;
		width: 60px;
	}
	.footerSNS img {
		width: 60px;
		height: auto;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 30px;
		vertical-align: middle;
	}
	.footerSNS img {
		width: 40px;
		margin-top: 0px;
	}
}
