<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/*蜈ｨ菴�*/
html, body {
  height: 100%;
  width: 100%;
  font-family: "繝｡繧､繝ｪ繧ｪ", Meiryo, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "Arial", "Osaka", "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif;
}
body &gt; footer {
  position: sticky;
  top: 100vh;
}
#wrap {
  overflow: hidden;
}
a {
  color: #2B9E9B;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}
.sp_hide {
  display: block !important;
}
.pc_hide {
  display: none !important;
}
@media (max-width: 991.98px) {
  .sp_hide {
    display: none !important;
  }
  .pc_hide {
    display: block !important;
  }
}
@media (max-width: 1180px) {
  img {
    width: 100%;
    height: auto;
  }
}
/*繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ*/
.navbar {
  border-bottom: 1px #333 solid;
  border-top: 3px #C01920 solid;
}
.navbar-brand {
  color: #333;
}
.navbar-brand:visited, .navbar-brand:hover, .navbar-brand:active {
  color: #333;
  opacity: 0.5;
}
.navbar-brand img {
  width: 100%;
}
.nav-link {
  color: #333;
}
.nav-link:visited, .nav-link:hover, .nav-link:active {
  color: #333;
  opacity: 0.5;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-left: 1em;
  padding-right: 1em;
}
.navbar-toggler-icon {
  ackground-image: var(--bs-navbar-toggler-icon-bg);
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(192,25,32,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
  border-color: #C01920;
}
@media (max-width: 991.98px) {
  .navbar-brand img {
    width: 250px;
  }
  .navbar-nav {
    margin-top: 1rem;
  }
  .navbar-nav li.nav-item {
    border-bottom: 1px dashed #333;
    padding: 0.8rem 0;
  }
  .navbar-nav li.nav-item:first-child {
    border-top: 1px dashed #333;
  }
}
@media (max-width: 575.98px) {
  .navbar-brand img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-brand {
    margin-right: 0;
  }
}
/*TOP繝壹�繧ｸ縲繧ｳ繝ｳ繝�Φ繝�*/
.carousel {
  margin-bottom: 0;
}
.carousel-item {
  height: 50vw;
  min-height: 400px;
  max-height: calc(100vh - 160px);
  overflow: hidden;
}
.carousel-item &gt; img {
  aspect-ratio: 1920 / 733;
  object-fit: cover;
  height: 100%;
}
.pd01, .pd02 {
  padding: 4rem 0 6rem 0;
  /*margin-bottom: 4rem;*/
}
.pd03 {
  padding: 0 0 7rem 0;
  /*margin-bottom: 4rem;*/
}
.bg_gr {
  background-color: #E9E9E9;
}
.featurette-heading {
  margin-top: 0;
  color: #C01920;
  margin-bottom: 0.5em;
}
.btn.btn_red {
  background-color: #C01920;
  color: #ffffff;
  border-radius: 5em;
  margin-left: 1em;
  border: 1px solid #C01920;
}
.btn.btn_outline_red {
  background-color: #fff;
  color: #C01920;
  border-radius: 5em;
  border: 1px solid #C01920;
}
.btn.btn_red:visited, .btn.btn_red:hover, .btn.btn_red:active {
  background-color: #C01920;
  opacity: 0.5;
}
.btn.btn_outline_red:visited, .btn.btn_outline_red:hover, .btn.btn_outline_red:active {
  background-color: #fff;
  color: #C01920;
  border: 1px solid #C01920;
  opacity: 0.5;
}
.lead {
  line-height: 2.2rem;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .pd02 {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 1180px) {
  .pd01 {
    padding-bottom: 4rem;
  }
  .pd03 {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 1rem;
    line-height: 2rem;
  }
  .btn.btn_outline_red, .btn.btn_red {
    width: 100%;
  }
  .btn.btn_red {
    margin-left: 0;
  }
  .btn.btn_outline_red {
    margin-bottom: 1rem;
  }
  .pd02 {
    padding-bottom: 15rem;
  }
}
@media (min-width: 40em) {
  .featurette-heading {
    font-size: 40px;
  }
}
/*TOP繝壹�繧ｸ縲繧､繝ｳ繧ｹ繧ｿ謖ｿ蜈･*/
.insta_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px auto;
  padding-left: 0;
  width: 60%;
}
.insta_list li {
  position: relative;
  width: calc((100% - 40px)/3);
  list-style: none;
}
.insta_list li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.insta_list a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.insta_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insta_btn {
  background-color: #5a5a5a;
  padding: .5em 3em;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  transition: .3s;
  border-radius: 5em;
  margin-bottom: 2em;
}
.insta_btn a {
  color: #fff;
  text-decoration: none;
}
.insta_btn:hover {
  background-color: #999;
}
.insta_box {
  position: relative;
}
.insta_box .illust01 {
  display: block;
  width: 224px;
  height: 280px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: url("/img/top_img02.png");
  background-size: cover;
}
.insta_box .illust02 {
  display: block;
  width: 224px;
  height: 280px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: url("/img/top_img03.png");
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .insta_list {
    width: 100%;
  }
  .insta_list li {
    width: calc((100% - 20px)/2);
  }
  .insta_box .illust01 {
    left: auto;
    right: calc(50% + 10px);
    bottom: -350px;
  }
  .insta_box .illust02 {
    right: auto;
    left: calc(50% + 10px);
    bottom: -350px;
  }
}
@media screen and (max-width: 750px) {
  .insta_box .illust01 {
    width: 120px;
    height: 149px;
    left: auto;
    right: calc(50% + 10px);
    bottom: -250px;
  }
  .insta_box .illust02 {
    width: 120px;
    height: 149px;
    right: auto;
    left: calc(50% + 10px);
    bottom: -250px;
  }
}
/*about繝壹�繧ｸ縲繧ｳ繝ｳ繝�Φ繝�*/
.photo_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 3em auto 0 auto;
  padding-left: 0;
  width: 100%;
}
.photo_list li {
  list-style: none;
}
.photo_list figcaption {
  text-align: right;
}
.box {
  background-color: #fff;
  border: 1px solid #5a5a5a;
  padding: 1em 1em 0 1em;
}
.tb_01 {
  color: rgb(90, 90, 90);
}
.tb_01 th, .tb_01 td {
  border: 1px solid #5a5a5a;
}
.tb_01 th {
  background-color: #E4E4E4;
}
@media screen and (max-width: 1180px) {
  .photo_list &gt; * {
    width: calc(50% - 20px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .about01 img {
    width: 80%;
  }
}
/*company繝壹�繧ｸ縲繧ｳ繝ｳ繝�Φ繝�*/
.photo_list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 3em auto 0 auto;
  padding-left: 0;
  width: 60%;
}
.photo_list02 li {
  list-style: none;
}
.photo_list02 figcaption {
  text-align: right;
}
@media screen and (max-width: 1180px) {
  .photo_list02{
    /*width: calc(50% - 20px);
    margin: 0 auto;*/
	width:100%;  
  }
.photo_list02 li {
    width: calc((100% - 12px)/2);
  }	
}
@media screen and (max-width: 750px) {
	.photo_list02 figcaption {
  font-size:0.65em;
}
	
}
/*voice繝壹�繧ｸ縲繧ｳ繝ｳ繝�Φ繝�*/
.main_img {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
.main_img h1 {
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%); /*繝吶Φ繝繝ｼ繝励Ξ繝輔ぅ繝�け繧ｹ*/
  -webkit-transform: translate(-50%, -50%); /*繝吶Φ繝繝ｼ繝励Ξ繝輔ぅ繝�け繧ｹ*/
  transform: translate(-50%, -50%); /*繧ｻ繝ｳ繧ｿ繝ｼ蟇�○縺ｮ菫ｮ豁｣*/
  text-shadow: 0px 0px 5px #444;
}
.main_img p {
  margin: 1em 0 1em 0;
}
.voice_box {
  border: 1px solid #5a5a5a;
  margin-bottom: 2em;
}
.voice_box dt {
  border-bottom: 1px solid #5a5a5a;
  background-color: #E4E4E4;
  padding: 0.8em;
}
.voice_box dd {
  padding: 0.8em;
}
/*privacy繝壹�繧ｸ縲繧ｳ繝ｳ繝�Φ繝�*/
.featurette h3 {
  color: #C01920;
}
ul.privacy_list {
  list-style: none;
  padding-left: 0;
}
ul.privacy_list li {
  font-size: 1.1rem;
  line-height: 2rem;
}


/*sitemap繝壹�繧ｸ縲繧ｳ繝ｳ繝�Φ繝�*/
h3.sub_title {
  border-left: 4px solid #C01920;
  padding: 6px 10px 4px;
  margin: 16px 0;
  line-height: 1.3em;
  color: #5a5a5a;
}
h3.sub_title a, ul.sitemap_list li a {
  color: #5a5a5a;
}
ul.sitemap_list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
ul.sitemap_list li {
  margin-left: 1rem;
  font-size: 1.1rem;
  line-height: 1.3rem;
  text-decoration: underline;
}
/*縺雁撫縺�粋繧上○繝輔か繝ｼ繝�*/
.notice {
  background-color: #e4e4e4;
  padding: 2rem;
}
.notice ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.notice ul li {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
.notice ul li a {
  color: #5a5a5a;
}
.error {
  color: red;
}
label {
  margin-right: 10px;
}

@media screen and (max-width: 1180px) {
.notice ul {
  gap: 1rem;
  padding-left: 0;	
}
}
/*div#content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;
}
*/
div#systemMsg {
  text-align: left;
  margin-bottom: 30px;
}
table#form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 100%;
}
#form tr {
  border-bottom: 1px dotted #4d4d4d;
}
#form th {
  width: 30%;
  text-align: left;
  /*background-color: #e0e0e0;*/
  padding: 10px;
}
#form td {
  width: 70%;
  text-align: left;
  /*background-color: #f0f0f0;*/
  padding: 10px;
}
#form input, #form textarea {
  border: none;
  background-color: #e4e4e4;
}
#form .type01 input, #form .type01 textarea {
  width: 90%;
  padding: 0.5rem;
  font-size: 100%;
}
#form .type02 input {
  width: 28%;
  padding: 0.5rem;
  font-size: 100%;
}
strong.required {
  color: red;
  font-size: x-small;
}
p#info {
  text-align: left;
  margin-bottom: 0;
}
div#formButton {
  margin-bottom: 50px;
}
/*繝輔ャ繧ｿ繝ｼ*/
.bg_wave {
  position: relative;
}
.bg_wave::after {
  content: "";
  background-image: url("../img/footer_bg_top.svg");
  background-repeat: repeat-x;
  width: 100%;
  height: 31px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
footer {
  width: 100%;
  background-image: url("../img/footer_bg.svg");
  background-size: 100% auto;
  padding-top: 2rem;
  position: relative;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style: none;
}
footer h5 {
  font-weight: bold;
  margin-bottom: 1rem;
}
footer p {
  margin-bottom: 0.3rem;
}
.footer_menu li {
  margin: 1em;
}
.footer_menu li a {
  font-size: 0.8em;
  color: #5a5a5a;
}
.footer_inn {
  background-color: #C01920;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .bg_wave::after {
    bottom: -9px;
  }
  footer {
    background-image: url("../img/footer_bg.svg");
    background-size: 250% auto;
  }
}
@media screen and (max-width: 344px) {
  .bg_wave::after {
    bottom: -11px;
  }
}

@media screen and (max-width: 1180px) {
  footer img {
    width: 120px;
    height: auto;
  }
}</pre></body></html>