@charset "UTF-8";

/* リセット
---------------------------------------------------------------------------- */
html ,body ,div ,span ,applet ,object ,iframe ,h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,p ,blockquote ,pre ,a ,abbr ,acronym ,address ,big ,cite ,code ,del ,dfn ,em ,img ,ins ,kbd ,q ,s ,samp ,small ,strike ,strong ,sub ,sup ,tt ,var ,b ,u ,i ,center ,dl ,dt ,dd ,ol ,ul ,li ,fieldset ,form ,label ,legend ,table ,caption ,tbody ,tfoot ,thead ,tr ,th ,td ,article ,aside ,canvas ,details ,embed ,figure ,figcaption ,footer ,header ,hgroup ,menu ,nav ,output ,ruby ,section ,summary ,time ,mark ,audio ,video ,input ,textarea {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	box-sizing:border-box;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol ,ul {
	list-style:none;
}
blockquote ,q {
	quotes:none;
}
blockquote:before ,blockquote:after ,q:before ,q:after {
	content:'';
	content:none;
}
input[type="submit"]{
	-webkit-appearance: none;
}
select{
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
}
select::-ms-expand {
	display: block;
}
/* 基本スタイル
---------------------------------------------------------------------------- */
html {
	height:100%;
	scroll-behavior: smooth;
	scroll-padding-top:1rem;
}
body {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color:#00497f;
	line-height:1.96;
	letter-spacing:0.3px;
	background:#fff;
	max-width:1920px;
	margin:0 auto;
	font-size:16px;
	font-weight: 600;
}
#container{
	min-width: 1080px;
}

.fas {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
		display:inline-block;
		font-style:normal;
		font-variant:normal;
		text-rendering:auto;
		line-height:1;
		font-family:"Font Awesome 6 Free",sans-serif;
		font-weight:900;
	}
	@font-face {
		font-family:"Font Awesome 6 Free";
		font-style:normal;
		font-weight:900;
		font-display:swap;
		src:url("../webfonts/fa-solid-900.eot");
		src:url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
		url("../webfonts/fa-solid-900.woff2") format("woff2"),
		url("../webfonts/fa-solid-900.woff") format("woff"),
		url("../webfonts/fa-solid-900.ttf") format("truetype"),
		url("../webfonts/fa-solid-900.svg#fontawesome") format("svg")
	}
.l{
	float:left;
}
.r{
	float:right;
}
img {
	max-width:100%;
	height:auto;
	line-height: 0;
}
h1,h2,h3,h4{
	font-weight: bold;
}


a#top {
	position: absolute;
	top: 0px;
}
a{
	text-decoration: none;
	transition:all 0.6s;
	color:#00497f;
}
a:hover{
	color:#129ada;
}
a.alpha{
	display: block;
}
a.alpha:hover{
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
a img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out; 
}
a img:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}

.txt-c{
	text-align:center;
}
.txt-r{
	text-align:right;
}
.txt-s{
	font-size:0.8em;
}
.txt-red{
	color:#e50012;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.waku{
	overflow: hidden;
	zoom: 1;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

.fadeIn-UP {
    opacity: 0; /* アニメーション前は透明 */
    transform: translateY(50px); /* 画面外から下から上に */
    transition: opacity 1.5s, transform 1.5s; /* スムーズなトランジション */
}
.fadeIn-UP.visible {
    opacity: 1; /* 不透明に */
    transform: translateY(0); /* 元の位置に */
}


/* index
---------------------------------------------- */
header{
	width:100%;
	position: relative;
}
header h1{
	width: 100%;
	aspect-ratio: 1920/970;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.slider {
	margin-inline: auto;
	overflow: hidden; /* 画像がはみ出ないようにする */
	width: 100%;
	aspect-ratio: 1920/970;
	position: absolute;
	top: 0;
	left: 0;
}
.slick-img img {
	width: 100%;
	height: auto;
}
  @keyframes zoomUp {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(1.15); /* 拡大率 */
	}
  }
.add-animation {
	animation: zoomUp 15s linear 0s normal both;
}

.head-navi{
	background: #d3d0d5;
	padding:10px 0 11px;
	text-align: center;
}
.head-navi a{
	display: inline-block;
	padding:11px 20px 10px;
	letter-spacing: 0.75px;
	line-height: 1;
	vertical-align: middle;
}
.head-navi a.btn{
	background: #fff;
	border-radius: 3px;
}
.head-navi a.btn:hover{
	color: #fff;
	background: #129ada;
}
.head-navi a.ig-btn{
	font-size: 30px;
	line-height: 1;
}
.about .read-area {
	padding:0 40px;
}
.about .read-area .inner {
	max-width: 1150px;
	margin: 0 auto;
	text-align: center;
	padding:62px 0 80px;
	border-bottom: 2px dotted #00497f;
}
.about .read-area .img{
	margin-bottom: 30px;
}
.about .read-area h2{
	font-size: 30px;
	margin-bottom:30px;
}

.about .mezasutokoro-area{
	padding:80px 40px 60px;
	background: url("../img/img-mezasutokoro-01.png") no-repeat top 80px center;
}
.about .mezasutokoro-area .block-01{
	max-width: 1150px;
	width: 100%;
	margin:0 auto 40px;
}
.about .mezasutokoro-area .block-01 .box{
	width: 40%;
	float: right;
}
.about .mezasutokoro-area .block-01 .box h3{
	font-size: 37px;
	line-height: 1.3;
	margin-bottom: 36px;
}
.about .mezasutokoro-area .inner {
	max-width: 1150px;
	margin: 0 auto;
	text-align: center;
	padding:40px 0 60px;
	border-bottom: 2px dotted #00497f;
}
/* マルチワークで働くメリット */
.about .merit-area{
	padding:0 40px 60px;
	background: url("../img/img-merit-01.png") no-repeat top center;
}
.about .merit-area .block-01{
	max-width: 1150px;
	width: 100%;
	margin:0 auto 80px;
}
.about .merit-area .block-01 .box{
	width: 50%;
	float: left;
}
.about .merit-area .block-01 .box h3{
	font-size: 37px;
	line-height: 1.3;
	margin-bottom: 36px;
}
.about .merit-area .inner {
	max-width: 1150px;
	margin: 0 auto;
	text-align: center;
	padding:40px 0 60px;
	border-bottom: 2px dotted #00497f;
}

.soshiki {
	padding:0 40px;
}
.soshiki .inner {
	max-width: 1150px;
	margin: 0 auto 80px;
	padding:0 0 60px;
	border-bottom: 2px dotted #00497f;
}
.soshiki .inner .gaiyou{
	width:100%;
	display: table;
}
.soshiki .inner .gaiyou h2{
	display: table-cell;
	vertical-align: middle;
	width: 28%;
	text-align: center;
	font-size: 34px;
}
.soshiki .inner .gaiyou .list{
	display: table-cell;
	vertical-align: middle;
	width: 72%;
}
.soshiki .inner .gaiyou ul{
	display: block;
	float: left;
	line-height: 1.6;
}
.soshiki .inner .gaiyou ul.ul-01{
	width: 58%;
}
.soshiki .inner .gaiyou ul.ul-02{
	width: 42%;
}
.soshiki .inner .gaiyou ul li{
	display: block;
	margin-bottom: 10px;
}
.soshiki .inner .gaiyou ul li h3{
	font-size: 20px;
}
.soshiki .inner .gaiyou ul li span{
	font-size: 16px;
	padding-left: 20px;
}
.map {
	padding:0 40px;
}
.map .inner {
	max-width: 1400px;
	margin: 0 auto;
}


/* フッター */
.foot-cta{
	background: #fff;
	padding:60px 0;
	text-align: center;
}
.foot-cta-contents{
	max-width: 1150px;
	margin: 0 auto;
}
.foot-cta-contents .ttl-area{
	font-size: 30px;
	line-height: 1.62;
	margin-bottom: 40px;
}
.foot-cta-contents .btn-area{
	width:100%;
	max-width: 520px;
	margin: 0 auto;
}
.foot-cta-contents .btn-area .btn{
	background: #00497f;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 10px 20px;
	border-radius: 5px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.foot-cta-contents .btn-area .btn:hover{
	background: #129ada;
}
.foot-cta-contents .privacy-area{
	width:100%;
	max-width: 720px;
	margin: 0 auto;
	padding:10px 0;
}
.foot-cta-contents .privacy-area .privecy-txt{
	font-size: 13px;
	line-height: 1.62;
	margin-bottom: 40px;
	text-align: center;
}
.foot-cta-contents .privacy-area .privacy-body{
	width:100%;
	height:280px;
	padding:20px;
	border: 1px solid #ccc;
	background: #f6f6f6;
	border-radius: 7px;
	overflow-y: scroll;
	margin: 0 auto;
	color:#3d3d3d;
}
.foot-cta-contents .privacy-area .privacy-body .inner{
	width:100%;
	padding:20px 12px;
	font-weight: 500;
	text-align: left;
}
.foot-cta-contents .privacy-area .privacy-body .inner .txt{
	font-size: 12px;
	line-height: 1.62;
	margin-bottom: 24px;

}
.foot-cta-contents .privacy-area .privacy-body .inner .txt-area{
	width:100%;
}
.foot-cta-contents .privacy-area .privacy-body .inner .txt-area h3{
	font-size: 15px;
	line-height: 1.62;
	margin-bottom: 8px;
}
.foot-cta-contents .privacy-area .privacy-body .inner .txt-area .txt{
	font-size: 13px;
	line-height: 1.62;
	margin-bottom: 20px;
}


footer{
	background: #d3d0d5;
	padding:80px 0 100px;
	text-align: center;
}
footer .f-logo{
	margin-bottom: 16px;
}



/*---------- SP 幅768pxまでの指定 ----------*/
@media(max-width:768px) {
	.pc {
		display: none !important;
	}

	#container{
		min-width: 100%;
	}

	/*スライドメニュー
---------------------------------------------- */
.con-body {
	z-index: 2;
	position: relative;
	height: 100%;
	background-color: #fff;
	-webkit-transition: transform .35s ease-in-out;
	-moz-transition: transform .35s ease-in-out;
	-ms-transition: transform .35s ease-in-out;
	-o-transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
}
.sidebar {
	height: 100%;
	overflow-y: scroll;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1;
	right: 0;
	background:#fff;
	padding:100px 40px;
}

.nav-right {
	position: fixed;
	right: 2px;
	top: 4px;
	width:60px;
	height:60px;
	z-index: 10000;
}
.home .nav-right .button {
	width:60px;
	height:60px;
	background: url("../img/tap-menu-white.png") no-repeat center center;
	background-size: 100%;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	transition: all 1s;
}
.nav-right .button {
	width:60px;
	height:60px;
	background: url("../img/tap-menu-blue.png") no-repeat center center;
	background-size: 100%;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	transition: all 1s;
}
.nav-right.c-black-02 .button {
	width:60px;
	height:60px;
	background: url("../img/tap-menu-blue.png") no-repeat center center;
	background-size: 100%;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	transition: all 1s;
}
.nav-right.visible-xs .button.active {
	width:60px;
	height:60px;
	background: url("../img/tap-menu-blue.png") no-repeat center center;
	background-size: 100%;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	transition: all 1s;
}

.move-to-left {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.c-black {
	width:100%;
	background:rgba(244,245,237,0.86);
}

.side-ttl{
	text-align:center;
	display: block;
	font-weight:bold;
	padding:0 0 0;
	width:70%;
	max-width:191px;
	margin:0 auto 20px;
}
.sidebar-list {
	padding: 0;
	padding:0 0 10px;
	width:100%;
	margin:0 auto;
	list-style: none;
	position: relative;
}
.sidebar-item{
	width:100%;
	padding:25px 0 ;
	font-size:0;
	text-align:center;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
.sidebar-item a{
	width:100%;
	display:block;
	padding:12px 10px;
	font-size:15px;
	text-align:center;
}
.sidebar-item:first-child {
	-webkit-transition: all .35s .1s ease-in-out;
	-moz-transition: all .35s .1s ease-in-out;
	-ms-transition: all .35s .1s ease-in-out;
	-o-transition: all .35s .1s ease-in-out;
	transition: all .35s .1s ease-in-out;
}
.sidebar-item:nth-child(2) {
	-webkit-transition: all .35s .2s ease-in-out;
	-moz-transition: all .35s .2s ease-in-out;
	-ms-transition: all .35s .2s ease-in-out;
	-o-transition: all .35s .2s ease-in-out;
	transition: all .35s .2s ease-in-out;
}
.sidebar-item:nth-child(3) {
	-webkit-transition: all .35s .3s ease-in-out;
	-moz-transition: all .35s .3s ease-in-out;
	-ms-transition: all .35s .3s ease-in-out;
	-o-transition: all .35s .3s ease-in-out;
	transition: all .35s .3s ease-in-out;
}
.sidebar-item:last-child {
	-webkit-transition: all .35s .4s ease-in-out;
	-moz-transition: all .35s .4s ease-in-out;
	-ms-transition: all .35s .4s ease-in-out;
	-o-transition: all .35s .4s ease-in-out;
	transition: all .35s .3s ease-in-out;
}
.sidebar-item.active {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/* index
---------------------------------------------- */
header h1{
	width: 100%;
	aspect-ratio: 1125/2001;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.slider {
	margin-inline: auto;
	overflow: hidden; /* 画像がはみ出ないようにする */
	width: 100%;
	aspect-ratio: 1125/2001;
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes zoomUp {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(1.2); /* 拡大率 */
	}
  }

.about .read-area {
	padding:0 24px;
}
.about .read-area .inner {
	padding:60px 0 70px;
	border-bottom: 0;
}
.about .read-area .img{
	margin-bottom: 30px;
}
.about .read-area h2{
	font-size: 24px;
	margin-bottom:30px;
}

.about .mezasutokoro-area{
	padding:80px 30px;
	background: none;
	background: #f1f1f1;
}
.about .mezasutokoro-area .block-01{
	width: 100%;
	margin:0 auto;
}
.about .mezasutokoro-area .block-01 .box{
	width: 100%;
	float: none;
}
.about .mezasutokoro-area .block-01 .box h3{
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 36px;
	text-align: center;
}
.about .mezasutokoro-area .inner {
	max-width: 1150px;
	margin: 0 auto;
	text-align: center;
	padding:50px 0 0;
	border-bottom: 0;
}
/* マルチワークで働くメリット */
.about .merit-area{
	padding:40px 30px;
	background: none;
}
.about .merit-area .block-01{
	max-width: 1150px;
	width: 100%;
	margin:0 auto 60px;
}
.about .merit-area .block-01 .box{
	width: 100%;
	float: none;
}
.about .merit-area .block-01 .box h3{
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 36px;
	text-align: center;
}
.about .merit-area .inner {
	text-align: center;
	padding:0;
	border-bottom: 0;
}

.soshiki {
	padding:30px 30px;
}
.soshiki .inner {
	margin: 0 auto;
	padding:0 0 60px;
	border-bottom: 0;
}
.soshiki .inner .gaiyou{
	width:100%;
	display: block;
	border:2px dotted #00497f;
	padding:32px 24px;
}
.soshiki .inner .gaiyou h2{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin-bottom: 24px;
}
.soshiki .inner .gaiyou .list{
	display: block;
	width: 100%;
}
.soshiki .inner .gaiyou ul{
	display: block;
	float: none;
	line-height: 1.6;
}
.soshiki .inner .gaiyou ul.ul-01{
	width: 100%;
}
.soshiki .inner .gaiyou ul.ul-02{
	width: 100%;
}
.soshiki .inner .gaiyou ul li{
	display: block;
	margin-bottom: 20px;
}
.soshiki .inner .gaiyou ul li h3{
	font-size: 18px;
}
.soshiki .inner .gaiyou ul li span{
	font-size: 14px;
	padding-left: 18px;
	display: inline-block;
}
.map {
	padding:0 0px;
}
.map .inner {
	margin: 0 auto;
}


/* フッター */
.foot-cta{
	background: #fff;
	padding:60px 16px;
	text-align: center;
}
.foot-cta-contents{
	margin: 0 auto;
}
.foot-cta-contents .ttl-area{
	font-size: 16px;
	line-height: 1.62;
	margin-bottom: 30px;
}
.foot-cta-contents .btn-area{
	width:100%;
	max-width: 520px;
	margin: 0 auto;
	padding:0 8px;
}
.foot-cta-contents .btn-area .btn{
	background: #00497f;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 5px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.foot-cta-contents .btn-area .btn:hover{
	background: #129ada;
}


footer{
	background: #d3d0d5;
	padding:80px 0 100px;
	text-align: center;
}
footer .f-logo{
	width:70%;
	margin:0 auto 20px;
	max-width: 191px;
}
footer .f-access{
	font-size: 13px;
}


}

/*---------- 769px以上でnone ----------*/
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
