@charset "UTF-8";
/* 基本色 */
:root {
 --main-color: #0047BA;
 --accent-color: #0088D1;
 --light-main-color:#666464;
 --dark-main-color: #162789;
 --text-bright-color: #fff;
 --icon-color: #fff;
 --icon-bk-color: #ddd;
 --large-width: 1000px;
}
/* 基本設定： ページ全体 */
body {
	margin:0;
	font-family: 'a-otf-ud-shin-go-pr6n', 'myriad-pro', 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #2F2F2F;
}
/*.Montserrat {
	font-family: 'Montserrat', sans-serif;
}*/
.title h2 {
	margin-left: 5px;
	padding-left: 0.5rem;
	border-left: solid 2vw #0088D1;
	border-left: solid 2vw var(--accent-color);
	font-size: 5.5vw;
	font-weight: 200;
}
.title p {
	margin-left: 10px;
}

@media (min-width: 768px) {
.title h2 {
	font-size: 2rem;
	border-left: solid 0.75rem #0088D1;
	border-left: solid 0.75rem var(--accent-color);
}
}
/*背景*/
.back {
	background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url(img/back.png)
}
.button {
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	background-origin: border-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.25em;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.1);
	white-space: nowrap;
}
.white {
	background-color: #fff;
}

.ripple {
  position: relative;
  overflow: hidden;
}

.ripple .rp-effect {/*エフェクト*/
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;/*波紋の濃さ*/
  transform: scale(0);
  background: #FFF;/*波紋色*/
  animation: ripple 700ms;
  pointer-events: none; 
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}

@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}


/* コンテンツA： 内部ヒーローイメージ */
.conA {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30vh;
	min-height: 200px;
	background-image: url(img/Groupofbusybusinesspeoplemeetinginofficetopview.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size:contain;
	color: #fff;
	color: var(--text-bright-color);
	text-align: center;
}


.conA p {
	font-family: "fot-udkakugo-large-pr6n", sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 3.5vw;
	letter-spacing: 0.2em;
	filter: drop-shadow(3px 3px 1px rgba(0,0,0,1));	
background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));
}


@media (min-width: 768px) {
	.conA{
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)),url(img/Groupofbusybusinesspeoplemeetinginofficetopview.gif);
		min-height: 400px;
}
.conA h1 {
	font-size: 115px;
}
.conA p {
	
	font-size: 30px;
	
}
}
/* プロランサーという働き方 */
.conB .container {
	padding-bottom: 20px;
	color: #444;
}
.conB .title_flex {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
.conB .Montserrat {
	font-size: 7vw;
	letter-spacing: 0.2em;
	text-align: center;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}
.conB .equal {
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-column-count: 数値;
	-moz-column-count: 数値;
	-ms-column-count: 数値;
	column-count: 数値;
	-webkit-column-gap: 数値;
	-moz-column-gap: 数値;
	-ms-column-gap: 数値;
	column-gap: 数値;
	display: inline-block;
	height: 数値;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
}
.conB .topB h3 {
	font-size: 5vw;
	text-align: center;
	font-weight: 100;
	font-family: 'Montserrat', sans-serif;
}

.conB .topB p {
	font-size: 2.8vw;
	margin-left: 10px;
	margin-right: 10px;
}
.conB .under {
	font-size: 3.5vw;
	display: inline-block;
	color: #ffffff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0.2em;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 20px 0;
	text-decoration: none;
	padding: 5px 10px;
	margin-left: 5px;
	margin-right: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #0088D1), color-stop(0.01, #0047BA));
	background: -webkit-linear-gradient(top, #0047BA 1%, #0088D1 88%);
	background: -moz-linear-gradient(top, #0047BA 1%, #0088D1 88%);
	background: -o-linear-gradient(top, #0047BA 1%, #0088D1 88%);
	background: -ms-linear-gradient(top, #0047BA 1%, #0088D1 88%);
	background: linear-gradient(to bottom, #0047BA 1%, #0088D1 88%);
	font-family: 'Montserrat', sans-serif;
}
.conB .small {
	font-weight: 600;
	font-size: 3vw;
	
}
.conB ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
}
.conB li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
	font-size: 2.8vw;
	
}
.conB li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #0088D1;
	background-color: var(--accent-color);
	color: #FFFFFF;
	display: block;
	float: left;
	line-height: 4.4vw;
	margin-left: -30px;
	text-align: center;
	height: 4vw;
	width: 4vw;
	border-radius: 50%;
}

.conB .mission h3{
	  overflow: hidden;
  text-align: center;

}
.conB .mission{
	
}
.conB .mission h3 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
	font-size: 3vw;
}

.conB .mission h3 span::before,
.conB .mission h3 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}

.conB .mission h3 span::before {
  right: 100%;
}
.conB .mission h3 span::after {
  left: 100%;
}


.conB h4 {	
	font-size: 3vw;
	color: #162789;
	color: var(--dark-main-color);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	filter: drop-shadow(2px 3px 3px rgba(0,0,0,0.3));
}
.conB .map {
	border: solid 1px #0047BA;
	border: solid 1px var(--main-color);
	margin-left: 10px;
	margin-right: 10px;
}

.conB .map h2 {
	text-align: center;
	position: relative;
	background: #f4f4f4;
	padding: 2px 5px 2px 20px;
	font-size: 20px;
	color: #474747;
	border-radius: 0 10px 10px 0;
	margin-right: 20px;
	margin-left: 40px;
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	filter: drop-shadow(2px 3px 3px rgba(0,0,0,0.3));
	
}
.conB .map h2:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #0088D1;
	background: var(--accent-color);
	font-weight: 600;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	left: -1.35em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
.conB .map_flex {
	align-items: center;
}


.conB .map_flex .client_icon{
background-color: #d1dae9;
	padding-top: 10px;
}
.conB .map_flex .client_box{
background-color: #d1dae9;	
	padding-bottom: 20px;
	padding-top: 10px;
}
.conB .client_pic img {
	width: 30vw;
}

.conB .map_flex .prolancer_icon{
		background-color: #c2dce4;
	padding-bottom: 20px;
	padding-top: 10px;
}
.conB .map_flex .prolancer_box{
		background-color: #c2dce4;
	padding-bottom: 20px;
	padding-top: 10px;
}
.conB .client_pic {
	text-align: center;
	
}
.conB .client_pic img {filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
}
.conB .task_pic {
	display: none;
	position: relative;
}
.conB .task_pic img {
	border: solid #162789 3px;
	border: solid var(--dark-main-color) 3px;
	border-radius: 5px;
}
.conB .client_box h3 {
	font-size: 14px;
}
.conB .client_box p {
	font-size: 12px;

}
.conB .client_box .client_text {
	background-color: #FFF;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 3px;
	margin-top: 10px;
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	background-origin: border-box;
	border: solid #839CC4 2px;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	margin-bottom: 20px;
}
.conB .celm_box {
	text-align: center;
	display: none;
	justify-content: center;
	background-color:  #c2dce4;
	padding-top: 20px;
}
.conB .celm_box_mini{
		text-align: center;
	justify-content: center;
	background-color:  #c2dce4;
	padding-top: 0px;
	position: relative;
	height: 280px;
}
.conB .celm_box_mini img{
	position: absolute;
	z-index: 1;
	top: -20px;
	  left: 0;
  right: 0;
  margin:0 auto;
}
/*.conB .celm_box .arrow{
	flex: 33%;
	text-align: right;
	position: relative;
}
.conB .celm_box .arrow img{
	position: absolute;
	height: 270px;
	z-index: 1;
	top: -20px;
	right: 0%;
}
.conB .celm_box .celm{
	flex: 60%;
}*/
.conB .celm_box p {
	text-align: left;
	font-size: 12px;
	margin-left: 40px;
	margin-right: 20px;
}
.conB .prolamcer_pic {
	text-align: center;
}
.conB .prolamcer_pic img {
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
	}
.conB .prolancer_box h3 {
	font-size: 14px;
}
.conB .prolancer_box p {
	font-size: 12px;
}
.conB .prolancer_box .prolancer_text {
	background-color: #FFF;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 3px;
	margin-top: 10px;
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	background-origin: border-box;
	border: solid #0088D1 2px;
	border: solid var(--accent-color) 2px;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	margin-bottom: 20px;
}

@media (min-width: 768px) {
.conB .container {
	max-width: 1000px;
	max-width: var(--large-width);
	margin-left: auto;
	margin-right: auto;
}
.conB .title_flex {
	display: flex;
	justify-content: center;
}
.conB .topB p {
	font-size: 15px;
}
.conB .topB p {
	font-size: 15px;
}
.conB .equal {
	margin-left: 20px;
	margin-right: 20px;
	writing-mode: horizontal-tb;
	writing-mode: lr-tb;
}
.conB li {
	font-size: 14px;
}
.conB li:before {
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
}
.conB li:before {
}
.conB .map {
	background-image: url(img/map.png);
	background-position: center;
	background-repeat: no-repeat;
	border: solid 1px #0047BA;
	border: solid 1px var(--main-color);
	margin-left: inherit;
	margin-right: inherit;
}

.conB .mission h3{
	  overflow: hidden;
  text-align: center;

}
.conB .mission h3 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
	font-size: 20px;
}

.conB .mission h3 span::before,
.conB .mission h3 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}

.conB .mission h3 span::before {
  right: 100%;
}
.conB .mission h3 span::after {
  left: 100%;
}


.conB h4 {	
	font-size: 3vw;
	color: #162789;
	color: var(--dark-main-color);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	filter: drop-shadow(2px 3px 3px rgba(0,0,0,0.3));
}
.conB .map h2 {
	text-align: center;
	position: relative;
	background: #f4f4f4;
	padding: 2px 5px 2px 20px;
	font-size: 20px;
	color: #474747;
	border-radius: 0 10px 10px 0;
	margin-right: 20px;
	margin-left: 40px;
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	filter: drop-shadow(2px 3px 3px rgba(0,0,0,0.3));
	
}
.conB .map h2:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #0088D1;
	background: var(--accent-color);
	font-weight: 600;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	left: -1.35em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
.conB .map_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.conB .map_flex .client_icon {
	padding-top: 0px;
	flex: 33%;
	background-color: inherit;
}
.conB .map_flex .task_icon {
	flex: 250px;
	text-align: center;
}
.conB .map_flex .prolancer_icon {
	flex: 33%;
	background-color: inherit;
	
}
.conB .map_flex .client_box {
	flex: 33%;
	background-color: inherit;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0px;
}
.conB .map_flex .celm_box {
	flex: 250px;
	display: flex;
	align-self: flex-end;
	margin-bottom: 50px
}
	.conB .celm_box_mini{
display: none;
}
.conB .map_flex .prolancer_box {
	flex: 33%;
	align-items: center;/*文字の中央配置*/
	justify-content: center;/*文字の中央配置*/
	background-color: inherit;
	padding-bottom:0;
	padding-top: 0;
}
.conB .task_icon p {
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.6em;
}
.conB .client_pic {
	text-align: center;
	height: 100px;
}
.conB .client_pic img {filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
width: inherit;
}
.conB .task_pic {
	display:inherit;
	text-align: center;
	position: relative;
	top: 30px;
	left: -50px;
	color: #162789;
	color: var(--dark-main-color);
	
}
.conB .task_pic img {
	border: solid #162789 3px;
	border: solid var(--dark-main-color) 3px;
	border-radius: 5px;
}
.conB .client_box h3 {
	font-size: 14px;
}
.conB .client_box p {
	font-size: 12px;

}
.conB .client_box .client_text {
	background-color: #FFF;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 3px;
	margin-top: 10px;
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	background-origin: border-box;
	border: solid #839CC4 2px;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	margin-bottom: 20px;
}
.conB .celm_box {
	text-align: center;
	background-color: inherit;
}
	
	.conB .celm_box .arrow{
		display: none;
	}
.conB .celm_box p {
	text-align: left;
	font-size: 12px;
	margin-left: 40px;
	margin-right: 20px;
}
.conB .prolamcer_pic {
	text-align: center;
}
.conB .prolamcer_pic img {
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
	}
.conB .prolancer_box h3 {
	font-size: 14px;
}
.conB .prolancer_box p {
	font-size: 12px;
}
.conB .prolancer_box .prolancer_text {
	background-color: #FFF;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 3px;
	margin-top: 10px;
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
	background-origin: border-box;
	border: solid #0088D1 2px;
	border: solid var(--accent-color) 2px;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	margin-bottom: 20px;
}

.conB .topB h2 {
	font-size: 28px;
}
.conB h3.Montserrat {
	font-size: 40px;
}
.conB .small {
	font-size: 18px;
}
.conB .under {
	font-size: 28px;
	font-weight: 400;
}
.conB .article table p {
	font-size: 14px;
}
.conB .article th {
	border-bottom: 1px solid #0047BA;
	border-bottom: 1px solid var(--main-color);
	padding: 5px;
}
.conB .article td {
	height: 378px;
}
.conB .article th {
	font-size: 14px;
	background: #0047BA;
	background: var(--main-color);
	color: aliceblue;
}
.conB .article h2 {
	font-size: 14px;
	font-weight: 300;
}
.conB .container .article {
	display: flex;
	flex-wrap: nowrap;
	max-width: 1000px;
	justify-content: center;/*文字の中央配置*/
}
.conB .arrow img {
	margin-top: 80px;
	width: 200px;
}
.conB .arrow p {
	font-size: 14px;
}
.conB h4 {
	font-size: 18px;
	;
}
.conB .article ul.Prolancer {
	margin-top: 14px;
	margin-bottom: 80px;
}
.client_icon {
	order: 1;
}
 .task_icon {
	order: 2;
}
 .prolancer_icon {
	order: 3;
}
.client_box {
	order: 4;
}
 .celm_box {
	order: 5;
}
 .prolancer_box {
	order: 6;
}
}
/* ご活用のテーマ、アサイン形態*/
.conC .container {
	padding-top: 10px;
	padding-bottom: 20px;
}
.conC .container .article {
	background-color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}

.conC .container .article h3 {
	margin-left: 20px;
	padding-top: 25px;
	color: #0047BA;
	color: var(--main-color);
}
.conC .article .assign {
	background-color: #fff;
}

.conC .article .assign h4 {
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	background-color: #0047BA;
	background-color: var(--main-color);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	color: #fff;
	letter-spacing: 0.2em;
}
.conC .article .assign  .icon2 {
	text-align: center;
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.conC .article .assign  img {
width: 85%;
	height: auto;
}
.conC .article .assign .assign_flex1 {
	border: solid 1px #162789; 
	border: solid 1px var(--dark-main-color);
	margin-bottom: 30px;
}
.conC .article .assign .assign_flex2 {
	border: solid 1px #162789;
	border: solid 1px var(--dark-main-color);
			
}

.conC .article .back_white {
	background-color: #fff;
	  max-width: 100%;
    height: auto;

}


/*ご活用のテーマ例*/

.conC .article .back_white {
	background-color: #fff;
}
.conC .article .theme .prolancer_flex {
	justify-content: space-around;

}
.conC .article .theme .theme_flex .example_title h4 {
	display: none;}
.conC .article .theme .theme_flex .profile_title h4 {
	display: none;
}
.conC .article .theme .theme_flex .example {
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: auto;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
	color: #000;
}
.conC .example .example_list {
	flex: 75%
}
.conC .example .icon {
	flex: 25%;
	margin-right: 10px;
}
.silhouette {
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
}
.conC .article .theme .theme_flex .back_light_main {
	background-color: #c2dce4;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.conC .article .theme .theme_flex .back_main {
	background-color: #d1dae9;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.conC .article .theme .theme_flex .back_dark_main {
	background-color: #839cc4;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.conC .article .theme .theme_flex .example h4 {
	font-size: 14px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
.conC .article .theme .theme_flex .example ul {
	color: var(--light-main-color);
	color: #666464;
}
.conC .article .theme .theme_flex .prolancer {
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
justify-content: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: 100%;
	position: relative;
}
.conC .article .theme .theme_flex .back_light_main_prolancer {
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

.conC .silhouette {
	flex:0 0 70px;
}

.balloon2-top {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
	font-size: 16px;	
 	border: solid 3px #2479b4;
 	box-sizing: border-box;
}


.balloon2-top:after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #2479b4;
 	z-index: 1;
}

.balloon2-top p {
	margin: 0;
	padding: 0;
}
.balloon3-top {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
	font-size: 16px;
	
 	border: solid 3px #1d4693;
 	box-sizing: border-box;
}


.balloon3-top:after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #1d4693;
 	z-index: 1;
}

.balloon3-top p {
	margin: 0;
	padding: 0;
}

.balloon4-top {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
	font-size: 16px;
	
 	border: solid 3px #192f6d;
 	box-sizing: border-box;
}


.balloon4-top:after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #192f6d;
 	z-index: 1;
}

.balloon4-top p {
	margin: 0;
	padding: 0;
}
.conC .article .theme .theme_flex .back_main_prolancer {
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-bottom: 40px;;
}
.conC .article .theme .theme_flex .prolancer::before {
	content: '';
	position: absolute;
	/* 輪郭がぼやけてしまうのでブラー範囲を広げる */
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	background: inherit;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
}
.conC .article .theme .theme_flex .back_dark_main_prolancer {
	
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.conC .prolancer_flex {
	display: flex;
	align-items: center;
}
.conC .prolancer_flex .silhouette {
	margin-left: 70px;
	margin-right: 0px;
}
.conC .prolancer_flex .list {
	margin-left: 0px;
	padding-left: 0px;
}
.conC .article .theme .theme_flex .prolancer ul {
	margin-top: 0px;
	color: #000;
}
.conC ul li:before {
	font-size: 10px;
	margin-right: 5px;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	color: #162789;
	color: var(--dark-main-color);
	text-align: center;
	position: absolute;
	left: -18px;
	top: 3px;
}
.conC ul li:last-child:before {
	content: none;
}
.conC ul {
	list-style: none;
}

.conC ul li {
	position: relative;
	margin-bottom: 0.2em;
	font-size: 13px;
	margin-right: 5px;
}
.conC .example p {
	margin-left: 39px;
	margin-bottom: 0px;
}
.conC .LinkButton {
	margin-top: 30px;
	margin-bottom: 30px;
}
.conC .LinkButton .square_btn {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #0047BA;
	color: var(--main-color);
	border: solid 2px #0047BA;
	border: solid 2px var(--main-color);
	border-radius: 3px;
	transition: .4s;
	margin-bottom: 20px;
}
.conC .LinkButton .square_btn:hover {
	background: #0047BA;
	background: var(--main-color);
	color: white;
}
.conC .fa {
	margin-right: 10px;
}

@media (min-width: 768px) {
.conC .container {
	max-width: 1000px;
	max-width: var(--large-width);
	margin-left: auto;
	margin-right: auto;
}

	.conC .container .article {
	margin-left: inherit;
	margin-right: inherit;
}

.conC .article .assign {
	display: flex;
	}
.conC .article .assign .assign_flex1 {
	flex: 50%;
	border: inherit;
}
.conC .article .assign .assign_flex2 {
	flex: 50%;
	border: inherit;
}
.conC .article p {
	font-size: 13px;
}
.conC .article h2 {
	font-size: 16px;
}
.conC .example ul {
	font-size: 13px;
}
.conC .example ul {
	font-size: 13px;
}
	
.conC .article .assign h4 {
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #0047BA;
	background-color: var(--main-color);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	color: #fff;
	letter-spacing: 0.2em;
}
.conC .article .assign {
	display: flex;
	background-color: #fff;
}
.conC .article .assign .assign_flex {
	flex: 50%;
}
.conC .article .assign .assign_flex .icon2 {
	text-align: center;
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.conC .article .back_white {
	background-color: #fff;
}
.conC .article .theme {
	display: flex;
	flex-wrap:nowrap;
	align-content: center;
	margin-right: 20px;
	margin-left: 20px;
}
.conC .article .theme .theme_flex {
	flex: 50%;
}
.conC .article .theme .theme_flex .example_title h4 {
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 20px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	background-color: #0088D1;
	background-color: var(--accent-color);
	color: #fff;
	letter-spacing: 0.5em;
}
.conC .article .theme .theme_flex .profile_title h4 {
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 20px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	background-color: #0088D1;
	background-color: var(--accent-color);
	letter-spacing: 0.3em;
	color: #fff;
}
.conC .article .theme .theme_flex .example {
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 480px;
	height: 135px;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
	color: #000;
}
.conC .example .example_list {
	flex: 75%
}
.conC .example .icon {
	flex: 25%;
	margin-right: 10px;
}
.silhouette {
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
}
.conC .article .theme .theme_flex .back_light_main {
	background: url(img/textbox_example.png);
	background-position: center;
	background-size: 480px 150px;
	background-repeat: no-repeat;
}
.conC .article .theme .theme_flex .back_main {
	background: url(img/textbox_example2.png);
	background-position: center;
	background-size: 480px 150px;
	background-repeat: no-repeat;
}
.conC .article .theme .theme_flex .back_dark_main {
	background: url(img/textbox_example3.png);
	background-position: center;
	background-size: 480px 150px;
	background-repeat: no-repeat;
}
.conC .article .theme .theme_flex .example h4 {
	font-size: 14px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
.conC .article .theme .theme_flex .example ul {
	color: var(--light-main-color);
	color: #666464;
}
.conC .article .theme .theme_flex .prolancer {
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 480px;
	height: 135px;
	position: relative;
}
	.conC .article .theme .theme_flex .prolancer .silhouette{
		flex: 2;
		text-align: right;
	}
.conC .article .theme .theme_flex .prolancer .list {
flex: 4;
}
.conC .article .theme .theme_flex .back_light_main_prolancer {
	background: url(img/textbox_prolancer.png);
	background-position: center;
	background-size: 480px 150px;
	background-repeat: no-repeat;
	margin-bottom: 0;
}
.conC .article .theme .theme_flex .back_main_prolancer {
	background: url(img/textbox_prolancer2.png);
	background-position: center;
	background-size: 480px 150px;
	background-repeat: no-repeat;
	margin-bottom: 0;
}
.conC .article .theme .theme_flex .prolancer::before {
	content: '';
	position: absolute;
	/* 輪郭がぼやけてしまうのでブラー範囲を広げる */
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	background: inherit;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
}
.conC .article .theme .theme_flex .back_dark_main_prolancer {
	background: url(img/textbox_prolancer3.png);
	background-position: center;
	background-size: 480px 150px;
	background-repeat: no-repeat;
}
.conC .prolancer_flex {
	display: flex;
	align-items: center;
}
.conC .prolancer_flex .silhouette {
	margin-left: 70px;
	margin-right: 0px;
	flex: initial;
}
.conC .prolancer_flex .list {
	margin-left: 0px;
	padding-left: 0px;
	flex: initial;
}
.conC .article .theme .theme_flex .prolancer ul {
	margin-top: 0px;
	color: #000;
}
.conC ul li:before {
	font-size: 10px;
	margin-right: 5px;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	color: #162789;
	color: var(--dark-main-color);
	text-align: center;
	position: absolute;
	left: -18px;
	top: 3px;
}
.conC ul li:last-child:before {
	content: none;
}
.conC ul {
	list-style: none;
}
.conC .prolancer p {
	margin-left: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0;
	margin-top: 0;
}
.conC ul li {
	position: relative;
	margin-bottom: 0.2em;
	font-size: 13px;
	margin-right: 5px;
}
.conC .example p {
	margin-left: 39px;
	margin-bottom: 0px;
}
.conC .LinkButton {
	margin-top: 30px;
	margin-bottom: 30px;
}
.conC .LinkButton .square_btn {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #0047BA;
	color: var(--main-color);
	border: solid 2px #0047BA;
	border: solid 2px var(--main-color);
	border-radius: 3px;
	transition: .4s;
}
.conC .LinkButton .square_btn:hover {
	background: #0047BA;
	background: var(--main-color);
	color: white;
}
.conC .fa {
	margin-right: 10px;
}	
	
.balloon2-top {
 	position: inherit;
	display: inherit;
 	margin: inherit;
	padding: inherit;
 	border: none;
 	box-sizing: inherit;
}


.balloon2-top:after{
	content: "";
	position: inherit;
	top: inherit;
	left: inherit;
 	margin-left: inherit;
	border: none;
	border-bottom: none;
 	z-index: inherit;
}

.balloon2-top p {
	margin: inherit;
	padding: inherit;
}
.balloon3-top {
 	position: inherit;
	display: inherit;
 	margin: inherit;
	padding: inherit;
 	border: none;
 	box-sizing: inherit;
}


.balloon3-top:after{
	content: "";
	position: inherit;
	top: inherit;
	left: inherit;
 	margin-left: inherit;
	border: none;
	border-bottom: none;
 	z-index: inherit;
}

.balloon3-top p {
	margin: inherit;
	padding: inherit;
}
.balloon4-top {
 	position: inherit;
	display: inherit;
 	margin: inherit;
	padding: inherit;
 	border: none;
 	box-sizing: inherit;
}


.balloon4-top:after{
	content: "";
	position: inherit;
	top: inherit;
	left: inherit;
 	margin-left: inherit;
	border: none;
	border-bottom: none;
 	z-index: inherit;
}

.balloon4-top p {
	margin: inherit;
	padding: inherit;
}	
	
	
.conC .LinkButton .square_btn {
	margin-left: 20px;
}		
	
	
	
	
	
	
}
/* ご登録のメリット*/
.conD .container {
	padding-bottom: 80px;
}
.conD .article {
	padding-left: 5px;
	padding-right: 5px;
	color: #555;
}
.conD .article .merit_title {
}
.conD .article .merit_title .number {
	font-size: 8vw;
	margin-left: 1vw;
	margin-right: 1vw;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cce5ff 0%) repeat scroll 0 0;
}
.conD .article .merit_title h2 {
	font-family: "fot-udkakugo-large-pr6n", sans-serif;
	font-size: 5vw;
	font-weight: bold;
	padding-left: 2em;
	text-indent: -2em;
	padding-bottom: 0px;
	line-height: 1.5em;
}
.conD .merit {
	margin: 10px;
	margin-bottom: 20px;
	padding: 10px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.conD .merit .merit_box {
	padding-bottom: 10px;
}
.conD .merit .merit_box h3 {
	font-size: 3.5vw;
	margin-left: 20px;
	margin-right: 20px;
	color: #0047BA;
	color: var(--main-color);
}
.conD .foundation_box {
	margin: 0 auto;
	bottom: 0;
	padding-bottom: 2vw;
	margin: 10px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	color: #444;
	background: #fff9f4;
}
.celm_logo {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}

.celm_logo img{
	width: 8vw;
	height: auto;
}
.foundation_merit {
	align-self: center;
	padding-right: 10px;
}
.foundation_merit h2 {
	font-size: 3vw;
	text-align: center;
	font-weight: normal;
}
.conD .merit_box ul li:before {
	font-size: 16px;
	margin-right: 5px;
	content: "\f0eb";
	font-family: "Font Awesome 5 Free";
	font-weight: 500;
	color: #162789;
	color: var(--dark-main-color);
	text-align: center;
	margin-right: 0.4em;
	width: 1.3em;
	height: 1.3em;
	position: absolute;
	left: -15px;
	top: 3px;
}
.conD .foundation_merit ul li:before {
	font-size: 3vw;
	margin-right: 5px;
	content: "\f192";
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	color: #162789;
	color: var(--dark-main-color);
	text-align: center;
	margin-right: 0.4em;
	width: 1.3em;
	height: 1.3em;
	position: absolute;
	left: -15px;
	top: 5px;
}
.conD ul {
	list-style: none;
}
.conD ul li {
	position: relative;
	padding-left: 0.9em;
	padding-right: 10px;
	margin: 0.8em 0;
	font-size: 2.6vw;
}

@media (min-width: 768px) {
.conD .container {
	max-width: 1000px;
	max-width: var(--large-width);
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}
.conD .article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.conD .article .merit_flex {
	flex: 50%;
}
.conD .article .merit_title .number {
	font-size: 28px;
	margin-left: 15px;
	margin-right: 15px;
}
.conD .article .merit_title h2 {
	font-size: 20px;
	font-weight: bold;
	padding-left: 2.6em;
	text-indent: -2.4em;
	padding-bottom: 0px;
	line-height: 1.5em;
	height: 60px;
}
.conD .merit {
	margin: 10px;
	margin-bottom: 20px;
	padding: 10px;
	min-height: 245px;
}
.conD .merit .merit_box {
	padding-bottom: 10px;
}
.conD .merit .merit_box h3 {
	font-size: 16px;
	margin-left: 20px;
	margin-right: 20px;
	color: #0047BA;
	color: var(--main-color);
}

.conD .foundation_box {
	margin: 0 auto;
	bottom: 0;
	display: flex;
	align-items: center;
	color: #444;
	background: #fff9f4;
	padding-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
}
.celm_logo {
	flex: 1;
}
	.celm_logo img{
	width: 50px;}
.foundation_merit {
	flex: 5;
	align-self: center;
	padding-right: 10px;
}
.foundation_merit h2 {
	font-size: 16px;
}
.conD .merit_box ul li:before {
	font-size: 16px;
	margin-right: 5px;
	text-align: center;
	margin-right: 0.4em;
	width: 1.3em;
	height: 1.3em;
	left: -15px;
	top: 3px;
}
.conD .foundation_merit ul li:before {
	font-size: 12px;
	margin-right: 5px;
	margin-right: 0.4em;
	width: 1.3em;
	height: 1.3em;
	position: absolute;
	left: -15px;
	top: 5px;
}
.conD ul {
	list-style: none;
}
.conD ul li {
	font-size: 12px;
	position: relative;
	padding-left: 0.9em;
	padding-right: 10px;
	margin: 0.8em 0;
}
}
/* プロランサーの募集について*/
.conE .container {
	padding-top: 10px;
	padding-bottom: 10px;
}
.conE .article {
	padding-left: 5px;
	padding-right: 5px;
	color: #444;
}
.conE .article .skill_title h2 {
	font-size: 5vw;
	padding-top: 10px;
}
.conE .article .skill_title h2.must_before:before {
	margin-left: 20px;
	margin-right: 15px;
	font-size: 6vw;
	content: "\f560";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #ff7f7f;
}
.conE .article .skill_title h2.better_before:before {
	margin-left: 20px;
	margin-right: 15px;
	font-size: 6vw;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: #ffadad;
}


.conE .article .skill_title .must {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #ff7f7f 75%);
}
.conE .article .skill_title .better {
	background: linear-gradient(transparent 75%, #ffadad 75%);
}
.conE  h3 {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	font-size: 3vw;
	color: #0047BA;
	color: var(--main-color);
}

.conE .skill {
	margin: 10px;
	margin-bottom: 2vh;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.conE .skill .skill_table {
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}
.conE ul li:before {
	font-size: 2vw;
	margin-right: 5px;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #162789;
	color: var(--dark-main-color);
	text-align: center;
	margin-right: 0.4em;
	width: 1.3em;
	height: 1.3em;
	position: absolute;
	left: -15px;
	top: 3px;
}
.conE ul {
	list-style: none;
	margin-top: 0px;
}
.conE ul li {
	position: relative;
	padding-left: 0.9em;
	padding-right: 10px;
	margin: 0.5em 0;
	font-size: 2vw;
}
.conE p {
	font-size: 2vw;
	text-indent: -1em;
}

@media (min-width: 768px) {
.conE .container {
	max-width: 1000px;
	max-width: var(--large-width);
	margin-left: auto;
	margin-right: auto;
}
.conE .article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.conE .article .skill_flex {
	flex: 50%;
}
.conE .article .skill_title h2 {
	font-size: 30px;
	padding-top: 10px;
}
.conE .article .skill_title h2.must_before:before {
	margin-left: 20px;
	margin-right: 15px;
	font-size: 35px;
}
	.conE .article .skill_title h2.better_before:before {
	margin-left: 20px;
	margin-right: 15px;
	font-size: 35px;
}
.conE .article .skill_title .must {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #ff7f7f 75%);
}
.conE .article .skill_title .better {
	background: linear-gradient(transparent 75%, #ffadad 75%);
}
.conE h3 {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	font-size: 16px;
	height: 37px;
}
.conE .skill {
	margin: 10px;
	margin-bottom: 40px;
	min-height: 300px;
}
.conE .skill .skill_table {
	padding-bottom: 10px;
	padding-top: 10px;
}
.conE ul li:before {
	font-size: 14px;
	margin-right: 5px;
	margin-right: 0.4em;
	width: 1.3em;
	height: 1.3em;
	left: -15px;
	top: 3px;
}
.conE ul li {
	padding-left: 0.9em;
	padding-right: 10px;
	margin: 0.5em 0;
	font-size: 14px;
}
.conE p {
	font-size: 14px;
	text-indent: -1em;
}
}
/*ご登録 */

.conF .container table {
	border-collapse: collapse;
	margin: 0 auto;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.conF .container th, .conF .container td {
	border: solid 1px #AAA;
	font-size: 2vw;
}
.conF .container th {
	font-size: 2.4vw;
	color: #FFF;
	background: #888;
	font-weight: 400;
	letter-spacing: 0.3em;
}
.conF .container td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	letter-spacing: 0.2em;
	color: #2E2E2E;
}
.conF .container .td-css11, .conF .container .td-css12, .conF .container .td-css51, .conF .container .td-css32, .conF .container .td-css52, .conF .container .td-css91 {
	padding-top: 15px;
}
.conF .container .td-css41, .conF .container .td-css22, .conF .container .td-css81, .conF .container .td-css42, .conF .container .td-css111, .conF .container .td-css62 {
	padding-bottom: 15px;
}
.conF .container td {
	vertical-align: top;
}
.conF .container .maru {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 20%;
	vertical-align: middle;
	/* 円の大きさ */
	width: 2.4vw;
	height: 2.4vw;
	/* 円と文字の色 */
	color: #fff;
	border: 4px solid #999;
	background: #999;
}
/* 文字の大きさ */
.conF .letter3 {
	font-size: 2.4vw;
}
.conF .container .fas {
	font-size: 4vw;
	padding-left: 0.22em;
	color: #888888;
}
.td-css11, .td-css12, .td-css21, .td-css22, .td-css31, .td-css41 {
	background: #FFF;
}
.td-css51, .td-css61, .td-css71, .td-css81, .td-css32, .td-css42 {
	background: #F9FCFF;
}
.td-css91, .td-css101, .td-css111, .td-css52, .td-css62 {
	background: #E5F2FF;
}
.conF .container .td-css11, .conF .container .td-css21, .conF .container .td-css31, .conF .container .td-css51, .conF .container .td-css61, .conF .container .td-css71, .conF .container .td-css91, .conF .container .td-css101, .conF .container .td-css12, .conF .container .td-css32, .conF .container .td-css52 {
	border-bottom-style: none;
}
.conF .container .td-css21, .conF .container .td-css31, .conF .container .td-css41, .conF .container .td-css61, .conF .container .td-css71, .conF .container .td-css81, .conF .container .td-css101, .conF .container .td-css111, .conF .container .td-css22, .conF .container .td-css42, .conF .container .td-css62 {
	border-top-style: none;
}
.conF p {
	padding-left: 10px;
	color: #555;
	font-size: 2.3vw;
}

.conF .assignButton{
	text-align: center;
margin: 50px;
}



.conF .raised{
background-color: #0047BA;
  background-color: var(--main-color);
  color: #FFF;
  font-size: 5vw;
  text-decoration: none;
  letter-spacing: 0.05em;
  padding: 0.6em 1.3em;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s;
}
.conF .raised:hover{
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
	background-color: #0088D1;
	background-color: var(--accent-color);
}
@media (min-width: 768px) {
.conF .container {
	max-width: 1000px;
	max-width: var(--large-width);
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}
.conF .container .maru {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 20%;
	vertical-align: middle;
	/* 円の大きさ */
	width: 18px;
	height: 18px;
	/* 円と文字の色 */
	color: #fff;
	border: 4px solid #999;
	background: #999;
	margin-right: 15px;
}
.conF p {
	font-size: 15px;
}
.conF .registration .box-title {
	font-size: 17px;
}
.conF .assignment .box-title {
	font-size: 17px;
}
.conF .container th, .conF .container td {
	font-size: 14px;
}
.conF .container th {
	font-size: 16px;
}

/* 文字の大きさ */
.conF .letter3 {
	font-size: 16px;
}
.conF .container .fas {
	font-size: 25px;
}
	.conF .raised{
		font-size: 40px;
	}
.conF p {
	font-size: 16px;
}
	
	
	
	
}
/* コンテンツG： 会社概要*/
.conG .container {
	padding-top: 10px;
	padding-bottom: 80px;
}
.conG table {
	margin: auto;
	border-collapse: collapse;
	width: 90%;
	font-size: 3vw;
}
.conG th.t_top {
	border-top: #0047BA 6px solid;
	border-top: var(--main-color) 6px solid;
}
.conG th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	width: 18vw;
}
.conG td.t_top {
	border-top: #b3b3b3 6px solid;
}
.conG td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}
.conG .LinkButton {
	margin-top: 50px;
	display: flex;/*文字の中央配置*/
	align-items: center;/*文字の中央配置*/
	justify-content: center;/*文字の中央配置*/
}
.conG .LinkButton .square_btn {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #0047BA;
	color: var(--main-color);
	border: solid 2px #0047BA;
	border: solid 2px var(--main-color);
	border-radius: 3px;
	transition: .4s;
}
.conG .LinkButton .square_btn:hover {
	background: #0047BA;
	background: var(--main-color);
	color: white;
}
.conG .fa {
	margin-right: 10px;
}

@media (min-width: 768px) {
.conG .container {
	max-width: 1000px;
	max-width: var(--large-width);
	margin-left: auto;
	margin-right: auto;
}
.conG .container .chart {
	display: flex;
}
.conG table {
	font-size: 14px;
}
.conG .container .chart .photo {
	flex: 1;
}
.conG .text {
	flex: 3;
}
}
/*プロランサ.JPーの実現したいこと*/
.conH .box19 {
	margin: 30px 10px;
	position: relative;
	padding: 2.25em 1em;

}
.conH .box19:before, .conH .box19:after {
	content: '';
	width: 40px;
	height: 60px;
	position: absolute;
	display: inline-block;
}
.conH .box19:before {
	border-left: solid 2px #0047BA;
	border-left: solid 2px var(--main-color);
	border-top: solid 2px #0047BA;
	border-top: solid 2px var(--main-color);
	top: 0;
	left: 0;
}
.conH .box19:after {
	border-right: solid 2px #0047BA;
	border-right: solid 2px var(--main-color);
	border-bottom: solid 2px #0047BA;
	border-bottom: solid 2px var(--main-color);
	bottom: 0;
	right: 0;
}
.conH .box19 h2 {
	
	letter-spacing: 0.2em;
	font-size: 3vw;
	
}

.conH .box19 p {
	margin: 1vh;
	padding: 0;
	letter-spacing: 0.1em;
	font-size: 2.2vw;

	
}

@media (min-width: 768px) {
.conH .container {
	max-width: 1000px;
	max-width: var(--large-width);
	margin-left: auto;
	margin-right: auto;
}
	
.conH .box19 h2 {
	font-size: 20px;
	
}

.conH .box19 p {
	font-size: 15px;
}
	
	
}


/* フッター */
footer {
	color: #fff;
	color: var(--text-bright-color);
	background-color: #162789;
	background-color: var(--dark-main-color);
}
footer .container {
	padding: 40px 20px;
}

@media (min-width: 768px) {
footer .container {
	max-width: 1000px;
	max-width: var(--large-width);
	margin-left: auto;
	margin-right: auto;
}
}
/* フッターA： サイト情報 */
.footA {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footA h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	letter-spacing: 0.2em;
}
.footA p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
	font-size: 14px;
}
.footA a {
	color: inherit;
	text-decoration: none;
}

@media (min-width: 768px) {
}
/* フッターC： コピーライト */
.footC {
	font-size: 12px;
	text-align: center;
}
/* ヘッダー */
header {
	/*	position: absolute;*/
	top: 0;
	left: 0;
	/*	z-index: 100;*/
	width: 100%;
	background-color: rgba(255,255,255,0.9);
}
/* ヘッダーA: サイト名 */
.headA {
	display: inline-block;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	text-decoration: none;
	color: #2B2B2B;
}
/* ヘッダーB： ナビゲーションメニュー */
.headB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.headB a {
	display: block;
	padding: 15px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
	transition: .4s;
}

.headB a img{
	padding-left:5px;
}

.headB a:hover {
	background: #0047BA;
	background: var(--main-color);
	color: white;
}
.head_flex{
	display: flex;
}

@media (min-width: 768px) {
header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1000px;
	max-width: var(--large-width);
	margin-left: auto;
	margin-right: auto;
}
.headB ul {
	display: flex;
}
}

/* ヘッダーC： トグルボタン */

@media (max-width: 767px) {
/* 小さい画面用の設定 */
header .container-small {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headC {
	margin-right: 10px;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	font-size: 28px;
	opacity: 0.5;
	cursor: pointer;
}
.headC:hover {
	opacity: 0.3;
}
.headB {
	display: none;
}
}

@media (min-width: 768px) {
/* 大きい画面用の設定 */
.headC {
	display: none;
}
.headB {
	display: block !important;
}
}
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop i {
	padding-top: 6px
}
#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #0047BA;
	background-color: var(--main-color);
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  padding: 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.card {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: #fefff9;
  color: #363636;
  text-decoration: none;
  -moz-box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
  box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;

}

.card span {
  display: block;
}
.card .card-summary {
  padding: 5% 5% 3% 5%;
	margin-bottom: 10px;
}
.card .card-header {
  position: relative;
  height: 175px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.15);
  background-blend-mode: overlay;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
.card .card-header:hover, .card .card-header:focus {
  background-color: rgba(255, 255, 255, 0);
}
.card .card-title {
  background: rgba(0, 134, 214, 0.85);
  padding: 3.5% 0 2.5% 0;
  color: white;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.card .card-title h3 {
  font-size: 1.2em;
  line-height: 1.2;
  padding: 0 3.5%;
  margin: 0;
}

.card .card-meta {
  max-height: 0;
  overflow: hidden;
	color:#0088D1;
	color:var(--accent-color);
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  bottom: 2%;
  padding: 0 5%;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
	text-align: right;
}
.card:hover, .card:focus {
  background: white;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}
.card:hover .card-title, .card:focus .card-title {
    background: rgba(16, 6, 159, 0.95);
}
.card:hover .card-meta, .card:focus .card-meta {
	
  max-height: 2em;
}

.card img {
  max-width: 100%;
}

* {
  -moz-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, -moz-transform;
  -o-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, -o-transform;
  -webkit-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, -webkit-transform;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media (min-width: 768px) {
.conJ .container {
	max-width: 1000px;
	max-width: var(--large-width);
	margin-left: auto;
	margin-right: auto;
}
.conJ .card {
	flex: 1 1 40%;
	margin: 10px;
}
.conJ h4 {
	font-size: 14px;
}
.conJ p {
	font-size: 13px;
}

}





/* お問い合わせページ: 問い合わせ先 */
.contact {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #ddd;
	border: solid 1px var(--gray-color);
	text-align: center;
}
.contact span {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 2.2rem;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
	background-color: #0047BA;
	background-color: var(--main-color);
	color: #fff;
	color: var(--icon-color);
}

.contact h2 {
	margin-top: 0;
	font-size: 1.2rem;
}
.contact a {
	font-size: 1.4rem;
	color: inherit;
	text-decoration: none;
}

@media (min-width: 768px) {
.contact-wrap {
	display: flex;
}
.contact {
	flex: 1;
}
.contact:first-child {
	margin-right: 20px;
}
}
