@charset "UTF-8";

.w1740 { max-width: 1740px; width: 100%; margin: 0 auto; position: relative;}
.w1680 { max-width: 1680px; width: 100%; margin: 0 auto; position: relative;}
.w1400 { max-width: 1400px; width: 100%; margin: 0 auto; position: relative;}
.w1200 { max-width: 1200px; width: 100%; margin: 0 auto; position: relative;}
.w1000 { max-width: 1000px; width: 100%; margin: 0 auto; position: relative;}
.only-m{ display: none !important;}

.indexNavMain { position: absolute; left: 0; top: 2.6vw; width: 100%; height: 80px;  z-index: 8;}
.indexNavMain .logo {float: left;z-index: 8;}
.indexNavMain .logo img {display: block;}
.indexNavMain ul {float: right;z-index: 8;}
.indexNavMain ul li {float: left;margin-left: 4em; font-size: 20px; line-height: 80px; color: #fff; position: relative;}
.indexNavMain ul li a { display: block; color: #fff; position: relative;}
.indexNavMain ul li a::after { content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: #fff; transition: all 0.3s; }
.indexNavMain ul li a:hover::after { width: 100%;}
.indexNavMain ul .item>a:hover::after { width: 0;}
.indexNavMain ul li .itemList{ position: absolute; left: 50%; top: 78px; width: 100px; padding: 10px; margin-left: -60px; background-color: rgba(0, 0, 0, 0.2); text-align: center; display: none;}
.indexNavMain ul li:hover .itemList{ display: block;}
.phoneNavBtn { display: none;}
.leftMenu_z { display: none;}


.indexBannerMain { position: relative; width: 100%; height: 100%;}
.indexBannerMain .img { display: block; width: 100%; height: 100%; }
.indexBannerMain .txt { position: absolute;  top: 0; left: 6.25vw; width: 46.25%; margin-top: 18.2vw;}

.title{ width: 100%;}
.title h2 { font: bold 80px/100px "lineseedjp_otf_rg"; color: #0a5ab7; text-align: right; }
.title span { position: relative; display: block; padding-left: 30px; font-size: 18px; line-height: 32px; color: #0a5ab7; }
.title span::before{ content: ""; position: absolute; left: 10px; top: 50%; margin-top: -5px; width: 10px; height: 10px; border-radius: 50%; border: 2px solid #0a5ab7; box-sizing: border-box;}
.title p{ font-size: 18px; line-height: 32px;}
.title img{ display: block; margin-top: -72px; margin-bottom: 40px;}

.btn { display: inline-block; width: 200px; padding-left: 30px; border: 3px solid #0a5ab7; border-radius: 10px;
  font-size: 16px; line-height: 46px;  color: #333; text-align: left;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative; overflow: hidden;  box-sizing: border-box;
}
.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background:#0a5ab7;
  transition: left 0.4s ease;
  z-index: -1;
}
.btn:hover::before {
  left: 0;
}
.btn:hover {
  color: #fff;
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0,87,184,0.2);
} 
.btn-white{ color: #fff; border-color: #fff;}
.btn-blue{ color: #fff; border-color: #0a5ab7; background: #0a5ab7;}
.btn-right{ text-align: right;}
.btn-center{ text-align: center;}

.indexAbout { padding-top: 6.77vw; background-image: linear-gradient(6deg,#ecf5ff, #fff );}
.indexAbout .w1200{ padding-top: 2.3vw; padding-bottom: 18vw; background: url(../images/indexbg01.png) no-repeat center top; }

.indexServiceMain { padding: 80px 26px 96px; }
.indexServiceMain .title h2{ margin-top: -32px;}
.indexServiceMain .title p{ margin-top: -32px;}
.indexServiceMain ul{ padding-top: 76px;}
.indexServiceMain li{ float: left; width: 18.04%; margin-right: 2.45%;  cursor: pointer;}
.indexServiceMain li:nth-last-child(1){ margin-right: 0;}
.indexServiceMain li a{ display: block; width: 100%; height: 100%; position: relative;  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);}
.indexServiceMain li a:hover{ transform: translateY(-10px);}
.indexServiceMain li .img{ position: relative; display: block; width: 100%; overflow: hidden; margin-bottom: 20px;}
.indexServiceMain li .img>img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease;}
.indexServiceMain li .img .tag{ position: absolute; left: 0; bottom: 0; width: 100%; padding: 18px 0; background: url(../images/libg.png) no-repeat center bottom; background-size: 100% 100%; font-size: 14px; line-height: 24px; color: #fff; font-weight: 300;}
.indexServiceMain li .img .tag img{ display: inline-block; margin-left: 16px; margin-right: 10px; vertical-align: middle;}
.indexServiceMain li .service-number { position: absolute; top: 10px; right: 10px; color:#fff; font-size: 30px; line-height: 60px; font-family: lineseedjp_otf; font-weight: 700; }
.indexServiceMain li .service-desc { font-size: 16px; line-height: 24px; color: #333; text-align: justify; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;}


.indexInvestment{ padding: 300px 0 192px; background: #fff url(../images/indexbg02.jpg) no-repeat center top; background-size: calc( 100% - 52px) 100%;}
.indexInvestment .title h2{ margin-top: -204px; color: #fff; font-size: 60px; line-height: 68px; }
.indexInvestment .title span{ color: #fff;}
.indexInvestment .title span::before{ border-color: #fff; background-color: #0a5ab7;}
.indexInvestment .txt{ display: flex;}
.indexInvestment .txt-l{ width: 50%; margin-top: 70px;}
.indexInvestment .txt-l h3{ margin-bottom: 26px; font-size: 26px; line-height: 52px; color: #fff; font-family: lineseedjp_otf; font-weight: 700;}
.indexInvestment .txt-l p{ font-size: 16px; line-height: 26px; color: #fff; text-align: justify; }

.indexInvestment .txt-r{ width: 50%; margin-top: 72px;}
.investment-features{ display: flex; justify-content: flex-end; margin-top: 90px;}
.investment-features .feature-item{ width: 128px; text-align: center; transition: transform 0.3s ease;}
.feature-icon { margin-bottom: 8px; transition: transform 0.5s ease;}
.feature-text{ color: #fff;}
.feature-item:hover { transform: translateY(-5px);}
.feature-item:hover .feature-icon { transform: rotate(360deg);}

.indexValues { padding: 80px 0 248px; background: url(../images/indexbg03.png) no-repeat, linear-gradient(to bottom, #fff, #ecf5ff); background-position: center bottom;}
.indexValues .title h2{ text-align: left;}
.values-container { position: relative; width: 1360px; margin-left: calc(50% - 600px);}

.values-list {  display: flex;}
.value-card { width: 23%; margin-right: 2.66%; margin-top: 70px; background: #fff; padding: 80px 20px 70px;  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}
.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0,87,184,0.15);
}

.value-icon { margin-bottom: 15px;
  transition: transform 0.4s ease;
}
.value-card:hover .value-icon {
  transform: scale(1.2) rotate(5deg);
}

.value-title { font-size: 24px; line-height: 2em; font-family: lineseedjp_otf; font-weight: 700;}
.value-text { font-size: 14px; line-height: 2em;}

/* News区域 */
.news {
  padding: 120px 0 ;
  background-image: linear-gradient(to top, #fff, #ecf5ff);
}

.news-header {
  float: left; margin-right: 108px;
}

.news-header .title h2{ text-align: left; font-size: 70px;}
.news-header .title span::before{ border-color: #fff; background-color: #e30000;}

.news-item a{
  display: grid;
  grid-template-columns: 178px 120px 1fr 54px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 6px;
}
.news-item a:hover {
  background-color: #fff; border-radius: 10px;
}

.news-item .img {
  width: 144px;
  height: 113px;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.4s ease;
  margin-left: 20px;
}
.news-item:hover img {
  transform: scale(1.08);
}

.news-date {
  font-size: 14px;
  line-height: 32px;
  color: #666;
}

.news-category {
  margin-left: 20px;
  font-size: 14px;
  color: #0a5ab7;
  line-height: 32px;
}

.news-title {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #222;
}

.news-arrow {
  width: 30px; height: 30px;  border-radius: 50%; text-align: center;
  color: #0a5ab7; font-size: 20px; line-height: 30px; font-family: lineseedjp_otf; font-weight: 700;
  transition: transform 0.3s ease;
}
.news-item:hover .news-arrow {
  color: #fff;background-color: #0a5ab7;
}

.news-more {
  text-align: right;
  margin-top: 80px;
}

.btn-blue::before {
  background:#fff;
}
.btn-blue:hover {
  color: #0a5ab7;
} 

.footer {
  padding: 80px 0 0;
  background: #0a5ab7 url(../images/indexbg04.png) no-repeat right top;
  color: #fff;
}

.footer .info {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-logo {
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}
.footer-logo:hover {
  transform: scale(1.05);
}

.footer-info {
  font-size: 16px;
  line-height: 28px;
}

.footer-nav ul {
  display: flex;
  list-style: none;
  gap: 40px;
}

.footer-nav a {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  transition: all 0.3s ease;
  position: relative;
}
.footer-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.footer-nav a:hover::after {
  width: 100%;
}
.footer-nav a:hover {
  opacity: 0.9;
}

.footer-bottom {
  padding: 80px 0 20px;
  font-size: 14px;
  line-height: 2em;
  text-align: right;
}
.footer-bottom a{ color: #fff;}



/* 子页 */
.subPage .indexNavMain{ top: 20px;}
.subPage .indexNavMain ul li a { color: #222;}
.subPage .indexNavMain ul li a::after { background: #222;}


.subBannerMain { position: relative; height: 498px; background: url(../images/subBg01.jpg) no-repeat center bottom; background-size: 100% 100%; }
.subBannerMain h1 { padding-top: 250px; }
.subBannerMain h1 span:nth-child(1){ display: block; font-size: 24px; line-height: 60px; font-family: lineseedjp_otf;  font-weight: 700; color: #0a5ab7;}
.subBannerMain h1 span:nth-child(2){ display: block; font-size: 60px; line-height: 80px; font-family: lineseedjp_otf;  font-weight: 700; color: #44403f; text-transform: uppercase;}

 /* 面包屑 */
 .breadcrumb { margin-top: 40px; text-align: right; font-size: 14px; line-height: 28px; color: #666;}
.breadcrumb a { color: #666;}
.breadcrumb a:hover { color: #0a5ab7;}

.subTitle { position: relative; padding: 4.2vw 0; text-align: center;  font-size: 2.8vw; line-height: 2em; font-family: lineseedjp_otf; font-weight: 700; color: #222;}
.subTitle span:nth-child(1){ position: relative; z-index: 2;}
.subTitle span:nth-child(2){ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size: 6.25vw; line-height: 6.25vw; text-transform: uppercase; text-wrap: nowrap;
  background: linear-gradient(90deg, #fff 0%, #ecf5ff 33%, #ecf5ff 74%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
} 

.subServicesMain01{ background: url(../images/txt.png) no-repeat right top 26px, linear-gradient(to bottom, #fff, #ecf5ff); }
.subServicesMain01 h2{ padding: 110px 0 70px; font-size: 3.125vw; line-height: 4.2vw;font-family: lineseedjp_otf; font-weight: 700; color: #222;}
.subServicesMain01 h2 span{ color: #0a5ab7;}
.subServicesMain01 .txt p{ font-size: 18px; line-height: 36px;}
.subServicesMain01 .flow{ padding: 80px 50px 110px; margin: 100px auto 96px; background-color: #fff; border: 1px dashed #0a5ab7; box-sizing: border-box;}
.subServicesMain01 .flow img{ display: block; max-width: 100%; margin: 0 auto;}
.subServicesMain01 .flow-desc p{ display: inline-block; padding: 0 20px; margin-bottom: 10px; background-color: #0a5ab7; font-size: 24px; line-height: 60px; color: #fff; text-align: justify;}


/* 提供服务 */
.service-intro { background-image: linear-gradient(to top, #fff, #ecf5ff); }

.subServicesList { display: flex; justify-content: space-between; width: 100%;}
.subServicesList li{ width: 29.28%;}
.subServicesList li .img{ margin-bottom: 30px; border-radius: 8px; box-shadow: 0 10px 25px rgba(0,87,184,0.15); }
.subServicesList li .img img{ display: block; border-radius: 8px; width: 100%; transition: all .3s;}
.subServicesList li .img img:hover{ transform: scale(1.08);}
.subServicesList li h3 {
  font-size: 24px;
  line-height: 2em;
  font-family: lineseedjp_otf;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
  text-align: center;
}
.subServicesList li p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

/* 详细服务 */
.service-detail { padding-top: 60px;}
.service-detail ul li{ width: 100%; margin-bottom: 90px;}
.service-detail ul li .img{ position: relative; width: 50%; z-index: 2;}
.service-detail ul li .img img{ display: block; width: 100%; transition: all .5s;}
.service-detail ul li .txt{ position: relative; width: 50%; min-height: 28.6vw; padding: 4vw 2vw 2vw 6vw; background-color: #f2f8ff; box-sizing: border-box;}
.service-detail ul li .txt::before{ content: ''; position: absolute; left: 6vw; top: 0; width: 98px; height: 3px; background-color: #0a5ab7;}
.service-detail ul li:nth-child(2n+1) .img{ float: right;}
.service-detail ul li:nth-child(2n) .img{ float: left;}
.service-detail ul li:nth-child(2n+1) .txt{ float: left;}
.service-detail ul li:nth-child(2n) .txt{ float: right;}
.service-detail ul li:last-child{ margin-bottom: 40px;}
.service-detail ul li span{ display: block; font-size: 18px; line-height: 40px; font-weight: 300; color: #222;}
.service-detail ul li h3{ margin-bottom: 1vw; font-size: 3.125vw; line-height: 6.25vw; color: #0a5ab7; letter-spacing: -.1vw;}
.service-detail ul li p{ font-size: 16px; line-height: 26px; margin-bottom: 1.3vw; text-align: justify;}
.service-detail ul li img:hover{ transform: scale(1.04);}
/* 蓄電所事業 */
.storage-business { 
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
}
.storage-business h2{ background-color: #fff;}
.storage-desc{ margin: 90px auto 80px;}
.storage-flow{ padding: 78px 80px 220px; background: url(../images/subBg02.png) no-repeat right bottom , linear-gradient( 90deg, #f9f9f9 4%, #fff 4%); }
.storage-flow img{ display: block; max-width: 100%; margin: 0 auto;}
.storage-flow .gif{ position: absolute; left: 50%; top: 50%; width: 450px; transform: translate(-50%,-50%);}
.profit-model{ background-color: #f9f9f9; padding-bottom: 50px; margin-bottom: 138px;}

/*-------------------------------------------------------------company--------------------------------------------------------*/

.subCompanyMain01{ padding: 110px 0 70px;  background-image: linear-gradient(to bottom, #fff, #ecf5ff); }
.subCompanyMain01 h2{ font-size: 3.125vw; line-height: 4.2vw; font-family: lineseedjp_otf; font-weight: 700; color: #0a5ab7;}
.subCompanyMain01 h3 { margin-bottom: 50px; font-size: 2.4vw; line-height: 4.2vw; font-family: lineseedjp_otf; font-weight: 700; color: #0a5ab7;}
.subCompanyMain01 .txt p{ font-size: 18px; line-height: 36px; text-align: justify;}
.slogin{ margin-top: 50px; text-align: center;}
.slogin span{ display: inline-block; font-size: 3.125vw; line-height: 6.25vw; font-weight: 900; text-transform: uppercase; text-wrap: nowrap;
  background: linear-gradient(90deg, #fff 0%, #a0a0a0 40%, #a0a0a0 60%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;}

.subCompanyMain02{ padding: 60px 0 30px;  background-image: linear-gradient(to top, #fff, #ecf5ff); }
.subCompanyMain02 li { margin-bottom: 50px; display: flex; align-items: center; gap: 4%; }
.subCompanyMain02 li .img { width: 48%; }
.subCompanyMain02 li .img img{ display: block; width: 100%;}
.subCompanyMain02 li .txt{ width: 48%; }
.subCompanyMain02 li h2 { margin: 10px 0; font-size: 28px; line-height: 2em; font-family: lineseedjp_otf; font-weight: 700; color: #0a5ab7;}
.subCompanyMain02 li h3 { margin-bottom: 15px; font-size: 20px; line-height: 2em;  font-family: lineseedjp_otf; font-weight: 700; color: #222;}
.subCompanyMain02 li p{ color: #333;}

.subCompanyMain03{ padding: 0 0 60px; background-image: linear-gradient(to bottom, #fff, #ecf5ff); }
.subTable { border-collapse: collapse;  }
.subTable td { border-bottom: 1px solid #f0f1f1; font-size: 18px; line-height: 46px; }
.subTable .firstTd {width:25%; padding: 20px 0 20px 30px; font-weight: bold; }
.subTable .secondTd {width:75%; padding: 20px;  text-align: justify; }

.subCompanyMain04 { margin-bottom: 100px;}
.subCompanyMain04 .mapbox{ height: 450px; background-color: #f9f9f9;}



/* ---------------------------------------------------news---------------------------------------- */
.subNewsList{ padding: 100px 0; background-image: linear-gradient(to bottom, #fff, #ecf5ff);}
.subNewsList li { padding-bottom: 40px; margin-bottom: 50px; border-bottom: 1px solid #eee; }
.subNewsList li a{ display: flex; align-items: center; gap: 4%; transition: all .5s; }
.subNewsList li a:hover {transform: translateY(-5px);}
.subNewsList li .img { width: 36%; }
.subNewsList li .img img{ display: block; width: 100%;}
.subNewsList li .txt{ width: 60%; }
.subNewsList li:nth-child(even) a { flex-direction: row-reverse;}
.subNewsList li span { font-size: 14px; line-height: 32px; color: #666;}
.subNewsList li h3 { margin: 10px 0; font-size: 24px; line-height: 2em; font-family: lineseedjp_otf; font-weight: 700; color: #222;}
.subNewsList li p{ color: #333;}


/* 分页 */
.pagebox{ margin: 7.5vw auto; text-align: center;}
.pagebox .pagelist { display: inline-block; font-size: 16px; line-height: 40px; color: #333;}
.pagelist .prev,.pagelist .next{ float: left; width: 40px; height: 40px; border: 1px solid #333; margin: 0 6px; border-radius: 50%;}
.pagelist p{ float: left; }
.pagelist a{ float: left; margin: 0 6px; width: 40px; border: 1px solid #333; border-radius: 50%; color: #333;}
.pagelist a.active{ background-color: #0a5ab7 ; color: #fff;}

.articlePage{ background-image: linear-gradient(to top, #fff, #ecf5ff);}
.articleMain {
  margin-bottom: 150px;
}
.articleMain .article-title {
  padding: 140px 0 50px;
  text-align: center;
}
.articleMain .article-title h1 {
  font-size: 36px;
  line-height: 50px;
  color: #000;
  text-align: center;
}
.articleMain .article-title .time, .articleMain .article-title .tag {
  margin: 0 10px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.articleMain img {
  display: block;
  max-width: 100%;
  margin: 0 auto 36px;
}
.articleMain p {
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 36px;
  text-align: justify;
}
.articleMain .btn-center{ text-align: center;}
/*------------------------------------------------------------------contact------------------------------------------*/

.contactPage{ background-image: linear-gradient(to bottom, #fff, #ecf5ff);}

/* privacy */
.subPart03 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.subPart03 .subTitleLine {
  font-size: 24px;
  line-height: 80px;
  position: relative;
}
.subPart03 .subTitleLine span {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}
.subPart03 .txt h3 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 40px;
  color: #005bac;
}
.subPart03 .txt p {
  font-size: 18px;
  line-height: 40px;
  color: #222;
}
.subPart03 .txt .linkBtn {
  text-align: center;
  margin: 20px auto;
}
.subPart03 .txt .linkBtn a {
  display: inline-block;
  padding: 0 30px;
  background-color: #005bac;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
}
.subPart03 .txt .linkBtn a:hover {
  background-color: #255c8d;
}

/* thanks */
.thanksPage .btn, .contactPage .btn {
  display: block;
  width: 300px;
  height: 60px;
  margin: 0 auto;
  background-color: #2b3339;
  border-radius: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  transition: all 0.5s;
  padding-left: 0;
}
.thanksPage .btn:hover, .contactPage .btn:hover {
  background-color: #000;
}

.thank-you-message {
  padding-top: 8vw;
  text-align: center;
}
.thank-you-message h1 {
  font-size: 3vw;
  line-height: 4;
}
.thank-you-message p {
  font-size: 1.5vw;
  line-height: 1.6;
}
.thank-you-message .btn {
  background: #005bac;
  margin: 3vw auto;
  color: #fff;
}

/* contact */
.contactPage .subContactMain {
  padding-bottom: 100px;
}
.formBox{ padding: 50px 0 100px; border-top: 2px solid #0a5ab7; border-bottom: 2px solid #0a5ab7;}

.contactPage .form-row {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.contactPage .form-row .form-label {
  position: relative;
  width: 23%;
  font: bold 20px/46px "KOZGOPR6N-REGULAR";
  color: #2f2f2f;
}
.contactPage .form-row .form-label.required:after {
  content: "※";
  color: #e32;
}
.contactPage .form-row .form-label.requiredafter:after {
  content: none;
}
.contactPage .form-row .form-input {
  width: 75%;
  margin-left: 2%;
  font: normal 18px/46px "KOZGOPR6N-REGULAR";
  color: #222;
}
.contactPage .form-row .form-input input, .contactPage .form-row .form-input textarea, .contactPage .form-row .form-input select, .contactPage .form-row .form-input option {
  display: block;
  width: 100%;
  height: 46px;
  font: normal 18px/46px "KOZGOPR6N-REGULAR";
  padding-left: 20px;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
}
.contactPage .form-row .form-input textarea {
  width: 100%;
  height: 290px;
  padding: 20px;
  font: normal 18px/46px "KOZGOPR6N-REGULAR";
  color: #222;
  resize: none;
}
.contactPage .form-row input:focus, .contactPage .form-row textarea:focus, .contactPage .form-row select:focus {
  box-shadow: 0 0 10px rgba(0, 117, 159, 0.5);
}
.contactPage .toPrivacy {
  font: bold 20px/46px "KOZGOPR6N-REGULAR";
  color: #2f2f2f;
}
.contactPage .error-message {
  display: block;
  width: 100%;
  color: #e32;
  font-size: 16px;
  line-height: 30px;
  display: none;
}
.contactPage input:invalid:not(:focus):not(:placeholder-shown), .contactPage textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #e32;
}
.contactPage input:invalid:not(:focus):not(:placeholder-shown) + .error-message,
.contactPage textarea:invalid:not(:focus):not(:placeholder-shown) + .error-message {
  display: block;
}
.contactPage .checkbox-container {
  margin: 30px 0;
  font-size: 18px;
  line-height: 40px;
}
.contactPage .checkbox-container a {
  color: #005bac;
  text-decoration: underline;
}
.contactPage .checkbox-container > div {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contactPage .checkbox-container input[type=checkbox] {
  margin-right: 10px;
  margin-top: 15px;
}

.contactPage .submit-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}

.contactPage .submit-container .btn {
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.contactPage .btn-edit {
  background-color: #888;
  color: white;
}

.contactPage .btn-edit:hover {
  background-color: #666;
}

.contactPage .btn-confirm {
  background-color: #2c5aa0;
  color: white;
}

.contactPage .btn-confirm:hover {
  background-color: #1e3d73;
}

.contactPage .btn-submit {
  background-color: #051277;
  color: white;
}

.contactPage .btn-submit:hover {
  background-color: #081579;
}

.contactPage .confirmation {
  display: none;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.contactPage .confirmation-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.contactPage .confirmation-label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

@keyframes myUp {
  0% {
    transform: translateY(0.7vw);
    opacity: 0;
  }
  50% {
    transform: translateY(0vw);
    opacity: 1;
  }
  100% {
    transform: translateY(-0.7vw);
    opacity: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1860px) {
  .w1740{ width: 94%; }
}
@media (min-width: 1000px) and (max-width: 1788px) {
  .w1680{ width: 94%;}
  .indexServiceMain li .img .tag img{ height: 1.25vw;}
}
@media (min-width: 1000px) and (max-width: 1560px) {
  .values-container{ width: 94%; margin: 0 auto;}
  .w1400{ width: 94%;}
  .w1200{ width: 80%;}
}
