* {
    font-family: 'Noto Sans JP', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nav-item {
    list-style: none;
    display: inline-block;
    width: 120px;
    text-align: left;
    position: relative;
    margin: 0;
    margin-left: 20px;
    padding: 0px 7pt;
}

.nav-item * {
    margin: 0;
    color: black;
    text-decoration: none;
}

.nav-link-line {
    height: 30px;
    border-left: 4px solid #8CC63F;
    position: absolute;
    top: 0px;
    left: -3px;
}

.nav-link-a:hover {
    cursor: pointer;
}

.nav-item:hover {
    padding-left: 8pt;
    transition: all 0.3s ease;
}

.nav-item:active {
    padding-left: 6pt;
    transition: all 0.15s ease;
}

.nav-item:hover * {
    color: #61a802;
}

.nav-link-en {
    font-size: 16px;
    font-weight: 600;
}

.nav-link-jp {
    font-size: 11px;
    font-weight: bold;
    color: #777777;
}

.title-area {
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    align-items: center;
    color: white;
    -moz-background-size: cover;
    -o-background-size: cover;
}

section.content {
    background-color: #ffffff;
    padding: 50px 0;
}

  /* backgrounds */
  

section#business-title {
    background-image: url("../img/image-7.png");
}

section#careers-title {
    background-image: url("../img/image-6.png");
}

section#access-title {
    background-image: url("../img/image-5.png");
}

section#group-title {
    background-image: url("../img/image-9.png");
}

section#recruit-section dt {
    color: #8CC63F;
    font-weight: normal;
}

@supports (-webkit-touch-callout: none) {
    section#home, section#company, section#service-title, section#product-title, section#recruit-title, section#access-title, section#group-title {
    /* CSS specific to iOS devices */ 
    background-attachment: scroll;
    -webkit-background-size: cover;
    }
}

.fw-600 {
    font-weight: 600;
}

.topic-date {
    font-weight: 600;
    margin-right: 20px;
}

@media only screen and (max-width: 768px) {
     .title-area {
        height: 50vh;
     }
     #priv-title, #sec-title {
        font-size: 18px !important;
     }
     .table-company th {
        width: 120px !important;
     }
}

@media only screen and (max-width: 310px) {
    nav div a img {
        height: 20px !important;
    }
    nav div img {
        height: 34px !important;
    }
}

#home-table * {
    font-size: 16px;
}

.table-company th {
    border-right: 3px solid #8CC63F;
    background-color: #f3f3f3;
    text-align: center;
    font-weight: normal;
    width: 210px;
}

.fs-14px {
    font-size: 14px;
}

a.anchor {
    display: block;
    position: relative;
    top: -178px;
	margin: 0;
}

#map_canvas_01, #map_canvas_02, #map_canvas_03, #map_canvas_04 {
	width: 100%;
	height: 200px;
	margin: 0 auto!important;
	text-align: center;
	border: 1px solid #cacaca;
    border-radius: 5px;
}

.contact-icon {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	display: inline-block;
	padding-left: 2px;
	width: 16px;
	line-height: 16px;
    font-size: 16px;
	background: #ffffff;
	font-weight: bold;
	color: #1D82D0;
	text-align: center;
	border-radius: 11px;
}

.entry_icon {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	display: inline-block;
	padding-left: 2px;
	width: 16px;
	line-height: 16px;
    font-size: 16px;
	background: #ffffff;
	font-weight: bold;
	color: #8CC63F;
	text-align: center;
	border-radius: 11px;
}

#footer_icon_left img, #footer_icon_right img {
	width: auto;
	height: 70px;
    display: block;
    margin-right:px;;
}

#footer_icon_left {
    margin-right: 5px;
	display: flex;
	background: #ffffff;
	padding: 4px;
	border-radius: 10px;
    width: fit-content;
}

#footer_icon_left_msg {
	width: auto;
	height: 70px;
    display: block;
    margin-right:px;
    color: black;
	padding: 4px;
    font-size: 10px;
}

footer {
    background-color: hsl(76, 75%, 65%);
    padding: 3rem;
}

footer li a {
    text-decoration: none;
    color: black;
}

footer li {
    list-style-type: none;
}

footer li span {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	display: inline-block;
	padding-left: 2px;
	width: 16px;
	line-height: 16px;
    font-size: 14px;
	background: #7C99C2;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-radius: 11px;
    margin-right: 5px;;
}

#back-to-top-btn {
    display: none;
    position: fixed;
    z-index: 99;
    font-size: 18px;
}

section.title-area * {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.carousel-img {
    object-fit: cover;
    height: 524px;
}

@media only screen and (max-width: 1400px) {
    .carousel-img {
        height: 453px;
    }
}
@media only screen and (max-width: 1200px) {
    .carousel-img {
        height: 381px;
    }
}
@media only screen and (max-width: 992px) {
    .carousel-img {
        height: 286px;
    }
}
@media only screen and (max-width: 768px) {
    .carousel-img {
        height: 63vw;
    }
}

.pos-bot {
    object-position: center;
}







.about_image_frame {
	width: 180px;
	margin: 0 30px;
/*	position: relative;*/
	float: right;
}

.about_image_frame li {
	list-style-type: none;
}

.about_image_frame img {
	width: 180px;
	margin: 0 auto;
}

#fade_area {
	margin: 0 auto;
	width: 180px;
	height: 416px;
	overflow: hidden;
	position: relative;
}

#fade_area > div{
    top: 0;
    left: 0;
    position: absolute;
}

.bg-dark-earth {
    background-color: hsl(0, 8%, 12%);
}

section p, section dd, section dt{
	font-size: 16px !important;
}

section td, section th {
	font-size: 14px;
}	

.loader_bg{
    position: fixed;
    z-index: 999999;
    background: #CFCFCF;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
}

#entry-form .form-control, #contact-form .form-control {
    border-color: #aaaaaa;
    max-width: fit-content;
}

#entory-form table {
    max-width: 100%;
}

#entry-form table tr td:first-child {
    min-width: 110px;
    vertical-align: top;
}