@charset "UTF-8";

body, html{
    line-height: 1.6!important;
    letter-spacing:0.05em!important;
}
.page-front section center{
	/* width:100%; */
    margin:50px;
}

.page-front section center img{
	max-width:250px;
}

.page-front .news_area{
	margin:auto auto 50px;
   max-width: 640px;
	color: #494949 !important;
     font-weight: 500;
}


.page-front .sns_area {
  width: 100%;
  text-align: center; /* これで中身を中央寄せ */
  padding: 16px 0;    /* 上下に余白（任意） */
  margin-bottom:50px;
}

.page-front .sns_area img {
  display: inline-block; /* 中央寄せを効かせるため */
  max-width: 100%;
  height: auto;
  width: 26px;
}


/* footer */

.footer_202508{
    background: #aa7549!important;
    background-color: #aa7549!important;
}
.company-contact h2{
    font-size: 16px;
    padding-bottom: 1rem;
}
.company-contact{
    text-align: center;
    color: #fff;
    padding: 50px;
}

.company-contact__list {
  list-style: none;
  padding: 0 0 1rem;
  margin: 0;
  display: flex;
  gap: 6px;
  justify-content: center;
}

/* header */

/* ロゴを真ん中に */
.l-header__inner__block.logo__block {
margin: 0 auto;
position:relative;
left:-9.3rem;
}
.l-header__inner__block.logo__block a {

}


.sign_inbtnWrap .btn202508{
	width: 300px;
}
.sign_inbtnWrap .btn202508 a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent; /* スマホでのハイライト除去 */
}

/* クリック時・フォーカス時の不要エフェクトを打ち消す */
.sign_inbtnWrap .btn202508 a:active,
.sign_inbtnWrap .btn202508 a:focus {
  outline: none;
  box-shadow: none;
  transform: none;   /* 押し込みアニメが付いている場合 */
  background: none;  /* 背景変化が付いている場合 */
}


.sign_inbtnWrap .btn202508 a{
    margin-right: 10%;
}


/*ログイン画面*/
.p-login__inner{
    justify-content:center!important;
}


.pc_only{
    display: block;
}
@media screen and (max-width: 720px){


.page-front section center{
	/* width:100%; */
    margin:15px 0 50px;
}

.page-front section center img{
	width:50%;
    max-width:150px;
}

.page-front .news_area{
    width:90%;
}

/* footer */
    .company-contact__list {
    flex-direction: column;
    gap: 4px;
    }
.company-contact__list a{
 color: #fff!important;
}
.company-contact__divider{
    display: none;
}
.company-contact .company-contact__info > a{
    display: block;
}

/* header */
.sign_inbtnWrap .btn202508{
	width: 80px;
	display: flex;
	flex-direction: column;
}
.sign_inbtnWrap .btn202508 a,
.sign_inbtnWrap .btn202508 a span{
font-size: 0.9rem;
margin-right:0;
}
.l-header__inner__block.logo__block{
    left:-2.3rem;
}
.l-header__inner__block.logo__block a{
    min-width:130px;
}
.pc_only{
    display: none;
}
}


header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
   padding: 30px 0; 
  display: flex;
  justify-content: center; /* 横中央 */
  align-items: center;     /* 縦中央 */
  border-bottom: 1px solid #ebe9db !important;
  background-color: #fff;
}

header img {
max-width: 160px;  /* 画面幅に応じて縮む */
height: auto;
}
@media screen and (max-width: 720px) {
  header img {
    max-width: 120px; /* ロゴを少し小さめに */
  }

  .page-front section center {
    margin: 30px 0 30px;
  }

  .page-front section center img {
    width: 70%; /* スマホで大きめ */
  }

  .page-front .news_area {
    width: 90%;
    margin-bottom: 30px;
  }
  .page-front .sns_area{
    margin-bottom: 30px;

  }

  .company-contact__list {
    flex-direction: column;
    gap: 4px;
  }

  .company-contact__list a {
    color: #fff !important;
  }

  .company-contact__divider {
    display: none;
  }
}