@charset "UTF-8";

html{
	font-size:62.5%;
	}

*,*::before, *::after{
	box-sizing:border-box;
	}

body{
	background-size:cover;
	color:#0F0F0F;
	text-align:center;
	font-size:1.4rem;
	font-family:"Yu Mincho", "Hiragino Mincho ProN", "serif";
	}

ul {
  list-style: none;
}

i{  
	font-family:"FontAwesome";
	font-style:normal;  
} 

/* --------------------------------
 * 画像郵務
 * -------------------------------- */
.SP{
	display: none;
}

/* --------------------------------
 * 改行
 * -------------------------------- */
.sp_br {
  display: none;
}

/* --------------------------------
 * アニメーション　サイトオープン時の遅れ
 * -------------------------------- */

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



/* --------------------------------
 * header
 * -------------------------------- */
.header{
	height: 240px;
}
/*ハンバーガー*/

.rogo_w_h{
	position:relative;
	width:200px;
	height:auto;
	margin:8px 3%;
	}

.rogo_w_h a:hover{
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.7;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.img_rogo{
	display: block;
	position:absolute;
	width:45px;
	height:auto;
	z-index:5;
	}

#nav_b{
	position:fixed;
	top:0;
	width:100%;
	height:55px;
	background:#fefefe;
	z-index:2;
	border-bottom: 1px solid #443927;
	}

.global-nav {
	height: 700px;
}

.global-nav-ul{
	padding: 0;
}

.headerLogo{
	height: 50px;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
}
.headerLogo img{
	width: 150px;
}

/* --------------------------------
 * about
 * -------------------------------- */

.about{
	margin: 0 auto;
	padding:80px 10% 80px;
	background-color:#fefefe;
	color:#0f0f0f;
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.1);
	}

.headihg{
	position: relative;
	display:inline-block;
	margin:30px 0 45px;
	padding-bottom:15px;
	letter-spacing:2px;
	font-size:4rem;
	color: #000;
	text-shadow: 0 0 0 rgb(0,0,0,0)
	}

.headihg::after{
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	border-bottom:5px solid #6fb4e4;
	}


/* --------------------------------
 * meritbox
 * -------------------------------- */

   .meritbox {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        flex-wrap: wrap;
        align-content: stretch;
        padding-bottom: 39px;
        max-width: 980px;
    }

    .merit-title {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 30px;
        padding-top: 20px;
    }
    .merit-title p {
        font-size: 1.8rem;
        display: inline-block;
        background-color: #6fb4e4;
        color: #fefefe;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 30px;
        padding-left: 30px;
        border-radius: 30px;
    }
    .merit-item {
        padding-top: 30px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 45px;
        list-style: none;
        color: #0f0f0f;
        width: 23%;
        text-align: center;
        border: 0.1rem solid #D0D0D0;
        box-sizing: border-box;
        background-image: url("../images/bur.png");
        background-position: left top;
        background-size: 25px 25px;
        background-repeat: no-repeat;
        margin-left: 1%;
        margin-right: 1%;
        line-height: 2.6rem;
        font-size: 1.7rem;
    }
    .maintit {
        height: 200px;
        padding-top: 90px;
        text-align: center;
        font-weight: bold;
        color: #0f0f0f;
        font-size: 2.4rem;
        letter-spacing: 0.3rem;
        line-height: 2.4rem;
    }
    .inline_bl {
		display: inline-block;
    }
    .maintit span {
        font-size: 1.5rem;
        font-weight: 100;
        letter-spacing: 0.3rem;
        line-height: 1.3rem;
    }
    .underline {
		width: 210px;
		height: 4px;
		display: block;
		margin-right: auto;
		margin-left: auto;
		background-color: #6fb4e4;
		margin-top: 1.6rem;
	}
    .flowarea {
        display: inline-block;
        width: 860px;
        text-align: left;
    }
	.swiper_txt{
		margin: 30px 0 0;
	}
    .merit-item p {
        font-size: 1.1rem;
        color: #A6A6A6;
        padding-bottom: 10px;
        letter-spacing: 0.2rem;
        max-width: none;
    }
　　.tec_box {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .tec_boxflex3 {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .flexbox3 {
        width: 50%;
        padding-bottom: 12px;
    }
　　.bg_gl {
    　　background-color: #f0f0e7;
    }
    .tec_img2 img {
    vertical-align: top;
    max-width: 90%;
    z-index: 2;
    width: auto;
    height: auto;
    text-align: center;
}
    .merit_txt {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        text-align: justify;
        max-width: none;
    }
    .margin_b40 {
        margin-bottom: -20px;
    }
    .tec_area {
        display: inline-block;
        text-align: center;
        padding-bottom: 60px;
    }
    .bt_area {
        display: inline-block;
        text-align: center;
        padding-bottom: 60px;
    }
    .tec_area img{
		width: 70%;
		padding-bottom: 25px;
    }
    .merit_tit {
        color: #6fb4e4;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .merit_tit p {
        line-height: 2.6rem;
        font-size: 2rem;
        margin-top: 16px;
    }
    .margin_b40 {
        margin-bottom: -20px;
    }
    .mailbot {
        width: 392px;
        height: 80px;
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        text-transform: uppercase;
        letter-spacing: 2.5px;
        color: #0f0f0f;
        background-color: #FFE967;
        border: none;
        border-radius: 40px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease 0s;
        cursor: pointer;
        outline: none;
        display: block;
        text-align: center;
        line-height: 80px;
        margin-right: auto;
        margin-left: auto;
    }
    .mailbot:hover {
	    background-color: #6fb4e4; /* ホバー時の文字色を青色に */
	}
    .tean_box {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
     .tean_area {
        display: inline-block;
        text-align: center;
    }
    .tean_area img{
		margin: 50px auto 0;
		width: 80%;
		padding-bottom: 25px;
    }
    
/* --------------------------------
 * contact
 * -------------------------------- */
.contacttriangle{
  position: relative;
  bottom: 2px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  clip-path: polygon(0% 0%, 50% 60%, 100% 0%);
  background-color: #fefefe;
}
.contact{
	padding:0 0 150px;
	color:#0f0f0f ;
	}

.contact_b{
	background-size:cover;
	}

.contact-from{
	width:50%;
	margin:30px auto 0;
	}

.contact-from input[type=text],
.contact-from textarea{
	display:block;
	width:100%;
	margin-bottom:10px;
	padding:15px;
	outline:none;
	border:10px solid #f0f0e7;
	border-radius:20px;
	background-color:#fefefe;
	color:#0f0f0f;
	}

.contact-from ::-webkit-input-placeholder{
	color: #CFCFCF;
	opacity:1;
	}
	
.contact-from :-ms-input-placeholder{
	color: #CFCFCF;
	opacity:1;
	}

.contact-from ::-moz-placeholder{
	color: #CFCFCF;
	opacity:1;
	}

.contact-from textarea{
	height:250px;
	}

.contact-from input[type=text]:focus,
.contact-from textarea:focus{
	box-shadow:0 0 8px rgba(0,0,0,0.2) inset;
	}


.contact-from input[type=submit]{
	display:block;
	width:100%;
	margin:40px auto 0;
	padding:15px;
	border:0px solid #fefefe;
	border-radius:50px;
	background-color:#f0f0e7;
	color:#0f0f0f;
	cursor:pointer;
	}

.contact-from input[type=submit]:hover{
	background-color:#6fb4e4;
	}

/*h2*/
.contact_h2{
	display:inline-block;
	margin:50px 0 0;
	padding-bottom:15px;
	letter-spacing:2px;
	font-size:3.5rem;
	font-weight: 600;
	color:#fefefe ;
	text-shadow: 2px 2px rgba(0, 0, 0, 1);
	}


/* --------------------------------
 * footer
 * -------------------------------- */
.footer{
	padding:80px 5% 50px;
	font-size:1.3rem;
	background:#4084b8;
	font-weight: bold;
	color: #fefefe;
	}

.horizontal-list{
	display: flex;
	width:100%;
	margin:0 auto 30px;
	}
.horizontal-list a{
	color: #fefefe;
    }
.horizontal-list a hover{
	color: #fefefe;
    }
.footerLi {
  flex: 1; /* 各要素の幅を自動調整 */
  text-align: center; /* 文字を中央揃えにする */
  position: relative; /* 擬似要素を配置するために必要 */
  border-left: 1px solid #fefefe; /* 区切り線 */
    }

.footerLi:first-child {
  border: none; /* 親要素から見て一番目のli要素のボーダーを無しに */
    }
	.footerCop{
		display: flex;
		justify-content: flex-end;
	}
.footerCop li{
	padding: 0 0 0 5%;
}
.footerCop li a{
	color: #fefefe;
	font-size: 0.9rem;
}
.fCop{
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: auto;
}
li.fCop{
	padding:0 4%;
}


/* --------------------------------
 * smart phone
 * -------------------------------- */

	
@media (max-width:1024px){
	
	body{
	background-image: none;
	}
	.product-list li {
    width: 47%;
    }

	}	
	
	
@media (max-width:768px){
	
	body{
		font-size:1.3rem;
		}
	
	/*画像有無*/
	.SP{
		display: block;
	}
	.PC{
		display: none;
	}
	/*改行*/
.sp_br {
    display: block;
  }
	/*header*/
	
	/*AE*/
	#lottie{
		display: none;
	}
	#lottieSp{
		display:inline;
	}
	
	.rogo_w_h{
	  width:160px;
	  margin-left: 5%;
	}
	
/*logo*/
    .header{
		height: 220px;
    }
	.headerLogo{
	position: absolute;
	top: 10%;
    }
    .headerLogo img{
	 width: 150px;
    }
	
/*nav*/
	
.global-nav .nav-item {
  	display: block;
    }
.headihg{
	margin:30px 0 30px;
	font-size: 3.5rem;
	}
/* --------------------------------
 * meritbox
 * -------------------------------- */	
	.about{
	margin: 0 auto;
	padding:40px 5% 80px;
	}
	.meritbox {
        width:100%;
    }
	.tec_area img{
		width: 100%;
    }
	.merit-item {
        padding:10px 0 20px;
		margin-bottom: 20px;
        width: 100%;
        background-size: 25px 25px;
        margin-left: 1%;
        margin-right: 1%;
        line-height: 2.6rem;
        font-size: 1.7rem;
    }
	 .merit-title {
        padding-bottom: 30px;
    }
	 .merit-title p{
        font-size: 3rem;
    }
	 .tec_area {
		width: 100%;
		padding: 0 0 20px;
    }
	.bt_area {
		width: 100%;
		margin: 20px 0;
		padding: 0;
    }
	 .mailbot {
        width: 100%;
        height: 60px;
		line-height: 60px;
		padding: 0 10% 0;
        font-size: 1.8rem;
    }
	.flowarea {
        display: inline-block;
        width: 100%;
        text-align: left;
    }
	.maintit {
        height: 160px;
        padding-top: 60px;
        text-align: center;
        font-weight: bold;
        color: #0f0f0f;
        font-size: 2.1rem;
        letter-spacing: 0.2rem;
        line-height: 3rem;
    }
	/*contact*/
	
	.contact-from{
		width:95%;
		}
	
	.contact{
		padding-bottom:80px;
		}
	/* --------------------------------
 * footer
 * -------------------------------- */
.footer{
	padding:60px 5% 50px;
	font-size:1.3rem;
	}

.horizontal-list{
	display: block;
	margin: 0;
	padding:0;
	}
	
.footerLi {
  flex: 5; /* 各要素の幅を自動調整 */
  border-left: none; /* 区切り線 */
  padding: 8px 0 0;
    }

.footerLi:first-child {
  border: none; /* 親要素から見て一番目のli要素のボーダーを無しに */
    }

	.footerCop{
		display: block;
	}
	.footerCop li{
		padding: 0;
	}
}

