@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');
.gogo {
	width: 60%;
	margin: 0;
	padding-top: 35%;
	position: absolute;
	top: 200px;
	right: -5%;
	z-index: 0;
}
#company {
	max-width: 1400px;
	width: 95%;
	margin: 250px auto 0px;
	position: relative;
	z-index: 1;
	padding: 50px;
	background-color: rgba(255,255,255,.98);
	
	contain: paint;
	opacity: 0;
	animation: fadein-blur 1s ease 1.0s forwards;
}
@keyframes fadein-blur {
  to {
    opacity: 1;
	  margin-top: 200px;
  }
}
@media (max-width: 992px) {
	#company {
		padding: 40px;
	}
}
@media (max-width: 768px) {
	#company {
		padding: 30px;
	}
}
@media (max-width: 580px) {
	.gogo {
        top: 150px;
    }
	#company {
		padding: 20px;
		margin-top: 120px;
		opacity: 0;
		animation: fadein-blur-sp 1s ease 1.0s forwards;
	}
	@keyframes fadein-blur-sp {
      to {
		  opacity: 1;
          margin-top: 70px;
      }
    }
}

/* --------------------------------------------------- */
#sec01 {
	margin-bottom: 80px;
}
#sec01 .inner {
	display: flex;
	justify-content: space-between;
}
#sec01 .txt {
	margin-bottom: 30px;
	font-family: "Zen Kurenaido", sans-serif;
	font-size: 1.2em;
}
#sec01 .img {
	width: 300px;
	margin-left: 40px;
}
#sec01 .name {
	text-align: right;
	font-size: 1.1em;
	font-weight: 500;
}
#sec01 .name span {
	display: inline-block;
	font-size: 10px;
	margin-right: 10px;
}
#sec01 .message {
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
}
#sec01 .message img.pc {
}
#sec01 .message img.sp {
	display: none;
}
@media (max-width: 992px) {
	#sec01 .inner {
        display: block;
    }
	#sec01 .img {
        width: 200px;
		margin: 0 auto;
    }
	#sec01 .name {
		text-align: center;
	}
}
@media (max-width: 768px) {
	#sec01 .txt {
        font-size: 1.1em;
    }
}
@media (max-width: 500px) {
	#sec01 .message {
		max-width: 380px;
        width: 100%;
        margin: 0 auto;
	}
	#sec01 .message img.pc {
		display: none;
    }
    #sec01 .message img.sp {
        display: block;
    }
}
/* --------------------------------------------------- */
#sec02 {
	margin-bottom: 80px;
}
#sec02 dl {
	width: 100%;
	display: table;
	margin-bottom: 25px;
}
#sec02 dt,
#sec02 dd {
	display: table-cell;
	vertical-align: top;
	line-height: 160%;
}
#sec02 dt {
	width: 120px;
	font-weight: 600;
}
#sec02 dd {
}
#sec02 dd p {
	margin-bottom: 20px;
}
#sec02 dd strong {
	display: block;
	font-weight: 600;
	font-size: .9em;
}
#sec02 dd ul {
	list-style: outside disc;
	margin-left: 20px;
}
#sec02 dd li {
	line-height: 150%;
	margin-bottom: 5px;
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
	#sec02 dl,
	#sec02 dt,
    #sec02 dd {
		display: block;
	}
	#sec02 dl {
        margin-bottom: 20px;
    }
	#sec02 dt {
        width: 100%;
		margin-bottom: 5px;
    }
	#sec02 dd {
		padding-left: 20px;
    }
	#sec02 dd p {
        margin-bottom: 15px;
    }
}
/* --------------------------------------------------- */
#sec03 {
}
#sec03 .block {
	display: flex;
	justify-content: space-between;
}
#sec03 p {
	margin-bottom: 20px;
}
#sec03 dl {
	width: 47%;
}
#sec03 dt,
#sec03 dd {
	font-size: .9em;
	line-height: 160%;
}
#sec03 dt {
	width: 90px;
	height: 90px;
	border: #111 1px solid;
	text-align: center;
	
	font-weight: 600;
	display: table;
	margin-bottom: 20px;
}
#sec03 dt span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#sec03 dd {
	padding-left: 25px;
}
#sec03 dd br.br-clear {
	display: none;
}
.ggmap {
	width: 47%;
    position: relative;
    height: 370px;
    overflow: hidden;
	margin-bottom: 50px;
	border: #111 1px solid;
}
.ggmap iframe {
    position: absolute;
    left: 0;
    width: 100%;
    top: -150px;
	height: calc(100% + 150px + 150px);
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
	#sec03 .block {
		display: block;
	}
	#sec03 dl {
		width: 100%;
		display: table;
		margin-bottom: -1px;
	}
	#sec03 dt {
		display: table-cell;
		vertical-align: middle;
        width: 70px;
        height: auto;
		padding: 0;
		margin-bottom: 0;
    }
	#sec03 dt span {
		display: inline;
	}
    #sec03 dd {
		display: table-cell;
        padding-left: 15px;
		padding: 0 0 15px 15px;
    }
	#sec03 dd br.br-clear {
		display: block;
	}
	.ggmap {
		width: 100%;
	}
}
/* --------------------------------------------------- */