@charset "utf-8";

/*メディアクエリ設定*/

@media screen and (max-width: 959px) {
	html{overflow-x: hidden;
}
	
@media (min-width: 1px) and (max-width: 959px) {
  a:hover {
    opacity: 1;
  }
}
	
#header-wrap{
	width: 100%;
	height: 640px;
	position: relative;
}
	
#header{
  width: 100%;
	display: block;
  	text-align: center;	
	position: static;
	z-index:auto;
	transition: unset;
    box-sizing: border-box;
}

#header.change-color {
    background-color: #FFFFFF;
}
	
#nav_global{	
  display: none;
}

#pageheader_01{
		width: 100%;
		position: relative;
		margin:0 auto; 
	padding: 0px;
	background: #FFFFFF;
}


	/*	logo　*/
	
	#top{
		position: relative;
	}

	#top h1 img{
		max-width: 100%;
		margin-top: 13px;
		margin-bottom: 1px;
		margin-left: 10px;
	}


	/*	==========
	hamburger-menu
	==========*/
	
	.hamburger-menu{
		display: block;
	}
	
	.menu-btn {
    position: absolute;
    top: -40px;
    right: 8px;
    display: flex;
    height: 42px;
    width: 42px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #1F4776;
	opacity: 0.8;
}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
	.menu-btn span:before {
    bottom: 8px;
}
	.menu-btn span:after {
    top: 8px;
}
	
	#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
	#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
	#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
	
	#menu-btn-check {
    display: none;
}

	.menu-content ul {
    padding: 70px 10px 0;
}
	.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
	.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.0rem;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 12px 15px 10px 0;
    position: relative;
}
	.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
	
	.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #1F4776;
	opacity: 0.9;
    transition: all 0.6s;/*アニメーション設定*/
}
	
	#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
	
	/* hamburger-menu-position-active */
		.sp-gnav01 a{
		opacity: 0.6;
	}
	
	/*	mainVisual　*/
#mainVisual_area{
	width: 100%;
	margin: 0px;
	height: 330px;	
	position: absolute;
	top: 82%;
	left: 0;
}

#maincatch{
	width: 100%;
	display: block;
	height: 300px;
}

#mainVisual_area01{
	width: 82%;
	height: 300px;
	opacity: 1;
}


.maincatch-sec01{
	position: relative;
	width: 100%;
	height: 30%;	
}

.catch01{
	display: block;
	position: relative;
	top: 110%;
	left: 10%;
	padding: 3px 0 0 14px;
	font-weight: 500;
	width: 80%;
	height: 100px;
	background:  rgba(97,180,201,0.9);
	color: #262626;
	font-size: 3.0rem;
	font-family: 'Oswald', sans-serif;
	z-index: -1;
}

.catch01::before{
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	background:#2AAA84;
	opacity: 1;
	width: 100%;
	height: 100%;
	animation-name: square_box_slide;
	animation-timing-function:ease;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	z-index: -2;
}

@keyframes square_box_slide{
0% {
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
}
  50%{
    opacity: 1;
	-webkit-transform: translateX(0);
    transform: translateX(0);
  }
 100% {
 -webkit-transform: translateX(100%);
 transform: translateX(100%);
 } 
}
	
.catch02{
	position: absolute;
	top: 30%;
	left: 0;
    right: 0;
    margin: auto;
	width: 93%;
	line-height: 2.0;
	font-weight: 600;
	color:#262626;
	font-size: 1.7rem;
	letter-spacing: 0.2em;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}

.catch03{
	font-weight: 500;
	color: #4F4C4C;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2.0;
}

.catch04{
	position: absolute;
	top: 180%;
	left: 10%;
	width: 81%;
	color:#0F0F0F;
	font-size: 1.1rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2.0;
}
	
	.arrowWrap{
		display: none;
	}

/* breadcrumbs-area */

.breadcrumbs-area{
	width: 100%;
	margin: 0;
	height: 20px;
	text-align: right;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.8rem;
	box-sizing: border-box;
}

.breadcrumbs-list li{
	margin: 0 1px 0 0;	
	padding-right: 20px;
	display:inline-block;
}

.breadcrumbs-list a{
	margin: 0 1px 0 0;
	display:inline-block;
	position: relative;
}

.breadcrumbs-list a::after{	
	display: block;
	content: '';
	position: absolute;
	top: 43%;
    right: -20px;
    box-sizing: border-box;
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-left: 4px solid #7a0;
}
		
	
/*	==========
	コンテンツエリアの設定
	==========*/
	
/*	contents　*/
#contents{
	width: 100%;
	margin: 0px auto 100px;
	line-height: 1.8;
	font-size: 1.2rem;	
}

.notice{
	width: 90%;
	font-size:1.0rem;
	line-height: 2.0;
}

/*Information*/
	
.information{
	display: none;
}

.information_sp{
	display: block;
	width: 86%;
	margin: 120px auto 340px;	
	height: 200px;
	position: relative;
}
	
h2.information_title_sp{
	height: 60px;
	width: 30%;
	font-size: 3.0rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	color:#121111;
	font-family: 'Oswald', sans-serif;
	text-align: left;
}
	
.list-news_sp{
	width: 100%;
	margin: 100px auto;
	font-family: 'Noto Sans JP', sans-serif;
	border-top: 1px solid #E3E1E1;
	border-bottom:  1px solid #E3E1E1;
	padding: 20px 0;
}

.news_date_sp{
	color: #494747;
	padding-right: 10px;
	padding-left: 20px;
	font-size: 1.0rem;
}

.text_link_sp{
	color: #494747;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 1.1rem;
}

.news_more_all_sp{
	width: 50%;
	margin: 130px auto;
	position: absolute;
	top: 98%;
	right: 0;
	left: 0;
	background: #0A9F03;
}

p.news_more_sp {
	margin:0 auto;
	padding: 4px;
	text-align:center;	
	font-family: 'Oswald', sans-serif;
	font-size: 1.2rem;		
	color: #FFFFFF;
}

.news_more_sp {
  background: linear-gradient(90deg, rgba(97,180,201,1) 0%, rgba(97,180,201,0.7) 50%, rgba(69,207,35,1) 100%);
  background-size: 200% 100%;
  border: none;
}
.news_more_sp:hover {
  background-position: 100% 0;
}


/*business*/
	
.business{
	width: 100%;
	margin: 260px auto 20px;
	display: block;
}

.business_sec_sp{	
	width: 86%;
	margin: 60px auto 20px;
	display: block;
}

.business_title_sp{
	display: block;
	width: 30%;
	font-size: 3.0rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	color:#121111;
	font-family: 'Oswald', sans-serif;
	text-align: left;
}

.business_title01_sp{
	font-size: 1.3rem;
	font-weight: 600;
	padding-left: 0;
	display: block;
	width: 100%;
	margin: 20px 0 20px 0;
	color:#272727;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
}

.business_title01-2_sp{
	padding-left: 0;
	font-size: 1.1rem;
	display: block;
	width: 100%;
	margin: 28px 0 40px 0px;
	color:#272727;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
}

.business_sec_catch_sp{
	width: 100%;
	padding: 0px 0 60px 0px;
}

.slidein {
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
}
.slidein.js_active {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
	
	.business_sec{
		display: none;
	}
	
	.business_title_wrap{
		display: none;
	}
	
	.business_title_wrap_sp{
		display: block;
		width: 100%;
		height: 56.3%;
		background:url("../images/img_main_bk.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-color:rgba(97,180,201,0.5);
		background-blend-mode:lighten;
	}

.business_title01_wrap_sp{
	margin: 40px 0 0 0;
	position: relative;
	height: 300px;
}

.business_sec_img01_sp{
	position: absolute;
	right: 0;
	top: 10%;
	width: 60%;
	display: block;
}
	
.business_sec_img02_sp{
	position: absolute;
	left: 0;
	top: 10%;
	width: 60%;
	display: block;
}
	
.business_sec_img03_sp{
	position: absolute;
	right: 0;
	top: 10%;
	width: 60%;
	display: block;
}


.b_t_sp{
	font-size: 1.0rem;
	color: #FFFFFF;
}

.b_title01_sp,
.b_title02_sp,
.b_title03_sp{
	position: relative;
	font-size: 1.0rem;
	vertical-align: middle;
	padding-right: 10px;
	font-family: 'Oswald', sans-serif;
	color: #FFFFFF;
}

.business_sec_title01_sp,
.business_sec_title02_sp,
.business_sec_title03_sp{
	position: relative;
	padding-left: 10px;
	font-size: 1.3rem;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	color:#292828;
}

.business_sec_title01_sp ::after,
.business_sec_title02_sp ::after,
.business_sec_title03_sp ::after{
    content: '';
    position: absolute;
    top: 93%;
    left: 0%;
    width: 26%;
    height: 2px;
    background:#cccccc;
}

.business_sec_detail01_sp{
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.1rem;
	background-color:rgba(97,180,201,0.5);
	z-index: 4;
	padding: 20px;
}
	
.business_sec_detail03_sp{
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.1rem;
	background-color:rgba(97,180,201,0.5);
	z-index: 4;
	padding: 8px;
}

.business_sec_detail01_sp p,
.business_sec_detail02_sp p,
.business_sec_detail03_sp p{
	color:#ffffff;
	padding-left: 10px;
	font-weight: 600;
}

.business_title02_wrap_sp{
	margin: 40px 0 0 0;	
	position: relative;
	height: 300px;
}

.business_sec_detail02_sp{	
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.1rem;
	background-color:rgba(54,184,199,0.5);
	z-index: 4;
	padding: 8px;
}

.business_title03_wrap_sp{
	margin: 40px 0 0 0;
	position: relative;
	height: 300px;
}


.business_sec{	
	display: none;
}

.service_all_list_sp{
	width: 84%;
	font-size: 1.1rem;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom: #1FB146 solid 2px;
	margin-top: 0;
}

.service_all_list_sp a{
  position: relative;
}

.service_all_list_sp  a::after {
    content: '';
    position: absolute;
    top: 113%;
    left: 0%;
    width: 100%;
    height: 2px;
    background:#cccccc;
    transition: all .3s;
    transform: scale(1, 0);
    transform-origin: left;
}

.service_all_list_sp a::after {
    transform: scale(0.2, 1);
}

.service_all_list_sp a:hover::after {
    transform: scale(1, 1);
}


.service_all_list_sp a:link, 
.service_all_list_sp a:visited, 
.service_all_list_sp a:active{
	color:#363434;
	text-decoration: none;
	transition: 0.25s linear;
}

.service_all_list_sp a:hover{
	color:#cccccc;
}


.service_list_sp{
	font-size: 0.9rem;
	margin-left: 20px;
}


/*fotter*/

#footer{
	width: 100%;
	height: 500px;
	background-color:rgba(97,180,201,0.9);
	position: relative;	
}

.footer-inner{	
	width:100%;	
	line-height: 1.8;
	height: 360px;
	position: relative;	
	font-family: 'Noto Sans JP', sans-serif;
}

.contact_sec{
	width: 40%;
}

.contact{
	width:66%;;
	position: absolute;
	top:10%;
	left: -5%;
	line-height: 1.3;
	padding: 0px;
	color:#FFFFFF;
}

.contact a{
	display: block;
	color:#FFFFFF;
	font-size: 2.2rem;
	text-align: center;
	vertical-align: middle;
}

.contact a:hover{
	text-decoration: none;
	opacity: 0.6;
}

.contact_en{
	font-weight: 600;
	text-align: left;
	padding-left: 60px;
}

.contact_details01{
	width:80%;
	position: absolute;
	top: 22%;
	left: 8%;
	line-height: 1.4;
	font-size: 1.0rem;
	font-weight: 500;
	text-align: left;
	display: block;	
	margin: 20px auto;
	color: #312E2E;
}

#address{
	width: 400px;	
	height: 160px;
	position: absolute;
	top: 88%;
	left: 0;
}

.site_logo_footer{
	width: 100px;
	margin: 0 0 5px 20px;
}

.site_logo_footer img{	
	width: 90px;
	height: 40px;	
	margin: 0 0 5px 26px;
}

#address li.name{
	font-size: 0.9rem;
	font-weight: 600;
	margin: 10px 0 1px 50px;
}

#address li.post-code{
	font-size: 0.9rem;
	margin: 0 0 0 50px;
}

#address li.add{
	font-size: 0.9rem;
	margin: 0 0 0 50px;
}

#sitemap{
	display: flex;
	justify-content: space-between;
	width: 50%;
	position: absolute;
	top: 47%;
	left: 9%;
}

.sitemap_left_sec{
	display: block;
	width: 18%;
}

.sitemap_right_sec{
	display: block;
	width: 18%;
}

.sitemap_01,
.sitemap_02,
.sitemap_03{
	width: 140px;
	display: block;
	padding-bottom: 3px;
}

.sitemap_04,
.sitemap_05,
.sitemap_06{
	display: block;
	width: 160px;
	padding-bottom: 3px;
}

.sitemap_line{
	display: block;
	font-weight: 600;
	min-height: 1.0;
	font-size: 1.0rem;
	letter-spacing: 0.1em;
	padding: 4px 0  2px 4px;
}

li.sitemap_n{
	padding: 6px 0 0 4px;
	letter-spacing: 0.1em;
}

#footer p.copyright{
	position: absolute;
	top: 96%;
	right: 0;
  	display: block;
	margin:0 10px 0px 0;
	width: 100%;
	color:#4D494A;
	text-align: right;
	font-size: 0.7rem;
}


/*ページトップ部分の設定*/

.page-top {
	display: block;
	position: absolute;
	top: -100px;
	right: 10px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 1.0rem;
    line-height: 2.0;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}

.page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}

}
	