@charset "utf-8";

:root {
  --ink: #171717;
  --muted: #666;
  --line: #eee;
  --indigoblue: #00819d;
  --chip: #f6f6f6;
  --radius: 16px;
  --shadow: 0 6px 24px rgba(0, 0, 0, .06)
}

.container {
  /* width: min(1120px, 92vw); */
  margin-inline: auto;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 2vw, 16px)
}

.row {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 16px);
  flex-wrap: wrap
}

.muted {
  color: var(--muted)
}


.slick-prev:before, .slick-next:before {
    font-size: 35px;
}

/*---------------------------------------------*/

/* company

============================================== */



div#company {
    padding-top: 150px;
}

#company h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#company h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 25%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'about';
    margin: auto;
    line-height: 30px;
}

/* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 30%;
    max-width: 282px;
    height: auto;
    padding-bottom: 27px;
    padding-top: 31px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 28px;
    color: #9f9f9f;
}

table#table01 {
    margin: 50px auto 10px;
    width: 80%;
}

#about p.text {
    padding: 0;
    text-align: left;
    width: 80%;
    margin: auto;
}

#Access h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 100px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#Access h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 20%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'access';
    margin: auto;
	line-height: 30px;
}

.map {
    margin: 50px auto 10px;
    width: 80%;
	padding: 0;
	display: flex;
}

.googlemap_right {
    margin-left: 50px;
}


.googlemap_right p.text {
    padding: 0;
    text-align: left;
    margin-bottom: 50px;
}

.googlemap_left {
    display: flex;
    flex-direction: column;
}

.googlemap_left iframe {
    width: 550px;
    height: 300px;
    margin-bottom: 10px;
}

#company .hk-aboutIntro__cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 5px;
}

#company .hk-aboutIntro__btn {
    width: 50%;
    height: 52px;
}


@media screen and (max-width:991.98px) {
.map {
    display: flex;
    flex-direction: column;
}

	.googlemap_right {
    margin: 30px 0;
}
	
	.googlemap_left iframe {
    width: 100%;
    height: 280px;
    margin-bottom: 15px;
}
}



@media screen and (max-width: 767.98px) {
.map {
    display: flex;
    flex-direction: column;
}
	
	.googlemap_right {
    margin: 30px 0;
}
	
	.googlemap_left iframe {
    width: 100%;
    height: 238px;
}

table#table01 {
    width: 100%;
}
#company .hk-aboutIntro__btn {
    width: 80%;
}

}



/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}


section#top-staff {
    background: #f8f7f2;
}




/*---------------------------------------------*/

/* contact

============================================== */

#message h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#message h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 25%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'message';
    margin: auto;
	line-height: 30px;
}

#top-staff h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#top-staff h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 25%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'staff';
    margin: auto;
	line-height: 30px;
}

div#contact {
    padding-top: 100px;
}

#contact h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	margin-top: 40px;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 1.8rem;
}
#contact h2:before {
    position: absolute;
    bottom: -1.5rem;
    left: 25%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'contact';
    margin: auto;
	line-height: 30px;
}

#form-table, .form-line {
	display: flex; flex-direction: row; align-items: center;
	width: 100%; flex-wrap: wrap;
}
.form-line {
	border-bottom: #e2e2e2 1px solid;
	padding: 0 0.5em;
}

.form-koumoku {
	font-weight: bold;
	color: #393E46;
	width: 25%;
}

.form-naiyou {
	width: 75%;
    padding: 28px 45px;
}

.colorBlue {
    color: #929AAB !important;
    font-family: 'Arial Black', 'Gadget', 'sans-serif';
    font-size: 150%;
}

.form-select{
	font-size: 16px;
}

.form-control{
	font-size: 16px;
}

.en-title {
    font-family: 'Arial Black', 'Gadget', 'sans-serif';
    font-size: 180%;
    margin: 0;
    padding: 1em 0 0.5em 0;
    line-height: 1em;
}

.form-check-input[type=checkbox] {
    border-radius: 1.25em;
}

.tx-left{
	text-align: left;
	padding: 0;
}

.col-12 {
    flex: 0 0 auto;
    width: 80%;
    margin: auto;
}

.fmail {
    font-size: 16px;
    padding-right: 20px;
    margin-right: 5px;
    border: 1px solid #ced4da;
}

.select01 {
    width: 20%;
    display: inline;
}

.btn-primary {
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #000;
    background: #fff;
    padding: 10px 100px;
	letter-spacing: 0.2em;
	border: 1px solid #525252;
	font-family: "Shippori Mincho B1", serif;
}

.btn-primary:hover {
    background: #525252;
    transition-duration: 0.2s;
    color: #fff;
	opacity: 0.5;
	border: 1px solid #525252;
	font-family: "Shippori Mincho B1", serif;
	margin-top: -3px;
    height: 50px;
}

.btn {
    border-radius: 0;
}

.form-control {
    font-family: "Shippori Mincho B1", serif;
}

#about .btn02 {
    width: 45%;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    padding: 0.8em 2em;
}


.box-scroll {
    width: 100%;
    height: 200px;
    overflow: auto;
    padding: 10px 20px;
    border: 1px solid #ced4da;
}

p {
    font-size: 16px;
}

#privacy span.font-600 {
    font-weight: bold;
    font-size: 16px;
}


@media screen and (max-width: 998.98px) {
    #about .btn02 {
    width: 70%;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    padding: 0.4em 2em;
}
}

@media screen and (max-width: 767.98px) {
	.form-koumoku {
		width: 100%; padding: 0.75em 0 0.25em 0;
	}
	
	.form-naiyou {
		width: 100%; padding: 0 0 0.75em 0;
	}
	
	.btn-primary {
    padding: 10px 90px;
}
	
	.btn-primary:hover {
    height: 60px;
}
    
    #about .btn02 {
    width: 100%;
}
}

@media screen and (max-width:575.98px) {
	.btn-primary {
    padding: 10px 60px;
}
	
	.btn-primary:hover {
    height: 50px;
}
}

div.form-line:first-child {
	border-top: #e2e2e2 1px solid;
}
/*---------------------------------------------*/
/* technical-data, technical-data-DL
============================================== */
.form-DL-table {
	width: 80%;
	margin: 0 auto;
	display: flex; flex-direction: row; align-items: center;
	flex-wrap: wrap;
}

.form-DL-table .form-koumoku {
	font-size: 80%;
	color: #fbaa05;
}

.form-DL-table .form-naiyou {
	width: calc( 100% - 25% - 30px);
	padding: 0.75em 0;
}

@media screen and (max-width: 767.98px) {
	.form-DL-table {
		width: 100%;
	}
	.form-DL-table .form-naiyou {
	width:100%;
}
}


i.fas {
    font-size: 24px;
}

i.far {
    font-size: 25px;
}



/*---------------------------------------------*/
/* スタッフ紹介のsliderの内容
============================================== */


#slider03 {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

#slider03 img {
    height: auto;
    border-radius: 50%;
    overflow: hidden;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

#slider03 .slick-slide {
    margin:0;
}

#slider03 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}


#top-staff .worktext {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

div.staffname {
    font-weight: normal;
    text-align: center;
}


/*========= レイアウトのためのCSS ===============*/


#slider03 ul{
  display: none;
}

#slider03 a{
  color: #333;
}

#slider03 a:hover,
#slider03 a:active{
  text-decoration: none;
}


@media screen and (max-width: 767px) {
	#slider03 h2, p {
    padding: 20px 0;
}

}


