@charset "utf-8";
/* レイアウトのためのCSS */
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
	color: #505050;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
	overflow-x: hidden;
	background-color:#fff;
}

body.appear{
    background:#00499E;
}
body.tanomu{
    background:#97BE3A;
}
.noto-sans jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #505050;
	text-decoration: none;
    outline: none;
}
a img:hover{
	opacity:.7;
}
img{
    max-width: 100%;
    height: auto;
}
.wrap{
	max-width:1100px;
	margin:auto;
}
@media screen and (max-width:1100px) {
.wrap{
	padding-left:20px;
	padding-right:20px;
}
}
p{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:2.2;
	padding-bottom:22px;
	color:#505050;
}
h3{
	text-align:center;
	display:block;
	background:url(../img/top/ttl-icon.png) no-repeat right bottom #7cb731;
	background-size:40px auto;
	font-size:24px;
	letter-spacing:0.2em;
	color:#fff;
	font-weight:bold;
	margin-bottom:30px;
	line-height:2.0;
}

@media screen and (max-width:760px) {
p{
	font-size:16px;
	line-height:2.0;
	padding-bottom:20px;
}
h3{
	font-size:20px;
	background-size:30px auto;
	padding:10px;
}
}
/* font-family */

.heading{
    font-size: 79px;
    font-weight: normal;
    color: #fff;
    animation-delay: 0.3s;
}
.heading span{
	font-size:33px;
	display:block;
}
@media screen and (max-width:960px) {
.heading{
    font-size:50px;
}
.heading span{
	font-size:23px;
}
}
@media screen and (max-width:768px) {
.heading{
    font-size:50px;
	line-height:1.2;
	letter-spacing:0.1em;
}
.heading span{
	font-size:16px;
	padding-top:20px;
	line-height:2.4;
}
.heading br{
	display:block;
}
}
@media screen and (max-width:480px) {
.heading span{
	font-size:16px;
	letter-spacing:0.2em;
}
}

#container{
    overflow-x: hidden;
}

/* header */
#header{
     display: flex;
	 justify-content:flex-end ;
	 flex-wrap:wrap;
	 background:#7FB539;
		 }
#header .head_area{
	width:100%;
	height:65px;
	display:flex;
	align-items:center;
}
#header .nav_area{
	display:block;
	width:100%;
	background-color:#fff;
	 box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.07);
	 z-index:888;
}
#header .nav_area .nav_area_inner{

}
#header h1{
    position: absolute;
    top: 5px;
    left:0;
}
#header h1 a{
	padding:0 30px;
	}
#header h1 a img{
	width:160px;
	height:auto;
}
#header h1 a:hover{
	opacity:0.6;
}
#header h2{
    position: absolute;
    top: 4px;
    right:0%;
}
#header h2 a{
	padding:0 30px;
	}
#header h2 a img{
	width:150px;
	height:auto;
}
#header h2 a:hover{
	opacity:0.6;
}
#header .head_area ul{
    position: absolute;
    top: 10px;
    right:26px;
	display:flex;
	justify-content:space-between;
	max-width:340px;
}
#header li{
	padding:0 4px;
}
#g-nav ul{
    display: flex;
	justify-content:space-around;
    padding: 10px 0px 0px 0;
	max-width:1100px;
	margin:auto;
}

#g-nav ul li{
  letter-spacing: 0.1em;
  white-space: nowrap;
  width:22%;
}
#g-nav ul li a{
    padding:5px 15px 5px 15px;
	margin-bottom:0px;
	color:#333;
	font-size:19px;
	letter-spacing:0.2em;
	line-height:1.4;
	height:48px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	}

#g-nav ul li button{
    padding:5px 15px 5px 15px;
	margin-bottom:18px;
	color:#333;
	font-size:19px;
	letter-spacing:0.2em;
	line-height:1.4;
	height:48px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	}
#g-nav ul li a:hover{
	color:#36635A;
}
#g-nav ul li a span{
	text-align:center;
}
#g-nav ul li a.digital{
	letter-spacing:0em;
}
#g-nav ul li a .kaisai{
	color:#ED6C00;
	border:1px solid #ED6C00;
	padding:0 15px 0 30px;
	border-radius:30px;
	margin-top:10px;
}
#g-nav ul li a .li_item{
	line-height:1.6;
}
#g-nav ul li.current a{
	border-bottom:5px solid #36635A;
}
#g-nav ul li.info_nav{
	display:none;
}
@media screen and (max-width:960px) {
#header h1 a{
	height:130px;
	}
}
@media screen and (max-width:900px) {
#header h1 a img{
	width:180px;
	height:auto;
}
}

@media screen and (max-width:768px) {
#g-nav ul{
    display: block;
    padding: 0;
}
#g-nav ul li a,
#g-nav ul li button{
    padding:25px 15px;
}
}
@media screen and (max-width:960px) {
#g-nav ul{
    padding: 10px 0px 0 0;
}
#g-nav ul li a{
    font-size:16px;
	margin-bottom:15px;
}
#g-nav ul li button{
    font-size:16px;
	margin-bottom:15px;
	 padding:0px 15px 0px 15px;
}
#g-nav ul li button a{
	margin-bottom:0px;
}
#header h1 img{
	width:140px;
	height:auto;
}
}
@media screen and (max-width:768px) {
#header .head_area{
	height:70px;
}
#g-nav ul li.info_nav{
	display:block;
}
#g-nav ul li.info_nav figure{
	padding-top:10px;
}
#header .head_area ul{
    display:none;
}
#g-nav ul{
    padding: 0 0px 0 0;
}
#g-nav ul li{
  width:100%;
}
#g-nav ul li a,
#g-nav ul li button{
    font-size:18px;
	justify-content:center;
}
#header h1{
    position: absolute;
    top: 10px;
    left:0;
}
#header h1 a{
	display:flex;
	align-items:center;
	padding:0 15px;
	height:50px;
} 
#header h1 a img{
	width:130px;
	height:auto;
}
#header h2{
    position: absolute;
    top: 15px;
    right:60px;
}
#header h2 a{
	padding:0 10px;
	}
#header h2 a img{
	width:90px;
	height:auto;
}
}
/* lead 

#lead{
    position: relative;
    padding: 170px 0 0 0;
    
}

@media screen and (max-width:960px) {
#lead{
    padding: 130px 0 0 0;
    
}
}
@media screen and (max-width:769px) {
#lead{
    padding: 70px 0 0 0;
    
}
}
*/

/* ドロップダウン */

#g-nav ul.dropdown__lists {
	display: none;
	opacity: 0; /* 不透明度を最小に */
  position: absolute;
  visibility: hidden; /* 下層メニューを非表示 */
    width: 100%;
	padding:0px;
	margin-top:-15px;
}
#g-nav li.gnavi__list:hover .dropdown__lists {
  top: 100%;
  opacity: 1;
	visibility: visible;
	display: block;
}
#g-nav ul li.dropdown__list {
    background-color: #fff;
    height: 50px;
    transition: all .3s;
    position: relative;
	margin-bottom:0;
}
#g-nav ul li.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #666;
    position: absolute;
    top: 0;
    left: 0;
}
#g-nav ul li.dropdown__list:hover {
    background-color:#006359;
}
#g-nav ul li.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
	font-weight:bold;
    text-decoration: none;
    position: relative;
}
#g-nav ul li.dropdown__list a:hover{
	color:#fff;
}
#g-nav ul li.dropdown__list a::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #444;
    border-left: 2px solid #444;
    transform: rotate(135deg);
    position: absolute;
    left: 15px;
    top: calc(50% - 5px);
}
#g-nav ul li.dropdown__list a:hover::before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

@media screen and (max-width:768px) {
#g-nav li.gnavi__list{
	position:relative;
}
#g-nav li.gnavi__list:hover .dropdown__lists {
  opacity: 1;
	visibility: visible;
	display: block;
	position:relative;
}
#g-nav ul.dropdown__lists {
	z-index:9999;
	position:relative;
}
#g-nav ul.dropdown__lists li{
	margin-bottom:0;
}
#g-nav li.gnavi__list:hover .dropdown__lists {
	display: none;
}
#g-nav ul li.gnavi__list button.navbtnpointer.click{
	display: block;
}
#g-nav ul li.gnavi__list button{
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
	font-weight:bold;
    text-decoration: none;
    position: relative;
}
#g-nav ul li.gnavi__list button::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #444;
    border-right: 2px solid #444;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 10px);
}
#g-nav ul li.gnavi__list button.navbtnpointer.click::after {
	 transform: rotate(-135deg);
	 transition: .3s;
	 top: calc(50% - 5px);
}
.navbtnpointer{
    cursor: pointer;
}
}


/* mainimage
----------------------------------------------- */
#slider {
    overflow:hidden;
    position:relative;
    width:100%;
	padding-top:50px;
}

#sliderInner {
    position:relative;
    width:100%;
    padding-bottom:0px;
	padding-top:140px;
}
#sliderInner ul{
	display:flex;
	background-color:#005357;
}
#sliderInner ul.orange{
	background:#ff7d00;
}
#sliderInner ul.pink{
	background:#BC0942;
}
#sliderInner ul.w-pink{
	background:#D69FC1;
}
#sliderInner li.item1{
	width:75%;
}
#sliderInner li.item2{
	width:25%;
}
#sliderInner ul li{
	display:flex;
	justify-content:center;
	align-items:center;
}
#sliderInner ul li ul{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	padding:0 20px;
}
#sliderInner ul li li{
	width:100%;
	display:block;
	padding:10px;
	margin:auto;
}
#sliderInner ul li li.btn{
	border:0;
}
#sliderInner li img{
	margin:auto;
	max-width:100%;
	display:block;
}
#slideFilterL, #slideFilterR {
    position:absolute;
    top:0;
    width:100%;
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
    background:#fff;
}
#slideFilterL {
    left:0;
}
#slideFilterR {
    right:0;
}
#slider li a:link{
	display:block;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
#sliderInner .swiper{
	padding:20px 0 20px 0;
}
.swiper-slide .btn{
	padding:0 !important;
	margin:0 !important;
	border:0;
}
.swiper-slide .btn img{
	padding:0 10px;
}
.swiper-wrapper .swiper-slide { display: flex; justify-content: center; align-items: center;overflow-x: hidden;}
.pc{
	display:block;
}
.swiper{
	display:none;
}
@media screen and (max-width:960px) {
#sliderInner {
	padding-top:140px;
}
#sliderInner ul li ul{
	padding:0 10px;
}
}
@media screen and (max-width: 768px) {
.pc{
	display:none;
}
.swiper{
	display:block;
}
#slider {
    padding-top:0px;
}
#sliderInner {
    position:relative;
    left:0%;
    width:100%;
    margin-left:0px;
	padding-top:70px;
}
#sliderInner li {
    width:100%;
}

#slideFilterL, #slideFilterR {
    position:absolute;
    top:0;
    width:100%;
    height:auto;
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
    background:#fff;
}
#sliderInner ul{
	flex-wrap:wrap;
}
#sliderInner li.item1{
	width:100%;
}
#sliderInner li.item2{
	width:100%;
}
#sliderInner ul li ul{
	justify-content:space-around;
	flex-wrap:nowrap;
	padding:15px 10px;
	width:100%;
	overflow-x: scroll;
	overflow-x: auto;
  white-space: nowrap; 
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
#sliderInner ul li li{
	padding:0px 0px;
	width: 45%;
  margin: 0 10px;
  flex-shrink: 0;
}
}
@media screen and (max-width: 460px) {
#sliderInner ul li li{
	margin: 5px 5px;
}
}

#full{
    height: auto;
}


/* description */
#description{
	margin:80px auto 80px auto;
}
#description h2{
	max-width:650px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#description p{
	text-align:center;
	}
#description .text-area{
	padding-bottom:50px;
	padding-top:20px;
}
#description.space-t{
	margin-top:0px;
}
@media screen and (max-width: 760px) {
#description{
	margin:30px auto 80px auto;
}
}

/* campaign */
#campaign{
	margin:80px auto 80px auto;
}
#campaign.space-t{
	margin-top:-80px;
}
#campaign .box-wrap{
	position:relative;
}
#campaign .box-wrap .img1{
	position:absolute;
	left:0px;
	top:-260px;
	width:240px;
	height:auto;
}
#campaign h3{
	position:relative;
}
#campaign h3 .kikan{
	position:absolute;
	right:60px;
	top:10px;
	font-size:22px;
	letter-spacing:0;
	
}
#campaign .contact{
	background-color:#eee;
	padding:15px 30px;
	margin-top:50px;
}
#campaign .contact p{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:normal;
}
#campaign .contact span{
	display:none;
}
#campaign .contact br{
	display:none;
}
#campaign .box{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
	padding:65px 0 0px 0;
}
#campaign .box-conts1{
	width:65%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#campaign .box-conts2{
	width:31%;
}
#campaign .box .box-item1{
	width:47%;
	z-index:3;
}
#campaign .box .box-item1 .pcimg{
	display:block;
	}
#campaign .box .box-item1 .spimg{
	display:none;
	}
#campaign .box .box-item1-2{
	width:50%;
	z-index:3;
}
#campaign .box .box-item2{
	width:100%;
	z-index:3;
}
#campaign .box h4{
	width:100%;
	background-color:#7DB340;
	color:#fff;
	font-size:26px;
	display:flex;
	align-items:center;
	z-index:2;
	white-space:nowrap;
	margin-bottom:-5px;
}
#campaign .box h4 br{
	display:none;
}
#campaign .box h4 .g-area{
	background-color:#2E683A;
	padding:15px 10px 0px 10px;
	font-size:16px;
	font-weight:normal;
	width:100px;
	height:100%;
}
#campaign .box h4 .yg-area{
	padding:5px 10px;
	font-weight:bold;
	text-align:center;
	display:flex;
	justify-content:center;
	width:75%;
}
#campaign .box h4 .font-b{
	font-size:24px;
}
#campaign .move-btn{
	width:85%;
}
#campaign .img_pc{
	display:block;
}
#campaign .img_sp{
	display:none;
}
@media screen and (max-width: 1000px) {
#campaign h3 .kikan{
	position:relative;
	right:0px;
	left:10px;
	top:0px;
	font-size:16px;
	letter-spacing:0;
	
}
#campaign .contact span{
	display:block;
}
}
@media screen and (max-width: 900px) {
#campaign .box h4 .g-area{
	width:80px;
}
#campaign .box h4 .yg-area{
	width:auto;
}
}
@media screen and (max-width: 760px) {
#campaign .box h4{
	width:100%;
	margin-bottom:30px;
	font-size:18px;
}
#campaign .box h4.area2{
	width:100%;
	margin-right:0%;
	line-height:1.5;
}
#campaign .box-wrap .img1{
	position:absolute;
	left:-30px;
	top:-150px;
	width:140px;
	height:auto;
}
#campaign .box{
	padding:35px 0 30px 0;
}
#campaign .box .box-item1{
	margin-top:-10px;
}
#campaign .box .box-item2{
	max-width:400px;
}
#campaign .box .box-item1 .pcimg{
	display:none;
	}
#campaign .box .box-item1 .spimg{
	display:block;
	}
}
@media screen and (max-width: 580px) {
#campaign .box h4 br{
	display:block;
}
#campaign .box-conts1{
	width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
#campaign .box-conts2{
	width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	padding-top:80px;
}
#campaign .box .box-item1{
	width:90%;
	max-width:400px;
}
#campaign .box .box-item1-2{
	width:90%;
	max-width:400px;
	padding-top:50px;
}
#campaign .box .box-item2{
	width:90%;
}
#campaign .img_pc{
	display:none;
}
#campaign .img_sp{
	display:block;
}
}
@media screen and (max-width: 480px) {
#campaign h3 .kikan::before {
    content: '\A';
    white-space: pre;
}
#campaign .contact p{
	font-size:14px;
}
#campaign .contact br{
	display:block;
}
}
/* event */
#event{
	margin:120px auto 80px auto;
}
#event figure{
	padding-bottom:10px;
}
#event p{
	text-align:left;
}
@media screen and (max-width: 760px) {
#event{
	margin:80px auto 80px auto;
}
}

/* participating-companies */
#participating-companies{
	margin:100px auto 80px auto;
}
#participating-companies p{
	font-size:20px;
}
#participating-companies .box{
	display:flex;
	flex-wrap:wrap;
	padding-top:20px;
}
#participating-companies .box .item{
	width:31%;
	margin-left:1%;
	margin-right:1%;
	border:2px solid #7DB340;
	padding:10px 20px 0px 20px;
	margin-bottom:25px;
}
#participating-companies .box .item h4{
	text-align:center;
	color:#505050;
	font-size:18px;
	padding-top:7px;
	padding-bottom:5px;
}
#participating-companies .box .item p{
	font-size:15px;
	text-align:left;
	line-height:1.8;
}
#participating-companies .box .item img{
	border-bottom:1px solid #7DB340;
	padding-bottom:10px;
}
@media screen and (max-width: 760px) {
#participating-companies{
	margin-top:80px;
}
#participating-companies .box .item h4{
	font-size:16px;
}
#participating-companies p{
	font-size:18px;
}
#participating-companies .box{
	padding-top:10px;
}
#participating-companies .box .item{
	width:100%;
	margin-bottom:30px;
}
}

/* merit */
#merit{
	margin:-40px auto 80px auto;
	position:relative;
}
#merit .ttlimg{
	position:absolute;
	right:-20px;
	top:-40px;
}
#merit .ttlimg img{
	width:220px;
	height:auto;
}
#merit p{
	font-size:20px;
	text-align:center;
	padding-bottom:40px;
}
#merit .box{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
#merit .box .item{
	width:22%;
}
#merit .box figure{
	max-width:80%;
	margin:auto;
}
#merit .box h4{
	font-size:18px;
	text-align:center;
	padding:10px 0;
	line-height:1.5;
	height:80px;
	display:flex;
	justify-content:center;
	align-items:center;
}
#merit .box p{
	font-size:16px;
	text-align:left;
	padding-bottom:40px;
	line-height:1.8;
}
@media screen and (max-width: 1000px) {
#merit .ttlimg{
	position:absolute;
	right:-40px;
	top:30px;
}
#merit .ttlimg img{
	width:150px;
	height:auto;
}
}
@media screen and (max-width: 760px) {
#merit p{
	font-size:18px;
	text-align:center;
	padding-bottom:40px;
}
#merit .box .item{
	width:43%;
}
#merit .box h4{
	font-size:16px;
}
#merit .box p{
	font-size:14px;
}
}
@media screen and (max-width: 560px) {
#merit h3{
	position:relative;
	z-index:2;
}
#merit .ttlimg{
	position:absolute;
	right:-40px;
	top:-100px;
}
#merit .ttlimg img{
	width:150px;
	height:auto;
}
}


/* btob */
#btob{
	margin:40px auto 80px auto;
	position:relative;
}
#btob .ttlimg{
	position:absolute;
	right:-20px;
	top:-40px;
}
#btob .ttlimg img{
	width:220px;
	height:auto;
}
#btob h3{
	margin-bottom:45px;
}
#btob h2{
	color:#00645A;
	font-size:30px;
	line-height:1.0;
	border-left:5px solid #00645A;
	padding-left:15px;
	letter-spacing:0.2em;
	margin-bottom:30px;
}
#btob p{
	font-size:20px;
	text-align:center;
	padding-bottom:40px;
}
#btob .box{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#btob .box .item{
	width:30%;
	padding-bottom:60px;
}
#btob .box figure{
	max-width:70%;
	margin:auto;
	margin-bottom:15px;
}
#btob .box h4{
	margin:0 0 30px 0;
	padding:10px;
	font-size:18px;
	text-align:center;
	line-height:1.5;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#7DB340;
	color:#fff;
}
#btob .box p{
	font-size:16px;
	text-align:left;
	padding-bottom:20px;
	line-height:1.8;
}
@media screen and (max-width: 1000px) {
#btob .ttlimg{
	position:absolute;
	right:-40px;
	top:25px;
}
#btob .ttlimg img{
	width:150px;
	height:auto;
}
}
@media screen and (max-width: 760px) {
#btob p{
	font-size:18px;
	text-align:center;
	padding-bottom:40px;
}
#btob .box .item{
	width:100%;
	padding-bottom:60px;
}
#btob .box h4{
	font-size:16px;
}
#btob .box p{
	font-size:14px;
}
}
@media screen and (max-width: 560px) {
#btob h3{
	position:relative;
	z-index:2;
}
#btob .ttlimg{
	position:absolute;
	right:-40px;
	top:-100px;
}
#btob .ttlimg img{
	width:150px;
	height:auto;
}
}



/* cm */
#cm{
	margin:40px auto 80px auto;
}
#cm h3{
	margin-bottom:45px;
}
#cm h2{
	color:#00645A;
	font-size:30px;
	line-height:1.0;
	border-left:5px solid #00645A;
	padding-left:15px;
	letter-spacing:0.2em;
	margin-bottom:30px;
}
#cm h2.space-t{
	margin-top:80px;
}
#cm p{
	font-size:16px;
	text-align:left;
	padding-bottom:40px;
}
#cm .box{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#cm .box .item{
	width:47%;
	padding-bottom:30px;
}
#cm .box .item figure{
	max-width:80%;
	margin:auto;
	margin-bottom:15px;
}
#cm .box .item h4{
	margin:0 0 30px 0;
	padding:10px;
	font-size:18px;
	text-align:center;
	line-height:1.5;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#7DB340;
	color:#fff;
}
#cm .movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#cm .movie iframe {
  width: 100%;
  height: 100%;
}


#cm .box2{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#cm .box2 .menber{
	width:23%;
	padding-bottom:30px;
}
#cm .box2 .menber figure.s001{
	width:100%;
	margin:auto;
	margin-bottom:15px;
	text-align:center;
	line-height:1.5;
}
#cm .box2 .menber figure.s002{
	width:80%;
	margin:auto;
	margin-bottom:15px;
	text-align:center;
	line-height:1.5;
}
#cm .box2 .menber figure fugcaption{
	font-size:16px;
	font-weight:bold;
}
#cm .box2 .menber figure .s-txt{
	font-size:13px;
}
#cm .radio_btn{
	display:flex;
	justify-content:flex-end;
}
#cm .radio_btn a{
	width:270px;
	height:auto;
	display:block;
}

#cm .box3{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#cm .box3 .artist{
	width:30%;
	padding-right:3%;
}
#cm .box3 .artist figure{
	width:100%;
	margin:auto;
	margin-bottom:15px;
	text-align:center;
	line-height:1.5;
}
#cm .box3 .artist figure fugcaption{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding-left:30px;
}
#cm .box3 .profile{
	width:70%;
}
#cm .box3 .profile p{
	font-size:16px;
	font-weight:bold;
}
#cm .artist_btn a{
	width:260px;
	height:auto;
	display:block;
}

/*20250310追加*/
#cm .box_cm{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#cm .box .item figure{
	max-width:90%;
	margin:auto;
	margin-bottom:15px;
}
#cm .box_cm .item{
	width:31%;
	padding-bottom:60px;
}
#cm .box_cm .item figure{
	max-width:100%;
	margin:auto;
	margin-bottom:15px;
}
#cm .box_cm .item h4{
	margin:0 0 30px 0;
	padding:10px;
	font-size:18px;
	text-align:center;
	line-height:1.5;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#7DB340;
	color:#fff;
}
#cm .box02{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#cm .box02 .menber{
	width:18%;
	padding-bottom:30px;
}
#cm .box02 .menber figure.s001{
	width:100%;
	margin:auto;
	margin-bottom:15px;
	text-align:center;
	line-height:1.5;
}
#cm .box02 .menber figure.s002{
	width:80%;
	margin:auto;
	margin-bottom:15px;
	text-align:center;
	line-height:1.5;
}
#cm .box02 .menber figure fugcaption{
	font-size:16px;
	font-weight:bold;
}
#cm .box02 .menber figure fugcaption span{
	font-size:14px;
	letter-spacing:-0.1em;
}
#cm .box02 .menber figure .s-txt{
	font-size:13px;
}
@media screen and (max-width: 760px) {
#cm .box .item{
	width:100%;
	padding-bottom:30px;
}
#cm .box .item h4{
	font-size:16px;
}
#cm .box2 .menber{
	width:50%;
	padding-bottom:40px;
}
#cm .box2 .menber figure.s001{
	width:80%;
	height:auto;
	}
#cm .box2 .menber figure.s002{
	width:65%;
	height:auto;
	}
#cm .box2 .menber figure fugcaption{
	font-size:14px;
}
#cm .radio_btn a{
	width:220px;
	height:auto;
	display:block;
}
#cm .radio_btn{
	justify-content:center;
}
#cm .box3 .artist{
	width:100%;
	padding-right:0%;
}
#cm .box3 .artist figure{
	width:70%;
}
#cm .box3 .profile{
	width:100%;
}
#cm .artist_btn a{
	width:200px;
	margin:auto
}

/*20250310追加*/
#cm .box_cm .item{
	width:100%;
	padding-bottom:60px;
}
#cm .box_cm .item figure{
	max-width:90%;
	margin:auto;
	margin-bottom:15px;
}
#cm .box_cm .item h4{
	font-size:16px;
}
#cm .box02 .menber{
	width:50%;
	padding-bottom:40px;
}
#cm .box02 .menber figure.s001{
	width:80%;
	height:auto;
	}
#cm .box02 .menber figure.s002{
	width:65%;
	height:auto;
	}
#cm .box02 .menber figure fugcaption{
	font-size:14px;
}
}
@media screen and (max-width: 460px) {
#cm .box02 .menber figure fugcaption span{
	display:block;
}
}


/* footer */

#footer{
	position: relative;
    }
#footer .footer-nav{
	display:block;
	margin:auto;
	max-width:1100px;
	padding-bottom:30px;
	}
#footer .footer-nav ul{
	display:flex;
	justify-content:center;
}
#footer .footer-nav li{
	font-weight:bold;
	font-size:15px;
	padding:20px 20px 20px 30px;
	background:url(../img/top/icon-f.png) no-repeat right center;
	background-size:15px auto;
}
#footer .footer-nav li a:hover{
	color:#36635A;
	text-decoration:underline;
}

#footer .footer-nav .tanomu-f li{
	font-weight:bold;
	font-size:15px;
	padding:20px 20px 20px 30px;
	background:url(../img/top/icon-f2.png) no-repeat right center;
	background-size:15px auto;
}
#footer .footer-nav .tanomu-f li a:link,
#footer .footer-nav .tanomu-f li a:visited{
	color:#fff;
}
#footer .footer-nav .tanomu-f li a:hover{
	color:#36635A;
	text-decoration:underline;
}
@media screen and (max-width:768px) {
#footer .footer-nav{
	padding-bottom:0px;
	}
#footer .footer-nav ul{
	flex-wrap:wrap;
}
#footer .footer-nav li{
	display:block;
	width:100%;
	border-bottom:1px solid #ccc;
	background:url(../img/top/icon-f.png) no-repeat 95% center;
	background-size:15px auto;
	font-size:14px;
	padding:12px 12px 12px 20px;
}
#footer .footer-nav .tanomu-f li{
	display:block;
	width:100%;
	border-bottom:1px solid #ccc;
	background:url(../img/top/icon-f2.png) no-repeat 95% center;
	background-size:15px auto;
	font-size:14px;
	padding:12px 12px 12px 20px;
}
#footer .footer-nav li a{
	display:block;
}
#footer .footer-nav li:first-child{
	border-top:1px solid #ccc;
}
#footer .footer-nav li:last-child{
	border-top:0px;
}
}


#footer .footer-area{
    width:100%;
    padding: 40px 0px;
	display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    flex-direction: row-reverse;
	background-color:#251E1C;
}
#footer .footer-area .box{
	display:block;
	margin:auto;
	width:1100px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-end;
}
#footer .footer-area .box small{
	color:#fff;
	font-size:12px;
}
#footer .footer-area .box .box-conts1{
	width:40%;
}
#footer .footer-area .box .box-conts2{
	width:60%;
	text-align:right;
}
#footer .footer-area .box .box-conts1 h2{
	margin:0;
	padding:0;
	line-height:1.0;
}
#footer .footer-area .box .box-conts1 h2 img{
	width:270px;
	height:auto;
	}
#footer .footer-area .box .box-conts1 h3{
	background:none;
	font-size:14px;
	text-align:left;
	letter-spacing:0;
	margin:0;
	padding:0 0 7px 70px;
}
#footer .footer-area .box .box-conts1 p{
	color:#fff;
	font-size:13px;
	letter-spacing:0;
	line-height:1.6;
	font-weight:normal;
	text-align:left;
	margin:0;
	padding:0 0 0 70px;
}
#footer .footer-area .box .box-conts2 ul{
	margin:0 0 10px 0;
	padding:0;
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
}
#footer .footer-area .box .box-conts2 li{
	margin:0;
	padding:0 15px;
	line-height:0.8;
	list-style-type:none;
	border-right:1px solid #fff;
	margin-right:5px;
}
#footer .footer-area .box .box-conts2 li:last-child{
	padding-right:0px;
	margin-right:0px;
	border-right:0px;
}
#footer .footer-area .box .box-conts2 li a{
	color:#fff;
	font-size:13px;
	font-weight:normal;
}
#footer .footer-area .box .box-conts2 li a:hover{
	text-decoration:underline;
	opacity:.7;
}
#footer #page-top{
    position: absolute;
    bottom:0;
    right: 0;
    width:80px;
    height:80px;
    background:rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#footer #page-top span{
    display: inline-block;
  width: 13px;
  height: 13px;
  border-top:2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}
#footer #page-top a:visited span{
	color:#fff;
}
#footer #page-top a:hover span{
	display: inline-block;
  width: 13px;
  height: 13px;
	 border-top:2px solid #00499E;
  border-left: 2px solid #00499E;
  transform: rotate(45deg);
}
@media screen and (max-width:1100px) {
#footer .footer-area .box{
	padding-left:20px;
	padding-right:20px;
	}
#footer .footer-area .box{
	flex-wrap:wrap;
	justify-content:flex-start;
}
#footer .footer-area .box .box-conts1 h2 img{
	width:200px;
	height:auto;
	}
#footer .footer-area .box .box-conts1 h3{
	padding-left:50px;
	font-size:13px;
}
#footer .footer-area .box .box-conts1 p{
	padding-left:50px;
	font-size:12px;
}
#footer .footer-area .box .box-conts2 li{
	margin-bottom:20px;
}
}
@media screen and (max-width:768px) {
#footer #page-top{
        width:60px;
        height: 60px;
}
#footer .footer-area .box .box-conts1 h2 img{
	width:150px;
	height:auto;
	}
#footer .footer-area .box .box-conts1{
	width:100%;
	text-align:center;
}
#footer .footer-area .box .box-conts2{
	width:100%;
	padding-top:30px;
}
#footer #page-top{
        width:60px;
        height: 60px;
}
#footer .footer-area .box .box-conts1 h3{
	padding-left:0px;
	text-align:center;
	font-size:12px;
	padding-top:5px;
}
#footer .footer-area .box .box-conts1 p{
	padding-left:0px;
	padding-top:5px;
	text-align:center;
	line-height:1.8;
}
#footer .footer-area .box .box-conts1 p a:link{
	color:#fff;
}
#footer .footer-area .box .box-conts2{
	text-align:center;
}
#footer .footer-area .box .box-conts2 ul{
	margin:0 0 10px 0;
	padding:0;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
#footer .footer-area .box .box-conts2 li{
	text-align:left;
	font-size:12px;
}
#footer .footer-area .box .box-conts2 li:last-child{
	padding-right:15px;
	margin-right:5px;
	border-right:1px solid #fff;
}
}






/* tanomu */
#tanomumain {
    position:relative;
    width:100%;
    padding-bottom:0px;
	height:750px;
}
#tanomumain li {
    width:100%;
	}
#tanomumain li img{
	display:block;
	margin:auto;
}

.tanomu .wrap{
	max-width:97%;
}
#tanomu{
	background-color:#fff;
	border-radius:20px;
	padding:50px 50px 50px 50px;
	position:relative;
	display:block;
	margin:0px auto 80px auto;
	}
#tanomu h2{
	position:absolute;
	top:-30px;
	right: 0;
  left: 0;
	display:block;
	margin:auto;
	text-align:center;
	max-width:800px;
}
#tanomu .tanomu-inner{
	max-width:1100px;
	margin:auto;
}
#tanomu .text-area{
	position:relative;
}
#tanomu .text-area .icon1{
	position:absolute;
	right:0;
	top:0;
	width:160px;
}
#tanomu .text-area p{
	font-size:24px;
	color:#251E1C;
}
#tanomu .orange-txt{
	color:#EA5532;
}
#tanomu .contact{
	background-color:#eee;
	padding:15px 30px;
	margin-top:50px;
}
#tanomu .contact p{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:normal;
	text-align:center;
}
#tanomu .contact span{
	display:block;
}
#tanomu .contact br{
	display:none;
}
#tanomu h3{
	text-align:center;
	display:block;
	 background: linear-gradient(90deg, rgba(221, 151, 92, 1), rgba(203, 82, 51, 1));
	 border-radius:30px;
	 max-width:600px;
	font-size:28px;
	letter-spacing:0.1em;
	color:#fff;
	font-weight:bold;
	margin:40px auto 40px auto;
	line-height:1.8;
}
#tanomu h4{
	line-height:1.5;
	font-size:24px;
	background:url(../img/tanomu/icon.png) no-repeat left center;
	background-size:30px auto;
	padding-left:40px;
	margin-bottom:10px;
	margin-top:30px;
}
#tanomu p{
	text-align:left;
	line-height:1.6;
}
#tanomu .box1{
	display:flex;
	justify-content:space-around;
}
#tanomu .box1 li img{
	max-width:180px;
	display:block;
	margin:auto;
	margin-bottom:15px;
}
#tanomu .box1 li p{
	line-height:1.5;
	font-size:24px;
	text-align:center;
}
#tanomu .campain-wrap{
	position:relative;
}
#tanomu .campain-wrap .icon2{
	position:absolute;
	right:20%;
	bottom:0;
	width:220px;
}
#tanomu .box2{
	display:flex;
	justify-content:space-around;
	align-items:flex-end;
	margin-top:-20px;
	margin-bottom:40px;
}
#tanomu .box2 li{
	width:33%;
}
#tanomu .box2 li img{
	width:80%;
	}
#tanomu .box2 li:nth-child(1) a:link{
	display:flex;
	align-items:center;
}
#tanomu .box2 li:nth-child(1) a:link::after {
	content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../img/tanomu/oubo-icon1.png');
    background-position: center;
    background-size: contain;
	margin-left:20px;
}
#tanomu .box2 li:nth-child(2){
	display:flex;
	align-items:center;
}
#tanomu .box2 li:nth-child(2)::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('../img/tanomu/oubo-icon2.png');
    background-position: center;
    background-size: contain;
	margin-left:20px;
}
#tanomu .box2 li:nth-child(3){
	width:34%;
}
#tanomu .box2 li:nth-child(3) img{
	width:100%;
}
#tanomu .text-s{
	font-weight:normal;
}
@media screen and (max-width:1800px) {
#tanomumain {
	height:700px;
}
}
@media screen and (max-width:1600px) {
#tanomumain {
	height:650px;
}
}
@media screen and (max-width:1500px) {
#tanomumain {
	height:600px;
}
}
@media screen and (max-width:1300px) {
#tanomumain {
	height:550px;
}
}
@media screen and (max-width:1200px) {
#tanomumain {
	height:500px;
}
#tanomu .text-area .icon1{
	position:absolute;
	right:-40px;
	top:0;
	width:120px;
}
}
@media screen and (max-width:1100px) {
#tanomumain {
	height:450px;
}
#tanomu .campain-wrap .icon2{
	right:0%;
	width:200px;
}
#tanomu .box2 li:nth-child(1) a:link::after {
	width: 20px;
    height: 20px;
	margin-left:10px;
}
}
@media screen and (max-width:1000px) {
#tanomumain {
	height:400px;
}
#tanomumain .contact span{
	display:block;
}
#tanomu .text-area p{
	width:90%;
}
#tanomu .text-area .icon1{
	position:absolute;
	right:-40px;
	top:auto;
	bottom:-40px;
	width:110px;
}
}
@media screen and (max-width:900px) {
#tanomumain {
	height:370px;
}
#tanomu .campain-wrap .icon2{
	right:0%;
	width:160px;
	top:60px;
}
}
@media screen and (max-width:800px) {
#tanomumain {
	height:330px;
}
#tanomu h3{
	font-size:20px;
	margin-bottom:30px;
	line-height:1.6;
}
#tanomu .box1 li img{
	max-width:140px;
}
#tanomu .box1 li p{
	font-size:20px;
}

}
@media screen and (max-width:768px) {
#tanomumain {
	padding-top:70px;
}
.tanomu .wrap{
	padding-top:70px;
}
}
@media screen and (max-width:700px) {
#tanomumain {
	height:300px;
}
#tanomu .text-area p{
	font-size:18px;
}
#tanomu .box2{
	display:flex;
	justify-content:space-around;
	align-items:flex-end;
	flex-wrap:wrap;
	margin-top:10px;
}
#tanomu .box2 li{
	width:100%;
}
#tanomu .box2 li img{
	width:80%;
	max-width:300px;
	}
#tanomu .box2 li:nth-child(1) a:link{
	display:flex;
	align-items:center;
	flex-direction:column;
}
#tanomu .box2 li:nth-child(1) a:link::after {
	content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('../img/tanomu/oubo-icon1.png');
    background-position: center;
    background-size: contain;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
	transform: rotate(90deg);
}
#tanomu .box2 li:nth-child(2){
	display:flex;
	align-items:center;
	flex-direction:column;
}
#tanomu .box2 li:nth-child(2)::after {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background-image: url('../img/tanomu/oubo-icon2.png');
    background-position: center;
    background-size: contain;
	margin-left:0px;
	margin-top:10px;
	transform: rotate(90deg);
}
#tanomu .box2 li:nth-child(3){
	width:100%;
}
#tanomu .box2 li:nth-child(3) img{
	width:118%;
	max-width:400px;
	margin:auto auto auto -5%;
	display:block;
}
}
@media screen and (max-width:600px) {
#tanomumain {
	height:270px;
}
}
@media screen and (max-width:500px) {
#tanomumain {
	height:200px;
}
.tanomu .wrap{
	max-width:99%;
}
#tanomu h2{
	top:-10px;
}
#tanomu{
	padding:40px 20px 40px 20px;
	}
#tanomu .contact p{
	font-size:14px;
}
#tanomu .contact br{
	display:block;
}
#tanomu .text-area{
	padding-bottom:80px;
	margin-bottom:-20px;
}
#tanomu .text-area p{
	width:100%;
}
#tanomu .text-area .icon1{
	position:absolute;
	right:0px;
	top:auto;
	bottom:-10px;
	width:100px;
}
#tanomu .box1{
	flex-wrap:wrap;
}
#tanomu .box1 li{
	width:100%;
	padding-bottom:15px;
}
#tanomu h4{
	font-size:20px;
}
#tanomu .campain-wrap .icon2{
	width:125px;
	top:auto;
	right:-15px;
	bottom:-70px;
}
}
@media screen and (max-width:450px) {
#tanomumain {
	height:190px;
}
#tanomu .box2 li img{
	width:95%;
	max-width:400px;

	}
}
@media screen and (max-width:400px) {
#tanomumain {
	height:160px;
}
}
@media screen and (max-width:350px) {
#tanomumain {
	height:150px;
}
#tanomu h2{
	top:-20px;
}
}



/* digitalization */
#digitalization{
	margin:40px auto 80px auto;
	position:relative;
}
#digitalization .ttlimg{
	position:absolute;
	right:-20px;
	top:-20px;
}
#digitalization .ttlimg img{
	width:220px;
	height:auto;
}
#digitalization h2{
	margin-bottom:30px;
}
#digitalization h2 img{
	max-width:260px;
	display:block;
	margin:auto;
}
#digitalization h2.text-line {
	display: flex;
	align-items: center;
}

#digitalization h2.text-line:before,
#digitalization h2.text-line:after {
  content: "";
  flex-grow: 1;
  height: 2px; /* 線の太さ */
  background: #006359; /* 線の色 */
  margin:-15px 0 0 0; /* 文字と線の余白 */
}

#digitalization p{
	font-size:20px;
	text-align:center;
	padding-bottom:40px;
}
#digitalization .box{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#digitalization .box .item{
	width:30%;
	padding-bottom:60px;
}
#digitalization .box figure{
	max-width:100%;
	margin:auto;
	margin-bottom:15px;
}
#digitalization .box h4{
	margin:0 0 0px 0;
	padding:10px;
	font-size:22px;
	text-align:center;
	line-height:1.5;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#78af35;
	color:#fff;
	letter-spacing:0.2em;
	border-radius:20px 20px 0px 0px;
}
#digitalization .box h4.industry1{
	background-color:#bf6aa7;
}
#digitalization .box h4.industry2{
	background-color:#FF7D00;
}
#digitalization .box h4.industry3{
	background-color:#C21D1A;
}
#digitalization .box p{
	font-size:16px;
	text-align:left;
	padding-bottom:20px;
	line-height:1.8;
}
.move-btn3.industry1 a{
	background-color:#CD6EB4;
}
.move-btn3.industry2 a{
	background-color:#FF7D00;
}
.move-btn3.industry3 a{
	background-color:#C21D1A;
}
.move-btn3.function a{
	background-color:#78af35;
}
@media screen and (max-width: 1000px) {
#digitalization .ttlimg{
	position:absolute;
	right:-40px;
	top:25px;
}
#digitalization .ttlimg img{
	width:150px;
	height:auto;
}
}
@media screen and (max-width: 760px) {
#digitalization p{
	font-size:18px;
	text-align:center;
	padding-bottom:40px;
}
#digitalization .box .item{
	width:100%;
	padding-bottom:60px;
}
#digitalization .box p{
	font-size:14px;
}
}
@media screen and (max-width: 560px) {
	#digitalization{
		margin-top:70px;
	}
#digitalization h3{
	position:relative;
	z-index:2;
}
#digitalization h2{
	margin-bottom:20px;
}
#digitalization h2 img{
	max-width:220px;
	display:block;
	margin:auto;
}
#digitalization .ttlimg{
	position:absolute;
	right:-40px;
	top:-100px;
}
#digitalization .ttlimg img{
	width:150px;
	height:auto;
}
}


#structure{
	display:flex;
	justify-content:center;
	background-color:#DDEFEB;
}
#structure .box{
	position:relative;
	width:100%;
	height: fit-content;
	background-image:url(../images/top/structure_back1.gif), url(../images/top/structure_back2.gif);
	background-repeat:no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-color:#DDEFEB;
	background-size:100% auto, 100% auto;
	padding:200px 0px 300px 0px;
	margin-top:-100px;
}
#structure .kumo1{
	position:absolute;
	right:200px;
	top:80px;
}
#structure .kumo2{
	position:absolute;
	left:100px;
	bottom:200px;
}
#structure .kumo1 img{
	max-width:450px;
}
#structure .kumo2 img{
	max-width:350px;
}
#structure h4{
	color:#2a7839;
	font-size:22px;
	text-align:left;
	padding-bottom:30px;
}
#structure p{
	text-align:left;
	line-height:1.8;
	font-size:16px;
}
#structure .structure-img{
	position:relative;
	z-index:2;
	background:url(../images/top/structure_img.png) no-repeat right bottom;
	background-size:65% auto;
}
#structure .s-img{
	display:none;
}
@media screen and (max-width: 1500px) {
#structure .kumo1{
	position:absolute;
	right:-100px;
	top:80px;
}
#structure .kumo2{
	position:absolute;
	left:10px;
	bottom:100px;
}
}
@media screen and (max-width: 760px) {
#structure .box{
	padding:100px 0px 300px 0px;
}
#structure .kumo1{
	position:absolute;
	right:-100px;
	top:80px;
}
#structure .kumo2{
	position:absolute;
	left:-100px;
	bottom:200px;
}
#structure .kumo1 img{
	max-width:300px;
}
#structure .structure-img{
	background:none;
}
#structure .s-img{
	display:block;
	position:absolute;
	right:0;
	bottom:100px;
}
#structure .s-img img{
	max-width:500px;
}
}
@media screen and (max-width: 480px) {
#structure .s-img img{
	max-width:100%;
}
}

/* toiawase */
#toiawase{
	margin:40px auto 80px auto;
}
#toiawase .box3{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	position:relative;
}
#toiawase .box3 .artist{
	width:30%;
	padding-right:3%;
}
#toiawase .box3 .artist figure{
	width:100%;
	max-width:180px;
	margin:auto auto auto 0;
	margin-bottom:15px;
	line-height:1.5;
}
#toiawase .box3 .profile{
	width:100%;
	position:absolute;
}
#toiawase .box3 .profile p{
	font-size:16px;
	font-weight:bold;
}
#toiawase .box3 .tel{
	max-width:500px;
	display:block;
	margin:auto;
	margin-bottom:10px;
}
@media screen and (max-width: 960px) {
#toiawase .box3 .artist figure{
	max-width:120px;
	margin:50px auto auto 0;
}
}
@media screen and (max-width: 760px) {
#toiawase .box3 .artist{
	width:100%;
	padding-right:0%;
}
#toiawase .box3 .artist figure{
	position:absolute;
	bottom:-50px;
}
#toiawase .box3 .artist figure img{
	max-width:100px;
}
#toiawase .box3 .profile{
	width:100%;
	position:relative;
}
#toiawase .box3 .tel img{
	max-width:80%;
	padding-top:20px;
	margin:auto;
}
}
@media screen and (max-width: 460px) {
#toiawase{
	margin-bottom:120px;
}
#toiawase .box3 .artist figure{
	bottom:-110px;
}
#toiawase .box3 .artist figure img{
	max-width:90px;
}
}


/* aboutservice */
#aboutservice{
	margin:40px auto 40px auto;
	position:relative;
}
#aboutservice h4{
	font-size:24px;
	color:#2a7839;
	text-align:center;
	padding-bottom:30px;
	line-height:1.5;
}
#aboutservice h4 br{
	display:none;}
#aboutservice .box{
	position:relative;
}
#aboutservice .box .item1{
	position:absolute;
	left:0;
	top:0;
	width:25%;
	z-index:0;
}
#aboutservice .box .item1.pic-s{
	width:20%;
}
#aboutservice .box .item1.pic-b{
	width:33%;
	top:auto;
	bottom:-40px;
}
#aboutservice .box .item2{
	display:flex;
	justify-content:flex-end;
	padding-bottom:20px;
}
#aboutservice .box .item2 img{
	width:75%;
}
#aboutservice .box .item3{
	position:absolute;
	right:0;
	top:-160px;
	width:18%;
}
#aboutservice .box .item3 img{
}
#aboutservice .sikumi-wrap{
	background-color:#fff;
	position:relative;
	margin-top:20px;
	z-index:4;
	}
#aboutservice .strage-img{
	margin-top:-60px;
}
#aboutservice .box .iti3{
	z-index:1
}
#aboutservice .box .iti2{
	position:relative;
	z-index:2
}
#aboutservice .box .iti1{
	position:absolute;
	z-index:3
}

@media screen and (max-width: 760px) {
#aboutservice h4{
	font-size:20px;
	padding-bottom:20px;
}
#aboutservice h4 br{
	display:block;
	}
#aboutservice .box .item1{
	top:auto;
	bottom:-40px;
	left:-10px;
}
#aboutservice .box .item1.pic-b{
	bottom:-20px;
	left:-10px;
}
#aboutservice .box .item2 img{
	width:80%;
}
#aboutservice .box .item2.pic-b img{
	width:75%;
}
#aboutservice .strage-img{
	margin-top:-40px;
}
#aboutservice .box .item1.pic-b.iti1{
	bottom:-40px;
	left:-10px;
	width:28%;
}
#aboutservice .box .item3{
	top:-150px;
}
}


/* point */
#point{
	margin:0px auto 80px auto;
}
#point .point-wrap{
	position:relative;
}
#point .point-wrap p{
	padding-bottom:0;
}
#point .hito{
	position:absolute;
	bottom:-100px;
	right:-10px;
	display:flex;
	justify-content:flex-end;
	z-index:-1;
}
#point .hito img{
width:220px;
display:block;
margin-right:0;
}
#point .box{
	display: flex;
	justify-content:space-between;
	padding-top:50px;
}
#point .box.boxno4{
	display: flex;
	justify-content:space-between;
	padding-top:50px;
}
#point .box.boxno4{
	flex-wrap:wrap;
}
#point .icon{
	width:130px;
	margin-bottom:-10px;
}
#point h4{
	background-color:#80c02a;
	border-radius:0 20px 0 0;
	padding:20px 10px;
	font-size:20px;
	color:#fff;
	text-align:center;
	line-height:1.4;
	height:120px;
	display:flex;
	align-items:center;
	justify-content:center;
}
#point .item{
	width:31%;
	background-color:#e6f2d4;
	background: linear-gradient(180deg, rgba(255,255,255,0)  0%, rgba(255,255,255,0) 20%, #e6f2d4 20%, #e6f2d4 100%);
	border-radius:0 0px 20px 20px;
	margin-bottom:40px;
	}
#point .item.no4{
	width:48%;
}
#point .item .txt{
	padding:0px 20px 10px 20px;
}
#point .item.no4 .txt{
	display:flex;
	padding-top:20px;
}
#point .item.no4 .txt div{
	width:50%;
}
#point .item.no4 .txt figure{
	padding-right:20px;
}
#point .item p{
	font-size:16px;
	text-align:left;
	line-height:1.8;
}
#point .item p .txt-s{
	font-size:14px;
}
@media screen and (max-width: 960px) {
#point .hito{
	bottom:-100px;
}
#point .hito img{
width:160px;
}
}
@media screen and (max-width: 760px) {
#point{
	margin:0px auto 40px auto;
}
#point .box{
	justify-content:center;
	flex-wrap:wrap;
}
#point .item{
	width:100%;
	margin-bottom:40px;
	}
#point .hito{
	bottom:-150px;
}
#point .hito img{
width:160px;
}
#point .item.no4{
	width:100%;
}
}
@media screen and (max-width: 600px) {
#point .hito img{
width:120px;
}
}
@media screen and (max-width: 500px) {
#point .point-wrap p.nobr br{
	display:none;
}
#point .item.no4 .txt{
	flex-wrap:wrap;
}
#point .item.no4 .txt div{
	width:100%;
}
#point .item.no4 .txt figure{
	padding-right:0px;
}
#point .item.no4 .txt figure img{
	max-width:170px;
	margin:auto;
	margin-bottom:20px;
	display:block;
}
}


/* uservoice */
#uservoice{
	margin:40px auto 80px auto;
	position:relative;
}
#uservoice .ttlimg{
	position:absolute;
	right:-20px;
	top:-40px;
}
#uservoice .ttlimg img{
	width:220px;
	height:auto;
}
#uservoice p{
	text-align:left;
	font-size:16px;
	line-height:1.8;
}
#uservoice h2{
	background:url(../images/construction_industry/dounyujirei.gif) no-repeat left top;
	background-size:60px auto;
	padding:10px 0 10px 70px;
	color:#356158;
	width:fit-content;
	margin-bottom:20px;
}
#uservoice h2 span{
	border-bottom:1px solid #356158;
	padding-bottom:8px;
}
#uservoice h4{
	font-size:18px;
	line-height:1.7;
	color:#356158;
	background: linear-gradient(transparent 60%, #ffef00 0%);
  display: inline;
}
#uservoice .box{
	border:3px solid #7db340;
	padding:30px 30px 20px 30px;
	display:flex;
	background-color:#fff;
	position:relative;
	margin-top:40px;
}
#uservoice .box p{
	font-size:16px;
	line-height:1.8;
	margin-top:15px;
}
#uservoice .item1{
	width:60%;
}
#uservoice .item2{
	width:40%;
	padding-left:30px;
}
@media screen and (max-width: 1000px) {
#uservoice .ttlimg{
	position:absolute;
	right:-40px;
	top:30px;
}
#uservoice .ttlimg img{
	width:150px;
	height:auto;
}
}
@media screen and (max-width: 760px) {
#uservoice .box{
	padding:20px 30px 20px 30px;
}
#uservoice .box{
	flex-wrap:wrap;
}
#uservoice h2{
	background:url(../images/construction_industry/dounyujirei.gif) no-repeat left bottom;
	background-size:40px auto;
	padding:10px 0 10px 50px;
	font-size:20px;
}
#uservoice h2 span{
	border-bottom:1px solid #356158;
	padding-bottom:8px;
}
#uservoice h4{
	font-size:16px;
}
#uservoice .box p{
	font-size:14px;
}
#uservoice .item1{
	width:100%;
}
#uservoice .item2{
	width:100%;
	padding-left:0px;
}
}
@media screen and (max-width: 560px) {
#uservoice .ttlimg{
	position:absolute;
	right:-10px;
	top:200px;
}
#uservoice .ttlimg img{
	width:120px;
	height:auto;
}
}

/* minnadedx */
#minnadedx{
	margin:80px auto 40px auto;
	position:relative;
}
#minnadedx h2{
	color:#2a7c3a;
	font-weight:bold;
	border-top:2px solid #2a7c3a;
	border-bottom:2px solid #2a7c3a;
	text-align:center;
	font-size:36px;
}
#minnadedx h2 br{
	display:none;
	}
#minnadedx .box{
	background-color:#E9F3DD;
	padding:30px 100px;
	display:flex;
	funtify-content:center;
	align-items:center;
}
#minnadedx .item1{
	width:30%;
	padding-right:30px;
}
#minnadedx .item2{
	width:70%;
}
#minnadedx p{
	text-align:left;
}
@media screen and (max-width: 960px) {
#minnadedx h2{
	font-size:28px;
}
#minnadedx .box{
	padding:30px 50px;
}
}
@media screen and (max-width: 760px) {
#minnadedx h2{
	font-size:20px;
	line-height:1.5;
	padding:15px;
}
#minnadedx h2 br{
	display:block;
	}
#minnadedx .box{
	flex-wrap:wrap;
	padding:30px 30px;
}
#minnadedx .item1{
	width:100%;
	padding-right:0px;
}
#minnadedx .item1 img{
	max-width:180px;
	display:block;
	margin:auto;
	margin-bottom:20px;
}
#minnadedx .item2{
	width:100%;
}
}



#structure-about{
	display:flex;
	justify-content:center;
	background-color:#DDEFEB;
}
#structure-about .box{
	position:relative;
	width:100%;
	height: fit-content;
	background-image: url(../images/about/structure_back02.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	/*background-color:#DDEFEB;*/
	background-size: 100% auto;
	padding:200px 0px 400px 0px;
	margin-top:-100px;
}
#structure-about .kumo1{
	position:absolute;
	right:200px;
	top:50%;
}
#structure-about .kumo2{
	position:absolute;
	left:100px;
	bottom:200px;
}
#structure-about .kumo3{
	position:absolute;
	left:0px;
	top:200px;
}
#structure-about .kumo1 img{
	max-width:450px;
}
#structure-about .kumo2 img{
	max-width:350px;
}
#structure-about .kumo3 img{
	max-width:450px;
}
#structure-about h4{
	color:#79ac43;
	font-size:32px;
	font-weight:bold;
	line-height:1.5;
	text-align:left;
	padding-bottom:30px;
	max-width:400px;
}
#structure-about p{
	text-align:left;
	line-height:1.8;
	font-size:18px;
}
#structure-about .s-img{
	position:absolute;
	right:200px;
	bottom:250px;
	width:45%;
}
#structure-about .box-u{
	display:flex;
	padding-bottom:100px;
	}
#structure-about .wrap{
	position:relative;
	z-index:2;
}
#structure-about .box-u .item1{
	width:40%;
}
#structure-about .box-u .item2{
	width:60%;
}
#structure-about .box-u .item1 figure{
	width:100%;
	max-width:400px;
	display:block;
	margin:auto;
	padding-right:20px;
}
	
@media screen and (max-width: 1500px) {
#structure-about .kumo1{
	right:-50px;
	top:auto;
	bottom:350px;
}
#structure-about .kumo2{
	left:-10px;
	bottom:100px;
}
#structure-about .s-img{
	right:50px;
}
#structure-about .box-u{
	padding-bottom:100px;
}
}
@media screen and (max-width: 1100px) {
#structure-about .s-img{
	right:10px;
	bottom:150px;
	width:55%;
}
#structure-about .box-u .item1 figure{
	padding-right:40px;
}
#structure-about .kumo3 img{
	max-width:350px;
}
}
@media screen and (max-width: 760px) {
#structure-about .box{
	padding:120px 0px 300px 0px;
	margin-top:-70px;
}
#structure-about .box-u{
	padding-bottom:50px;
}
#structure-about .kumo1{
	position:absolute;
	right:-100px;
	top:40%;
}
#structure-about .kumo2{
	position:absolute;
	left:-100px;
	bottom:0px;
}
#structure-about .kumo1 img{
	max-width:300px;
}
#structure-about .s-img{
	bottom:120px;
	right:0px;
}
#structure-about p{
	font-size:16px;
}
}
@media screen and (max-width: 480px) {
#structure-about .box{
	padding:100px 0px 300px 0px;
	margin-top:-70px;
}
#structure-about .s-img img{
	max-width:100%;
}
#structure-about .s-img{
	display:block;
	position:absolute;
	right:0;
	bottom:50px;
	width:100%;
}
#structure-about .box-u{
	flex-wrap:wrap;
	padding-bottom:70px;
}
#structure-about .box-u .item1{
	width:100%;
}
#structure-about .box-u .item2{
	width:100%;
}
#structure-about .box-u .item1 figure{
	max-width:220px;
	margin-bottom:20px;
	padding-right:0;
}
#structure-about .kumo3 img{
	max-width:250px;
}
#structure-about .kumo1,
#structure-about .kumo2{
	display:none;
}
#structure-about h4{
	max-width:300px;
}
}


/* okinawadeno */
#okinawadeno{
	margin:40px auto 80px auto;
	position:relative;
}
#okinawadeno .ttlimg{
	position:absolute;
	right:-20px;
	top:-100px;
}
#okinawadeno .ttlimg img{
	width:220px;
	height:auto;
}
#okinawadeno h3{
	margin-bottom:45px;
}
#okinawadeno p{
	font-size:20px;
	text-align:center;
	padding:0 30px 40px 30px;
}
#okinawadeno .box{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	position:relative;
}
#okinawadeno .box .item{
	width:47%;
	padding-bottom:30px;
	border:1px solid #7cb731;
	margin-bottom:50px;
}
#okinawadeno .box figure{
	max-width:88%;
	margin:auto;
	margin-bottom:15px;
}
#okinawadeno .box h4{
	margin:0 0 30px 0;
	padding:10px;
	font-size:18px;
	text-align:center;
	line-height:1.5;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#7cb731;
	color:#fff;
	flex-wrap:wrap;
	height:120px;
}
#okinawadeno .box h4 .s-font{
	font-size:14px;
	width:100%;
	display:block;
	padding:3px 0;
}
#okinawadeno .box p{
	font-size:16px;
	text-align:left;
	padding-bottom:20px;
	line-height:1.8;
}
@media screen and (max-width: 1000px) {
#okinawadeno .ttlimg{
	position:absolute;
	right:-40px;
	top:25px;
}
#okinawadeno .ttlimg img{
	width:150px;
	height:auto;
}
}
@media screen and (max-width: 760px) {
#okinawadeno p{
	font-size:18px;
	text-align:center;
}
#okinawadeno .box .item{
	width:100%;
}
#okinawadeno .box h4{
	font-size:16px;
	height:auto;
}
#okinawadeno .box p{
	font-size:14px;
}
}
@media screen and (max-width: 560px) {
#okinawadeno h3{
	position:relative;
	z-index:2;
}
#okinawadeno .ttlimg{
	position:absolute;
	right:-40px;
	top:-100px;
}
#okinawadeno .ttlimg img{
	width:150px;
	height:auto;
}
}

