@charset "UTF-8";

/*///////////////////////////////////////
全体設定
///////////////////////////////////////*/
*,*:before,*:after {
 box-sizing: border-box;
}

html {
 box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 font-size: 62.5%;
 height: 100%;
 scroll-behavior: smooth;
 scroll-padding-top: 70px;
}

body {
 color: #000;
 font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 background:#fff;
 font-size: 16px;
 font-weight: 400;
 line-height: 1.2;
 margin:0;
 padding:0;
 max-width: 100%;
 height: 100%;
}
@media screen and (max-width: 768px){
body {
 font-size: 14px;
}
}

img {
 max-width:100%;
 height: auto;
}

a{
 text-decoration: none;
 color: #333;
}

a:hover{
 opacity: 0.5;
 transition: 0.8s;
}

a:visited{
 color: inherit!important;/*親と同じ色*/
}

p{
 line-height: 1.5;
}

/*///////////////////////////////////////
ヘッダー
///////////////////////////////////////*/
/*SPメニュー表示時、裏のbody固定*/
body.no-scroll {
 overflow: hidden; /* スクロールを無効化 */
}
header.fixed-header {
 position: fixed;
 top: 0; /* ヘッダーをページのトップに固定 */
 width: 100%;
 z-index: 1000; /* ヘッダーが他の要素の上に表示されるように */
}
header.shrink {
 /* ヘッダー縮小時のスタイル */
 /*background-color: rgba(0, 0, 0, 0.7);*/
 backdrop-filter: blur(3px);
}
h1 {
 font-size: 1em;
 }

.header-logo img{
 width: 300px;
 height: auto;
}

/*スクロール時に小さく*/
.header {
 transition: all 0.3s ease;
 /*background-color: #fff;*/
}
.header.shrink {
 /*background-color: #fff;*/
 height: 40px;
}
.header.shrink .header-logo img {
 transition: all 0.3s ease; /* ロゴの変化も滑らかに */
}
.header.shrink .header-logo img {
 width: auto;
 height: 40px;
}
.header.shrink .header-logo {
 font-size: 14px;
 z-index: -1;
}
.menu-link {
 transition: all 0.3s ease;
 font-size: 18px;
}
.header.shrink .menu-link {
 font-size: 14px; /* 縮小時の文字サイズ */
}
.header.shrink .header-container {
 height: 40px;
}

/*リンクアニメーション*/
.navlink {
 display: inline-block;
 text-align: center;
 text-decoration: none;
 outline: none;
 color: #1B85FB;
 border-bottom:2px;
}
.navlink:hover{
 color: #1B85FB;
}
a.navlink {
 position: relative;
}
a.navlink::after {
 position: absolute;
 left: 0;
 content: '';
 width: 100%;
 height: 2px;
 background: #333;
 bottom: -5px;
 transform: scale(0, 1);
 transition: transform 0.5s;
 transform-origin: center top;
}
a.navlink:hover::after {
 transform: scale(1, 1)
}

@media screen and (max-width: 767px) {
.header.shrink .header-logo img {
 height: auto;
}
/*SPメニューデザイン*/
a.navlink{
 color: #fff!important;
 font-size: 1.2em!important;
 border-bottom: 0.3px solid #ddd;
 text-align: left;
}
a.navlink::before{
 content: '●';
 margin-right: 10px;
 color: #616177;
}
}

.fixed-header {
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 9999;
 /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
}


header {
 position: sticky;
 z-index: 10;
 top: 0;
 right: 0;
 left: 0;
 width: 100%;
 max-width: 1920px;
 margin-left: auto;
 margin-right: auto;
 /*padding: clamp(20px, 5.333333333333333vw, 40px);*/
 padding:0px 20px;
 -webkit-transition-duration: 300ms;
 transition-duration: 300ms;
 height: 60px;
}

@media (min-width: 1025px) {
header {
 /*padding: clamp(30px, 3.125vw, 60px) clamp(40px, 4.6875vw, 90px);*/
}
}

@media (max-width: 768px) and (orientation: landscape) {
header {
 padding: clamp(10px, 2.998500749625187vw, 20px);
}
}

.header-container {
 display: -ms-grid;
 display: grid;
 -webkit-box-align: center;
 align-items: center;
 -ms-flex-align: center;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -ms-grid-columns: 1fr 1fr;
 grid-template-columns: 1fr 1fr;
 height: 60px;
}

.header-logo {
 width: -moz-fit-content;
 width: -webkit-fit-content;
 width: fit-content;
 z-index: -1;
}

@media (max-width: 768px) and (orientation: landscape) {
.header-logo {
 width: clamp(70px, 17.991004497751124vw, 140px);
}
}

.logo-link {
 display: block;
 -webkit-transition-duration: 300ms;
 transition-duration: 300ms;
}
.logo-link:hover {
 opacity: 0.6;
}

@media (max-width: 1024px) {
.nav-menu {
 position: fixed;
 z-index: -1;
 top: 0;
 right: 0;
 width: 80%;
 height: 100vh;
 height: calc(var(--vh, 1vh) * 100);
 padding-right: clamp(30px, 8vw, 60px);
 padding-bottom: clamp(30px, 8vw, 60px);
 padding-left: clamp(30px, 8vw, 60px);
 transition-duration: 300ms;
 transform: translateX(200%);
 overflow: auto;
 background-color: rgba(0, 0, 0, .8);
 padding-top: 75px;
}
.nav-menu.active {
 transform: translateX(0);
}
}

@media (min-width: 1025px) {
.nav-menu {
 padding-top: 0 !important;
}
}

@media (min-width: 1025px) {
.menu-list {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 align-items: center;
 -ms-flex-align: center;
 -webkit-box-pack: end;
 -ms-flex-pack: end;
 justify-content: flex-end;
 gap: clamp(20px, 2.0833333333333335vw, 40px);
 list-style: none!important;
}
}
@media (max-width: 1024px) {
 .menu-item {

 }
}

.menu-item::marker {
 content: none;
}

.menu-link {
 display: block;
 color: #333;
 -webkit-transition-duration: 300ms;
 transition-duration: 300ms;
}
.menu-link:hover {
 opacity: 0.6;
}
.nav-menu.active .menu-link {
 color: #fff;
}
@media (max-width: 1024px) {
.menu-link {
 font-size: clamp(14px, 1.0416666666666667vw, 20px);
 padding-top: clamp(10px, 2.6666666666666665vw, 20px);
 padding-bottom: clamp(10px, 2.6666666666666665vw, 20px);
 text-align: center;
 color: #000;
}
}

@media (min-width: 1025px) {
.menu-link {
 font-size: clamp(14px, 1.0416666666666667vw, 20px);
}
}
.hamburger-button {
 width: -moz-fit-content;
 width: -webkit-fit-content;
 width: fit-content;
 height: clamp(13px, 3.466666666666667vw, 26px);
 margin-right: 0;
 margin-left: auto;
 cursor: pointer;
}
.hamburger-lines {
 position: relative;
 /*
 width: clamp(40px, 10.666666666666666vw, 90px);
 */
 height: clamp(13px, 3.466666666666667vw, 26px);
 width: 30px;
 -webkit-transition-duration: 300ms;
 transition-duration: 300ms;
}

@media (max-width: 1024px) {
.hamburger-lines {
/*
 width: clamp(40px, 10.666666666666666vw, 90px);
*/
 height: clamp(13px, 3.466666666666667vw, 26px);
 width: 30px;
}
}

@media (max-width: 768px) and (orientation: landscape) {
.hamburger-lines {
/*
 width: clamp(30px, 7.496251874062969vw, 50px);
*/
 height: clamp(15px, 2.998500749625187vw, 20px);
 width: 30px;
}
}
.hamburger-lines.active {
 height: 1px;
}
.hamburger-lines .line {
 position: absolute;
 right: 0;
 left: 0;
 display: block;
 width: 100%;
 height: clamp(1px, .26666666666666666vw, 2px);
 margin: auto;
 -webkit-transition-duration: 300ms;
 transition-duration: 300ms;
 background-color: #000;
}

.hamburger-lines.active .line {
 background-color: #fff;
}

.hamburger-lines .line:nth-child(1) {
 top: 0;
}
.hamburger-lines .line:nth-child(2) {
 top: 50%;
 transform: translateY(-50%);
}
.hamburger-lines .line:nth-child(3) {
 bottom: 0;
}

.hamburger-lines.active .line:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
  width: 60%;
}

.hamburger-lines.active .line:nth-child(2) {
  opacity: 0; /* 中央の線を隠す */
}

.hamburger-lines.active .line:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 50%;
  width: 60%;
}

@media (min-width: 1025px) {
/* タブレットサイズ以上でハンバーガーメニューを丸ごと非表示 */
.hamburger-button {
 display: none;
}
}

/* bodyにオーバーレイをつけるスタイル */
body.with-overlay::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
  z-index: 10; /* メニューより下、他の要素の上 */
  pointer-events: none; /* クリック透過 */
}


/*///////////////////////////////////////
簡易表示切り替え用
///////////////////////////////////////*/
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
@media only screen and (max-width: 750px) {
img { max-width: 100%; }
}

/*///////////////////////////////////////
アイコン
///////////////////////////////////////*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?tc7q2y');
  src:  url('fonts/icomoon.eot?tc7q2y#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?tc7q2y') format('truetype'),
    url('fonts/icomoon.woff?tc7q2y') format('woff'),
    url('fonts/icomoon.svg?tc7q2y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e9bd";
}

/*///////////////////////////////////////
CSSアニメーション
///////////////////////////////////////*/


/*///////////////////////////////////////
見出し
///////////////////////////////////////*/
h2{
 display: block;
 text-align: center;
 font-size: 26px;
 line-height: 1;
 margin-bottom: 50px;
}
h2 span {
 display: block;
 font-size: 14px;
 margin-top: 10px;
 color: #AD7E27;
}

@media screen and (max-width: 768px){

}


/*///////////////////////////////////////
メインコンテンツ
///////////////////////////////////////*/

/*メインイメージ*/
.mainimg{
 display: block;
 height: 700px;
 position: relative;
 background: #fff url(../img/mainimg.jpg) 0 0 no-repeat;
 background-size: cover;
 background-attachment: fixed;
}
.imgcontent{
 display: block;
 position: absolute;
 top: 50%;
 left: 5%;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 width: 700px;
 padding: 30px;
 color: #fff;
 line-height: 1.5;
 font-size: 3em;
 font-weight: bold;
}
.imgcontent h2{
 font-size: 3.5em;
}
.imgcontent p{
 display: block;
 margin: 20px auto;
 font-weight: normal;
 line-height: 1.8;
}

/*コンテンツ領域*/
.container {
 margin: 0 auto;
 max-width: 1200px;
 padding: 0 2.0rem;
 position: relative;
}

main {
 /*margin: 6rem 0 0 0;*/
}
section {
 margin: 5rem 0;
 padding: 3rem 0;
}

.center {
 text-align: center;
 margin-bottom: 4rem;
}
.container {
 margin: 0 auto;
 max-width: 1200px;
 padding: 0 2.0rem;
 position: relative;
}

.gray-back {
 padding: 70px 0 70px;
 background-color: #f4f4f4;
}

@media screen and (max-width: 768px){
.imgcontent {
 font-size: 1.6em;
}

.imgcontent h2{
 font-size: 2.3em;
}
.mainimg{
 height: 400px;
}
.center {
 text-align: left;
}
}


/*///////////////////////////////////////
サービス
///////////////////////////////////////*/
.service{
 display: grid;
 grid-template-columns: repeat(3,1fr);
 gap: 5px;
 align-items: center;
 margin: 30px auto 30px;
}
/*
.service_in{
 display: flex;
 justify-content: center;
 align-items: center;
 background: #AD7E27;
 border-radius: 50%;
 width: 200px;
 height: 200px;
 margin: 10px auto;
}
.service_in img{
 display: block;
 width: 150px;
 height: auto;
}
 */
.service p{
 display: block;
 font-size: 1.2em;
 font-weight: bold;
 color: #333;
 margin: 10px auto 0;
 text-align: center;
}
@media screen and (max-width: 768px){
.service{
 grid-template-columns: 1fr;
}
}


/*///////////////////////////////////////
会社概要
///////////////////////////////////////*/
.company-img{
 display: block;
 margin: 10px auto;
 width: 200px;
 max-width: 100%;
}

.company-table {
 width: 800px;
 max-width: 100%;
 border-collapse: collapse;
 margin: 30px auto;
 line-height: 1.5;
}
.company-table th,
.company-table td {
 padding: 14px 12px;
 border-bottom: 1px solid #ddd;
 text-align: left;
}
.company-table th {
 width: 30%;
 font-weight: bold;
}

.company-table ul{
 padding-left: 20px;
}

@media screen and (max-width: 768px){
.company-table th,
.company-table td {
 display: block;
 width: 100%;
}
.company-table th {
 background: transparent;
 padding: 8px 0 4px;
 border-bottom: none;
 font-size: 14px;
 color: #666;
}
.company-table td {
 padding: 0 0 12px 0;
 border-bottom: 1px solid #eee;
}
.company-table tr:last-child td {
 border-bottom: none;
}
}


/*///////////////////////////////////////
お問い合わせ
///////////////////////////////////////*/
.telBtn{
 display: block;
 margin: 20px auto;
 padding: 10px;
 border: 1px solid #333;
 width: 300px;
 max-width: 100%;
 text-align: center;
}
.telBtn i{
 margin-right: 5px;
}


/*///////////////////////////////////////
フッター
///////////////////////////////////////*/
footer {
 background-color: #f7f7f7;
 padding: 1rem 0 0;
 position: sticky;
 top: 100vh;
 width: 100%;
}

/*メニュー*/
#nav ul{
 display: flex;
 justify-content: center;
}
#nav li{
 list-style: none;
}
#nav li a{
 display: block;
 padding: 0 2em;
 font-weight: bold;
 color: #888888;
 text-decoration: none;
}

/*コピーライト*/
.copyright {
 text-align: center;
 padding: 1rem 0;
 background-color: #888888;
 color: #fff;
}




/*///////////////////////////////////////
レスポンシブ表示
///////////////////////////////////////*/
@media screen and (max-width: 768px){

/*ヘッダー*/
.header {
 flex-direction: column;
 /*margin-bottom: 10px;*/
}

.header-box {
 display: none;
}

/*メインコンテンツ*/

.imgcontent{
 max-width: 90%;
}

/*フッター*/
#nav ul{
 display: inline-block;
}
#nav li{
 display: inline-block;
 width: 160px;
}

}


/*///////////////////////////////////////
画面内に入ったらフェードイン
///////////////////////////////////////*/
.fadein {
 opacity: 0;
 transform: translateY(40px);
 transition: all 0.6s ease-out;
}

.fadein.inview {
 opacity: 1;
 transform: translateY(0);
}
