/*------------------------------------------------------------------------------

Site Name: ACE協同組合
Author: Shimizu [ bran-new-days.com ]
Description: 2023/12/15
CSS info : 基本はスマホファーストでPCをmedia分岐/スマホにしかないレイアウトはmedia分岐'スマホのみ'

------------------------------------------------------------------------------*/

/* /////////////////////////////////////////////////////////////////////////////

 全体 style

///////////////////////////////////////////////////////////////////////////// */

/* font-family: 'Noto Sans JP', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;900&display=swap');

/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,600&display=swap');

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}

html {
	font-size: 10px;
}

body {
	position: relative;
	left: 0;
	overflow: hidden;
	word-wrap: break-word;
	color: #111;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.6;
	background: #FFF;
	background-attachment: fixed;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #0068b7;
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.font_gothic {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.font_mincho {
	font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

video, object {
	display: block;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

.vibtn {
	position: absolute;
	visibility: hidden;
}

/* iframeのレスポンシブ */

.youtube_container {
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* /////////////////////////////////////////////////////////////////////////////

 layout

///////////////////////////////////////////////////////////////////////////// */

.contents_wrapper {
	clear: both;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.main_contents {
	flex: 1;
	max-width: 1000px;
	margin: 0 auto;
}


/* 背景横突き抜け：ブロック
------------------------------------------------------------- */

.contents {
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.contents.bl {
	background-color: #111;
	background-image: url(../image/index/bg_space.png);
	background-size: cover;
	color: #FFF;
}
.contents.bu-grade {
	background: rgb(24,75,135);
	background: linear-gradient(135deg, rgba(24,75,135,1) 0%, rgba(12,38,68,1) 100%);
	color: #FFF;
}
.contents.wh {
	background-color: rgba(255, 255, 255, .9);
}
.contents.sky {
	background-color: #2DA5D7;
	color: #FFF;
}
.contents.gy {
	background-color: rgba(240, 240, 240, .9);
}

/* before:bg_text */
.contents::before {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 10rem;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
/* 横センター */
.contents.contents_about::before {
	background-image: url(../image/index/bg_text_about.png);
}
.contents.contents_overvies::before {
	background-image: url(../image/index/bg_text_overview.png);
}
.contents.contents_correlation::before {
	background-image: url(../image/index/bg_text_correlation.png);
}
.contents.contents_person::before {
	background-image: url(../image/index/bg_text_person.png);
}
.contents.contents_worklist::before {
	background-image: url(../image/index/bg_text_worklist.png);
}
.contents.contents_companies::before {
	background-image: url(../image/index/bg_text_companies.png);
}
.contents.contents_policy::before {
	background-image: url(../image/index/bg_text_policy.png);
}
.contents.contents_flow::before {
	background-image: url(../image/index/bg_text_flow.png);
}
.contents.contents_organization::before {
	background-image: url(../image/index/bg_text_organization.png);
}
.contents .contact_area::before {
	background-image: url(../image/index/bg_text_contact.png);
}

/* after:kobe */
.contents.contents_correlation::after ,
.contents.contents_worklist::after ,
.contents.contents_cost::after {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8rem;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right bottom;
	background-image: url(../image/index/illst_kobe.png);
}

.contents_inner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 20px;
	z-index: 2;
}

.main_contents .contents {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}


/*------------------------------------------------------------------------------

 header

------------------------------------------------------------------------------*/

.header_wrapper {
	height: 0;
}

.header {
	width: 100%;
}

.header_inner {
	max-width: 1350px;
	margin: 0 auto;
	padding: 6px 10px;
}
.header_inner:after { /* modern */
	content : '';
	display : block;
	clear : both;
	height: 0;
}

.header_inner .logos {
	width: 55%;
	transition:all 300ms 0ms ease;
}
.header_inner .logos a {
	display: block;
	text-decoration: none;
}
.header_inner .logos img {
	display: block;
	width: 168px;
	max-width: 100%;
}
.header_inner .logos .label {
	display: inline-block;
	padding: 2px 5px;
	border-radius: 3px;
	background: #111;
	color: #FFF;
	font-size: 1.1rem;
	white-space: nowrap;
}


/* gnavi
------------------------------------------------------------- */

.gnavi {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-right: -2%;
	transition:all 300ms 0ms ease;
}
.gnavi li {
	flex-grow: 1;
}
.gnavi a {
	display: block;
	padding: 8px 0;
	font-size: 1.4rem;
	color: #111;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
}
.gnavi span {
	position: relative;
	display: inline-block;
}
.gnavi li:not(.contact) a span::after {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	bottom: -7px;
	width: 0;
	height: 2px;
	background: #184B87;
	transition: 0.4s;
}
.gnavi li:not(.contact) a:hover span::after {
	width: 100%;
}
.gnavi .contact a {
	position: relative;
	overflow: hidden;
	margin-left: 4%;
	padding: 20px 1.5em;
	border-radius: 50vh;
	background-color: #111;
	color: #FFF;
	white-space: nowrap;
	transition: 0.35s;
}

.policy_area .btn_box a {
	position: relative;
	overflow: hidden;
	padding: 20px 1.5em;
	border-radius: 50vh;
	background-color: #111;
	color: #FFF;
	white-space: nowrap;
	transition: 0.35s;
}

.gnavi .contact a::before ,
.btn_box.contact a::before,
.policy_area .btn_box a::before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	border-radius: 50vh;
	background: rgb(45,165,215);
	background: linear-gradient(90deg, rgba(45,165,215,1) 0%, rgba(24,75,135,1) 100%);
	transition: 0.35s;
}

.gnavi .contact a:hover,
.policy_area .btn_box a:hover {
	background-color: #184B87;
}
.gnavi .contact a:hover::before ,
.btn_box.contact a:hover::before,
.policy_area .btn_box a:hover::before {
	left: 0;
}

/* mail icon */
.gnavi .contact a span::before ,
.menu_sp .contact a::before ,
.fpnavi .contact a::before ,
.btn_box.contact a span::before {
	margin-right: .5em;
	content: '\f0e0';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

/* pdf icon */
.policy_area .btn_box a {
	padding-left: 2em;
}

.policy_area .btn_box a span {
	position: relative;
}

.policy_area .btn_box a span::before {
	margin-right: .5em;
	content: '\f1c1';
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	left: -1.4em;
	transform: translateY(-50%);
}


/* menu
------------------------------------------------------------- */

.menu_btn_area {
	position: absolute;
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	z-index: 2147483647;
}
input[type="checkbox"]#menu_btn {
	position: absolute;
	visibility: hidden;
	bottom: 0;
}

/* ハンバーガーメニュー */
.menu_open_btn {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #FFF;
	z-index: 2147483647;
}
.menu_open_btn span {
	position: relative;
	display: block;
	height: 2px;
	margin: 20px auto 0;
	color: #184B87;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	line-height: 0;
	transition: 0.4s;
}
.menu_open_btn::before ,
.menu_open_btn::after {
	position: absolute;
	content: '';
	left: 10px;
	width: 20px;
	height: 3px;
	border-radius: 2px;
	background: #184B87;
	transition: 0.4s;
}
.menu_open_btn::before {
	top: 8px;
}
.menu_open_btn::after {
	bottom: 8px;
}

/* ハンバーガーメニューを変形 */
input[type="checkbox"]#menu_btn:checked + .menu_open_btn span {
	opacity: 0;
}
input[type="checkbox"]#menu_btn:checked + .menu_open_btn::before {
	width: 24px;
	top: 46%;
	left: 8px;
	transform: rotate(45deg);
}
input[type="checkbox"]#menu_btn:checked + .menu_open_btn::after {
	width: 24px;
	bottom: 46%;
	left: 8px;
	transform: rotate(-45deg);
}

/* レイヤー */
input[type="checkbox"]#menu_btn:checked ~ .layer {
	position: fixed;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	top: 0;
	right: 0;
	visibility: visible;
	z-index: 2147483645;
}

/* メニューを格納 */
.menu_wrapper {
	position:fixed;
	top:0;
	right: -105%;
	width: 100%;
	height: 100%;
	transition: 0.1s ease-in-out;
}

/* メニューオープン時 */
input[type="checkbox"]#menu_btn:checked ~ .menu_wrapper {
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
	z-index: 2147483646;
	right: 0;
}

.menu_wrapper {
	display: flex;
	align-items: center;
	padding: 20px 13% 80px;
	background: #111;
}
.menu_inner {
	width: 100%;
}
 .menu_sp {
	margin-bottom: 20px;
}
.menu_sp li {
	border-top: 1px solid #666;
}
.menu_sp li:first-child {
	border-top: none;
}
.menu_sp a {
	position: relative;
	display: block;
	height: auto;
	padding: 20px 20px;
	color: #FFF;
	text-decoration: none;
	line-height: 1.6;
}
.menu_sp li:not(.contact) a::before {
	display: block;
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	top: 50%;
	left: 1px;
	margin-top: -5px;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #FFFFFF;
}
.menu_sp .contact {
	border-top: none;
}
.menu_sp .contact a {
	margin-top: 20px;
	padding: 15px 10px;
	border-radius: 50vh;
	border: 2px solid #FFF;
	background: rgb(45,165,215);
	background: linear-gradient(90deg, rgba(45,165,215,1) 0%, rgba(24,75,135,1) 100%);
	font-size: 1.8rem;
	text-align: center;
}


/* -----------------------------------------------------------------------------

 .footer

----------------------------------------------------------------------------- */

/* page top
-----------------------------------------------------------*/

.page_top_fx {
	position: fixed;
	overflow: hidden;
	bottom: 10px;
	right: 10px;
	z-index: 99999;
}
.page_top_fx a {
	display: block;
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 50vw;
	background: url('data:image/svg+xml,%3Csvg%20enable-background%3D%22new%200%200%2036%2020%22%20height%3D%2220%22%20viewBox%3D%220%200%2036%2020%22%20width%3D%2236%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m35.6%2018.1c0%20.5-.2.9-.5%201.3-.7.7-1.8.7-2.5%200l-14.8-15.2-14.8%2015.2c-.7.7-1.8.7-2.5%200s-.7-1.8%200-2.5l16.1-16.4c.7-.7%201.8-.7%202.5%200l16%2016.4c.3.3.5.8.5%201.2z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') rgba(10,40,73,.8)  50% 45% no-repeat;
	background-size: 40% auto;
	text-indent: 100%;
	white-space: nowrap;
}
.footer {
	background: #111;
	color: #FFF;
}


/* footer map
------------------------------------------------------------- */

.fmap_area iframe {
	display: block;
	width: 100%;
}


/* fnavi
------------------------------------------------------------- */

.fnavi_area {
	padding: 40px 20px;
	color: #FFF;
}
.fnavi_area a {
	color: #FFF;
}
.fnavi_area .logos {
	width: 60%;
	margin: 0 auto 40px;
	text-align: center;
}
.fnavi_area .logos a {
	display: block;
	text-decoration: none;
}
.fnavi_area .logos .logo {
	display: block;
	margin-bottom: 15px;
	background: #FFF;
}
.fnavi_area .logos img {
	display: block;
	width: 100%;
}
.fnavi_area .logos .label {
	display: inline-block;
	color: #FFF;
	font-size: 1.4rem;
}
.fnavi {
	margin-bottom: 40px;
}
.fnavi li {
	margin-bottom: 15px;
}
.fnavi a {
	text-decoration: none;
}

.copy_area {
	font-size: 1.4rem;
}


/* fcontact
-----------------------------------------------------------*/

.fpnavi {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	z-index: 999999;
}
.fpnavi a {
	display: block;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}
.fpnavi .contact {
	flex: 1;
}
.fpnavi .contact a {
	height: 58px;
	padding: 16px 5px;
	background: rgb(45,165,215);
	background: linear-gradient(90deg, rgba(45,165,215,1) 0%, rgba(24,75,135,1) 100%);
}
.fpnavi .page_top {
	border-left: 1px solid #FFF;
}
.fpnavi .page_top a {
	position: relative;
	width: 58px;
	height: 58px;
	background: #184B87;
}
.fpnavi .page_top a::before {
	position: absolute;
	display: block;
	content: '';
	top: 24px;
	left: 21px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 14px 9px;
	border-color: transparent transparent #FFFFFF transparent;
	transform: rotate(0deg);
}



/* /////////////////////////////////////////////////////////////////////////////

 メインコンテンツ

///////////////////////////////////////////////////////////////////////////// */

/* パンくず
-----------------------------------------------------------*/

.breadcrumb {
	clear: both;
	max-width: 1040px;
	margin: 20px auto 20px;
	padding: 0 20px;
	color: #666;
	font-size: .875rem;
}

.breadcrumb li {
	display: inline-block;
	padding: 0 8px 0 0;
}


/* animation parts
------------------------------------------------------------- */

/* fadein */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 800ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein.fast {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 250ms;
}
.fadein.fast.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.fadein.left {
	opacity : 0;
	transform : translate(-100px, 0);
	transition : all 250ms;
}
.fadein.left.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}



/* modal
------------------------------------------------------------- */

.modal_wrap input {
	display: none;
}

.modal_wrap label {
	text-decoration: none;
}

.modal_layer {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}

.modal_layer_close {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.modal_content {
	position: relative;
	align-self: center;
	width: 90%;
	max-width: 800px;
	max-height: 80%;
	transform: scale(0.3);
	transition: 0.25s;
}

.modal_close_button {
	position: fixed;
	cursor: pointer;
	top: -15px;
	right: -15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #333;
	color: #FFF;
	font-size: 40px;
	line-height: 32px;
	text-align: center;
}

.modal_content_inner {
	padding: 25px 25px;
	background: #ece7dd;
	font-size: .875rem;
}

.modal_content h1 {
	margin-bottom: 20px;
	font-size: 1.125rem;
	text-align: center;
}
.modal_content h2 {
	margin-bottom: .75em;
}
.modal_content p {
	margin-bottom: 1em;
}

.modal_wrap input:checked + .modal_layer {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}
.modal_wrap input:checked + .modal_layer .modal_content {
	transform: scale(1);
}



/* /////////////////////////////////////////////////////////////////////////////

 ページ

///////////////////////////////////////////////////////////////////////////// */



/* ボタンボックス
-----------------------------------------------------------*/

.btn_box {
	clear: both;
	margin: 0;
	padding: 20px 0 30px;
	text-align: center;
}

.policy_area .btn_box {
	padding: 0;
}

.btn_box a {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 360px;
	max-width: 95%;
	padding: 15px 10px;
	border-radius: 50vh;
	background: #CCC;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 600;
	text-decoration: none;
}
.btn_box.wh a {
	background: #FFF;
	color: #1E669F;
}

.policy_area .btn_box a {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.btn_box.contact a,
.policy_area .btn_box a {
	transition: 0.15s;
}
.btn_box.contact span,
.policy_area .btn_box span {
	position: relative;
}
.btn_box.contact a:hover {
	background-color: #184B87;
	color: #FFF;
}


/* タイトル
-----------------------------------------------------------*/

.title_block {
	margin-bottom: 30px;
	text-align: center;
}
.title_block h1 {
	line-height: 1.8;
}
.title_block h1 .ja {
	display: block;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.4;
}
.title_block h1 .lemon {
	color: #F5FF00;
}
.title_block h1 .nv {
	color: #184B87;
}
.title_block .text {
	margin-top: 40px;
}


/* テキスト
-----------------------------------------------------------*/

.text_block {
	line-height: 2;
}
.text_block.small {
	font-size: 1.4rem;
}
.text_block h2 {
	margin-bottom: 1em;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}
.text_block p {
	margin-bottom: 1.5em;
}
.text_block p:last-child {
	margin-bottom: 0;
}
.text_block p .red{
	color: #ff2e2e;
}


/* -----------------------------------------------------------------------------

 index

----------------------------------------------------------------------------- */

/* cover
-----------------------------------------------------------*/

.cover {
	position: relative;
	height: 100vh;
	z-index: -1;
}
.cover_images {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: url(../image/index/main_img.jpg);
	background-position: center;
	background-size: cover;
	z-index: -1px;
}
.cover_inner {
	width: 1350px;
	max-width: 100%;
	margin: 0 auto;
	padding: 15px 15px;
}
.cover_catch {
	position: relative;
	padding-top: 30%;
	text-align: center;
	z-index: 2;
}
.cover_catch .catch01 {
	max-width: 10em;
	margin-bottom: 30px;
	padding-left: .05em;
	font-size: min(9.2vw,6.2rem);
	font-weight: 900;
	letter-spacing: .05em;
	line-height: 1.8;
}
.cover_catch .catch01 em {
	position: relative;
	display: inline-block;
}
.cover_catch .catch01 em::after {
	position: absolute;
	display: block;
	content: '';
	bottom: .05em;
	left: 0;
	width: 100%;
	height: 2px;
	background: #111;
}
.cover_catch .catch01 em span {
	display: inline-block;
}
.cover_catch .catch02 {
	font-size: min(4.5vw,1.8rem);
}

/* scroll */
.cover .cover_scroll {
	position: absolute;
	left: calc(50% - 2px);
	bottom: 0;
}
.cover .cover_scroll span {
	display: inline-block;
	vertical-align: middle;
}
.cover .cover_scroll .text {
	color: #FFF;
	font-size: 1.4rem;
	transform: rotate(90deg);
}
.cover .cover_scroll .line {
	width: 4px;
	height: 90px;
	background: #FFF;
}
.cover .cover_scroll .line::before {
	position: absolute;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	margin-left: -6px;
	margin-top:  -8px;
	border-radius: 50%;
	background-color: #0C2644;
	animation: scroll-dot 1200ms linear infinite;
}

@keyframes scroll-dot {
	0% {
		opacity: 0;
		transform: translate(0,0);
	}
	20% {
		opacity: 1;
	}
	80% {
		opacity: 1;
		transform: translate(0,90px);
	}
	100% {
		opacity: 0;
		transform: translate(0,90px);
	}
}


/* loading animation ------------------------- */

.cover_images {
	animation: zoom_out 1000ms both 0ms;
}
.cover_catch .catch01 em::after {
	animation: underline_stretch 600ms both 800ms;
}
.cover_catch .catch01 .text01 span ,
.cover_catch .catch01 .text02 span {
	animation: fade_slide_up 600ms both 1500ms;
}
.cover_catch .catch02 {
	animation: fade_slide_up 600ms both 2000ms;
}
.cover .cover_scroll {
	animation: fade_in 400ms both 2400ms;
}

@keyframes zoom_out {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes underline_stretch {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

@keyframes fade_out {
	0% {
		opacity: 100%;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fade_in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 100%;
	}
}
@keyframes fade_slide_up {
	0% {
		opacity: 0;
		transform: translate(0,30px);
	}
	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}

/* about
-----------------------------------------------------------*/

.about_area {
	position: relative;
	margin-bottom: -60px;
	padding-bottom: 100px;
}
.about_area::after {
	display: block;
	position: absolute;
	content: '';
	left: 5%;
	bottom: -30vw;
	width: 90%;
	height: 0;
	padding-top: 90%;
	background: url(../image/index/img_earth.png) no-repeat;
	background-size: 100% auto;
}

.about_area .text_block {
	position: relative;
	z-index: 1;
}

.num_list {
	position: relative;
	counter-reset: number 0;
	margin-bottom: -2em;
	z-index: 1;
}
.num_list li {
	position: relative;
	margin-bottom: 2em;
}
.num_list li::before {
	display: block;
	counter-increment: number 1;
	content: counter(number);
	content: '0' counter(number);
	margin-bottom: .5em;
	padding: .5em 0 0 .5em;
	font-size: 2.6rem;
	font-weight: 600;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
}
.num_list li::after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 2em;
	height: 2em;
	padding: 10px 0 0 10px;
	border: 1px solid #FFF;
	border-radius: 50%;
}

/* person
------------------------------------------------------------- */

.person_tbl {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
	color: #FFF;
	line-height: 1.4;
	text-align: center;
}
.person_tbl th {
	padding: 10px 5px;
	border: 1px solid #FFF;
	background: #184B87;
	font-weight: normal;
	white-space: nowrap;
}
.person_tbl td {
	padding: 10px 5px;
	border: 1px solid #FFF;
	background: #2DA5D7;
}



/* worklist
------------------------------------------------------------- */

.worklist_area {
	position: relative;
}

.worklist_area h2 {
	font-weight: 600;		
}

.work_tbl {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
	background: #FFF;
	color: #0C2644;
	font-size: 1.4rem;
	line-height: 1.4;
}
.work_tbl th {
	padding: 5px;
	border: 1px solid #0C2644;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}
.work_tbl td {
	padding: 5px;
	border: 1px solid #0C2644;
	vertical-align: top;
}


/* companies
-----------------------------------------------------------*/

.companies_area h2 {
	color: #F5FF00;
	font-weight: 600;
}

.companies_list {
	position: relative;
	margin: 40px 0;
	padding: 0 25px;
}
.companies_list::before {
	display: block;
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	margin-left: -25px;
	width: 50px;
	height: 100%;
	background: #A0D6ED;
}
.companies_list li {
	position: relative;
	margin-bottom: 25px;
}
.companies_list li:last-child {
	margin-bottom: 0;
}
.companies_list li.icon01::before {
	display: block;
	position: absolute;
	content: '';
	right: -35px;
	top: 50%;
	width: 110px;
	height: 110px;
	background: url(../image/index/icon_oubo1-2_sp.png) no-repeat;
	background-size: 100% auto;
	z-index: 1;
}
.companies_list div {
	overflow: hidden;
	position: relative;
	padding: 15px 10px;
	border-radius: 8px;
	border: 2px solid #184B87;
	background: #FFF;
	color: #184B87;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
}
.companies_list div::before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 24px 24px 0 0;
	border-color: #184B87 transparent transparent transparent;
	transform: rotate(0deg);
}

/* policy
-----------------------------------------------------------*/

.policy_area {
	max-width: 900px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 10px;
	background: #F0F0F0;
	color: #184B87;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: .05em;
}

.policy_area .btn_box:nth-of-type(2) {
	margin-top: 20px;
}

.policy_area .sp_br {
	display: block;
}


/* flow
-----------------------------------------------------------*/

.flow_list {
	position: relative;
	max-width: 1000px;
	margin: 50px auto;
	counter-reset: number 0;
}
.flow_list::before {
	display: block;
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	margin-left: -25px;
	width: 50px;
	height: 100%;
	background: #FFF;
}
.flow_list li {
	margin-bottom: 65px;
}
.flow_list li .flow_box {
	position: relative;
	padding: 20px;
	color: #FFF;
}
.flow_list li:nth-child(odd) .flow_box {
	background: #184B87;
}
.flow_list li:nth-child(even) .flow_box {
	background: #2DA5D7;
}
.flow_list li:last-child {
	margin-bottom: 0;
}
.flow_list h2 {
	margin-bottom: .5em;
	font-size: 2rem;
	font-weight: 600;
}
.flow_list h2::before {
	display: block;
	counter-increment: number 1;
	content: counter(number);
	content: '0' counter(number);
	width: 2em;
	height: 2em;
	margin-bottom: .5em;
	border-radius: 50%;
	border: 1px solid #FFF;
	font-size: 2rem;
	font-weight: 600;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	line-height: 2;
}
.flow_list .fig {
	position: absolute;
	top: -45px;
	right: 20px;
	width: 90px;
	height: 90px;
	border-radius: 5px;
	border: 2px solid #184B87;
	background: #FFF;
	text-align: center;
	line-height: 90px;
}
.flow_list li:nth-child(even)  .fig {
	border: 2px solid #2DA5D7;
}
.flow_list .fig img {
	vertical-align: middle;
}
.flow_list .text {
	line-height: 2;
}


/* contact
-----------------------------------------------------------*/

.contact_area {
	position: relative;
	margin: 0 -20px;
	padding: 60px 20px;
	background-color: #111;
	color: #FFF;
}



/* -----------------------------------------------------------------------------

 aboutus

----------------------------------------------------------------------------- */

/* company
------------------------------------------------------------- */

.tbl {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
	font-size: 1.4rem;
}
.tbl th {
	padding: 15px;
	border: 1px solid #CCC;
	background: #184B87;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}
.tbl td {
	padding: 15px;
	border: 1px solid #CCC;
	background: #FFF;
}

.tbl ol {
	counter-reset: item;
	padding-left: 0;
}
.tbl ol > li {
	position: relative;
	padding-left: 1em;
	list-style-type: none;
}
.tbl ol > li:before {
	position: absolute;
	counter-increment: item;
	content: counter(item)'.';
	top: 0;
	left: 0;
}

.kanri_gyomu{
	width: 360px;
    margin: auto;
}

.kanri_gyomu a{
	display: grid;
    place-content: center;
	position: relative;
    width: 100%;
    height: 56px;
    color: #fff;
	text-decoration: none;
    border-radius: 28px;
    background-color: #111;
	overflow: hidden;
	transition: 0.35s;
}

.kanri_gyomu a:before{
	display: block;
	position: absolute;
	content: '';
	top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    border-radius: 28px;
	background: linear-gradient(90deg, rgba(45, 165, 215, 1) 0%, rgba(24, 75, 135, 1) 100%);
    transition: 0.35s;
}

.kanri_gyomu a:hover{
	background-color: #184B87;
}

.kanri_gyomu a:hover:before{
	left: 0;
}

.kanri_gyomu a span{
	position: relative;
	z-index: 10;
}

.kanri_gyomu a span:before{
	margin-right: .5em;
    content: '\f1c1';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}


/* /////////////////////////////////////////////////////////////////////////////

 汎用CSS

///////////////////////////////////////////////////////////////////////////// */

/* テキスト関係 --------------------- */

.attention { /* 注意色(基本赤) */
	color: #CC0000;
}

.attentionB { /* 注意色(基本赤) */
	color: #CC0000;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.text_SS {
	font-size: 75%;
}

.text_S {
	font-size: 86%;
}

.text_L {
	font-size: 120%;
}

.text_LL {
	font-size: 150%;
}

.text_LLL {
	font-size: 180%;
}


/* テキスト位置設定 ---------------- */

.entry_content p.center ,
.center {
	margin: auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


/* マージン関係 ------------------- */

.m0 {
	margin: 0;
}

.m10 {
	margin: 10px;
}

.mT10 {
	margin-top: 10px;
}

.mT20 {
	margin-top: 20px;
}

.mT30 {
	margin-top: 30px;
}

.mT40 {
	margin-top: 40px;
}

.mB5 {
	margin-bottom: 5px;
}

.mB10 {
	margin-bottom: 10px;
}

.mB20 {
	margin-bottom: 20px;
}

.mB30 {
	margin-bottom: 30px;
}

.mB40 {
	margin-bottom: 40px;
}

.mR5 {
	margin-right: 5px;
}

.mR10 {
	margin-right: 10px;
}

.mR20 {
	margin-right: 20px;
}

.mL5 {
	margin-left: 5px;
}

.mL10 {
	margin-left: 10px;
}

.mL20 {
	margin-left: 20px;
}

.mRL10 {
	margin: auto 10px;
}

/*　パディング関係 ------------------ */
.p0 {
	padding: 0;
}

.p10 {
	padding: 10px;
}

.pT5 {
	padding-top: 5px;
}

.pT10 {
	padding-top: 10px;
}

.pB10 {
	padding-bottom: 10px;
}

.pR10 {
	padding-right: 10px;
}

.pL10 {
	padding-left: 10px;
}

.pB20 {
	padding-bottom: 20px;
}

.pRL10 {
	padding: auto 10px;
}

/* フロート関係 ------------------- */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear,
.clearBoth {
	clear: both;
}

.clearfix {
	/zoom : 1; /* IE6-7 */
}

.clearfix:after { /* modern */
	content : '';
	display : block;
	clear : both;
	height: 0;
}


/* 画像関係
-----------------------------------------------------------*/

.figOne {
	margin-bottom: 40px;
}

.figLeft,
.figRight {
	display: block;
	margin: 0 auto 15px;
	text-align: center;
}

.fig_list {
	margin: 0 -10px 20px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fig_list li {
	flex-grow: 0;
	width: 33.33333%;
}

.fig_list li div {
	padding: 0 10px 20px;
}



/* /////////////////////////////////////////////////////////////////////////////

 デバイス別 :

///////////////////////////////////////////////////////////////////////////// */

/*media Queries スマホ のみ
-----------------------------------------------------------*/

@media only screen and (max-width: 768px) {
	.sp_hide ,
	.gnavi {
		display: none;
	}
	
	/* before:bg_text */
	/* 横センター */
	.contents.contents_about::before {
		background-image: url(../image/index/bg_text_about.png);
	}
	/* 縦 */
	.contents.contents_overvies::before ,
	.contents.contents_correlation::before ,
	.contents.contents_person::before ,
	.contents.contents_worklist::before ,
	.contents.contents_companies::before ,
	.contents.contents_policy::before ,
	.contents.contents_flow::before ,
	.contents.contents_organization::before {
		left: 6em;
		background-position: left top;
		transform-origin: left top;
		transform: rotate(90deg);
	}
	.contents .contact_area::before {
		position: absolute;
		display: block;
		content: '';
		left: 6em;
		top: 0;
		width: 100%;
		height: 10rem;
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: left top;
		transform-origin: left top;
		transform: rotate(90deg);
	}

	/* page ////////////////////////// sp */
	/* index ------------------------- sp */
	/* cover : 固定バーの高さ分引く */
	.cover ,
	.cover_images {
		height: calc(100vh - 58px);
	}
	/* about */
	.about_area {
		overflow: hidden;
	}
	/* swipe slide css only */
	.person_area {
		position: relative;
	}
	.person_swip_inner {
		overflow-x: auto;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
	.person_swip_inner .person_tbl {
		min-width: 900px;
		padding-left: 20px;
	}
	.worklist_area h2 {
		margin-top: 4px;
		background: rgb(45,165,215);
		background: linear-gradient(180deg, rgba(45,165,215,1) 0%, rgba(24,75,135,1) 100%);
	}
	.worklist_area h2 label {
		position: relative;
		display: block;		
		padding: 8px;
	}
	/* アコーディオン */
	.worklist_area .work_tbl {
		position: relative;
		display: none;
		opacity: 0;
		height: 0;
		margin: 0;
		padding-left: 2em;
		transition: 0.4s;
	}
	.worklist_area .vibtn:checked ~ .work_tbl {
		display: table;
		height: auto;
		opacity: 1;
	}
	.worklist_area .vibtn:checked ~ .work_tbl::before {
		top: .5em;
	}
	/* +/- OPEN/CLOSE */
	.worklist_area label::before ,
	.worklist_area label::after {
		position: absolute;
		display: block;
		content: '';
		width: 15px;
		height: 3px;
		top: calc(50% - 2px);
		right: 10px;
		border-radius: 2px;
		background-color: #FFF;
	}
	.worklist_area h2 label::before {
		transform: rotate(90deg);
		transition: 0.25s;
	}
	.worklist_area .vibtn:checked + h2 label::before {
		transform: rotate(0);
	}	

}

/*media Queries タブレット 〜 PCサイズ
-----------------------------------------------------------*/

@media only screen and (min-width: 769px) {
}

@media only screen and (min-width: 769px) {
	.pc_hide {
		display: none;
	}
	.header_wrapper {
		height: 80px;
	}
	.header {
		position: fixed;
		z-index: 999999;
		top: 0;
		left: 0;
		background: #FFF;
	}
	.header_inner {
		padding: 10px 20px;
	}
	.header_main {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header_inner .logos {
		width: auto;
	}
	.header_inner .gnavi_block {
		width: auto;
	}
	.header_slim {
		box-shadow: 0 0 4px rgba(0,0,0,.2);
	}
	.menu_btn_area {
		display: none;
	}
	.footer_inner {
		display: flex;
	}
	.fmap_area ,
	.fnavi_area {
		width: 50%;
	}
	.fnavi_area {
		display: flex;
		justify-content: flex-start;
		padding: 80px 20px 40px 60px;
	}
	.fnavi_area .logos {
		width: 180px;
		margin-right: 15%;
	}
	.fnavi_area .logos .logo {
		margin-bottom: 5px;
	}
	.fnavi_area .logos .label {
		font-size: 1.2rem;
	}
	.fnavi_area .inner {
		flex: 1;
	}
	.fnavi a {
		font-size: 1.4rem;
		text-decoration: none;
	}
	.copy_area {
		font-size: 1.2rem;
	}

	.contents_wrapper {
		display: -webkit-flex;
		display: flex;
		margin: 40px auto;
	}

	/* before:bg_text */
	.contents::before {
		height: 10em;
	}
	.contents.contents_about::before ,
	.contents.contents_correlation::before ,
	.contents.contents_worklist::before ,
	.contents.contents_cost::before {
		background-position: left top;
	}
	.contents.contents_overvies::before ,
	.contents.contents_person::before ,
	.contents.contents_companies::before ,
	.contents.contents_flow::before ,
	.contents.contents_organization::before {
		background-position: right top;
	}
	.contents .contact_area::before {
		position: absolute;
		display: block;
		content: '';
		left: 0;
		top: 0;
		width: 100%;
		height: 14rem;
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: center top;
	}
	/* after:kobe */
	.contents.contents_correlation::after ,
	.contents.contents_worklist::after ,
	.contents.contents_cost::after {
		height: 16vh;
	}
	.contents_inner {
		padding: 120px 20px 120px;
	}
	
	/* page ////////////////////////// pc */
	.title_block {
		margin-bottom: 60px;
	}
	.title_block h1 .ja {
		font-size: 4.2rem;
	}
	.text_block h2 {
		font-size: 3.2rem;
		text-align: left;
	}
	.title_block .catch {
		margin-bottom: .5em;
		font-size: 2.4rem;
	}
	.title_block .text {
		font-size: 2rem;
	}

	/* index ------------------------- pc */
	/* cover */
	.cover {
		height: calc(100vh - 80px);
	}
	.cover_images {
		top: 80px;
		height: calc(100vh - 80px);
	}
	.cover_catch {
		padding-top: 8%;
		text-align: left;
	}
	.cover_catch .catch01 {
		padding-left: .05em;
		letter-spacing: .05em;
		line-height: 1.4;
	}
	.cover_catch .catch01 em::after {
		bottom: .15em;
	}
	
	/* about */
	.about_area {
		display: flex;
		margin-bottom: -120px;
		padding-bottom: 140px;
	}
	.about_area::after {
		left: -5%;
		bottom: 40px;
		width: 440px;
		height: 440px;
		padding-top: 0;
	}
	.about_area .title_block {
		width: 400px;
		margin-left: 40px;
		text-align: left;
	}
	.about_area .text_block {
		flex: 1;
		max-width: 600px;
	}

	/* correlation */
	.correlation_area {
		display: flex;
		justify-content: space-between;
	}
	.correlation_area .text_block {
		width: calc(50% - 35px);
	}
	.correlation_area .fig_block {
		width: calc(50% - 35px);
	}

	/* worklist */
	.worklist_area {
		display: flex;
		margin: 0 -10px;
	}
	.worklist_area .works_column {
		width: 25%;
		padding: 0 10px;
	}
	.worklist_area h2 {
		margin-bottom: 8px;
		font-size: 1.2rem;
	}
	.work_tbl {
		font-size: 1rem;
	}
	.work_tbl th ,
	.work_tbl td {
		padding: 3px;
	}

	/* companies */
	.companies_area h2 {
		font-size: 2.4rem;
	}
	.companies_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 900px;
		margin: 40px auto;
		padding-top: 60px;
	}
	.companies_list::before {
		content: none;
	}
	.companies_list li {
		width: calc(50% - 60px);
		margin-bottom: 40px;
	}
	.companies_list li::after {
		display: block;
		position: absolute;
		content: '';
		width: 160px;
		height: 15px;
		background: #A0D6ED;
		z-index: -1;
	}
	.companies_list li:nth-child(odd)::after {
		top: calc(73% - 60px);
		right: -140px;
		transform: rotate(30deg);
	}
	.companies_list li:nth-child(even)::after {
		top: calc(73% + 8px);
		left: -140px;
		transform: rotate(-30deg);
	}
	.companies_list li:nth-child(7)::after {
		top: calc(73% - 40px);
	}
	.companies_list li:last-child:after {
		content: none;
	}
	.companies_list li.icon01::before {
		display: block;
		position: absolute;
		content: '';
		right: auto;
		left: -150px;
		top: -25%;
		width: 171px;
		height: 110px;
		background: url(../image/index/icon_oubo1-2.png) no-repeat;
		background-size: 100% auto;
	}	
	.companies_list div {
		font-size: 2.4rem;
	}
	.companies_list li:nth-child(odd) div {
		position: relative;
		margin-top: -60px;
	}
	
	/* policy */
	.policy_area {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 50px;
	}
	
	.policy_area .btn_box {
		width: calc((100% - 50px) / 2);
	}
	
	.policy_area .btn_box a {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.policy_area .btn_box:nth-of-type(2) {
		margin-top: unset;
	}

	.policy_area .sp_br {
		display: none;
	}
	

	/* flow */
	.flow_list {
		margin-top: 80px;
	}
	.flow_list::before {
		margin-left: -50px;
		width: 100px;
	}
	.flow_list li:nth-child(odd) {
		padding-left: 90px;
		padding-right: 300px;
	}
	.flow_list li:nth-child(even) {
		padding-left: 300px;
		padding-right: 90px;
	}
	.flow_list li .flow_box {
		padding: 30px 40px;
	}
	.flow_list li:nth-child(odd) .flow_box {
		padding-left: 70px;
	}
	.flow_list li:nth-child(even) .flow_box {
		padding-right: 70px;
	}
	.flow_list .fig {
		top: -40px;
		width: 130px;
		height: 130px;
		line-height: 130px;
	}
	.flow_list li:nth-child(odd) .fig {
		right: auto;
		left: -90px;
	}
	.flow_list li:nth-child(even) .fig {
		right: -90px;
	}
	.flow_list h2 {
		margin-bottom: .25em;
		font-size: 2.4rem;
	}
	.flow_list h2::before {
		display: inline-block;
		margin-right: .5em;
		font-size: 2.8rem;
	}
	.flow_list .text {
		font-size: 1.4rem;
	}

	/* contents */
	.contents_contact .contents_inner {
		max-width: none;
	}
	.contact_area {
		margin: 0 20px;
		padding: 120px 20px;
		border-radius: 10px;
		background-image: url(../image/index/bg_contact.png);
	}
	
	/* contact ----------------------- pc */
	
	/* common //////////////////////// pc */
	.figLeft {
		float: left;
		margin-right: 30px;
		margin-bottom: 10px;
	}
	.figRight {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 840px) {
	.header_inner .logos {
		width: 400px;
		max-width: 35%;
	}
	.header_inner .logos a {
		display: flex;
		align-items: center;
	}
	.header_inner .logos .logo {
		max-width: 45%;
	}
	.header_inner .logos .label {
		display: block;
		font-size: 1.2rem;
	}
	.header_inner .gnavi_block {
		width: 750px;
		max-width: 65%;
	}
	.gnavi .contact {
		margin-right: 20px;
	}
	.gnavi .contact a {
		padding: 20px 2em;
	}
}

