@charset "UTF-8";

html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
  line-height: 1.6;
}

body {
  color: #24292e;
  font-family: "BIZ UDPMincho", serif;
}
p {
  line-height: 1.6!important;
  letter-spacing: 1px!important;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
#news {
  margin-top: 60px;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto 120px auto;
  font-size: 0.9rem;
  padding: 0 3%;
}
.logo {
  width: 250px;
  height: auto;
}
.site-title a {
  display: block;
}
.sec-title {
  font-size:37px;
  text-align: center;
  margin-bottom: 4px;
  line-height: 45px;
  font-weight:900;
}
.sec-title1 {
  text-align: center!important;
  font-size: 24px;
  font-weight:900;
  color: #013f6b;
  letter-spacing: 0.5px;

}

.news-line {
  width: 100px;      /* 線の長さ 好みで調整 */
  height: 4px;       /* 線の太さ */
  background: #013f6b;  /* 線の色 */
  margin: 20px auto; /* ⇐ 中央配置（autoで中央寄せ） */
  border-radius: 100px;
  margin-bottom: 60px;
}
/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin: 0 auto;
  padding: 0 4%;
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 100;
}
#header ul {
  display: flex;
  padding: 10px 0;
  align-items: center;
}
#header li {
  font-size: 0.9rem;
  margin-left: 30px;
  
  letter-spacing: 0.5px;
}
#header li a {
  font-size: 18px;
    font-weight: 700;
    color: #000000;
}
#header li a:hover {
  opacity: 0.7;
}
#header li img.icon {
  width: 20px;
}
.contact-header-btn {
  background-color: #013f6b;
  padding: 15px 40px;
  border-radius: 0px;
  color: #fff;
  font-weight: 900;
}
#header  .contact-header-btn a {
  color: #fff!important;
}
#header ul li {
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}

#header ul li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #000000; /* 薄めのライン */
}
.title {
  font-size: 30px;
  margin-bottom: 20px;
  color: #013f6b;
}
/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual {
  margin-bottom: 0px;
}
#mainvisual img {
  width: 100%;
  height: 670px;
  object-fit: cover;
  margin-top: 80px;
}

/*-------------------------------------------
About
-------------------------------------------*/

#about ul {
  margin-bottom: 30px;
}
#about li:first-child {
  margin-bottom: 30px;
}
#about p {
  text-align:justify;
}
.about-logo {
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.about-title1 {
  margin-bottom: 20px;
}

.about-title1 strong {
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  border-bottom: solid 4px #013f6b;
  padding-bottom: 10px;
}
.about-title2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
.googlemap iframe {
  margin: 0 auto;
}
ul.horizontal-list {
	overflow-x: auto;
	white-space: nowrap;
}
li.item {
	display: inline-block;
  width: 25%;
	height: 300px;
	margin: 16px;
}	
.about-list-text {
  font-size: 16px;
  color: #000000;
  text-wrap: auto;

}
/*-------------------------------------------
project
-------------------------------------------*/

table{
  border-collapse: collapse;  
  margin-top: 30px;
  margin-bottom: 30px;
}
td,th{ /* 各セルの指定 */
  padding:10px 10px;
  text-align:left;
  border-bottom:1px solid #c86b5b;
}
th{ /* 表の見出しの指定 */
  color:#c86b5b;  
}
.table-title {
  width: 20%;
  color: #013f6b;
  font-size: 20px;
  font-weight: 700;
}
.table-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

td:last-child{ /* 一番左の列の指定 */
  border-right:0;
}
th:last-child{ /* 一番右の列の指定 */
  border-right:0;
}

/*-------------------------------------------
News
-------------------------------------------*/
#news dl {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #c8c8c8;
  margin-bottom: 20px;
  border-bottom: solid 1px #c8c8c8;
}
#news dt {
  width: 20%;
  padding: 15px;
}
#news dd {
  width: 80%;
  padding: 15px;
}
.news-top a {
  color: #24292e;
}
.news-top {
  width: 100%;
  display: flex;
}
/*-------------------------------------------
Contact
-------------------------------------------*/
.contact-text {
  text-align:center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.contact-btn{
  background-color: #013f6b;
  padding: 19px 30px;
  width: 50%;
  margin: 0 auto;
}
.contact-btn1 {
  font-size: 16px!important;
  margin-top: 30px;
  width: 300px;
}
.contact-btn-text1 {
  font-size: 20px!important;
}
.contact-btn-text1 a {
  font-size: 20px!important;
  color: #fff;
}
.contact-btn-text {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}



/*-------------------------------------------
フッター
-------------------------------------------*/
#footer {
  color: #000000;
  font-size: 1rem;
  padding: 10px 20px;
  text-align: center;
  font-weight: 900;
}
.footer04 {
  color: #000000;
  text-align: center;
  padding: 30px;
 }
 .footer04 a {
  color: #000000;
  text-decoration: none;
 }
 .footer04 a:hover {
  text-decoration: underline;
 }
 .footer04 .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 }
 .footer04 .footer-menu li {
  margin: 0;
  padding: 0 20px;
  border-right: 1px #808080 solid;
 }
 .footer04 .footer-menu li:last-child {
  border: none;
 }
 .copyright {
  font-size: 0.5em;
 }
 .footer-logo {
  width: 350px;
  margin-bottom: 0px;
 }
 .footer-text {
  margin-bottom: 25px;
  font-size: 1.3rem;
  font-weight: 900;
 }
 .footer-text1 {
  margin-bottom: 40px;
  font-weight: 900;
 }
 .footer-text2 {
  color: #000000;
 }


/*-------------------------------------------
下層ページ
-------------------------------------------*/
.under {
  padding-top: 150px;
}
.under-page-text {
  margin-top: 40px;
}

.news-img img {
  height: 300px!important;
}




/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 1100px) {
  .wrapper {
    margin-bottom: 70px;
  }
  .sec-title {
    font-size:27px;
    margin-bottom: 4px;
    line-height: 32px;
    font-weight:900;
  }
  .sec-title1 {
    font-size: 18px;
    font-weight:900;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
  .news-line {
    width: 60px;      /* 線の長さ 好みで調整 */
    height: 4px;       /* 線の太さ */
    background: #013f6b;  /* 線の色 */
    margin: 0px auto; /* ⇐ 中央配置（autoで中央寄せ） */
    border-radius: 100px;
    margin-bottom: 30px;
  }
  .title{
    font-size:24px;
    margin:0 0 24px 0;
    letter-spacing:0.02em;
    font-weight:800;
  }

  /*-------------------------------------------
  about
  -------------------------------------------*/
  #about ul {
    margin-bottom: 30px;
  }
  #about li:first-child {
    margin-bottom: 30px;
  }
  #about p {
    text-align:justify;
  }
  .about-logo {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  
  .about-title1 {
    margin-bottom: 20px;
  }
  
  .about-title1 strong {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
  }
  .about-title2 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 40px;
  }
  .googlemap iframe {
    margin: 0 auto;
  }
  ul.horizontal-list {
    overflow-x: auto;
    white-space: nowrap;
  }
  li.item {
    display: inline-block;
    width: 70%;
    height: 300px;
    margin: 16px;
  }	
  .about-list-text {
    font-size: 13px;
    color: #000000;
    text-wrap: auto;
  
  }

  /*-------------------------------------------
  News
  -------------------------------------------*/
  #news dl {
    flex-direction: column;
  }
  #news dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  #news dd {
    width: 100%;
    padding-top: 0;
  }
  .news-top {
    width: 100%;
    display: flex;
}
  /*-------------------------------------------
  Projects
  -------------------------------------------*/
  .box_title strong {
    background: #013f6b;
    color: #fff;
    padding: 10px;
    font-size: 23px!important;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
  .box_image img {
    display: block;
    max-width: 100%;
    width: -webkit-fill-available;
  }
  table{
    border-collapse: collapse;  
    margin-top: 30px;
    margin-bottom: 30px;
  }
  td,th{ /* 各セルの指定 */
    padding:10px 10px;
    text-align:left;
    border-bottom:1px solid #c86b5b;
  }
  th{ /* 表の見出しの指定 */
    color:#c86b5b;  
  }
  .table-title {
    width: 20%;
    color: #013f6b;
    font-size: 14px;
    font-weight: 700;
  }
  .table-text {
    font-size: 12px;
    font-weight: 700;
  }


  /*-------------------------------------------
  Contact
  -------------------------------------------*/
  .contact-text {
    text-align:left;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .contact-btn{
    background-color: #013f6b;
    padding: 15px 20px;
    width: 85%;
    margin: 0 auto;
    border-radius: 0px;
  }
  .contact-btn-text {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .contact-btn-text1 {
    font-size: 17px!important;
  }
  .contact-btn-text1 a {
    font-size: 17px!important;
    color: #fff;
  }
  .contact-btn1 {
    margin-top: 30px;
    width: 250px;
  }

  /*-------------------------------------------
  フッター
  -------------------------------------------*/
  .footer-logo {
    width: 250px;
    margin-bottom: 10px;
   }
   .footer-text {
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 900;
   }
   .footer-text1 {
    margin-bottom: 40px;
    font-weight: 900;
   }
   #footer {
    color: #000000;
    font-size: 0.8rem;
    padding: 10px 20px;
    text-align: center;
    font-weight: 900;
  }
  .footer-text1 {
    font-size: 16px;
  }
  .footer04 .footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: left;
   }
   .footer04 .footer-menu li {
    margin: 0;
    padding: 0 0px;
    border-right: none;
    text-align: center;
   }
   .footer04 {
    color: #000000;
    text-align: center;
    padding: 5px;
   }

}

@media screen and (min-width: 1100px) {
.header {
  display: none;
}
.under-page-text {
  font-size: 20px;
}
.news-top a {
  display: flex
;
  width: 1000px;
}
}
@media screen and (max-width: 1100px) {
  .news-top {
    width: 100%;
    display: block;
}
  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  .logo {
    width: 200px;
    height: auto;
}
/* Navbar & Navmenu color */
.site-title {
  margin-top: 0px;
}
:root {
  --background-navbar: rgba(55, 55, 55, 0.98);
}

.header {
  background:#fff;
  position: fixed;
  width: 100%;
  height: 80px;
  align-items: center;
  display: flex;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: 80px;
  padding: 0 0 10px 0;
  clear: both;
  background: #fff;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color:#000000;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-top: 1px solid rgb(75, 75, 75);
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  right: 0;
}

.navicon {
  background: #000000;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000000;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}

  #header {
    display: none;
  }
}

@media screen and (min-width: 1700px) {
#mainvisual img {
  width: 100%;
  height: 850px;
  object-fit: cover;
  margin-top: 80px;
}
.news-img img {
  height: 500px !important;
}
}


.scroll_down{
  position:absolute;
	z-index:100;
	 right: 0;
  margin: 0 auto;
	left:50%;
}

.scroll_down a{
  position: absolute;
  left: 10px;
  bottom: 87px;
  color: #fff;
  font-size: 14px;
 	font-family: "Overpass", sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
	
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background:#fff;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom:160px;}
  100%{bottom:0px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.scroll_down:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:2px;
  height: 160px;
  background:#fff;
}


.container{
  max-width:var(--page-width);
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:40px;
}
.text-area{
  flex:1 1 50%;
  min-width:280px;
}

.lead{
  line-height:2!important;
  color:#000;
  margin:0;
  font-size:18px;
  max-width:660px; /* テキスト幅を制限して読みやすく */
}
.image-wrap{
  flex:1 1 50%; /* PCでは幅を50%に */ /* 固定幅で右に大きな四角を配置 */
  display:flex;
  justify-content:flex-end;
}
.hero-image{
  width:100%;
  height:auto;
  object-fit:cover;
  background:#fff; /* 画像が無いときのグレー */
  display:block;
  box-shadow: none;
}
.kv-text {
  text-align: center;
  line-height: 2;
  margin-top: 20px;
  font-size: 22px;
}
.container1 {
  margin-bottom: 60px;
}

/* レスポンシブ: 狭い画面では縦並びに */
@media (max-width:969px){
  .container{flex-direction:column-reverse; align-items:flex-start}
  .image-wrap{width:100%; flex:0 0 auto; margin-bottom:32px}
  .hero-image{width:100%; height:auto; aspect-ratio: 16 / 9;}
  .lead{max-width:100%}

  .image-wrap{width:100%; flex:0 0 auto; margin-top:32px}
  .hero-image{width:100%; height:auto; aspect-ratio: 16 / 9;}
  .lead{max-width:100%}
  .container{
    max-width:var(--page-width);
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:0px;
  }
  .kv-text {
    text-align: center;
    line-height: 1.7;
    margin-top: 20px;
    font-size: 14px;
  }
  .lead{
    line-height:1.8!important;
    color:#000;
    margin:0;
    font-size:14px;
    max-width:460px; /* テキスト幅を制限して読みやすく */
  }
  .container1 {
    margin-bottom: 60px;
  }
  .image-wrap1 {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}
.news-line1 {
  margin-bottom: 0px;
}
}

.text-area1 {
  text-align: center;
}
.lead-1 {
  text-align: center!important;
  margin: 10px;
  font-size: 18px;
}
.title1 {
  text-align: center;
}
.container2 {
  justify-content: center;
}
@media (max-width:969px){
  .text-area1 {
    text-align: center;
    width: 100%;
  }
  .title1 {
    text-align: center;
    margin-top: 40px;
  }
  .lead-1 {
    text-align: left!important;
    font-size: 15px;
  }
}