/*
Theme Name: hello-elementor-child
Template: hello-elementor
Version: 1.0.0
*/
/* header */
.site-navigation .menu > li > a {
  color: #ffffff; 
  text-decoration: none;
  transition: 0.3s;
}

/* footer */
footer .menu > li > a {
  color: #002244 !important;
  text-decoration: none;
  padding: 8px 14px !important;
  transition: 0.3s;
  position: relative;
}
.site-navigation .menu li:not(.menu-item-1263) a::after,
footer .menu li:not(.menu-item-1263) a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 10%;
  bottom: -2px;
  background-color: #3399CC;
  transition: 0.3s;
}
.site-navigation .menu li:not(.menu-item-1263) a:hover::after,
footer .menu li:not(.menu-item-1263) a:hover::after {
  width: 80%;
  left: 10%;
}

/* contact-btn */
.site-navigation .menu > li.menu-item-1263 > a,
footer .menu > li.menu-item-1263 > a {
  background-color: #99CC33;
  color: #333333;
  border-radius: 8px;
  padding: 8px 20px;
  transition: 0.3s;
  font-weight: 600;
  display: inline-block;
}
.site-navigation .menu > li.menu-item-1263 > a:hover,
 footer .menu > li.menu-item-1263 > a:hover {
  background-color: #002244;
  color: #ffffff !important;
}

/* ヘッダーの配置(画像を背景にする) */
.elementor-section {
  position: relative !important;
}
.site-header {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 10000 !important;
  margin-top: 4rem;
}
.site-header .header-inner{
  background: transparent !important;
  justify-content: space-between !important;
  display: flex !important;
  align-items: center;
}
.site-navigation ul.menu li{
  align-items:center !important ;
}
/* 固定ページのタイトル削除 */
.page h1.entry-title {
  display: none;
}
/* top-message */
.elementor-widget.top-text {
  position: absolute !important;
  top: 35% !important;
  left: 20% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  letter-spacing: 0.08em;
  font-size: 2rem;
}
.elementor-widget.top-text h2.elementor-heading-title {
  line-height: 1.2em;
}
.elementor-widget.top-text h2.elementor-heading-title .en {
  font-size: 0.5em;
  line-height: 1em;
  display: block;
  margin-top: 0.5em;
  letter-spacing: 0.05em;
  color: #002244;
}
.title-container{
  display: inline !important;
  text-align: left !important;
}
.title-center{
  text-align: center;
}
.title-left{
  display: inline-block;
  text-align: center;
}
.sub-title{
  font-size: 0.6em;
  line-height: 0.6em;
  font-weight: normal;
  display: block;
  margin-top: 0.5em;
  color: #3399CC;
}
.gradient-btn a {
  background: linear-gradient(90deg, #99CC33, #3399CC);
  padding: 1.2rem 3rem;
  transition: 0.3s !important;
}
.gradient-btn a:hover {
  filter: brightness(1.2);
  transform: scale(1.01);
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

/* service-section */
.service-container > .e-con-inner > .e-con-full {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  padding: 0rem;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.card-item a {
  position: absolute;
  inset: 0;
  z-index: 10;
}

.service-icon{
  padding-top: 1rem;
}
.service-txt{
  padding: 0 1rem;
}
.service-btn-wrap {
    padding: 0 !important;
}
.service-btn{
  border-radius: 0 0 15px 15px;
  margin-top: auto;
  text-align: center;
  background-color: #002244;
}
.service-btn p{
  color: #ffffff;
}

/* introduction-section */
.introduction-content{

}
.introduction-content img{

}
.introduction-content p {

}

/* recruit-section */
.company-profile-container{
  padding-bottom: 2rem;
}
.recruit-container{
  margin-top: 2rem !important;
}
.recruit-text-button {
  margin-top: 7rem !important;
  width: 50% !important;
}
/* news-section */
.latest-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.latest-posts li {
  margin-bottom: 1em;
}

.latest-posts .post-date {
  color: #888;
  margin-right: 0.5em;
}

.latest-posts .post-cat {
  color: #0077ff;
  margin-right: 0.5em;
}

.latest-posts a {
  color: #000;
  text-decoration: none;
}

.latest-posts li:hover a {
  text-decoration: underline;
}
/* company-profile-section */
.profile-txt {
  width: 100%;
  max-width: 600px; /* 任意 */
  margin: 0 auto;
  font-size: 16px;
}

.profile-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.profile-title {
  flex: 0 0 300px;
  font-weight: bold;
}

.profile-contents {
  flex: 1;
  text-align: left;
}
.google-map,
.google-map .elementor-custom-embed,
.google-map .elementor-custom-embed iframe {
  height: 550px !important;
}
.management > .e-con-inner {
  padding: 2rem 0 !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  text-align: center !important;
}
.recruit-container .background1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(136, 169, 202, 0.8);
  z-index: 5;
}
.recruit-container .background2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 34, 68, 0.5);
  z-index: 4;
}
.recruit-container .wave {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.recruit-container .person {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 2;
}
.recruit-container .branch {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.elementor-1244 .elementor-element.elementor-element-a609119,
.elementor-1244 .elementor-element.elementor-element-a0d77ab{
  margin: 0 !important;
}
