@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

ul, ol, dl {
  list-style: none; }


body{
    letter-spacing : 0.1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

@media (min-width: 751px) {
	body{
		line-height: 32px;	
	}
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
	.sp{
		display: none;
	}
	.topPageWrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 1280px;
}

}
@media (max-width: 750px) {
	body{
		font-size: 3.466vw;
		line-height: 6.666vw;	
	}
	.pc{
    display: none;	
	}
	.topPageWrapper {
		width: 100%
	}
}


/*============
aタグ
=============*/
a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  text-decoration: none;
}
@media (min-width: 751px) {
a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
}




/*============
footer Contact
=============*/
.pageFooterContact {
    background-color: #F1F1F1;
    overflow: hidden;
    padding-top: 92px;
    padding-bottom: 80px;
    width: 100%;
}
.pageFooterContact .footerContact__ttl {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.pageFooterContact .footerContact__txt {
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    margin-top: 30px;
    font-weight: 500;
}
.pageFooterContact .footerContact__txt strong {
    font-size: 130%;
}
.pageFooterContact .footerContact__tel {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    overflow: hidden;
    margin-top: 40px;
}
.pageFooterContact .footerContact__tel li {
    width: 589px;
    float: left;
    text-align: center;
}
.pageFooterContact .footerContact__tel li .footerContact__telArea {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 500;
}
.pageFooterContact .footerContact__tel li a img {
    height: 22PX;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pageFooterContact .footerContact__tel .footerContact__osakaArea {
    border-left: 1px solid #000000;
}
@media screen and (max-width: 750px) {
	.pageFooterContact .footerContact__ttl {
    width: 38.266vw;
    margin-left: auto;
    margin-right: auto;
}
.pageFooterContact .footerContact__txt {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    font-size: 3.466vw;
    line-height: 6.666vw;
}
.pageFooterContact .footerContact__tel {
    width: 84vw;
    border-left: none;
    border-right: none;
    margin-top: 10.533vw;
}
	.pageFooterContact .footerContact__tel li {
    width: 100%;
    float: none;
    overflow: hidden;
}
	.pageFooterContact .footerContact__tel .footerContact__osakaArea {
    border-left: none;
    margin-top: 5.333vw;
    border-top: 1px solid #000000;
    padding-top: 5.333vw;
}
	.pageFooterContact .footerContact__tel li .footerContact__telArea {
    font-size: 3.466vw;
    margin-top: 0px;
    float: left;
    border-right: 1px solid #000000;
    padding-right: 2.033vw;
}
	.pageFooterContact .footerContact__tel li a img {
    height: 4.266vw;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
}
}


/*============
footer Service
=============*/
.pageFooterService   {
    background-color: #1F1F1F;
    width: 100%;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 43px;
}
.pageFooterService .pageFooterService__box {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.pageFooterService .pageFooterService__box .pageFooterService__txt {
    color: #C1C1C1;
    margin-bottom: 25px;
}
.pageFooterService__box .pageFooterService__linkbox-1 li {
    position: relative;
    width: 184px;
    float: left;
    margin-right: 15px;
  }

.pageFooterService .pageFooterService__box .pageFooterService__linkbox-1 li p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-weight: 500;
    width: 144px;
    text-align: center;
  }

.pageFooterService .pageFooterService__box .pageFooterService__linkbox-1 li img {
  width: 184px;
  }
.pageFooterService__box .pageFooterService__linkbox-1 .pageFooterService__last {
    margin-right: -15px;
}
.pageFooterService .pageFooterService__box .pageFooterService__linkbox-1 li {
    position: relative;
}
.pageFooterService .pageFooterService__box .pageFooterService__linkbox-1 li:hover {
 filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}
.pageFooterService .pageFooterService__box .pageFooterService__linkbox-1 li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}
@media screen and (max-width: 750px) {
	.pageFooterService   {
    padding-top: 12.266vw;
    padding-bottom: 9.866vw;
}
	.pageFooterService .pageFooterService__box {
    width: 84vw;
    font-size: 3.466vw;
}

.pageFooterService .pageFooterService__box .pageFooterService__txt {
    margin-bottom: 4vw;
}
.pageFooterService__box .pageFooterService__linkbox-1 li {
    width: 40.533vw;
    margin-right: 3.2vw;
    margin-bottom: 2vw;
    font-size: 3.513vw;
    line-height: 4.83vw;
  }

.pageFooterService .pageFooterService__box .pageFooterService__linkbox-1 li p {
    text-align: center;
    width: 34.4vw;
  }

.pageFooterService .pageFooterService__box .pageFooterService__linkbox-1 li img {
  width: 40.533vw;
  }
.pageFooterService__box .pageFooterService__linkbox-1 .pageFooterService__last {
    margin-right: 0px;
}
.pageFooterService__box .pageFooterService__linkbox-1 .pageFooterService__lspast {
    margin-right: -3.2vw;
}
}

/*20200414追加部*/
.pageFooterService__linkbox-2{
    letter-spacing: -.40em;/* 文字間を詰めて隙間を削除する。 */
    text-align: justify;
    text-justify: distribute-all-lines;
    clear: both;
    padding-top: 22px;
}
.pageFooterService__linkbox-2:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
} 
.pageFooterService__linkbox-2 li{
    display: inline-block;/*ブロックレベル要素に横並びにする*/
    width: 225px;
    height: 58px;
    line-height: 60px;
    text-align: center;
    background-color: #3F3F3F;
    color: rgb(193, 193, 193);
    letter-spacing: 0.1rem;
}
/*div要素全体にリンクをつけるために必要な要素*/
.pageFooterService__linkbox-2 li {
    position: relative;
}
.pageFooterService__linkbox-2 li a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.pageFooterService__linkbox-2 li a:hover{/* マウスオーバー時に色変更*/
    opacity: 0.1;
    background-color: #fff;
}
@media screen and (max-width: 750px) {
	.pageFooterService__linkbox-2{
    padding-top: 0px;
}
.pageFooterService__linkbox-2:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
} 
.pageFooterService__linkbox-2 li{
    width: 40.533vw;
    margin-bottom: 2vw;
    font-size: 3.513vw;
    line-height: 56px;
}
}












/*============
footer Nav__box
=============*/
.pageFooterNav__box {
    overflow: hidden;
    clear: both;
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
.pageFooterNav__box a {
    color: #000000;
    text-decoration: none;
}
.pageFooterNav__box .pageFooterNav__boxInner .pageFooterNav__list {
    float: left;
    margin-right: 200px;
}
.pageFooterNav__box .pageFooterNav__boxInner .pageFooterNav__list .pageFooterNav__itemttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.pageFooterNav__box .pageFooterNav__boxInner .pageFooterNav__list .pageFooterNav__item {
    line-height: 32px;
}
@media screen and (max-width: 750px) {
	.pageFooterNav__box {
    width:84vw;
    padding-top: 14.666vw;
}
.pageFooterNav__box .pageFooterNav__boxInner .pageFooterNav__list {
    margin-right:0px;
	font-size: 3.2vw;
}
.pageFooterNav__box .pageFooterNav__boxInner .pageFooterNav__list .pageFooterNav__itemttl {
    font-size: 3.466vw;
    margin-bottom: 4.533vw;
}
.pageFooterNav__box .pageFooterNav__boxInner .pageFooterNav__list .pageFooterNav__item {
    line-height: 7.066vw;
}
.pageFooterNav__box .pageFooterNav__boxInner .pageFooterNav__list.sp__pageFooterNav__list {
    float: left;
    clear: both;
    margin-bottom: 10vw;
}
.pageFooterNav__box .pageFooterNav__boxInner .pageFooterNav__list.sp__pageFooterNav__list__right {
    float: right;
}
}



/*============
footer Bottom
=============*/
.pageFooterBottom {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 58px;
    margin-bottom: 10px;
    overflow: hidden;
}
.pageFooterBottom .pageFooterBottom__logo {
    width: 200px;
    float: left;
	margin-top: 53px;
}
.pageFooterBottom .pageFooterBottom__right {
    float: right;
    margin-top: 20px;
}
.pageFooterBottom .pageFooterBottom__right .footerIcons li {
    float: left;
    width: 27px;
    margin-right: 35px;
}
.pageFooterBottom .pageFooterBottom__right .footerCopyright {
    clear: both;
    font-size: 12px;
    margin-top: 30px;
}
.pageFooterBottom .pageFooterBottom__right .footerCopyright .kronos {
    text-decoration: underline;
}
@media (max-width: 750px) {
	.pageFooterBottom {
    width: 84vw;
    padding-top: 4.266vw;
    margin-bottom: 10px;
    overflow: hidden;
}
.pageFooterBottom .pageFooterBottom__logo {
    width: 50vw;
}
.pageFooterBottom .pageFooterBottom__right {
    float: none;
    margin-top: 0px;
}
.pageFooterBottom .pageFooterBottom__right .footerIcons {
    float: right;
}
.pageFooterBottom .pageFooterBottom__right .footerIcons li {
    width: 9.6vw;
    margin-right: 0px;
	margin-left: 7.066vw;
}
.pageFooterBottom .pageFooterBottom__right .footerCopyright {
    font-size: 2.4vw;
    text-align: center;
    line-height: 3.696vw;
    padding-top: 12.4vw;
}
}


/*============
.Link__button
=============*/
.Link__button {
    background-image: -webkit-linear-gradient(315deg,rgba(55,163,167,1.00) 20%,rgba(34,107,168,1.00) 80%);
    background-image: -moz-linear-gradient(315deg,rgba(55,163,167,1.00) 20%,rgba(34,107,168,1.00) 80%);
    background-image: -o-linear-gradient(315deg,rgba(55,163,167,1.00) 20%,rgba(34,107,168,1.00) 80%);
    background-image: linear-gradient(135deg,rgba(55,163,167,1.00) 20%,rgba(34,107,168,1.00) 80%);
    width: 296px;
    clear: both;
    border-radius: 45.85px;
    margin-right: auto;
	margin-left: auto;
}
.Link__buttonUsually p {
    width: 118px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    padding-bottom: 24px;
}
.Link__button {
    position: relative;
}
.Link__button a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.Link__button:hover{
 filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}
.Link__button.Link__buttonMin {
    width: 200px;
}
.Link__button.Link__buttonMin:hover{
 filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}
.Link__button.Link__buttonMin p {
    padding-top: 13px;
    padding-bottom: 11px;
	text-align: center;
    
}
.Link__button.Link__buttonMin p img{
	width: 118px;
	text-align: center;
}

@media (min-width: 751px) {
.PageTop__back {
    background-image: -webkit-linear-gradient(315deg,rgba(103,243,239,0.76) 0%,rgba(34,107,168,0.76) 100%);
    background-image: -moz-linear-gradient(315deg,rgba(103,243,239,0.76) 0%,rgba(34,107,168,0.76) 100%);
    background-image: -o-linear-gradient(315deg,rgba(103,243,239,0.76) 0%,rgba(34,107,168,0.76) 100%);
    background-image: linear-gradient(135deg,rgba(103,243,239,0.76) 0%,rgba(34,107,168,0.76) 100%);
    overflow: hidden;
    height: 152px;
}
.PageTop__back .top-company  {
    background-color: #FFFFFF;
    margin-left: 0px!important;
    padding-left: 56px;
    margin-top: 0px;
}
	.PageTop__back .top-company img{
    width: 110px;		
	}
}

/*フッター*/
#footer .pageFooterContact .Link__button.Link__buttonUsually {
    background-image: -webkit-linear-gradient(270deg,rgba(45,45,45,1.00) 0%,rgba(45,45,45,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(45,45,45,1.00) 0%,rgba(45,45,45,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(45,45,45,1.00) 0%,rgba(45,45,45,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(45,45,45,1.00) 0%,rgba(45,45,45,1.00) 100%);
    margin-top: 38px;
}
#footer .pageFooterContact .Link__button.Link__buttonUsually p {
    width: 160px;
}
#footer .pageFooterContact .Link__button.Link__buttonUsually p img{
    height: 15px;
    width: auto;
}


/*========================================================================
OtherInner__box共通部分
=========================================================================*/
.OtherInner__box {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 57px;
}
.OtherInner__box .OtherInner__boxTtl img {
    width: 100%;
}
.OtherInner__box .OtherInner__boxTtl {
    text-align: center;
    margin-bottom: 25px;
}
.OtherInner__box .OtherInner__boxTtl.mainpage {
	margin-bottom: 150px;
}
.OtherInner__box .OtherInner__boxTtl div{
font-weight: 700;
    font-size: 34.93px;
	color: #FFF;
	margin-top: -180px;
	padding-right: 500px;
    box-sizing: border-box;
}
@media (min-width: 751px) {
.OtherInner__box .OtherInner__boxTtl .company{
font-weight: 700;
    font-size: 34.93px;
	color: #FFF;
	margin-top: -30px;
	padding-right: 500px;
    box-sizing: border-box;
}
}
.c-breadcrumb  {
    font-size: 12px;
    margin-bottom: 54px;
    overflow: hidden;
    padding-left: 90px;
    padding-right: 90px;
}
.c-breadcrumb p {
    float: left;
}
.c-breadcrumb .c-breadcrumb__item a {
    color: #000000;
    text-decoration: none;
}
.c-breadcrumb .c-breadcrumb__txt {
    margin-left: 5px;
    margin-right: 5px;
}
@media screen and (max-width: 750px) {
	.OtherInner__box {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0vw;
    margin-top: 13vw;
}
.OtherInner__box .OtherInner__boxTtl.mainpage {
	margin-bottom: 50px;
}
.OtherInner__box .OtherInner__boxTtl div{
font-weight: 700;
    font-size: 20px;
	color: #FFF;
	margin-top: -18%;
	padding-right: 0px;
	padding-left: 20px;
    box-sizing: border-box;
	text-align: left;
}
	.OtherInner__box .OtherInner__boxTtl .company{
font-weight: 700;
    font-size: 20px;
	color: #FFF;
	margin-top: -8px;
	padding-right: 0px;
	padding-left: 20px;
    box-sizing: border-box;
	text-align: left;
}
.OtherInner__box .OtherInner__boxTtl img {

}
.OtherInner__box .OtherInner__boxTtl {
    margin-bottom: 5vw;
	}
.c-breadcrumb  {
    font-size: 2.666vw;
	 margin-bottom: 7.333vw;
	padding-left: 35px;
    padding-right: 35px;
}
}




/*========================================================================
共通部分
=========================================================================*/

/*トップ*/
.localcommon__boxTtl {
    background-image: url(../img/privacy/privacy_backimg.jpg);
    background-repeat: no-repeat;
    height: 214px;
    background-size: cover;
	
}
.localcommon__boxTtl h2 {
    color: #FFFFFF;
    padding-top: 94px;
    font-size: 25px;
    background-repeat: no-repeat;
    background-position: 50% 72%;
    padding-bottom: 40px;
    background-size: auto 56px;
}
.localcommon__boxTtl {
    margin-bottom: 25px;
}

@media (max-width: 750px) {
	.localcommon__boxTtl h2 {
    padding-top: 94px;
    font-size: 1.6rem;
    background-size: auto 30%;
    background-position: 50% 72%;
    padding-bottom: 40px;
}
}

/*ボタン*/
 .Link__button.Link__buttonMinTxt {
    width: 200px;
}

.Link__button.Link__buttonMinTxt p  {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding-top: 9px !important;
	text-align: center;
}

/*============
maineSubsidy__box
=============*/
.maineSubsidy__box{
    background-image: url(../img/index/pc_subsidy_back.png);
    background-size: 100% 100%;
    overflow: hidden;
    clear: both;
    background-repeat: no-repeat;
}
.maineSubsidy__box .maineSubsidy__boxLeft {
    color: #FFFFFF;
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
.maineSubsidy__box .maineSubsidy__boxRight  {
    width: 1324px;
    margin-left: auto;
    margin-right: auto;
}
.maineSubsidy__box .maineSubsidy__boxRight img {
    width: 508px;
    float: right;
    margin-top: -150px;
}
.maineSubsidy__box .maineSubsidy__boxLeft .maineSubsidy__boxLead {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 37px;
    margin-top: 126px;
}
.maineSubsidy__box .maineSubsidy__boxLeft .Link__button.Link__buttonMin {
    float: left;
    margin-top: 58px;
    margin-bottom: 118px;
}
@media screen and (max-width: 750px) {
	.maineSubsidy__box{
    background-image: url(../img/index/sp_subsidy_back.png);
}
.maineSubsidy__box .maineSubsidy__boxLeft {
    width: 84vw;
}
.maineSubsidy__box .maineSubsidy__boxRight  {
    width: 84vw;
    margin-right: 12px;
    float: none;
    margin-top: 175px;
}
.maineSubsidy__box .maineSubsidy__boxRight img {
    width: 69.866vw;
	 margin-bottom: 5.2vw;
}
.maineSubsidy__box .maineSubsidy__boxLeft .maineSubsidy__boxLead {
    font-size: 4.933vw;
    margin-bottom: 6.666vw;
    margin-top: 13.066vw;
}
.maineSubsidy__box .maineSubsidy__boxLeft .Link__button.Link__buttonMin {
    float: none;
    margin-top: 5.866vw;
    margin-bottom:  5.866vw;
}
}




/*========================================================================

ナビリンクページのタイトル空白調整

=========================================================================*/
@media screen and (max-width: 750px) {
.OtherInner__boxTtl .mainTtl_blank{
    padding-left: 11vw!important;
}
.OtherInner__boxTtl .ai_blank  {
    padding-left: 19vw!important;
}
.OtherInner__boxTtl .young_blank {
	line-height: 1.2!important;
}
.OtherInner__boxTtl .one_blank {
    line-height: 1.2!important;
	margin-top: -19% !important;
}
}



/*========================================================================

トップへ戻る

=========================================================================*/
#page-top {
    position: fixed;
    bottom: 50px !important;
    right: 48px;
    width: 72px;
	z-index: 999;
	filter: drop-shadow(0px 0px 10px rgba(116,116,116,0.46));
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
@media screen and (max-width: 750px) {
	#page-top {
    position: fixed;
    bottom: 5vw;
    right:5vw;
    width: 12vw;
	z-index: 999;
	filter: drop-shadow(0px 0px 10px rgba(116,116,116,0.46));
}
}


/*========================================================================

ネイティブcss

=========================================================================*/

/* editor */
 

strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}