<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
	display: none;
}
body {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  margin: 0;
}
div#Wrap {
  overflow: hidden;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.fs2 {
  font-size: 114.2857%;
}

.fs3 {
  font-size: 130%;
}

.fs4 {
  font-size: 160%;
  line-height: 1.5;
}

.fs5 {
  font-size: 200%;
  line-height: 1.5;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt10 {
  padding-top: 10px !important;
}
.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.al {
  text-align: left;
}
.Inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    line-height: 1.8;
    overflow: hidden;
}
figure {
    margin: 0;
}
header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    height: 80px;
    line-height: 1.8 !important;
    box-sizing: border-box;
}
header .Inner {
  display: flex;
  justify-content: space-between;
}
header .Inner h1 {
  margin: 10px 0 0;
	font-size: inherit !important;
	line-height: 1.8 !important;
}header .Inner h1 img{
  vertical-align: middle;
}
header .Inner h1 span {
    font-size: 9px;
    vertical-align: middle;
    margin: 0 15px;
    color: #333;
    font-weight: bold;
}
.glonavi ul {
  display: table;
  list-style: none;
}
.glonavi ul {
    margin: 15px 0px 0px;
    padding: 0;
}
.glonavi ul li {
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
    font-size: 13px;
}
.glonavi ul li a {
    color: #333;
    font-weight: bold;
    letter-spacing: 0.5px;
}
/* -------------------------------------
ドロップダウン
-------------------------------------*/

#menu li {
  position: relative;
  /*←#menu li にこの記述がなければ追記*/
}
#menu ul.dropdown {
  display: none;
  position: absolute;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 9999;
  width: 215px;
  background-color: #02bb48;
  padding: 0;
}
#menu ul.dropdown li {
  float: none;
  border-bottom: 1px solid #FFFFFF;
  position: static;
  background-image: none;
  display: block;
  padding: 0px;
}
#menu ul.dropdown li a {
    text-indent: 0px;
    font-size: 15px;
    height: auto;
    padding: 15px 5px 15px 15px;
    color: #ffffff;
    display: block;
	font-weight: bold;
}
#menu ul.dropdown li a:hover{
	opacity: 1;
}
#menu ul.dropdown li:hover {
  background-color: #055423;
  /*ドロップメニューマウスオーバー時*/
}
main {
    margin-top: 80px;
}
div#Wrap {
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
}h2 span {
    display: block;
    font-size: 15px;
}
.Inner h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 3px;
    font-weight: bold;
}
/*パンくず*/
section.about001 {
    padding: 20px 0;
    background: #eee;
}.bread ul {
    display: flex;
    list-style: none;
    font-size: 12px;
    margin: 10px;
}.bread ul li {
    position: relative;
    margin-right: 30px;
}.bread ul li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 42%;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid rgb(51, 51, 51);
    border-right: 1px solid rgb(51, 51, 51);
    transform: translate(0px, -50%) rotate( 
45deg
 );
}.bread ul li:last-child:after {
    content: none;
}
/*下層ページ*/
.subTitle h1 {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}
.subTitle .Inner {
    display: table;
    height: 250px;
}.subTitle {
    height: 250px;
    background: #000;
    text-align: center;
}

/*FOOTER*/
.foot_top {
    background: #eee;
	padding: 20px 0;
}
.foot_top ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}.foot_top ul li {
    min-width: 330px;
    margin: 0 20px;
}.foot_top ul li  a {
    display: block;
    border: 1px solid #333;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    padding: 30px 0;
	text-decoration: none;
}.foot_top ul li  a:before {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translate(0px, -50%) rotate(
45deg
);
}
.foot_under-head01 p {
    font-size: 15px;
}
.foot_under-head01 h4 {
    font-size: 18px;
    margin-bottom: 0;
}
.foot_under-head01 h3 {
    font-size: 21px;
}
.foot_under-head01, .foot_under-head02, .foot_under-head03 {
    width: auto;
	margin: 0 20px;
}.foot_under-head02 {
    width: 360px;
	margin: 0 20px;
}.foot_under-head {
    display: flex;
    justify-content: center;
    padding: 40px 0px;
    box-sizing: border-box;
    border-bottom: 2px solid #707070;
}.foot_under-bottom {
    padding: 40px 0 0;
    display: flex;
    justify-content: space-around;border-bottom: 2px solid #707070;
}.foot_under-cont a {
    font-weight: bold;
    color: #333;
    display: block;
    margin: 0;
    line-height: 1.2;
}.foot_under-head01 h3 {
    font-size: 21px;
    font-weight: bold;
    margin: 1em 0;
    line-height: 1.8;
}.foot_under-head01 h4 {
    font-size: 18px;
    margin: 1.5em 0 0;
    font-weight: bold;
    box-sizing: content-box;line-height: 1.8;
}.foot_under-head01 p {
    font-size: 15px;
}.googlelink {
    text-align: right;
}.googlelink a {
    display: inline-block;
    background: #000;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 1px 30px;
    position: relative;
}
.foot_under-head01 h3 span {
    font-size: 16px;
}.foot_under-head03 p.foot-tel span {
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 4px;
}
.foot_under-head03 p.foot-tel {
    font-size: 19px;
    margin-bottom: 0;
}p.foot-other {
    margin: 0 0 30px;
    font-size: 15px;
}.Btn01 a {
    min-width: 245px;
    border: 1px solid #333;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    padding: 10px;
    position: relative;
    background: #fff;
    line-height: 2;
}
.Btn02 a {
    background: #000;
    display: block;
    width: 90%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    position: relative;line-height: 2;
}
.foot_under-head03 .Btn01 a {
    display: block;
    width: 100%;
    box-sizing: content-box;
}.Btn01 a:before {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid rgb(51, 51, 51);
    border-right: 2px solid rgb(51, 51, 51);
    transform: translate(0px, -50%) rotate(
45deg
);
    box-sizing: content-box;
}.Btn02 a:before {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0px, -50%) rotate(
45deg
);
}
.googlelink a:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0px, -50%) rotate(
45deg
);
    box-sizing: content-box;
}
.copy {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 10px;
}p.copyright {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1.8;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
}
span#powered_by_me {
    display: none;
}
#link01,#link02,#link03 {
    padding-top: 100px;
    margin-top: -100px;
}p {
    margin-top: auto;
    margin-bottom: auto;
    margin-block-start: 1em;
    margin-block-end: 1em;
} .fix_banner {
    position: fixed;
    width: 50px;
    right: 0px;
    bottom: 40%;
    margin: auto;
    height: 211px;
    writing-mode: vertical-rl;
    align-items: center;
}.fix_banner a {
    color: #fff;
    background: #C40000;
    display: block;
    width: 100%;
    text-align: center;
    align-items: center;
    padding-right: 15px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2em;
}.fix_banner a img {
    margin: 15px 0 0;
    box-sizing: border-box;
}.works-02-cont .txt {
    padding: 0 20px 50px;
    position: relative;
}
@media screen and (max-width: 1200px) {
	 .Inner {
    width: 100%;
	}.glonavi {
    width: 70%;
}header .Inner h1 {
    margin: 0px 0 0;
    font-size: inherit !important;
    line-height: 1.8 !important;
    width: 30%;
}.glonavi ul {
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    padding: 0;
}.glonavi ul li {
    display: block;
    vertical-align: middle;
    padding-left: 0;
    font-size: 13px;
} header .Inner h1 span {
    font-size: 9px;
    vertical-align: middle;
    margin: 10px 0 0;
    color: #333;
    font-weight: bold;
    display: block;
    white-space: nowrap;
}
	
}@media screen and (max-width: 1000px) {
	 
}
@media(min-width: 769px) {
  .forPC {
    display: block !important;
  }
  .forSP {
    display: none !important;
  }
  /* PCではボタン非表示 */
  #navbtn {
    display: none;
  }
  /* ヘッダーは横並び */
  header {
    display: flex;
    align-items: center;
}
 .nav {
    margin-left: auto;
    display: none !important;
}
}
@media screen and (max-width: 768px) {
  .forSP {
    display: block !important;
  }
  .forPC {
    display: none !important;
  }.fix_banner {
display: none!important;
}
  .Inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    line-height: 1.8;
    padding: 0 10px;
    box-sizing: border-box;
  }input ,textarea{
    box-sizing: border-box;
}
  .glonavi {
    display: none;
  }
  img {
    max-width: 100%;
  }
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 80%);
    color: #ffffff;
    display: flex;
    text-align: left;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-in-out;
    box-sizing: border-box;
}
  .nav ul {
    list-style: none;
    margin: 0 0 20px 20px;
    padding: 0;
  }
  .nav ul li {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .nav ul li ul li:before {
    content: "ー";
  }
  .nav a {
    color: #ffffff;
  }
  /* ナビゲーションボタン（開く） */
  #navbtn {
    position: fixed;
    top: 20px;
    right: 15px;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }
  #navbtn::before, #navbtn::after {
    content: '';
    display: block;
    height: 3px;
    background-color: #000;
    transform: translateY(10px);
    transition: 0.3s ease-in-out;
  }
  #navbtn::before {
    transform: translateY(-10px);
    box-shadow: 0 11px #000;
  }
  /* ナビゲーションボタン（閉じる） */
  .open #navbtn {
    z-index: 100;
  }
  .open #navbtn::before {
    transform: rotate(-45deg);
    box-shadow: none;
    background: #fff;
    width: 30px;
  }
  .open #navbtn::after {
    transform: rotate(45deg);
    box-shadow: none;
    background: #fff;
    width: 30px;
    left: 0;
    position: absolute;
    bottom: 7px;
  }
  /* ナビゲーションメニュー 開いた時*/
  .open .nav {
    visibility: visible;
    opacity: 1;
  }
.subTitle {
    height: 150px;
    background: #000;
    text-align: center;
}.subTitle .Inner {
    display: table;
    height: 150px;
}.subTitle h1 {
    font-size: 23px;
}.bread ul {
    padding: 0;
}
  header {
    background: rgb(255 255 255 / 90%);
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0px;
    height: 60px;
    line-height: 1.8;
  }header .Inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
	header .Inner h1 span{
		display: none;
	}.mainFV {
    position: relative;
    height: 450px;
}.responsive .slick-slide img {
    height: 450px;
}
	.foot_top ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
}.foot_top ul li {
    min-width: auto;
    margin: 0 20px;
    width: 80%;
    margin-bottom: 10px;
}.foot_under-head {
    display: flex;
    justify-content: center;
    padding: 40px 0px;
    box-sizing: border-box;
    border-bottom: 2px solid #707070;
    flex-wrap: wrap;
}.foot_under-bottom {
    padding: 40px 0 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #707070;
    flex-wrap: wrap;
	display: none;
}p.copyright {
    font-size: 12px;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
}.works-02 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}.works-02-cont {
    padding: 40px;
    width: 100%;
    display: block;
}.works-02-cont figure {
    line-height: 0;
    width: 100%;
    text-align: center;
}.works-02-cont .Btn02 {
    position: relative;
    display: block;
    width: 256px;
    bottom: auto;
    left: auto;
    margin: 0 auto;
}.works-02-cont .txt h3 {
    font-size: 21px;
    margin: 15px 0;
    text-align: center;
}.foot_under-head03 p.foot-tel span {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0;
}.foot_under-head03 p.foot-tel span a {
    color: #333;
}main {
    margin-top: 60px;
}
}</pre></body></html>