html{
	box-sizing: border-box;
}



body{
	margin: 0;
	font-family: sans-serif;   /*ゴシック*/		/*font-family:serif;  明朝*/
	font-size: 16px;
	background-color: #fafafa;/*#FAFAFA;*/
}

img{

	pointer-events: none;

}





/*ナビゲーション*/



body {
  margin: 0;

user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}

div{   }


@media screen and (min-width:1050px){      /*メディアスクリーン幅1050以上ここから*/



ul {
  padding: 0;
  margin: 0;
  height: 90px;
  line-height: 90px;
}

li {
  list-style-type: none;
  color: white;
  font-weight: bold;
  font-size: 18px;
}
a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}


header {
  display: flex;
  align-items: center;
  background: linear-gradient(to left, #85CD9D 30%, white);   /* 緑系　#AED3B8;*/	/*青緑#A5D3CB;*/  /* background:	#70ad47;*/
/*position: fixed;*/
/*width:100%;*/
}

.logo {
  padding: 10px 20px;
  display: inline-block;
}

.margin{
	margin-left: 20px;
}

nav {
  margin-left: auto;
 font-family:serif;
}
nav ul {
  display: flex;
  font-weight:bold;

}

nav li {
margin-left:2px;
margin-right:2px;
list-style-type: none;
box-sizing: border-box;
height: auto;
}

nav ul li a {
  display:block;
  padding: 0 17px;

  color:#FFFFFF;
  text-shadow: 2px 3px 4px #808080;
}

nav a:hover{
	animation-name: under-line;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

nav li a.current{
        background-color: #3cb371;
}



} /*メディアスクリーン幅1050以上ここまで*/






@media screen and (max-width:1049px){      /*メディアスクリーン幅1050以下ここから*/


html{

}


header {

  background: linear-gradient(to left, #ddffdd 30%, white);   /* 緑系　#AED3B8;*/	/*青緑#A5D3CB;*/  /* background:	#70ad47;*/
/*position: fixed;*/
/*width:100%;*/
}


nav{
	/*border-top:2px solid #FFFFFF;*/
  background: #85CD9D;
}

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

nav li{
	border-bottom: 1.5px solid #3cb371;
}

nav li a{
	display:block;
	width:100%;
	padding:8px 0;
	margin: 1px 0;
	text-decoration: none;
	text-align: center;
	font-size: 17px;
	color: #ffffff;
}




nav a:hover{
	animation-name: under-line;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

nav li a.current{
        background-color: #3cb371;
}


} /*メディアスクリーン幅1000以下ここまで*/






/*ナビゲーションここまで*/





/*ナビ用アンダーラインアニメーション*/


@keyframes under-line {
    0% {
	/*text-decoration: underline orange 1px;*/
	/*text-underline-offset:0.1em;*/
    }
    100% {
	/*text-decoration: solid underline orange 3px;*/
	/*text-underline-offset:0.3em;*/
        background-color: #3cb371;
    }
}	



.nav-container a:hover{
	animation-name: under-line;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}


/*ナビ用アンダーラインアニメーションここまで*/





/*フッター*/

footer{}
.footer-container{
	padding: 10px;
	margin-top:100px;
	border-radius: 0 0 0px 0px;
	  /*background: linear-gradient(to left, #85CD9D 30%, white);*/
	background:	#85CD9D;
	/*background: radial-gradient(#85CD9D,white);*/
									/*background: radial-gradient(#008000,#064000);*/
}


.copyright{
	text-align:center;
	color: white;
	font-size: 18px;
        text-shadow: 2px 3px 4px #808080;
}


/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    background: #fff;
    color: green;
    padding: 7px;
    border: solid 1px;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
	opacity: 0.5;
}

#page-top:hover{
	animation-name: yazirusi;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}

/***トップへ戻るボタンここまで***/

@keyframes yazirusi{
    0% {
	/*text-decoration: underline orange 1px;*/
	/*text-underline-offset:0.1em;*/
	opacity: 0.5;
    }
    100% {
	/*text-decoration: solid underline orange 3px;*/
	/*text-underline-offset:0.3em;*/
	opacity: 1;
    }
}	

/*フッターここまで*/




/*メインコンテンツレイアウト部分*/

main{}
.main-container{
	padding: 370px 0px 370px 0px;
	background-image:url(img/HOME背景2.png);
	background-size: 100% 100%; 
	height:110px;
	animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.mainfont{
	font-family:serif;
	text-align:center;
	color: white;
	font-size: 30px;
	font-weight: bold;
        text-shadow: 5px 5px 5px #000000;
}

.container {
  margin: 0 auto;
  padding: 100px 0 100px 0;
  width: 80%;
  color: #333;
  background: #87ceeb;
}


/*スライドショーここから*/



/*スライドショーここまで*/




/*メインコンテンツレイアウト部分ここまで*/



/*メインコンテンツ２レイアウト部分*/

main{}
.main-container2{
	height: auto;
	margin: 0px 0px 30px 0px;
	animation: fadeup 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
	animation-delay: 1.0s;
	animation-fill-mode: both;
/*	background-image:url(img/image0.png);	*/
	background-repeat: no-repeat;
	background-position:left; 
	background-size:contain;
}

.main2font{
	text-align:center;
	color: black;
	font-size: 30px;
}

.container1 h1 {
  font-family:serif;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-size:20px;
  width:70%;
 text-align: center;
}
.container1 h1:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 100%;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: orange;
  border-radius: 2px;
}

.main-container2 p{
	text-align:center;
	font-size:20px;
	}

.container1{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 120px;
	margin-bottom:30px;
}

.container2{
	width:70%;
	margin-left:auto;
	margin-right: auto;
	font-size: 20px;
}

.container4{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	font-size: 20px;
}

.container4 p{
	display:inline;
	font-weight:bold;
	font-size: 50px;
}




@media screen and (min-width:1049px){      /*メディアスクリーン幅1050以上ここから*/

.slider{
	width:100%;
	height: auto;

}

.slider img{
	
	max-height:1100px;
	height: auto;
}


}


@media screen and (max-width:1049px){      /*メディアスクリーン幅1050以下ここから*/


.slider{



}

.slider img{


}


}



.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}



.sdgs{
	height: auto;
	width:85%;
	margin-left:auto;
	margin-right:auto;

/*	margin-left: auto;
	margin-right: auto;*/
	margin-top: 50px;
	margin-bottom: 30px;
	/*text-align:center;*/

}

.main-container3{
	height: auto;
	margin: 30px 0px 30px 0px;
	animation: fadeup 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
	animation-delay: 1.0s;
	animation-fill-mode: both;
}


.container3 h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-size:20px;
}

.container3 h1:before {

}

.container3{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:30px;
	background: #FFFFFF;
}



.greeting-container1{
	height: 600px;
	margin: 0 200px 30px 200px;
	background: white;
}

.greeting-container2{
	height: 460px;
	width: auto;
	margin: 30px 30px 30px 30px;
	background: #ddffdd;
}

.greeting-container3{
	position: absolute;
	height: 300px;
	width: 300px;
	margin: 80px 30px 80px 30px;
	border: 1px solid #C0C0C0;
	background: #FFFFFF;
}

.greeting-container3 p{
	font-size: 20px;
	text-align: center;
	line-height:250px;
}


.greeting-container4{
	position: absolute;
	height: 400px;
	width: 400px;
	margin: 30px 30px 30px 400px;
	border: 1px solid #C0C0C0;
	background: #FFFFFF;
}

.greeting-container4 p{
	margin-left: 30px;
	font-size: 20px;
}

/*メインコンテンツ２レイアウト部分ここまで*/




/*フェードインアニメーション*/


.anim-box.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}




/*フェードインアニメーションここまで*/




/*　HOMEここから　*/

.home-container2{
	display:flex;
	justify-content: center;
	margin: 20px 0px 20px 0px;
	animation: fadeup 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
	animation-delay: 2s;
	animation-fill-mode: both;
	background-color: #fafafa;
}



.flex_home-box {
    display: flex;              /* フレックスボックスにする */	
    justify-content:space-around;
    background-color: #fff;     /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    margin-top:20px;
    flex-basis: 60%;
    height:100%;
    align-items: stretch;
    flex-wrap:wrap;
}


 
.flex_home-item {
    padding: 10px;
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
}

 
.flex_home-item:nth-child(1) {
   	background-color:  #fff; /* 背景色指定 */
	flex-basis: 300px;
	height:250px;
	color: black;
}

.flex_home-item:nth-child(1) img {
    background-color:  #fff; /* 背景色指定 */
	flex-basis: 100%;
	height:250px;
	color: black;
	object-fit:cover;
}

/*
 
.flex_home-item:nth-child(2) {
    background-color:  #fff; /* 背景色指定 */
	flex-basis: 250px;
	height:250px;
	color: black;
	max-width:200px;
}

.flex_home-item:nth-child(2) img {
    background-color:  #fff; /* 背景色指定 */
	width:100%;
	height:100%;
	color: black;
	object-fit:contain;
}


*/

.flex_home-item:nth-child(2) {
   	background-color:  #fff; /* 背景色指定 */
	flex-basis: 300px;
	height:150px;
	color: black;
}

.flex_home-item:nth-child(2) img {
    background-color:  #fff; /* 背景色指定 */
	flex-basis: 100%;
	height:150px;
	color: black;
	object-fit:cover;
	margin-top: 50px;
}




/*　会社概要ここから　*/

main{}
.company-container{
	padding: 60px 0px 60px 0px;
	background-image:url(img/会社概要帯.png);
	background-size: 100% 100%; 
}

.company-container2{
	width:60%;
	height: auto;
	margin: 30px 0px 100px 0px;
	background-color: #fafafa;

}

.flex_company-box {
    display: flex;              /* フレックスボックスにする */	
    justify-content:space-around;
    margin-right: auto;
    margin-left:auto;
    background-color: #fafafa;     /* 背景色指定 */
    padding:  0;             /* 余白指定 */
    margin-top:20px;
    align-items: stretch;
    height: auto;
    flex-wrap: wrap;
    width: 60%;
}

.flex_company-item:nth-child(1) {
	display: flex;
	align-items: center;
        justify-content:space-around;
	background-color: #FFFFFF; /* 背景色指定 */
	border-radius: 3%;
	border: 1px solid #ccc;
	flex-basis: 25%;
	color: black;
	height: 250px;
	padding:10px 20px 10px 20px;

	margin-bottom:50px;
	min-width: 400px;
}

.flex_company-item:nth-child(2) {
	display: flex;
	align-items: center;
        justify-content:space-around;
	background-color: #FFFFFF; /* 背景色指定 */
	border-radius: 3%;
	border: 1px solid #ccc;
	flex-basis: 30%;
	color: black;
	padding:10px 20px 10px 20px;
	min-width: 400px;
}


.company-sentencebox{

	width: 60%;
	max-width: 800px;
	margin: 50px auto 80px auto;
	padding: 30px;
	height:auto;
	background-color: #ffffff; /* 背景色指定 */
	border-radius: 3%;
	border: 1px solid #ccc;

}


/*テーブルデザイン*/

/* table01 */

table{

/*	margin:auto auto 50px auto;*/

}

.kaisha {
	margin:80px auto 50px auto;;
	width: 50%;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
min-width:100px;
}

.kaisha td {
	background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}


/*テーブルデザインここまで*/



main{}
.greeting-container{
	padding: 60px 0px 60px 0px;
	background: #87ceeb;
}

.flex_greeting-box {
    display: flex;              /* フレックスボックスにする */	
    justify-content:space-around;
    background-color: #eee;     /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    margin-top:20px;
	height:300px;
    align-items: stretch;
}
 
.flex_greeting-item {
    padding: 10px;
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
}
 
.flex_greeting-item:nth-child(1) {
   	background-color:  #2196F3; /* 背景色指定 */
	flex-basis: 40%;
}
 
.flex_greeting-item:nth-child(2) {
    background-color:  #4CAF50; /* 背景色指定 */
	flex-basis: 40%;
}




/*　会社概要ここまで　*/





/*　業務内容ここから　*/

main{}
.service-container{
	padding: 60px 0px 60px 0px;
	background-image:url(img/業務内容帯.png);
	background-size: 100% 100%; 
}

.service-container p{

	color: white;
	font: bold;

}


.service-container2{
	height: auto;
}

.service-container2 a{
	color: #ccc;
	font-weight: bold;
	font-size: 15px;
}

/*ゆっくり透明に*/

.service-container2 img {
  transition: 0.2s;
}

/*ホバー時に透明度70%*/

.service-container2 a:hover {
	animation-name: up;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-duration: 0.5s;
}






/*ナビ用アンダーラインアニメーション*/


@keyframes up {
    0% {
	transform: scale(1,1);
	opacity:1;
    }
    100% {
						/*  移動  transform: translate(0px, 5px);	*/
	transform: scale(1.07,1.07);
	opacity:0.7;
    }
}	



@keyframes move {		 /*移動*/
    0% {


    }
    100% {
	 transform: translate(400px, 0px);

    }
}

.move:hover :not(.not_animation-name)
{
	animation-name: move;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-duration: 1.5s;
}







.flex_service-box1 {
    display: flex;              /* フレックスボックスにする */	
    justify-content:space-around;
    background-color: #fafafa;     /* 背景色指定 */
    padding:  0;             /* 余白指定 */
    margin-top:20px;
    align-items: stretch;
    flex-wrap:wrap;
    font-family:serif;
}

.flex_service-box2 {
    display: flex;              /* フレックスボックスにする */	
    justify-content:space-around;
    background-color: #fafafa;     /* 背景色指定 */
    padding:  0;             /* 余白指定 */
    margin-top:20px;
    align-items: stretch;
    flex-wrap:wrap;
    font-family:serif;
}

.flex_service-box1 p{
    color: white;
    font-size:20px;
    font-weight:bold;
}

.flex_service-box2 p{
    color: white;
    font-size:20px;
}

.flex_service-item:nth-child(1) {
	display: flex;
	align-items: center;
        justify-content:space-around;
	background-position: center;
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: white;
	text-align:center;
	margin-bottom: 20px;
	position: relative;
}

.flex_service-item:nth-child(1) img{
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: black;
	text-align:center;
	border:3px solid #cccccc;
	margin-top:20px;
	padding:3px;
}

.flex_service-item:nth-child(2) {
	display: flex;
	align-items: center;
        justify-content:space-around;
	background-position: center;
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: white;
	text-align:center;
	margin-bottom: 20px;
	position: relative;
}

.flex_service-item:nth-child(2) img{
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: black;
	text-align:center;
	border:3px solid #cccccc;
	margin-top:20px;
	padding:3px;
}

.flex_service-item:nth-child(3) {
	display: flex;
	align-items: center;
        justify-content:space-around;
	background-position: center;
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: white;
	text-align:center;
	margin-bottom: 20px;
	position: relative;
}

.flex_service-item:nth-child(3) img{
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: black;
	text-align:center;
	border:3px solid #cccccc;
	margin-top:20px;
	padding:3px;
}

.flex_service-item:nth-child(4) {
	display: flex;
	align-items: center;
        justify-content:space-around;
	background-position: center;
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: white;
	text-align:center;
	margin-bottom: 20px;
	position: relative;
}

.flex_service-item:nth-child(4) img{
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: black;
	text-align:center;
	border:3px solid #cccccc;
	margin-top:20px;
	padding:3px;
}

.flex_service-item:nth-child(5) {
	display: flex;
	align-items: center;
        justify-content:space-around;
	background-position: center;
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: white;
	text-align:center;
	margin-bottom: 20px;
	position: relative;
}

.flex_service-item:nth-child(5) img{
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: black;
	text-align:center;
	border:3px solid #cccccc;
	margin-top:20px;
	padding:3px;
}


.flex_service-item2:nth-child(1) {
	display: flex;
	align-items: center;
        justify-content:space-around;
	background-position: center;
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: white;
	text-align:center;
	margin-bottom: 20px;
	position: relative;
}

.flex_service-item2:nth-child(1) img{
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: black;
	text-align:center;
	border:3px solid #cccccc;
	margin-top:20px;
	padding:3px;
}

.flex_service-item2:nth-child(2) {
	display: flex;
	align-items: center;
        justify-content:space-around;
	background-position: center;
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: white;
	text-align:center;
	margin-bottom: 20px;
	position: relative;
}

.flex_service-item2:nth-child(2) img{
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: black;
	text-align:center;
	border:3px solid #cccccc;
	margin-top:20px;
	padding:3px;
}

.flex_service-item2:nth-child(3) {
	display: flex;
	align-items: center;
        justify-content:space-around;
	background-position: center;
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: white;
	text-align:center;
	margin-bottom: 20px;
	position: relative;
}

.flex_service-item2:nth-child(3) img{
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: black;
	text-align:center;
	border:3px solid #cccccc;
	margin-top:20px;
	padding:3px;
}

.flex_service-item2:nth-child(4) {
	display: flex;
	align-items: center;
        justify-content:space-around;
	background-position: center;
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: white;
	text-align:center;
	margin-bottom: 20px;
	position: relative;
}

.flex_service-item2:nth-child(4) img{
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: black;
	text-align:center;
	border:3px solid #cccccc;
	margin-top:20px;
	padding:3px;
}

.flex_service-item2:nth-child(5) {
	display: flex;
	align-items: center;
        justify-content:space-around;
	background-position: center;
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: white;
	text-align:center;
	margin-bottom: 20px;
	position: relative;
}

.flex_service-item2:nth-child(5) img{
	border-radius: 50%;
	flex-basis: 230px;
	height:230px;
	color: black;
	text-align:center;
	border:3px solid #cccccc;
	margin-top:20px;
	padding:3px;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/*　業務内容下部　*/


.color-box{
	background-color: #fafafa; /*#f4ffef;*/
	padding-bottom: 20px;
}

.margin-box{

	margin-bottom:100px;

}

.service-box3{
	display: flex;
        justify-content:space-around;
	margin:20px auto 20px auto;
	height: auto; 
	flex-wrap:wrap;
}





.title-box{
	display:flex;
	width:80%;
	border-bottom: 3px solid orange;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}


.title-box h1{
	font-family:serif;
	margin-left: auto;
	margin-right: auto;
	font-size:25px;
}


.picture-box{
	display:flex;
	width:50%;
	min-width: 400px;
}


.picture-box1{
	display: flex;
	padding:5px;
	flex-basis:70%;
}

.picture-box1 img{
	display: flex;
	width:100%;
	height: 100%;
	border: 1px solid #ddd;
}

.picture-box2{
	display: flex;
	flex-basis:50%;
	flex-wrap: wrap;
}


.picture-box2-1{
	display: flex;
	flex-flow: column;
	flex-basis:100%;
	padding:5px;
}

.picture-box2-1 img{
	display: flex;
	width:100%;
	height: 100%;
	border: 1px solid #ddd;
}


.picture-box2-2{
	display: flex;
	flex-basis:100%;
	flex-flow: column;
	padding:5px;
}

.picture-box2-2 img{
	display: flex;
	width:100%;
	height: 100%;
	border: 1px solid #ddd;
}


@media screen and (min-width: 1050px){

.sentence-box{
	display:flex;
	flex-basis: 30%;
	font-size:18px;
}

.sentence-box2{
	width:70%;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	text-align: center;
	font-size: 20px;
	
}


}

@media screen and (max-width: 1049px){

.service-box3{

	margin-left: auto;
	margin-right: auto;
}

.title-box{
	display: block;
	border-bottom: 3px solid orange;
	margin-left: auto;
	margin-right: auto;

}


.title-box h1{
	font-size:25px;

}


.sentence-box{

	display:flex;
	flex-basis: 30%;
	font-size:18px;

}

.sentence-box2{
	width:70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}


.picture-box{
	margin-left: auto;
	margin-right: auto;
	}

.picture-box2{
	margin: 0;
}

}

/*　業務内容ここまで　*/


/*　製品概要ここから　*/

main{}
.products-container{
	padding: 60px 0px 60px 0px;
	background-image:url(img/mccb.png);
	background-size: 100% 100%; 
}


/*

.products-container2{
	height: auto;
	margin: 30px 0px 30px 0px;
}


.flex_products-box {
	display: flex;              /* フレックスボックスにする */	
	justify-content:space-around;
	background-color: #fafafa;     /* 背景色指定 */
	padding:  0;             /* 余白指定 */
	margin-top:20px;
	align-items: stretch;
	height: auto;
	flex-wrap:wrap;
}

.flex_products-item img{
	width:60%:
	height: auto;
}


.flex_products-item:nth-child(1) {
	display: flex;
	align-items: center;
        justify-content:space-around;
   	background-color:  #eee; /* 背景色指定 */
	flex-basis: 50%;
	color: black;
	flex-shrink:0;
	margin-top :50px;
	margin-bottom: 50px;

}



.flex-products-box2 {
	display: flex;
	align-items: center;
        justify-content:space-around;
	background-image:url(img/整流器とは.png); /* 背景色指定 */
	flex-basis: 40%;
	color: black;
}


*/




.products2-box{


}


.products2-titlebox{
	display:flex;
	flex-basis: 70%;
	border-bottom: 2px solid orange;
	margin:60px 70px 40px 70px;
}


.products2-titlebox h1{
	font-size:25px;
	margin-left: 20px;
}


.products2-picturebox1{
	display: flex;
	margin-bottom: 100px;
}


.products2-picturebox1-1{
	margin-left: auto;
	margin-right: 50px;
	width:30%;
	height: 500px;
}

.products2-picturebox1-1 img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}



.products2-picturebox1-2{
	margin-left: 50px;
	margin-right: auto;
	width:30%;
	height: 500px;

}

.products2-picturebox1-2 img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}


.products2-picturebox2{

	text-align:center;

}

.products2-picturebox2 img{

	text-align:center;
	max-width:1000px;
	width:100%;
	height: 100%;

}


.title-box{
	display: block;
	border-bottom: 2px solid orange;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;

}


/*　製品概要ここまで　*/


/*　アクセスここから　*/

main{}
.access-container{
	padding: 60px 0px 60px 0px;
	background-image:url(img/アクセス帯.png);
	background-size: 100% 100%; 
}

.access-container2{
	display:flex;
	justify-content: center;
	margin: 20px 0px 20px 0px;
	height:auto;
}

.access-container3{
	display:flex;
	justify-content: center;
	margin: 20px 0px 20px 0px;
}

.access-container3 h1 {
  padding: 0.15em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px orange;/*左線*/
  font-size:20px;
}

.access-container3 h2 {
	font-weight: normal;
	font-size: 15px;
	margin: 0;

}

.access-container3 p{
	font-size: 20px;
}



.flex_access-box {
    display: flex;              /* フレックスボックスにする */	
    flex-wrap:wrap;
    justify-content:space-around;
    background-color: #fafafa;     /* 背景色指定 */
    padding:  0;             /* 余白指定 */
    margin-top:20px;
    width: 90%;
    height:100%;
    align-items: stretch;
    min-width:350px;
}


.flex_access-box h2 {
	font-weight: normal;
	font-size: 15px;
	margin: 0;

}


.flex_access-box img{

	width: 100%;
	height: 70%;
}
 
.flex_access-item {
    padding: 0;
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    min-width:350px;
    font-family: serif;
}

.flex_access-item h2 {
	font-weight: normal;
	font-size: 15px;
	margin: 0;

}

.flex_access-item iframe{
	width: 100%;
	height:70%;
}

 
.flex_access-item:nth-child(1) {
   	background-color:  #fafafa; /* 背景色指定 */
	flex-basis: 45%;
	color: black;
}

.flex_access-item:nth-child(1) h1{
  padding: 0.15em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px orange;/*左線*/
  font-size:20px;
}
 
.flex_access-item:nth-child(2) {
    background-color:  #fafafa; /* 背景色指定 */
	flex-basis: 45%;
	color: black;
}

.flex_access-item:nth-child(2) h1{
  padding: 0.15em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px orange;/*左線*/
  font-size:20px;
}



.flex_access-box2 {
    display: flex;              /* フレックスボックスにする */	
    justify-content:space-around;
    background-color: #fafafa;     /* 背景色指定 */
    padding:  0;             /* 余白指定 */
    margin-top:20px;
	flex-basis: 80%;
	height:auto;
    align-items: stretch;
    flex-wrap:wrap;
}

.flex_access-box3 {
    display: flex;              /* フレックスボックスにする */	
    justify-content:space-around;
    background-color: #fafafa;     /* 背景色指定 */
    padding:  0;             /* 余白指定 */
    margin-top:20px;
	flex-basis: 80%;
	height:auto;
    align-items: stretch;
    flex-wrap:wrap;
}
 
.flex_access-item2 {
	width: 300px;
	max-width:300px;
	min-width:300px;
	height: auto;
	margin-top:10px;
}

.flex_access-item2 img{
	width: 300px;
	max-width:300px;
	min-width:300px;
	height: auto;
}
 
.flex_access-item2-1{


}

.flex_access-item2-2{


}

.flex_access-item2-3{


}



.a-box1{
	width:30%;
	height: auto;
	min-width:300px;
	margin-top: 30px;
}

.a-box1-1{
	padding: 0.15em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px orange;/*左線*/
	font-size:20px;
	font-family: serif;

}



iframe {
  width: 100%;
  height:100%;
 /* aspect-ratio: 16/9; //アスペクト比（縦横比）を指定 */
}



/*　アクセスここまで　*/


/*　採用情報ここから　*/

main{}
.recruit-container{
	padding: 60px 0px 60px 0px;
	background: #87ceeb;
}

.recruit-container3{
	padding: 60px 0px 60px 0px;
	background-image:url(img/採用情報帯.png);
	background-size: 100% 100%; 
}

.recruit-container2{
	display:flex;
	justify-content: center;
	margin: 20px 0px 20px 0px;
	animation: fadeup 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
	animation-delay: 2s;
	animation-fill-mode: both;
	background-color: #eeeeee;
}



.flex_recruit-box {
    display: flex;              /* フレックスボックスにする */	
    justify-content:space-around;
    padding:  10px;             /* 余白指定 */
    margin-top:20px;
    flex-basis: 70%;
    height:100%;
    align-items: stretch;
    flex-wrap:wrap;
}


 
.flex_recruit-item {
    padding: 10px;
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
}

 
.flex_recruit-item:nth-child(1) {
   	background-color:  #fff; /* 背景色指定 */
	flex-basis: 300px;
	height:250px;
	color: black;
	border: 2px solid #eee;
}

 
.flex_recruit-item:nth-child(2) {
    background-color:  #fff; /* 背景色指定 */
	flex-basis: 250px;
	height:250px;
	color: black;
	border: 2px solid #eee;
}


.flex_recruit-item:nth-child(3) {
    background-color:  #fff; /* 背景色指定 */
	flex-basis: 250px;
	height:250px;
	color: black;
	border: 2px solid #eee;
}


.flex_recruit-item:nth-child(4) {
    background-color:  #fff; /* 背景色指定 */
	flex-basis: 250px;
	height:250px;
	color: black;
	border: 2px solid #eee;
}

.flex_recruit-item:nth-child(4) img {
    background-color:  #fff; /* 背景色指定 */
	flex-basis: 250px;
	height:250px;
	color: black;
	border: 2px solid #eee;
}


.flex_recruit-item:nth-child(5) {
    background-color:  #fff; /* 背景色指定 */
	flex-basis: 250px;
	height:250px;
	color: black;
	border: 2px solid #eee;
}

.flex_recruit-item:nth-child(5) img {
    background-color:  #fff; /* 背景色指定 */
	flex-basis: 100%;
	height:250px;
	color: black;
	border: 2px solid #eee;
}


.flex_recruit-item:nth-child(6) {
    background-color:  #fff; /* 背景色指定 */
	flex-basis: 250px;
	height:250px;
	color: black;
	border: 2px solid #eee;
}

.flex_recruit-item:nth-child(6) img {
    background-color:  #fff; /* 背景色指定 */
	flex-basis: 100%;
	height:250px;
	color: black;
	border: 2px solid #eee;
	object-fit:cover;
}



.recruit-box{

	height:auto;

}

.recruit-sentencebox{

	max-width: 800px;
	margin: 50px auto;
	padding: 30px;
	height:auto;
	background-color: #ffffff; /* 背景色指定 */
	border-radius: 3%;
	border: 1px solid #ccc;

}

.recruit-picturebox{

	margin: 70px auto;
	height: auto;
	max-width:900px;
	width:60%;
	border: 1px solid #ccc;

}


.recruit-picturebox img{
	object-fit: contain;
	height: 100%;
	width:100%;
}


.recruit-box2{

	display: flex;	
	width:80%;
	height: auto;
	margin-top:200px;
	margin-left:auto;
	margin-right:auto;
	flex-wrap: wrap;

}

.recruit-box3{

	display: flex;	
	width:75%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	border-bottom: 2px solid orange;
	font-size: 25px;

}

.recruit-box3 h20{

	text-align: center;
	font-size: 25px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

.recruit-box3-1{

	width:100%;
	text-align: center;
	font-size: 20px;
	margin-top: 50px;

}

.recruit-box4{

	display: flex;	
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	height: auto;


}


.recruit-box4-1{

	display: flex;	
	flex-wrap: wrap;
	justify-content: space-around;
	width: 25%;
	height: 800px;
	margin-top:50px;
	min-width: 330px;

}


.recruit-box4-1-1{

	display: flex;	
	flex-wrap: wrap;
	width: 100%;
	height: 400px;

}

.recruit-box4-1-1-1{


	width: 30%;
	height: 30px;
	border-bottom: 2px solid orange;
	font-size: 20px;

}

.recruit-box4-1-1-2{

	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	border: 1px solid #aaa;
	padding:5px;

}

.recruit-box4-1-1-2 img{

	justify-content: contain;
	width:100%;
	height:100%;

}




.recruit-box4-2{

	width: 25%;
	height: 800px;
	margin-top:50px;
	min-width: 330px;

}

.recruit-box4-2-1{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 400px;
}




.recruit-box4-2-1-1{

	width: 30%;
	height: 30px;
	border-bottom: 2px solid orange;
	font-size: 20px;
}


.recruit-box4-2-1-1 h1{


	width: 100%;
	height: 50px;


}

.recruit-box4-2-1-2{


	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	border: 1px solid #aaa;
	padding:5px;
	

}

.recruit-box4-2-1-2 img{

	justify-content: contain;
	width:100%;
	height:100%;

}


.recruit-box4-3{

	width: 25%;
	height: 800px;
	margin-top:50px;
	min-width: 300px;
}


.recruit-box4-3-1-1{

	width: 70%;
	height: 30px;
	border-bottom: 2px solid orange;
	font-size: 20px;

}

.recruit-box4-3-1-2{


	width: 100%;
	height: 730px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #aaa;
	padding:5px;

}

.recruit-box4-3-1-2 img{

	justify-content: contain;
	width:100%;
	height:100%;

}


.recruit-box4-3-1-2 img{

	justify-content: contain;
	width:100%;
	height:100%;

}



.recruit-box5{
	width:60%;
	height:auto;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
}

.saiyou-borderbox{

	width:55%;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:20px;
	border-bottom: 1px solid #CCCCCC;

}

.saiyou-marginbox{

	width:55%;
	margin-left: auto;
	margin-right: auto;
	margin-top:40px;
	margin-bottom:40px;

}



.saiyou-box{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid orange;

}

.saiyou{
	width:100%;
	font-size: 30px;
	font-weight:bold;
	text-align: center;
	font-family:serif;

}


.saiyou-box1{
	display:flex;
	flex-wrap: wrap;
	width:50%;
	min-width: 330px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.saiyou-box1-1{
	width:49%;
	min-width: 330px;
	height:210px;
	margin-left:auto;
	margin-right:auto;

}

.saiyou-box1-2{
	width:49%;
	min-width: 330px;
	height:270px;
	margin-left:auto;
	margin-right:auto;
}

.saiyou-box1-2 img{

  margin: 30px auto 0px auto;
  display: block;
}



.saiyou-box1-1 h2{
	padding: 5px 5px;
	border-left: 4px solid #009B6B;
	font-family:serif;
}

.saiyou-box1-1 p{
	font-size:20px;
	line-height: 1.7;
}


.recruit-sentencebox2{

	max-width: 700px;
	margin: 50px auto;
	padding: 30px;
	height:auto;
	background-color: #ffffff; /* 背景色指定 */
	border-radius: 3%;
	border: 1px solid #ccc;
	line-height:1.5;

}


.font10{
	text-align:center;
	font-weight:bold;
	font-size: 20px;
	margin-top:10px;
	margin-bottom:30px;

}


.recruit-sentencebox2 a{

color: #0000ee;
font-weight: normal;
text-decoration: underline;


}

.recruit-sentencebox2 a:visited {
    color: #551a8b;
}

.recruit-sentencebox2 a:hover {
    color: #0000ee;
}


.strong{

	font-size:15px;
	font-weight:bold;
	text-align: right;

}



/*　採用情報ここまで　*/




/*　品質/環境ここから　*/


.quality-container{
	padding: 60px 0px 60px 0px;
	background-image:url(img/品質環境帯.png);
	background-size: 100% 100%; 
}



.quality-box{
	display: flex;
	width:55%;
	height:auto;
	flex-wrap: wrap;
	margin-right:auto;
	margin-left:auto;	
}

.quality1{
	font-size: 20px;
	margin-top: 100px;
	margin-bottom: 0px;

}


.quality-flexbox1{
	display: flex;
	width:100%;
	height: auto;
}




.quality-flexbox1 img{

	width:100%;
	height: 100%;

}

.quality-flexbox2{
	display: flex;
	width:100%;
	height: auto;
	justify-content: space-around;
	flex-wrap:wrap;

}


.quality-flexbox1-1{
	display:flex;
	flex-wrap:wrap;
	width: 100%;
	height: auto;
	max-width: 550px;
	min-width: 350px;
}

.quality-flexbox1-1 h2{
	font-size: 25px;
	margin: 30px 0 0 0;
}

.quality-box1{
	width:80px;
	border-bottom: 2px solid orange;
	margin:0 0px 30px 0;
	font-family:serif;
}




.quality-box1 h1{
	font-size:20px;
	text-align:center;
}



.quality-box2{
	width:100%;
	height:auto;
}






.quality-sentencebox{

	width: 800px;
	margin: 50px auto;
	padding: 30px;
	height:1200px;
	background-color: #ffffff; /* 背景色指定 */
	border-radius: 3%;

}


.quality-flexbox3{
	display: flex;
	width:55%;
	height: auto;
	flex-wrap:wrap;
	height:auto;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}

.quality-flexbox3-1{
	display:flex;
	flex-wrap:wrap;
	width: 100%;
	height: auto;
	max-width: 1200px;
	min-width: 350px;
	border-bottom: 3px solid #DDDDDD;
	letter-spacing: 0.12em
}

.quality-flexbox3-1-1{
	width:100%;
	font-family:serif;
	text-align:cetner;
	max-width: 800px;
	min-width: 350px;
	margin-top: 10px;
}

.quality-flexbox3-1-1 h2{
	width: 110px;
	font-size: 25px;
	border-bottom: 2px solid orange;
}

.quality-flexbox3-1-1 h3{
	width: 170px;
	font-size: 25px;
	border-bottom: 2px solid orange;
}

.quality-iso-box{

}

@media screen and (max-width:700px){



}




.quality-iso-box img{
	margin-bottom:10px;

}

img.margin{
	margin-right:20px;
	margin-left:20px;
}


.box111{
	margin-top:10px;
	width:100%;
}

.kaisha2 {
	margin:10px 0px 0px 0px;
	width: 90%;
}

/* table */


.kaisha2 th,
.kaisha2 td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha2 th {
font-weight: normal;
background-color: #dedede; 
min-width:100px;
width:150px;
}

.kaisha2 td {
	background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
.kaisha2{},
.kaisha2 tr,
.kaisha2 td,
.kaisha2 th {display:block;}
.kaisha2 th {width:auto;}


}


/* table */

.border-box{
	max-width:370px;
	border: 1px solid #CCCCCC;
	padding:10px; 
	text-align:center;
	margin: 0px 0px 30px 0px;
}



.quality-flexbox3-1-2{
	width:100%;
	height:auto;
	margin-top: 30px;
	margin-right: auto;
	margin-left:auto;
	margin-bottom:50px;
	font-size: 20px;
	line-height: 25px;
}

.quality-flexbox3-1-2 p{

	font-size: 14px;
}



.quality-flexbox3-1-3{
	width:100%;
	height:auto;
	text-align: right;
	margin-bottom: 30px;
}

.quality-flexbox3-1-4{
	width:100%;
	height:auto;
	margin-top: 30px;
	margin-right: auto;
	margin-left:auto;
	margin-bottom:50px;
	font-size: 14px;
	line-height: 20px;
}

.quality2{
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 0px;

}


/*　品質/環境ここまで　*/
			


/*  セキュリティ証明書　*/

.center100{

	margin-left: auto;
	margin-right: auto;
	text-align:center;

}
