@charset "utf-8";
/* CSS Document */
body {
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Sans Serif", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	text-size-adjust: 100%;
	font-size: 13px;
	letter-spacing: 0.15em;
	line-height: 2;
	min-width: 1024px;
}
h1, h2 {
	font-weight: 900;
}
h3, h4, h5 {
	font-weight: 700;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.5;
}
/* クリア要素 */
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* ローディング */
.loading {
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}
.loading:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/assets/img/loading.jpg) 50% 50% no-repeat;
	opacity: 0;
	-webkit-animation: loading_in 1s 1 forwards;
	animation: loading_in 1s 1 forwards;
}
 @-webkit-keyframes loading_in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes loading_in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}

.main {
  padding-top: 107px;
	overflow: hidden;
}

/* ========== header ========== */
.header {
	padding: 15px 0;
	position: fixed;
	background-color: transparent;
	z-index: 999;
	box-sizing: border-box;
  transition: all 0.5s ease;
}
.header.is-fixed {
  background-color: #fff;
}
.header_box {
	max-width: 1250px;
	min-width: 1024px;
	margin: 0 auto;
}
.header_title {
	float: left;
	width: 150px;
}
/* メニュー */
.header .menu {
	float: right;
	padding-top: 20px;
	font-weight: bold;
  font-size: 12px;
}
.header li {
	display: inline-block;
	letter-spacing: 0.03;
}
.header li:not(:last-child):after {
	content: "/";
	display: inline-block;
	padding: 0 12px;
}
/* ========== main ========== */
main {
	background-image: url(/assets/img/bg.png);
	background-position: center;
}
main > section {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0 50px;
	margin-bottom: 30px;
}
.img_right {
	float: right;
	margin-left: 30px;
}
.img_left {
	float: left;
	margin-right: 30px;
}
.text_small {
	font-size: 0.9em;
	letter-spacing: 0.05em;
}
.box_shadow {
	box-shadow: 0px 0px 20px 5px rgba(91,91,91,0.2);
	-moz-box-shadow: 0px 0px 20px 5px rgba(91,91,91,0.2);
	-webkit-box-shadow: 0px 0px 20px 5px rgba(91,91,91,0.2);
}
/* リストスタイル */
.list_style li {
	padding-left: 2em;
	text-indent: -1em;
}
.list_style li:before {
	content: "・";
	width: 1em;
	text-align: center;
	display: inline-block;
}
/* タイトル(cont_ttl) */
.cont_ttl, .slogan {
	padding: 0px 0 30px;
}
.cont_ttl img {
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.cont_ttl:after, #purpose .slogan:after {
	content: "";
	display: block;
	background-image: url(/assets/img/h3_line.png);
	width: 21px;
	height: 2px;
}
#purpose .slogan:after {
	margin-top: 15px;
}
#activity .cont_ttl, #comment .cont_ttl, #partners .cont_ttl, #mail .cont_ttl, #link .cont_ttl, #ambassador .cont_ttl, #contact .cont_ttl {
	text-align: center;
}
#activity .cont_ttl img, #comment .cont_ttl img, #partners .cont_ttl img, #mail .cont_ttl img, #link .cont_ttl img, #ambassador .cont_ttl img, #contact .cont_ttl img  {
	background-position: bottom center;
}
#activity .cont_ttl:after, #comment .cont_ttl:after, #partners .cont_ttl:after, #mail .cont_ttl:after, #link .cont_ttl:after, #ambassador .cont_ttl:after, #contact .cont_ttl:after {
	margin: 0 auto;
}
/* メインビジュアル */
.mv_box {
	width: auto;
	max-width: 1250px;
	min-width: 1024px;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
	box-sizing: border-box;
  height: 691px;
}
.mv_text {
	position: relative;
	z-index: 1;
	padding: 60px 0 0 50px;
}
.mv_txt_2 {
	padding-left: 50px;
}
.mv_img_box {
	z-index: 2;
}
.mv_img_1, .mv_img_2, .mv_img_3 {
	position: absolute;
	z-index: 1;
}
.mv_img_box .mv_img_line1:after {
	content: url(/assets/img/mv_line_1.png);
	display: inline-block;
	position: absolute;
	width: 757px;
	height: 350px;
	left: -280px;
	bottom: 20px;
}
.mv_img_box .mv_img_line2:after {
	content: url(/assets/img/mv_line_2.png);
	display: inline-block;
	position: absolute;
	width: 772px;
	height: 442px;
	right: -50px;
	bottom: 70px;
}
.mv_img_1 {
	left: 34px;
	bottom: 74px;
}
.mv_img_box:after {
	content: url(/assets/img/F_1.png);
	display: inline-block;
	width: 110px;
	height: 150px;
	position: absolute;
	right: 620px;
	bottom: 350px;
	z-index: 2;
}
.mv_img_2 {
	left: 50%;
	top: -15px;
}
.mv_img_3 {
	right: 354px;
	bottom: -50px;
}
/* 設立趣旨 */
main > #purpose {
	background: url(/assets/img/F_2.png) no-repeat 900px 200px;
	width: auto;
	max-width: 1250px;
	min-width: 1024px;
	position: relative;
  padding-bottom: 0 !important;
  margin-bottom: 8px !important;
}
main > #purpose .purpose_box {
	width: 980px;
	margin: 0 auto;
}
#purpose .cont_ttl {
	padding: 20px 0 0;
}
#purpose .cont_ttl:after {
	display: none;
}
#purpose .clearfix {
}
#purpose .pur_img1 {
	position: absolute;
	top: 190px;
	left: 62%;
}
#purpose .pur_img2 {
	position: absolute;
	left: 59.8%;
	bottom: 50px;
}
#purpose .cont_ttl img {
	background-image: url(/assets/img/purpose_h3_en.png);
  background-position: 0 100%;
  padding-bottom: 24px;
}
#purpose .pur_1, #purpose .pur_2, #purpose .pur_3 {
	padding-bottom: 37px;
}
.pur_cont {
  width: 600px;
  margin: 0;letter-spacing: 0.12em;
}
.pur_cont p {
  line-height: 2.5;
}
/* 活動内容 */
#activity {
	background: url(/assets/img/F_3.png) no-repeat 0px 65px;
  margin-bottom: 20px;
}
#activity .cont_ttl {
  padding-bottom: 55px;
}
#activity .cont_ttl img {
	background-image: url(/assets/img/activity_h3_en.png);
}
.activity_list_box {
	position: relative;
  height: 630px;
}
.activity_1, .activity_2, .activity_3 {
	border: 1px solid #deeff6;
	padding: 42px 20px 42px 30px;
	box-sizing: border-box;
	position: absolute;
}
.activity_1 {
	width: 49%;
	left: 19px;
	top: 0;
	padding-bottom: 164px;
}
.activity_2 {
	display: inline-block;
	width: 49%;
	right: 18px;
	top: 30px;
}
.activity_3 {
	width: 100%;
	bottom: -7px;
}
.activity_1:before, .activity_2:before, .activity_3:before {
	content: "";
	display: inline-block;
	height: 40px;
	width: 60px;
	top: -21px;
	position: absolute;
}
.activity_1:before {
	background: url(/assets/img/activity_num_1.png) no-repeat;
}
.activity_2:before {
	background: url(/assets/img/activity_num_2.png) no-repeat;
}
.activity_3:before {
	background: url(/assets/img/activity_num_3.png) no-repeat;
}
.act_list {
  letter-spacing: 0.1em;
}
.act_list li {
  padding-left: 1em;
  text-indent: 0em;
}
.act_list li:before {
  width: auto;
  margin-left: -9px;
}
.act_list li:not(:last-child) {
  margin-bottom: 9px;
}
/* コメント */
#comment {
	padding-bottom: 60px;
}
#comment .cont_ttl img {
	background-image: url(/assets/img/comment_h3_en.png);
}
#comment .comment_box {
	position: relative;
  padding-top: 9px;
  height: 371px;
}
#comment .comment_txt {
	width: 814px;
	box-sizing: border-box;
	position: absolute;
	right: 2px;
	top: 60px;
	border: 1px solid #f4dee5;
	padding: 10px 30px 30px 67px;
  line-height: 2.5;
  letter-spacing: 0em;
}
#comment .cont_minttl {
	padding-top: 20px;
  margin-bottom: 0px;
}
#comment .cont_minttl img {
  margin-right: 16px;
}
/* アンバサダー */
#ambassador .cont_ttl {
	margin-bottom: 60px;
}
#ambassador .cont_ttl img {
	background-image: url(/assets/img/ambassador_h3_en.png);
}
.ambassedor_box {
	display: table;
	margin-bottom: 20px;
}
.ambassador_unit {
	display: table-cell;
	width: 33.3333333%;
	text-align: center;
}
.ambassador_photo {
	margin-bottom: 20px;
}
.ambassador_add {
	text-align: center;
}

/* フリーランスの皆様 */
main > #join {
	width: auto;
	max-width: 1250px;
	min-width: 1024px;
}
main > #join .join_box {
	width: 980px;
	margin: 0 auto;
}
#join {
	margin-top: 45px;
	margin-bottom: 150px;
	background-color: #f7f7f7;
	position: relative;
  padding-top: 50px;
  padding-bottom: 0 !important;
}
.join_left_box {
	float: left;
	width: 320px;
	box-sizing: border-box;
}
.join_left_box .cont_ttl {
  padding-bottom: 20px;
}
.join_left_box p {
  letter-spacing: 0.1em;
  line-height: 2.1;
}
.join_right_box .text_bold {
	font-weight: bold;
}
#join .join_right_box {
	width: 600px;
	box-sizing: border-box;
	float: right;
	padding: 7px 0 40px;
}
.join_list1, .join_list2 {
	padding: 0 0 24px;
}
.join_list1 li {
  letter-spacing: 0.05em;
}
.join_list1 .text_small {
  letter-spacing: 0;
  text-indent: 0;
}
.join_ttl {
	font-size: 1.2em;
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.join_right_box .join_type1, .join_right_box .join_type2 {
	padding: 0 0 60px 15px;
	display: inline-block;
	float: left;
	box-sizing: border-box;
}
.join_right_box .join_mail {
	text-decoration: underline;
}
.join_right_box .join_mail:hover {
	text-decoration: none;
}
.join_right_box .join_type1 {
	border-right: 1px solid #ccc;
	padding: 0 15px 15px 0;
}
.join_right_box .join_type2 {
	position: relative;
}
.join_type1 {
  width: 52%;
}
.join_right_box .join_type2 {
  width: 48%;
  padding-left: 36px;
}
.join_type1 .text_bold,
.join_type2 .text_bold {
  margin-bottom: 10px;
}
.join_right_box .join_type2:after {/* Fマーク */
	content: url(/assets/img/F_4.png);
	display: inline-block;
	width: 110px;
	height: 150px;
	position: absolute;
	right: -40px;
  bottom: -117px;
}
.join_text_j {
  margin-top: 7px;
}
.join_type1 ul {
  padding: 5px 0;
  letter-spacing: 0.05em;
}
.join_type1 li {
  line-height: 1.8;
  padding-left: 19px;
  margin-bottom: 1px;
}
#join .join_img {
	position: absolute;
	bottom: -100px;
}
#join .cont_ttl img {
	background-image: url(/assets/img/join_h3_en.png);
}
/* 賛助会員メンバー・協力団体 */
#partners .cont_ttl img {
	background-image: url(/assets/img/partners_h3_en.png);
}
#partners > .cont_ttl + p {
  line-height: 2.5;
}
#partners > p {
	text-align: center;
}
#partners .cont_minttl {
	padding-bottom: 1.0em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#partners .partners_box {
	width: 780px;
	margin: 0 auto;
	text-align: center;
}
.partners_box_1, .partners_box_2, .partners_box_3, .partners_box_4 {
	padding: 50px 0 10px;
}
.partners_box_1 {
  padding-top: 57px;
}
.partners_box_2 {
  padding-top: 14px;
}
#partners .partners_box a {
	display: inline-block;
	min-width: 180px;
	vertical-align: middle;
	padding: 8px 5px;
}
#partners .partners_box img {
	vertical-align: middle;
}
/* 団体概要 */

#outline .cont_ttl img {
	background-image: url(/assets/img/outline_h3_en.png);
}
main > section#outline {
	background-image: url(/assets/img/outline_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: auto;
	width: auto;
  background-size: cover;
  margin-bottom: 65px;
}
#outline dl:after {
	content: url(/assets/img/F_5.png);
	display: inline-block;
	width: 110px;
	height: 150px;
	position: absolute;
	right: 0;
	bottom: -150px;
}
#outline div {
	position: relative;
	width: 980px;
}
#outline dl {
	padding: 5px 50px;
	margin: 0 0 0 20px;
	text-align: left;
	border-left: 1px solid #ccc;
}
#outline dt {
	padding-top: 0.5em;
	font-weight: bold;
  font-size: 15px;
}
#outline dd {
  margin-bottom: 7px;
}
#outline dd + dt {
  margin-top: 12px;
}
#outline .cont_ttl img {
	background-image: url(/assets/img/outline_h3_en.png);
}
/* お問い合わせ */
#mail {
	margin-bottom: 142px;
}
#mail .cont_ttl img {
	background-image: url(/assets/img/mail_h3_en.png);
}
/* お問い合わせ */
#contact {
	margin-bottom: 142px;
}
#contact .cont_ttl img {
	background-image: url(/assets/img/contact_h3_en.png);
}
.mail__inner {
	position: relative;
}
#contact .mail_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#contact .mail_note {
	position: relative;
	background-color: #fff;
	padding: 35px 40px;
	width: 607px;
	top: 125px;
	margin-left: auto;
	margin-right: auto;
}
.mail_note .mail_ttl {
	font-size: 15px;
}
.mail_note p {
	font-size: 13px;
	margin-bottom: 25px;
}
.mail_note p a {
	text-decoration: underline;
}


/* リンク */
#link {
	text-align: center;
  margin-bottom: 23px;
}
#link .cont_ttl img {
	background-image: url(/assets/img/link_h3_en.png);
}
#link a {
	border: 2px solid #264e9d;
	width: 280px;
	display: inline-block;
	padding: 10px 0;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: 0;
	position: relative;
}
#link .link_lancers {
	border-color: #5a8d0c;
	margin: 0 70px;
}
#link .link_meti {
	border-color: #df6982;
}
#link a:after {
	width: 34px;
	height: 18px;
	position: absolute;
	right: -17px;
	bottom: 5px;
}
#link .link_facebook:after {
	content: url(/assets/img/link_next1.png);
}
#link .link_lancers:after {
	content: url(/assets/img/link_next2.png);
}
#link .link_meti:after {
	content: url(/assets/img/link_next3.png);
}
.link_list li {
	display: inline-block;
	float: left;
}
/* ========== footer ========== */
footer {
	text-align: center;
  padding-bottom: 58px;
}
.contact {
	text-decoration: underline;
}
.contact:hover {
	text-decoration: none;
}
small {
	font-size: smaller;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
