@charset "UTF-8";


/*
■1：ELEMENTS
■2：COMMON
■3：index
■4：Contents
*/

/****************************************

ELEMENTS

*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=BIZ+UDPGothic&display=swap');

body, html {
  /* important */
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

html{font-size: 62.5%; height:100%; overflow-y:scroll;}

body {
	margin: 0;
	padding: 0;
	font-family: "Afacad Flux", "BIZ UDPGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: normal;
	font-size: 1.6rem;
  color: #333;
	line-height: 2.4em;
  letter-spacing: 0.20rem;
	height:100%;
  overflow: hidden;
}
#smooth-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0; left: 0;
  overflow: hidden;
  z-index: 1;
}
#smooth-content {
  min-height: 100vh;
  will-change: transform;
  /* overflow: visible; */
}
h1,h2,h3,h4,h5,h6{font-weight: 800; word-break: auto-phrase;}
ul, li, dl, dd, dt {
  list-style: none;
}
img, img a {
  border: 0;
  vertical-align: bottom;
}
header, footer, nav, section, article, figure, aside, ul, li, dl, dd, dt {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}

a:hover{
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.AF_B{
  font-family: "Afacad Flux";
  font-weight: 800;
}
.AF_S{
  font-family: "Afacad Flux";
  font-weight: 400;
}

.Center{text-align: left;}
.Left{text-align: left;}
.Right{text-align: right;}

strong{font-size: 2.4rem;}
.BLUE{color:#214b71;}
.BLACK{ color: #000;}


img{ width: 100%;}

.pc{display: none;}
.sp{display: block;}

.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt40{ margin-top: 40px;}
.mt50{ margin-top: 50px;}
.mt60{ margin-top: 60px;}
.mt70{ margin-top: 70px;}
.mt80{ margin-top: 80px;}
.mt90{ margin-top: 90px;}
.mt100{ margin-top: 100px;}

@media screen and (min-width: 768px) {
  .pc{display: block;}
  .sp{display: none;}
  .Center{text-align: center;}
  .Left{text-align: left;}
  .Right{text-align: right;}
}



.Colum2_73{
display: grid;
grid-template-columns: 1fr;
grid-template-rows:1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
}
.Colum2_37{
display: grid;
grid-template-columns: 1fr;
grid-template-rows:1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
}

.Colum2{
display: grid;
grid-template-columns: 2fr;
grid-template-rows:1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
}
.Colum4{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
}

.Colum3{
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
}

@media screen and (min-width: 768px) {
.Colum2_73{
display: grid;
grid-template-columns: 2fr 1fr;
grid-template-rows: 1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
}
.Colum2_37{
display: grid;
grid-template-columns: 1fr 2fr;
grid-template-rows: 1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
}
.Colum2{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
}
.Colum3{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
}

.Colum4{
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows:1fr;
grid-column-gap: 30px;
grid-row-gap: 30px;
}
}


/****************************************

COMMON

*****************************************/
header{
  width: 100%;
  padding: 5% 3%;
  position: fixed;
  z-index: 9999;
}
.h_l_img{
  margin: 10px 0 0;
}
.scrolled{
  background-color: transparent;
  transition: background-color 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
  background: rgba(255,255,255,0.8);
}
section{
  padding: 30px 0;
}
.Wrapper{
  max-width: 1200px;
  width: 100%;
  padding:0 3%;
  margin: 0 auto;
}
.H_logo{ max-width: 200px;}
.menu-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 3%;
  top: 10px;
  width: 60px;
  height: 40px;
  cursor: pointer;
  z-index: 99999;
}

.menu-btn .menu-line {
  display: block;
  position: absolute;
  height: 1px;
  right: 15px;
  background: #000000;
  transition: 0.3s ease-in-out;
}

.menu-btn span:nth-child(1) {
  top: 16px;
  width: 30px;
}

.menu-btn span:nth-child(2) {
  top: 24px;
  width: 20px;
}

/* メニューが開いているときのボタン */
.menu-btn.active span:nth-child(1) {
  top: 24px;
  background: #FFF;
  transform: rotate(-45deg);
}

.menu-btn.active span:nth-child(2) {
  top: 24px;
  background: #FFF;
  width: 30px;
  transform: rotate(45deg);
}

.menu-txt{
  position: absolute;
  top: 30px;
  right: 6px;
  color: #000;
}
.menu-btn.active .menu-txt{
  color: #FFF;
}

.menu-area {
  opacity: 0;
  transform: translateY(-100%);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 101vh;
  width: 101vw;
  background-image: linear-gradient(90deg, rgba(35, 92, 128, 0.95), rgba(31, 111, 61, 0.95));
  z-index: 9999;
}

.char {
  opacity: 0;
  display: inline-block;
  transform: translateY(50%);
}

.line {
  opacity: 0;
  transform: translateY(50%);
  display: inline-block;
}

.menu-area.active li{
  opacity: 0;
}

.menu-area nav{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 95%;
}
.menu-area nav ul li{
  width: 100%;
}
.menu-area nav ul li a{
  display: block;
  margin: 30px 0 0;
  font-weight: 800;
  color: #FFF;
}
.menu-area nav ul li a p:nth-child(1){
  font-size: 7.5vw;
  display: block;
  line-height: 7vw;
}
.menu-area nav ul li a p:nth-child(2){
  font-size: 3.5vw;
  display: block;
  font-weight: normal;
}

/*
.menu-area.active{
  display: block;
  opacity: 1;
}
*/
h2{
  color: #000;
  font-size: 10vw;
  line-height: 7vw;
  letter-spacing: 0.45rem;
  position: relative;
  margin: 0 0 40px !important;
}
h2 span{ font-size: 3vw; display: block;}

h2:before{
  content: "";
  position: absolute;
  background: url(../img/common/h2.png);
  height: 102px;
  width: 102px;
  top: -50%;
  left: 15px;
  transform: translate(-50%);
  z-index: -1;
}
h2.CenterTitle{
  text-align: center;
}
h2.CenterTitleF{
  text-align: center;
  color: #FFF;
}
h2.CenterTitle:before{
  display: none;
}
#TITLE{
  width: 100%;
  padding: 150px 0 80px;
}
#TITLE h2{
  text-align: center;
}
#TITLE h2:before{
  display: none;
}
.company #TITLE{ background: url(../img/company/company_title.jpg) no-repeat; background-size: cover;}
.business #TITLE{ background: url(../img/business/business_title.jpg) no-repeat; background-size: cover;}
.product #TITLE{ background: url(../img/product/product_title.jpg) no-repeat; background-size: cover;}
.contact #TITLE{ background: url(../img/contact/contact_title.jpg) no-repeat; background-size: cover;}
.error404 #TITLE{ background: url(../img/404/404_title.jpg) no-repeat; background-size: cover;}
.post-type-archive-record #TITLE{ background: url(../img/record/record_title.jpg) no-repeat; background-size: cover;}
h3{
  font-size: 5.0vw;
  border-bottom: 3px solid ;
  border-image: linear-gradient(to right,rgba(89,192,173, 1), rgba(34,144,197, 1)) 1;
  padding: 0 0 10px;
  margin: 60px 0 30px !important;
}

h4{
  font-size: 4.0vw;
  border-left: 3px solid;
  border-image: linear-gradient(to top,rgba(89,192,173, 1), rgba(34,144,197, 1)) 1;
  padding: 0 0 0 10px;
  margin: 60px 0 30px !important;
}

footer{
  padding: 0 0 50px;
  background-image: linear-gradient(90deg, rgba(35, 92, 128, 1), rgba(31, 111, 61, 1));
  color: #FFF;
  text-align: center;
}

.F_links{
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-template-rows: 3fr;
grid-column-gap: 0;
grid-row-gap: 0;
}

.F_links h2{
  color: #FFF;
  text-align: center;
  font-size: 6.5vw;
  line-height: 5vw;
  margin: 0 0 0 !important;
}
.F_links div a{
  padding: 100px 0;
  display: block;
}

.F_links h2:before{
  background: none;
}

.F_links div:nth-child(1){ background: url(../img/common/f_bg01.jpg); background-size: cover;}
.F_links div:nth-child(2){ background: url(../img/common/f_bg02.jpg); background-size: cover;}
.F_links div:nth-child(3){ background: url(../img/common/f_bg03.jpg); background-size: cover;}

.F_content{
  padding: 50px 0 0;
  font-size: 1.4rem;
}
.F_content h3{
  max-width: 220px;
  width: 100%;
  margin: 0 auto 20px !important;
  border-bottom: none;
}
.F_companyname{
  font-size: 1.8rem;
}
.copylight{
  border-top: 1px solid rgba(255,255,255,0.25);
  margin: 50px 0 0;
  padding: 50px 0;
  font-size: 1.4rem;

}
@media screen and (min-width: 768px) {
header{
  width: 100%;
  padding: 20px;
  position: fixed;
  z-index: 9999;
}
.menu-btn {
  right: 20px;
  top: 20px;
}

.menu-area nav{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  height: 95%;
}
.menu-area nav ul li{
  width: 100%;
}

.menu-area nav ul li a{
  display: block;
  margin: 30px 0 0;
  font-weight: 800;
  color: #FFF;
}
.menu-area nav ul li a:hover{
  color: #FFFF00;
}

.menu-area nav ul li a p:nth-child(1){
  font-size: 56px;
  display: block;
  line-height: 50px;
}
.menu-area nav ul li a p:nth-child(2){
  font-size: 18px;
  display: block;
  font-weight: normal;
}

h2{
  color: #000;
  font-size: 5.6rem;
  line-height: 5.0rem;
}
h2 span{ font-size: 1.8rem; line-height: 2.4rem; display: block;}

section{
  padding: 100px 0;
}
h3{
  font-size: 3.0rem;
}
h4{
  font-size: 2.4rem;
}

.F_links{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
}
}
@media screen and (min-width:481px) {

.F_links h2{
  color: #FFF;
  text-align: center;
  font-size: 3.2rem;
  line-height: 4rem;
  margin: 0 0 0 !important;
}
.F_links h2 span{
  font-size: 1.4rem;
  line-height: 2.4rem;
  display: block;
}
}



/****************************************

index

*****************************************/
#KV{
  height: 85vh;
  padding: 0 3%;
  overflow: hidden;
  background: #FFF;
}

.KV_bg {
  position: absolute;
  display: flex;
  justify-content:flex-end;
  align-items: center;
  padding: 0 3%;
  top: 0;
  left: 0;
  width: 100%;
  height: 85vh;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 1.5s ease;
  z-index: 0;
  background: #555;
}
#KV_bg01{
  background: url(../img/index/kv01.jpg);
  background-size: cover;
}
#KV_bg02{
  background: url(../img/index/kv02.jpg);
  background-size: cover;
}
#KV_bg03{
  background: url(../img/index/kv03.jpg);
  background-size: cover;
}

.KV_bg.active {
  opacity: 1;
  z-index: 1;
}

.KV_TXT{
  font-size: 18vw;
  font-weight: 800;
  line-height: 10vw;
  text-align: right;
  color: #000;
  letter-spacing: 0.25rem;
}
h2.KV_TXT:before{content:"";background: none;}
.KV_TXT span.j_text{ font-size: 3.0vw; letter-spacing: 0.45rem;}
.KV_TXT span.e_text{ font-size: 5.35vw; display: block; letter-spacing: 0.20rem;}

#index_SERVICE{
  padding: 100px 3% 0;
  position: relative;
}
#index_SERVICE:before{
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  height: 400px;
  width: 100%;
  transform: skewY(-7deg);
  background-image: linear-gradient(90deg, rgba(220,241,253, 1), rgba(219,248,230, 1));
  z-index: -1;
}

.index_SERVICEList{
  display: flex;
  flex-wrap: wrap;
}

.index_SERVICEPhoto{
  position: relative;
  margin: 30px 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.25);
  opacity: 0;
  transform: translateY(50px);
  overflow: hidden;
}
.iconArrow{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iconArrow a{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.iconArrow a img{
	transition:0.3s;
}
.iconArrow a img:hover{
	transform:scale(1.15);
	transition:0.3s;
  filter: brightness(1.25);
}

.iconArrow a:before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0,0,0,0.35);
  z-index: 5;
}
.iconArrow a:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
  border-right: 0;
  z-index: 5;
}

.index_SERVICEPhoto h3{
  color: #000;
  font-size: 2.0rem;
  letter-spacing: 0.5rem;
  line-height: 2.4rem;
  position: absolute;
  top: 20px;
  left: 20px;
}
.index_SERVICEPhoto h3 span{
  font-size: 1.2rem;
  letter-spacing: 0.25rem;
  line-height: 1.0rem;
  display: block;
}

.LinkBtn01 a{
  display: block;
  color: #FFF;
  text-align: center;
  font-weight: 800;
  font-size: 2.0rem;
  padding: 5px 10px;
  max-width: 300px;
  width: 80%;
  margin: 40px auto;
  background: linear-gradient(90deg, rgba(7,145,58,1) 0%, rgba(7,145,58,1) 40%, rgb(8, 185, 73) 60%, rgb(9, 194, 207) 100%);
  background-size: 200% 100%;
}
.LinkBtn01 a:hover{
  background-position: 100% 0;
}

#BRAND_VALUE{
  background: url(../img/index/brand_bg.jpg) center center;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
  color: #FFF;
}
#BRAND_VALUE h2{
  text-align: center;
  color: #FFF;
}
#BRAND_VALUE h2:before{
  display: none;
}

.BRAND_VALUE_img{
  display: flex;
  flex-direction: column;
}
.BRAND_VALUE_img div{
  margin: 0 0 20px;
}

#G_Map p{
  text-align: center;
}


@media screen and (min-width: 768px) {
#KV_bg01{
  background: url(../img/index/kv01_pc.jpg);
  background-size: cover;
}
#KV_bg02{
  background: url(../img/index/kv02_pc.jpg);
  background-size: cover;
}
#KV_bg03{
  background: url(../img/index/kv03_pc.jpg);
  background-size: cover;
}

.KV_TXT{
  font-size: 15.0rem;
  line-height: 9.0rem;
}
.KV_TXT span.j_text{ font-size: 3.0rem; line-height: 6rem; letter-spacing: 0.45rem;}
.KV_TXT span.e_text{ font-size: 4.75rem; display: block; line-height: 5.3rem; letter-spacing: 0.20rem;}

.index_SERVICEList{
  justify-content: space-between;
}

.index_SERVICEPhoto{
  max-width: 31%;
  margin: 0;
}
.index_SERVICEPhoto:nth-child(2){  top: 20px;}
.index_SERVICEPhoto:nth-child(3){ top: 40px;}

#index_SERVICE:before {
    top: -8vw;
    height: 34vw;
}
.BRAND_VALUE_img{
  max-width: 672px;
  flex-direction: row;
  margin: 0 auto;
}

}


/****************************************

Contents

*****************************************/

/*COMPANY*/
#vision{
  background: url(../img/company/vision_bg.jpg) no-repeat;
  background-size: cover;
}
#corp{}
.corp_box{
  margin: 40px 0 0;
}
.corp_inner{
  background: #FFF;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 10px;
}
.valu_box{
  background: rgba(0,0,0,0.5);
  text-align: left;
  padding: 30px;
}
.history_box{
  padding: 0 0 0 30px;
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: self-start;
  justify-items: start;
  position: relative;
}
.history_box:before{
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #000;
  top: 12px;
  left: 7px;
}

.history_box dt{
  background-image: linear-gradient(90deg, rgba(89,192,173, 1), rgba(34,144,197, 1));
  color: #FFF;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 5px 10px;
}
.history_box dt:before{
  content: "";
  position: absolute;
  background: #000;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;

}
.history_box dt:after{
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right: 5px solid rgba(89,192,173, 1);
}
.history_box dd{
  font-weight: bold;
  font-size: 2.2rem;
  margin: 0 0 20px;
}
.history_box dd span{
  font-weight: normal;
  font-size: 1.8rem;
  display: block;
}

.Company_table{
  width: 100%;
  margin: 0 auto 0;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
}
.Company_table th{
  background: #e7f1f6;
}
.Company_table th,
.Company_table td{
  display: block;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 10px;
  text-align: left;
}

.global_txt{
  max-width: 800px;
  margin: 40px auto;
}

.zoom__img {
    overflow: hidden;
}
.zoom__img img {
    transition: transform .3s ,object-position .3s;
    width: 100%;
    height: auto;
    display: block;
}
.zoom__img:hover img {
    transform: scale(2);
    position: relative;
}
.gloval_list{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 2fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  margin: 30px 0 0;
}
.gloval_list2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.gloval_list_inner{
background: #FFF;
padding: 20px;
border: 1px solid #DDD;
}

/*BUSINESS*/

.w100_photo{
  height: 600px;
  overflow: hidden;
  position: relative;
}
.w100_photo img{
  position: absolute;
  height: 600px;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.business3colum{
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 1fr;
grid-column-gap: 0;
grid-row-gap: 0;
}
.business3colum div{
  height: 300px;
  margin: 0 0;
  position: relative;
}
.business3colum h3{
  color: #FFF;
  text-align: center;
  font-size: 2.0rem;
  letter-spacing: 0.5rem;
  line-height: 2.4rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  min-height: 100px;
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: none;
  margin: 0 !important;
}
.business3colum h3 span{
  font-size: 1.2rem;
  letter-spacing: 0.25rem;
  line-height: 1.0rem;
  display: block;
}

.business3colum_01{background: url(../img/business/business_s1_img01.jpg) center center; background-size: cover;}
.business3colum_02{background: url(../img/business/business_s1_img02.jpg) center center; background-size: cover;}
.business3colum_03{background: url(../img/business/business_s1_img03.jpg) center center; background-size: cover;}


.streng_box dl{
  padding: 20px;
  border: 1px solid #DDD;
  border-radius: 5px;
}
.streng_box dt{
  font-size: 2.2rem;
  border-bottom: 1px solid #DDD;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.panel_box{
  margin: 40px 0 0;
}
.panel_box dl{
  padding: 20px;
  border: 1px solid #DDD;
  border-radius: 5px;
}
.panel_box dt{
  font-size: 2.2rem;
  border-bottom: 1px solid #DDD;
  margin: 0 0 10px;
  padding: 0 0 10px 10px;
  position: relative;
}
.panel_box dt:before{
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  height: 40px;
  width: 40px;
  position: relative;
  top: 10px;
  left: 0;
  background-image: linear-gradient(90deg,rgba(89,192,173, 1), rgba(34,144,197, 1));
  border-radius: 50px;
}
.panel_box dt::after{
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.panel_box dl:nth-child(1) dt:after{ background: url(../img/business/panel_icon01.png); background-size: cover;}
.panel_box dl:nth-child(2) dt:after{ background: url(../img/business/panel_icon02.png); background-size: cover;}
.panel_box dl:nth-child(3) dt:after{ background: url(../img/business/panel_icon03.png); background-size: cover;}
.panel_box dl:nth-child(4) dt:after{ background: url(../img/business/panel_icon04.png); background-size: cover;}
.panel_box dl:nth-child(5) dt:after{ background: url(../img/business/panel_icon05.png); background-size: cover;}
.panel_box dl:nth-child(6) dt:after{ background: url(../img/business/panel_icon05.png); background-size: cover;}

/*PRODUCT*/
.product_point{
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product_point dl{
  margin: 0 15px;
}
.product_point dt{
  background-image: linear-gradient(90deg,rgba(89,192,173, 1), rgba(34,144,197, 1));
  border-radius: 50px;
  height: 40px;
  width: 40px;
  margin: 0 auto 10px;
}
.product_point dd{
  margin: 0 0 20px;
}
.streng_box div img{margin: 10px auto 0;}

.strong_img{max-width: 86px;}

.Product_slider{
  margin: 40px 0;
}

.Product_item{
  border-radius: 5px;
  border: 1px solid #c5c5c5;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
  padding: 20px;
  margin: 15px;
}
.Product_item p{
  margin: 10px 0 0;
}
.Product_item strong{font-size: 1.8rem;}
.product_list{
  margin: 0;
  padding: 0;
}
.product_list li{
  margin: 0 0 20px;
  padding: 10px 10px 10px 50px;
  border: 1px solid #DDD;
  border-radius: 3px;
}

.product_list li:before{
  background: #666666;
  color: #FFF;
  padding: 5px 10px;
  margin: 0 10px 0 -40px;
}
.product_list li:nth-child(1):before{ content: "1";}
.product_list li:nth-child(2):before{ content: "2";}
.product_list li:nth-child(3):before{ content: "3";}
.product_list li:nth-child(4):before{ content: "4";}
.product_list li:nth-child(5):before{ content: "5";}

.product_box{
  margin: 40px 0 0;
}
.product_box dl{
  padding: 20px;
  border: 1px solid #DDD;
  border-radius: 5px;
}
.product_box dt{
  font-size: 2.2rem;
  border-bottom: 1px solid #DDD;
  margin: 0 0 10px;
  padding: 0 0 10px 10px;
  position: relative;
}
.product_box dt:before{
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  height: 40px;
  width: 40px;
  position: relative;
  top: 10px;
  left: 0;
  background-image: linear-gradient(90deg,rgba(89,192,173, 1), rgba(34,144,197, 1));
  border-radius: 50px;
}
.product_box dt::after{
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
}

dt.product_icon01:after{ background: url(../img/product/panel_icon06.png); background-size: cover;}
dt.product_icon02:after{ background: url(../img/product/panel_icon07.png); background-size: cover;}
dt.product_icon03:after{ background: url(../img/product/panel_icon08.png); background-size: cover;}
dt.product_icon04:after{ background: url(../img/product/panel_icon09.png); background-size: cover;}
dt.product_icon05:after{ background: url(../img/product/panel_icon10.png); background-size: cover;}
dt.product_icon06:after{ background: url(../img/product/panel_icon11.png); background-size: cover;}

/*TRACK Record*/
.Record_Wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(1, 1fr);
grid-column-gap: 15px;
grid-row-gap: 30px;
}

.Record_Box{
  padding: 10px;
  border-radius: 5px;
  border:1px solid #DDD;
}
.Record_Box div{
  margin: 0 0 10px;
}

/*CONTACT*/
.MailForm{
  max-width: 800px;
  width: 100%;
  margin: 40px auto;
}
.MailForm dt{
	margin: 30px 0 10px;
}

.MailForm .req{
  font-size: 1.4rem;
  background: #DD0000;
  color: #FFF;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 0 0 5px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select{
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
}
input[type="submit"]{
  background-image: linear-gradient(90deg,rgba(89,192,173, 1), rgba(34,144,197, 1));
  max-width: 350px;
  width: 100%;
  margin: 40px auto;
  padding: 10px;
  border: none;
  border-radius: 5px;
	display: block;
	color:#FFF;
}

@media screen and (min-width: 768px) {
/*COMPANY*/
.history_box{
  padding: 0 0 0 30px;
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: 1fr 8fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: self-start;
  justify-items: unset;
  position: relative;
}
.Company_table{
  width: 80%;
  margin: 0 auto 0;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
}
.Company_table th,
.Company_table td{
  display: table-cell;
}
.gloval_list{
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows: 1fr;
}
.gloval_list_inner{
padding: 30px;
}
/*BUSINESS*/
.w100_photo img{
  position: absolute;
  height: auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.business3colum{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: max-content max-content 1fr 1fr auto;
grid-column-gap: 0;
grid-row-gap: 0;
}
.business3colum div{
  height: 550px;
  margin: 40px 0;
  position: relative;
}
/*TRACK Record*/
.Record_Wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(1, 1fr);
grid-column-gap: 30px;
grid-row-gap: 30px;
}
.Record_Box{
  padding: 20px;
}

}