@charset "UTF-8";
/* Scss Document */
/***********/
.f_border{
	margin-top: 60px;
	padding: 15px 0;
	border-top:1px solid #fff;
}
.f_border table{
	margin: 0 auto;
}
#cy_header {
	position: relative;
	height: 100vh;
}
.bg_after:after {
	content: "";
	background: url(../images/h_bg.png) left 0/100% 100% no-repeat;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.h_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
#logo img {
	width: 336px;
	height: auto;
}
#cy_nav li {
	display: inline-block;
	padding: 0 20px;
}
#cy_nav a {
	color: #FFF;
	text-decoration: none;
}
.title_top {
	position: absolute;
	left: 60px;
	bottom: 60px;
	z-index: 100;
	color: #FFF;
	font-size: 64px;
	letter-spacing: 0.05em;
	font-weight: 500;
	text-shadow: 0 0 7px #000;
}
.flexslider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 0;
}
#fade1, #fade2, #fade3, #fade4, #fade5, #fade6 {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
}
#fade1 {
	background-image: url(../images/fade1.jpg);
}
#fade2 {
	background-image: url(../images/fade2.jpg);
}
#fade3 {
	background-image: url(../images/fade3.jpg);
}
#fade4 {
	background-image: url(../images/fade4.jpg);
}
#fade5 {
	background-image: url(../images/fade5.jpg);
}
#fade6 {
	background-image: url(../images/fade6.jpg);
}
/*********************/
.top_banar1 {
	display: flex;
	justify-content: space-between;
}
.top_banar1 li {
	width: 24.5%;
}
.top_banar1 img {
	width: 100%;
	height: auto;
	transition: 0.3s ease-in-out;
}
.top_banar2 {
	display: flex;
	justify-content: space-between;
}
.top_banar2 li {
	width: 19.5%;
}
.top_banar2 img {
	width: 100%;
	height: auto;
	transition: 0.3s ease-in-out;
}
.top_banar1 #back1 {
	background: url(../images/banar_on1.jpg) 50% 0/cover no-repeat;
}
.top_banar1 #back2 {
	background: url(../images/banar_on2.jpg) 50% 0/cover no-repeat;
}
.top_banar1 #back3 {
	background: url(../images/banar_on3.jpg) 50% 0/cover no-repeat;
}
.top_banar1 #back4 {
	background: url(../images/banar_on4.jpg) 50% 0/cover no-repeat;
}
.top_hov_img img {
	width: 100%;
	height: auto;
}
.top_hov_img li:hover img {
	opacity: 0;
}
/************/
.padding80 {
	padding: 80px 0;
}
#top_bg {
	background: url(../images/topbg.jpg) 50% 0/cover no-repeat;
	position: relative;
	height: 580px;
	display: flex;
	align-items: center;
	padding: 20px 0;
}
#top_bg:before {
	content: "";
	background: url(../images/top5.png) left 0/auto 100% no-repeat;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	z-index: 1;
}
#top_bg:after {
	content: "";
	background: url(../images/top6.png) right 0/auto 100% no-repeat;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	z-index: 1;
}
.center_midashi {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: normal;
}
.color_r {
	color: #eb1818;
}
.center_text1 {
	text-align: center;
	line-height: 2.6em;
	font-size: 16px;
}
.more a {
	display: block;
	width: 100%;
	max-width: 480px;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	background-color: #eb1818;
	border: 1px solid #eb1818;
}
.more a:hover {
	background-color: #FFF;
	color: #eb1818;
}
/****************/
.news_bg {
	padding: 80px 0;
	background-color: #f8f8f8;
}
.n_midashi .n_span {
	font-size: 22px;
}
.news {
	display: flex;
	flex-wrap:wrap;
}
.news li {
	width: 31.33%;
	margin:20px 1%;
}
.news li .img100{
	margin-bottom:10px;
}

.n_width {
	width:90%;
	margin:0 auto;
}

.n_title {
	min-height: 150px;
}
.n_more a {
	color: #eb1818;
	text-decoration: none;
	border-bottom: 1px solid #eb1818;
}
/*********/
#cy_footer {
	background-color: #eb1818;
	color: #FFF;
	margin-top: 100px;
}
.f_flex {
	display: flex;
	justify-content: space-between;
}
.f_left {
	width: 46%;
}
.f_midashi {
	font-size: 16px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.f_nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f_nav li {
	width: 48%;
	padding: 10px 0 0;
}
.f_nav a {
	color: #FFF;
	text-decoration: none;
}
.f_right {
	width: 46%;
}
#copy {
	padding-top: 40px;
	text-align: center;
}
#hokkaido {
	background: url(../images/hokkaido_bg.jpg) 50% 50%/cover no-repeat;
	height: 595px;
	margin-top: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#h_logo {
	text-align: center;
}
/********************************************************

	活動理念

*********************************************************/
#cy_header_in {
	position: relative;
	height: 675px;
}
#policy_main {
	background-image: url(../images/active1.jpg);
}
.main_size {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#title_in {
	background-color: #f3f3f3;
	padding: 40px 14px;
	text-align: center;
	font-size: 16px;
}
#title_in span {
	font-size: 34px;
	display: block;
	padding-bottom: 10px;
}
.center_midashi2 {
	text-align: center;
	font-size: 28px;
}
/*********/
.po_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 710px;
}
.po_right {
	width: 45%;
}
#po_left {
	background: url(../images/active2.jpg) 50% 0/cover no-repeat;
	width: 55%;
	height: 100%;
}
.po_width {
	width: 94%;
	max-width: 530px;
	margin: 0 auto;
}
.midashi {
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 0.15em;
}
.midashi:after {
	content: "";
	border-bottom: 2px solid #eb1818;
	width: 30px;
	display: block;
	padding-top: 15px;
}
/************/
.center_af_bb {
	text-align: center;
}
.center_af_bb:after {
	margin-left: auto;
	margin-right: auto;
}
/***********/
.center_12 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.center_12 span {
	color: #eb1818;
	font-size: 56px;
}
.bg_red {
	background-color: #eb1818;
	color: #FFF;
}
.po_flex2 {
	display: flex;
	justify-content: space-between;
}
.po_left2 {
	width: 49%;
}
.po_list li {
	display: table;
	width: 100%;
	padding: 15px 0;
}
.po_list .num {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 100;
	width: 45px;
	color: #eb1818;
	font-size: 22px;
}
.po_list .num span {
	background-color: #FFF;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.po_list .n_cell2 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	font-size: clamp(14px,1.2vw, 16px);
}
.po_right2 {
	width: 48%;
}
/********************************************************

	プロフィール

*********************************************************/
#profile_main {
	background-image: url(../images/profile1.jpg);
}
.pro_flex {
	display: flex;
	justify-content: space-between;
}
.pro_left {
	width: 50%;
}
.pro_right {
	width: 44%;
}
.t_hi_all p {
	line-height: 2.2em;
}
.flex_center {
	align-items: center;
}
/*****/
#pro_bg {
	background: url(../images/profile5.jpg) 50% 0/cover no-repeat;
	padding: 80px 0;
	margin-top: 250px;
}
.pro_flex2 {
	display: flex;
	justify-content: space-between;
}
.pro_left2 {
	width: 44%;
	background-color: rgba(255, 255, 255, 0.53);
	padding: 60px;
}
.pro_right2 {
	width: 50%;
	position: relative;
}
#pro_img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/********/
.pro_midashi_ver {
	background-color: #eb1818;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 80px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	padding-top: 40px;
	color: #FFF;
	font-size: 18px;
}
.pro_pl {
	padding: 60px 0 60px 160px;
}
.pro_table li {
	width: 100%;
	display: table;
	padding: 15px 0;
}
.pro_table .pro_cell1 {
	display: table-cell;
	vertical-align: top;
	width: 180px;
}
.pro_table .pro_cell2 {
	display: table-cell;
	vertical-align: top;
}
/********************************************************

	活動内容

*********************************************************/
#active_main {
	background-image: url(../images/cont1.jpg);
}
.ac_num {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 100px;
	letter-spacing: normal;
	line-height: 0.8em;
}
.ac_num:after {
	content: "";
	border-bottom: 2px solid #FFF;
	width: 50px;
	position: absolute;
	right: -80px;
	top: 50%;
}
.ac_num.color_r:after {
	border-color: #eb1818;
}
.ac_pl {
	padding-left: 240px;
}
.ac_midashi {
	font-size: 24px;
}
#ac_bg {
	background: url(../images/cont2.jpg) 50% 0/cover no-repeat;
	height: 665px;
	position: relative;
	color: #FFF;
}
.ac_h2 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 28px;
	letter-spacing: 0.2em;
	display: block;
}
.container_ac {
	width: 94%;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
/*****************************/
.ac_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.ac_list li {
	width: 12.5%;
	padding: 7px 0;
}
.ac_bg_box {
	background-color: #f9f9f9;
	position: relative;
	display: flex;
	align-items: center;
	height: 460px;
}
.ac_size {
	font-weight: bold;
	font-size: 26px;
}
#ac_img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
#ac_img img {
	height: 100%;
	width: auto;
}
.ac_banar {
	display: flex;
	justify-content: space-between;
}
.ac_banar li {
	width: 49.5%;
}
.ac_banar img {
	width: 100%;
	height: auto;
}
/********************************************************

	お知らせ

*********************************************************/
#news_main {
	background-image: url(../images/news1.jpg);
}

/***********/

.com_info {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom:40px;
}
.com_info li{
	margin:1% 0;
	width:49%;
	border:1px solid #FFF;
	padding:20px;
}
.com_p {
	font-weight:bold;
	border-bottom:1px solid rgba(255,255,255,0.47);
	padding-bottom:5px;
	margin-bottom:5px;
}
/********************************************************

	お問い合わせ

*********************************************************/

#contact_main {
	background-image: url(../images/contact1.jpg);
}

.border_box {
	border:7px solid #EBEBEB;
	padding:40px;
}

.contact_box {
	background-color:#f7f7f7;
	padding:60px;
}
.contact_list {
	width:100%;
	max-width:740px;
	margin:0 auto;
}
.contact_list li{
	display:table;
	width:100%;
	margin:20px 0;
}
.c_cell1 {
	display:table-cell;
	vertical-align:middle;
	width:250px;
	position:relative;
}
.eq {
	background-color:#E91317;
	color:#FFF;
	position:absolute;
	right:30px;
	top:50%;
	transform:translateY(-50%);
	line-height:1.5em;
	padding:0 10px;
}
.c_cell2 {
	display:table-cell;
	vertical-align:middle;
}
label {
	font-weight:300;
	margin-right:40px;
}

.size,
.area {
	width:100%;
	background-color:#FFF;
	border:1px solid #CCC;
}
.size {
	height:60px;
}
.area {
	height:250px;
}

.sub input{
	width:240px;
	margin:0 auto;
	display:block;
	color:#FFF;
	padding:15px;
	text-align:center;
	background-color:#eb1818;
	border:0;
}

/***************************/

.pdf_link {
	display:flex;
	justify-content:space-between;
}
.pdf_link li{
	width:48%;
}
.pdf_link a{
	display:block;
	padding:15px;
	background-color:#eb1818;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}

.bb_span {
	font-weight:bold;
	border-bottom:1px solid #eb1818;
}
.pdf_link .fa-file-pdf {
	font-size:26px;
	position:relative;
	top:3px;
	margin-right:10px;
}
/* PC用
------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
#top_bg {
	height: 580px;
}
.center_text1 {
	text-shadow: 0 0 5px #FFF;
}
}

@media only screen and (max-width: 1024px) {
.w94_1024 {
	max-width: 94%;
}
/***********/
.bg_after:after {
	height: 110px;
}
.h_flex {
	display: block;
	padding: 30px 0 0;
}
#logo img {
	width: 280px;
	height: auto;
}
#cy_nav {
	display: none;
}
.title_top {
	position: absolute;
	width: 94%;
	left: 3%;
	bottom: 40px;
	font-size: 36px;
}
/*********************/
.top_banar1 {
	flex-wrap: wrap;
}
.top_banar1 li {
	width: 49.5%;
	margin: 0.5% 0;
}
.top_banar2 {
	flex-wrap: wrap;
}
.top_banar2 li {
	width: 49.5%;
	margin: 0.5% 0;
}
/************/
.padding80 {
	padding: 40px 0;
}
#top_bg {
	height: auto;
	display: block;
	padding: 40px 0;
}
#top_bg:before {
	display: none;
}
#top_bg:after {
	display: none;
}
.center_midashi {
	font-size: 22px;
}
.center_text1 {
	line-height: 2em;
	font-size: 14px;
	line-height: 2.6em;
}
.more a {
	max-width: 320px;
	padding: 5px;
}
/****************/
.news_bg {
	padding: 40px 0;
}
.n_midashi .n_span {
	font-size: 20px;
}
.n_title {
	min-height: 100px;
}
/*********/
#cy_footer {
	margin-top: 40px;
}
#copy {
	margin-top: 40px;
	padding-top: 20px;
	font-size: 10px;
}
#hokkaido {
	height: 400px;
	margin-top: 40px;
}
#h_logo img {
	width: 300px;
	height: auto;
}
/********************************************************

	活動理念

*********************************************************/
#cy_header_in {
	position: relative;
	height: 400px;
}
#policy_main {
	background-position: 80% 0;
}
#title_in {
	padding: 20px 14px;
	font-size: 16px;
}
#title_in span {
	font-size: 24px;
	padding-bottom: 5px;
}
.center_midashi2 {
	font-size: 20px;
}
/*********/
.po_flex {
	display: block;
	height: auto;
}
.po_right {
	width: 100%;
}
#po_left {
	background: url(../images/active2.jpg) 50% 50%/cover no-repeat;
	width: 100%;
	height: 400px;
	margin-top: 40px;
}
.po_width {
	width: 94%;
	max-width: 480px;
	margin: 0 auto;
}
.midashi {
	font-size: 18px;
	text-align: center;
}
.midashi:after {
	width: 30px;
	padding-top: 20px;
	margin: 0 auto;
}
/***********/
.center_12 {
	font-size: 20px;
}
.center_12 span {
	font-size: 42px;
}
.po_flex2 {
	display: block;
}
.po_left2 {
	width: 100%;
}
.po_list li {
	padding: 10px 0;
}
.po_list .num {
	display: table-cell;
	width: 35px;
	font-size: 18px;
}
.po_list .num span {
	width: 35px;
	height: 35px;
}
/********************************************************

	プロフィール

*********************************************************/
.pro_flex {
	display: block;
}
.pro_left {
	width: 100%;
}
.pro_right {
	width: 100%;
	margin-top: 20px;
}
.t_hi_all p {
	line-height: 1.8em;
}
/*****/
#pro_bg {
	padding: 40px 0;
	margin-top: 40px;
	background-position: 80% 0;
}
.pro_flex2 {
	display: block;
}
.pro_left2 {
	width: 100%;
	padding: 40px;
}
.pro_right2 {
	width: 100%;
	margin-top: 20px;
}
#pro_img {
	position: static;
	transform: translate(0);
}
/********/
.pro_midashi_ver {
	position: static;
	height: auto;
	width: 100%;
	text-align: center;
	-ms-writing-mode: lr-tb;
	/* for MS IE8+ */
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	display: block;
	padding: 10px;
	font-size: 16px;
}
.pro_pl {
	padding: 40px 0 40px 0;
}
.pro_table li {
	width: 100%;
	display: block;
	padding: 0;
}
.pro_table .pro_cell1 {
	display: block;
	width: 100%;
	padding: 10px;
	background-color: #F3F3F3;
}
.pro_table .pro_cell2 {
	display: block;
	padding: 20px 10px 20px;
}
/********************************************************

	活動内容

*********************************************************/
#active_main {
	background-image: url(../images/cont1.jpg);
}
.ac_num {
	position: relative;
	font-size: 64px;
	line-height: 0.8em;
	text-align: center;
}
.ac_num:after {
	border-bottom: 0;
	border-left: 2px solid #FFF;
	width: 2px;
	height: 30px;
	position: absolute;
	right: auto;
	left: 50%;
	top: auto;
	bottom: -60px;
}
.ac_pl {
	padding-left: 0;
	padding-top: 80px;
}
.ac_midashi {
	font-size: 18px;
}
#ac_bg {
	background: url(../images/cont2.jpg) 70% 0/cover no-repeat;
	height: 450px;
}
.ac_h2 {
	font-size: 22px;
}
/*****************************/
.ac_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	overflow: hidden;
}
.ac_list li {
	width: 25%;
	padding: 7px 0;
}
.ac_bg_box {
	display: block;
	height: auto;
}
.ac_size {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 40px 0;
}
#ac_img {
	position: static;
	height: 100%;
}
#ac_img img {
	height: auto;
	width: 100%;
}
/********************************************************

	お問い合わせ

*********************************************************/
/***********/


.border_box {
	padding:20px;
}

.contact_box {
	padding:30px;
}
.contact_list li{
	display:block;
	margin:20px 0;
}
.c_cell1 {
	display:block;
	width:100%;
	font-weight:bold;
}
.eq {
	background-color:#E91317;
	color:#FFF;
	position:absolute;
	right:30px;
	top:50%;
	transform:translateY(-50%);
	line-height:1.5em;
	padding:0 10px;
	font-weight:bold;
}
.c_cell2 {
	display:block;
	margin-top:10px;
}
label {
	margin-right:20px;
}
.size {
	height:40px;
}
.area {
	height:200px;
}

/***************************/

.pdf_link {
	display:block;
}
.pdf_link li{
	width:100%;
	margin:5px 0;
}
.pdf_link a{
	padding:10px;
}

.pdf_link .fa-file-pdf {
	font-size:22px;
	position:relative;
	top:3px;
	margin-right:5px;

}

}
@media only screen and (max-width: 740px) {
/***********/
.bg_after:after {
	height: 90px;
}
.h_flex {
	padding: 20px 0 0;
}
#logo img {
	width: 200px;
	height: auto;
}
.title_top {
	bottom: 20px;
	font-size: 28px;
	line-height: normal;
}
/************/
.center_midashi {
	font-size: 18px;
}
.center_text1 {
	font-size: 12px;
	line-height: 2em;
}
.news {
	display: block;
}
.news li {
	width: 100%;
	border-right: 0;
	border-bottom: 1px solid #C5C5C5;
	margin:0;
	padding:20px 0;
}

.n_width {
	width:100%;
}

.n_title {
	min-height: 0;
	padding-bottom: 20px;
}
.n_more {
	text-align: right;
}
.n_more a {
	color: #eb1818;
	text-decoration: none;
	border-bottom: 1px solid #eb1818;
}
/**************/
.f_flex {
	display: block;
}
.f_left {
	width: 100%;
}
.f_midashi {
	font-size: 14px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.f_nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f_nav li {
	width: 48%;
	padding: 10px 0 0;
}
.f_nav a {
	color: #FFF;
	text-decoration: none;
}
.f_right {
	width: 100%;
	margin-top: 40px;
}
#hokkaido {
	height: 300px;
	margin-top: 40px;
}
#h_logo img {
	width: 240px;
	height: auto;
}
/********************************************************

	活動理念

*********************************************************/
#cy_header_in {
	height: 250px;
}
#title_in {
	font-size: 14px;
}
#title_in span {
	font-size: 18px;
	padding-bottom: 0;
}
.center_midashi2 {
	font-size: 18px;
}
/*********/
.po_flex {
	display: block;
	height: auto;
}
#po_left {
	height: 300px;
	margin-top: 20px;
}
.midashi {
	font-size: 16px;
}
/********************************************************

	プロフィール

*********************************************************/
#pro_img {
	position: static;
	transform: translate(0);
}
#pro_img img {
	width: 100%;
	height: auto;
}
/********************************************************

	活動内容

*********************************************************/
#active_main {
	background-image: url(../images/cont1.jpg);
	background-position: 40% 0;
}
.ac_num {
	font-size: 42px;
}
.ac_num:after {
	width: 2px;
	height: 20px;
	bottom: -40px;
}
.ac_pl {
	padding-left: 0;
	padding-top: 60px;
}
.ac_midashi {
	font-size: 14px;
}
#ac_bg {
	background: url(../images/cont2.jpg) 70% 0/cover no-repeat;
	height: 250px;
}
.ac_h2 {
	font-size: 16px;
	padding-left: 20px;
}
/*****************************/
.ac_list li {
	width: 33.33%;
	padding: 4px 0;
}
.ac_size {
	font-size: 18px;
	padding: 20px 0;
}
.ac_banar {
	display: block;
}
.ac_banar li {
	width: 100%;
	margin: 3px 0;
}


/***********/

.com_info {
	display:block;
	margin-bottom:20px;
}
.com_info li{
	margin:10px 0;
	width:100%;
}


}
