<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*===============================================
笳丞�騾�
===============================================*/

body {
  font-family: 'Noto Sans JP', "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-size: 16px;
  color: #4D4D4D;
  line-height:100%;
  text-align: center;
  word-wrap: break-word;
}

.serif {
  font-family: 'Noto Serif JP', serif;
}

#wrapper,
#contents {
  position: relative;
  width: 100%;
  margin:0 auto;
  padding:0;
}

a {
  color: #4D4D4D;
  text-decoration: none;
}

img {
  display: block;
}

.selected {
  color: #FF7F00 !important;
}

.color-w {
  color: #fff !important;
}


/* 繝輔か繝ｼ繝�蜈ｱ騾� */
.input-error {
  display: none;
  margin: 10px 0 0 0;
  color: #e60012;
}

.input-error span.pro {
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 0 !important;
  padding: 0 !important;
}

.error-disp {
  display: block !important;
}


/*===============================================
笳冗判髱｢縺ｮ讓ｪ蟷�′813px莉･荳�(繧ｿ繝悶Ξ繝�ヨ繝ｻPC)
===============================================*/
@media screen and (min-width: 813px) {

  #wrapper{
    min-width: 1035px;
    padding: 184px 0 0 0;
  }

  /* !蜈ｱ騾�
  ---------------------------------------------------------- */
  .sp-only{
    display:none !important;
  }

  .list-flex{
    display:-webkit-box !important;
    display:-moz-box !important;
    display:-ms-box !important;
    display:-webkit-flexbox !important;
    display:-moz-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important;
    display:-moz-flex !important;
    display:-ms-flex !important;
    display:flex !important;
    -webkit-box-lines:multiple !important;
    -moz-box-lines:multiple !important;
    -webkit-flex-wrap:wrap !important;
    -moz-flex-wrap:wrap !important;
    -ms-flex-wrap:wrap !important;
    flex-wrap:wrap !important;
  }

  a:hover {
    opacity: 0.5;
  }

  h2 {
    font-size: 48px;
    font-weight: 500;
    color: #0068B6;
    letter-spacing: 0.4em;
    line-height: 100%;
  }

  p.sub-title {
    margin: 25px auto 0 auto;
    font-size: 18px;
    font-weight: 700;
    color: #0068B6;
    letter-spacing: 0.4em;
    line-height: 100%;
  }

  .car {
    width: 400px;
    margin: 0 auto 20px auto;
  }


  /* !header 繝倥ャ繝繝ｼ
  ---------------------------------------------------------- */
  header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 104px;
    margin: 0 auto;
    background-color: #0068B6;
  }

  header &gt; div {
    position: relative;
    width: 100%;
    min-width: 1035px;
    max-width: 1426px;
    height: 104px;
    margin: 0 auto;
    padding: 42px 0 0 10px;
  }

  header &gt; div a {
    display: block;
    width: 322px;
  }

  header &gt; div a img {
    width: 322px;
  }

  header a.header-contact {
    position: absolute;
    top: 30px;
    right: 318px;
    display: block;
    width: 184px;
    height: 44px;
    padding: 13px 0 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 100%;
    background-color: #FF7F00;
    border-radius: 8px;
  }

  header a.header-contact &gt; i {
    font-size: 20px;
    margin: 0 5px 0 0;
    vertical-align: top;
  }

  header a.header-contact:hover {
    color: #FF7F00;
    background-color: #fff;
    border: #FF7F00 1px solid;
    opacity: 1;
  }

  header a.header-recruit {
    position: absolute;
    top: 30px;
    right: 10px;
    display: block;
    width: 288px;
    height: 44px;
    padding: 13px 0 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 100%;
    background-color: #66944B;
    border-radius: 8px;
  }

  header a.header-recruit &gt; span {
    display: inline-block;
    position: relative;
    top: -1px;
    margin-left: 10px;
    font-size: 14px;
  }

  header a.header-recruit:hover {
    color: #66944B;
    background-color: #fff;
    border: #66944B 1px solid;
    opacity: 1;
  }

  /* 繝｡繝九Η繝ｼ */
  .menu {
    position: fixed;
    z-index: 9999;
    top: 104px;
    left: 0;
    width: 100%;
    min-width: 1035px;
    height: 80px;
    padding: 28px 0 0 0;
    background-color: #4D4D4D;
  }

  .menu ul {
    width: 1035px;
    margin: 0 auto;
  }

  .menu ul &gt; li {
    margin: 0 auto;
    padding: 2px 0;
    border-left: #ffffff 1px solid;
  }

  .menu ul &gt; li:nth-of-type(1) {
    border-left: none;
  }

  .menu ul &gt; li:nth-of-type(1),
  .menu ul &gt; li:nth-of-type(3) {
    width: 145px;
  }

  .menu ul &gt; li:nth-of-type(2),
  .menu ul &gt; li:nth-of-type(7) {
    width: 190px;
  }

  .menu ul &gt; li:nth-of-type(4),
  .menu ul &gt; li:nth-of-type(6) {
    width: 120px;
  }

  .menu ul &gt; li:nth-of-type(5) {
    width: 125px;
  }

  .menu ul &gt; li &gt; a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 100%;
  }

  .menu ul &gt; li &gt; a:hover {
    color: #FF7F00;
    opacity: 1;
  }


  /* 繧ｳ繝ｳ繝�Φ繝�Κ蛻�
  ---------------------------------------------------------- */
  a {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    zoom: 1;
    transition: opacity 0.5s ease;
  }

  /* 繝代Φ縺上★ */
  .pankuzu {
    width: 980px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    font-size: 14px;
    text-align: left;
    line-height: 160%;
  }

  .pankuzu a {
    text-decoration: underline;
  }



  /* !footer 繝輔ャ繧ｿ繝ｼ
  ----------------------------------------------------------*/
  footer {
    width:100%;
    margin: 0 auto;
    padding: 35px 0 0 0;
    color: #fff;
    background-color: #4D4D4D;
  }

  footer &gt; a {
    display: block;
    width: 345px;
    margin: 0 auto;
  }

  footer &gt; a &gt; img {
    width: 345px;
  }

  footer &gt; p:nth-of-type(1) {
    margin: 30px auto 0 auto;
    font-size: 20px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0.2em;
  }

  footer &gt; p:nth-of-type(2) {
    margin: 20px auto 0 auto;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0.1em;
  }

  footer &gt; p:nth-of-type(3) {
    margin: 15px auto 0 auto;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0.1em;
  }

  footer &gt; img {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  footer &gt; div.footer-menu {
    width: 100%;
    margin: 30px auto;
  }

  footer &gt; div.footer-menu &gt; ul {
    width: 860px;
    margin: 0 auto;
    font-size: 0;
  }

  footer &gt; div.footer-menu &gt; ul &gt; li {
    margin: 0 auto;
    padding: 2px 0;
    border-left: #ffffff 1px solid;
  }

  footer &gt; div.footer-menu &gt; ul &gt; li:nth-of-type(1) {
    width: 125px;
    border-left: none;
  }

  footer &gt; div.footer-menu &gt; ul &gt; li:nth-of-type(3) {
    width: 115px;
  }

  footer &gt; div.footer-menu &gt; ul &gt; li:nth-of-type(2),
  footer &gt; div.footer-menu &gt; ul &gt; li:nth-of-type(7) {
    width: 160px;
  }

  footer &gt; div.footer-menu &gt; ul &gt; li:nth-of-type(4),
  footer &gt; div.footer-menu &gt; ul &gt; li:nth-of-type(5),
  footer &gt; div.footer-menu &gt; ul &gt; li:nth-of-type(6) {
    width: 100px;
  }

  footer &gt; div.footer-menu &gt; ul &gt; li &gt; a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 100%;
  }

  footer small {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 14px;
    color: #fff;
    line-height: 100%;
    background-color: #0068B6;
  }

  /* !page-top
  ---------------------------------------------------------- */
  #pageTop {
    position:fixed;
    display:none;
    bottom: 44px;
    right: 20px;
    width: 76px;
    z-index: 9999;
  }

  #pageTop &gt; img {
    width: 76px;
  }

}

/*===============================================
笳冗判髱｢縺ｮ讓ｪ蟷�′812px莉･荳�(繧ｹ繝槭�縺ｮ縺ｿ)
===============================================*/
@media screen and (max-width: 812px) {

  #wrapper {
    width:100%;
    height:100%;
    display:block;
    position:relative;
    padding-top: constant(safe-area-inset-top);
    padding-right: constant(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-left: constant(safe-area-inset-left);
  }

  /* !蜈ｱ騾�
  ---------------------------------------------------------- */
  .pc-only {
    display:none !important;
  }

  .sp-list-flex{
    display:-webkit-box !important;
    display:-moz-box !important;
    display:-ms-box !important;
    display:-webkit-flexbox !important;
    display:-moz-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important;
    display:-moz-flex !important;
    display:-ms-flex !important;
    display:flex !important;
    -webkit-box-lines:multiple !important;
    -moz-box-lines:multiple !important;
    -webkit-flex-wrap:wrap !important;
    -moz-flex-wrap:wrap !important;
    -ms-flex-wrap:wrap !important;
    flex-wrap:wrap !important;
  }

  h2 {
    font-size: 28px;
    font-weight: 500;
    color: #0068B6;
    letter-spacing: 0.4em;
    line-height: 100%;
  }

  p.sub-title {
    margin: 12px auto 0 auto;
    font-size: 14px;
    font-weight: 700;
    color: #0068B6;
    letter-spacing: 0.4em;
    line-height: 100%;
  }

  .car {
    width: 194px;
    margin: 0 auto 10px auto;
  }


  /* !header 繝倥ャ繝繝ｼ
  ---------------------------------------------------------- */
  header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background-color: #4D4D4D;
  }

  header &gt; div {
    width: 100%;
    height: 100px;
    padding: 43px 0 0 20px;
  }

  header &gt; div img {
    width: 220px;
  }

  header &gt; img.sp-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 44px;
    z-index: 9999;
  }


  /* #menu 繝｡繝九Η繝ｼ
  ---------------------------------------------------------- */
  #menu-sp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    padding: 90px 0 0 0;
    z-index:99998;
    background-color: #4D4D4D !important;
  }

  #menu-sp &gt; img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
  }

  #menu-sp &gt; div {
    width: 100%;
    height: 100%;
    padding: 20px 0 0 0;
    overflow-y: auto;
  }

  #menu-sp &gt; div &gt; ul {
    width: 100%;
  }

  #menu-sp &gt; div &gt; ul &gt; li {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #menu-sp &gt; div &gt; ul &gt; li:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 15px;
    height: 1px;
    background-color: #fff;
  }

  #menu-sp &gt; div &gt; ul &gt; li:last-of-type:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 15px;
    height: 1px;
    background-color: #fff;
  }

  #menu-sp &gt; div &gt; ul &gt; li &gt; a {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
  }

  /* 繝懊ち繝ｳ */
  .btn-sp {
    width: 100%;
    font-size: 0;
    text-align: left;
  }

  .btn-sp-menu {
    margin: 70px auto 0 auto;
  }

  .btn-sp-bottom {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
  }

  .btn-sp &gt; a {
    display: inline-block;
    width: 80px;
    height: 64px;
    margin: 0 10px 0 0;
    padding: 15px 0 0 0;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    text-align: center;
    background-color: #8A644A;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .btn-sp &gt; a:nth-of-type(2) {
    margin: 0;
    background-color: #FF7F00;
  }

  .btn-sp &gt; a:nth-of-type(3) {
    display: block !important;
    float: right;
    width: 195px;
    margin: 0;
    background-color: #66944B;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .2em;
    opacity: 1 !important;
  }

  .btn-sp &gt; a:nth-of-type(3) span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }

  .btn-sp &gt; a &gt; i {
    font-size: 32px;
  }

  .header-contact,
  .header-recruit{
    display: none;
  }

  .btn-sp-bottom &gt; a:nth-of-type(1),
  .btn-sp-bottom &gt; a:nth-of-type(2) {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.0s;
  }

  .scrollin{
    transform: translate(0, 0)!important;
    opacity: 1!important;
  }


  /* 繝代Φ縺上★ */
  .pankuzu {
    width: 94%;
    margin: 0 auto;
    padding: 15px 0 0 0;
    font-size: 12px;
    text-align: left;
    line-height: 160%;
  }

  .pankuzu a {
    text-decoration: underline;
  }




  /* !footer 繝輔ャ繧ｿ繝ｼ
  ----------------------------------------------------------*/
  footer {
    width:100%;
    margin: 0 auto;
    padding: 40px 0 0 0;
    color: #fff;
    background-color: #333333;
  }

  footer {
    width:100%;
    margin: 0 auto;
    padding: 35px 0 0 0;
    color: #fff;
    background-color: #4D4D4D;
  }

  footer &gt; a {
    display: block;
    width: 200px;
    margin: 0 auto;
  }

  footer &gt; a &gt; img {
    width: 200px;
  }

  footer &gt; p:nth-of-type(1) {
    margin: 30px auto 0 auto;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0.2em;
  }

  footer &gt; p:nth-of-type(2) {
    margin: 15px auto 0 auto;
    font-size: 14px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0.1em;
  }

  footer &gt; p:nth-of-type(3) {
    margin: 15px auto 0 auto;
    font-size: 14px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 0.1em;
  }

  footer &gt; p:nth-of-type(3) a {
    color: #fff;
  }

  footer &gt; img {
    display: none;
  }

  footer &gt; div.footer-menu {
    width: 100%;
    margin: 30px auto 20px auto;
    padding: 30px 0 0 0;
    border-top: dotted 1px #fff;
  }

  footer &gt; div.footer-menu &gt; ul {
    width: 80%;
    max-width: 280px;
    margin: 0 auto;
    font-size: 0;
  }

  footer &gt; div.footer-menu &gt; ul &gt; li {
    width: 46%;
    margin: 0 8% 10px 0;
    padding: 2px 0;
  }

  footer &gt; div.footer-menu &gt; ul &gt; li:nth-of-type(2n) {
    margin: 0 0 10px 0;
  }

  footer &gt; div.footer-menu &gt; ul &gt; li &gt; a {
    display: block;
    font-size: 12px;
    color: #ffffff;
    line-height: 100%;
  }

  footer small {
    display: block;
    width: 100%;
    margin: 5px auto 0 auto;
    padding: 15px 0;
    font-size: 14px;
    color: #fff;
    line-height: 160%;
    background-color: #0068B6;
  }

  footer &gt; div.btn-btm {
    width: 100%;
    height: 62px;
    background-color: #0068B6;
  }


  /* !page-top
  ---------------------------------------------------------- */
  #pageTop {
    position:fixed;
    display:none;
    bottom: 20px;
    right: 10px;
    width: 40px;
    z-index: 9999;
  }

}


</pre></body></html>