<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: サイトタイトル
Theme URI:
Description:
Author:
Version: 1.0
License:
License URI:
Tags:
*/
/*-----------------------------------------------------
@@ Reset
------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}
html, body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap : break-word;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
  /*overflow-x: hidden;*/
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
  max-width: 100%;
}
:where(img, svg, video) {
&nbsp;&nbsp;block-size: auto;
&nbsp;&nbsp;max-inline-size: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
#root, #__next {
  isolation: isolate;
}

/* For modern browsers */
.clearfix:before,.clearfix:after,.cf:before,.cf:after{
  content:"";
  display:table;
}
.clearfix:after,.cf:after{clear:both;}
.clearfix,.cf{zoom:1;}/* For IE 6/7 (trigger hasLayout) */

ul{
  padding: 0;
}

/*-----------------------------------------------------
@@ 基本
------------------------------------------------------*/
:root {
  --primary-color: #ffff00;
  --text-color: #333;
  --form-border: #777777;
}
a{
  color: #0066cc;
  text-decoration: underline;
  transition-duration: 0.3s;
}
a:hover{
  color: #ff6600;
}

html{
  color: #333333;
  background: white;
  block-size: 100%;
  -webkit-text-size-adjust: none;
}
body{
  /*text-align: center;*/
  font-size: 16px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'BIZ UDPGothic', 'メイリオ', sans-serif;
  background-color: white;
  overflow-y: scroll;
}

@media screen and (max-width: 767.9px) {/* @@ sm xs 767px以下(スマホ) */
  #layer {
      position: fixed;
      /*z-index: 500;*/
      background: #000000;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      filter: alpha(opacity=0);
      opacity: 0.0;
      display: none;
  }
}

/*-----------------------------------------------------
@@ ヘッダ &lt;!-- スマホメニュー --&gt;
------------------------------------------------------*/
@media screen and (min-width: 768px) {

  .main{
    width: 1000px;
    margin : 0 auto;
  }

  header#page-header{
    width: 100%;
    margin-inline: auto;
    position: relative;
  }

  header#page-header h1{
  }
  header#page-header h1 a{
  }
  header#page-header h1 a:hover{
  }

  .wrap-header{
    position: relative;

  }
  .wrap-headermenu{
    position: absolute;
    top : 40px;
    width : 800px;
    z-index: 10;
  }



}/* PC ここまで */

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

  .wrap-header{
    background-color: white;
  }
  header#page-header{
    margin-inline: auto;
    position: relative;

    z-index: 900;
  }


  header#page-header h1 {
  }
  header#page-header h1 a{
  }

}/* スマホ ここまで */

/*-----------------------------------------------------
@@ ヘッダメニュー &lt;!-- スマホメニュー --&gt;
------------------------------------------------------*/
@media screen and (min-width: 768px) {



  .wrap-headermenu{
    font-weight:  bold;
  }
  #headermenu{
    margin: 0 auto;
    position: relative;
    left : 210px;
  }

  #headermenu-btn{display: none;}

  ul.headermenu-list , ul.headermenu-list-sub {
    font-size: 0;
    height: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin : 0 20px;

  }
  ul.headermenu-list &gt; li  , ul.headermenu-list-sub &gt; li {
    flex: 1;
    font-size: 16px;
    display: block;
    list-style-type: none;
    margin : 0 15px;
  }
  ul.headermenu-list &gt; li &gt; a , ul.headermenu-list-sub &gt; li &gt; a{
    display: block;
    line-height: 40px;
    text-align: center;
    text-decoration: none;

  }

  ul.headermenu-list &gt; li &gt; a{
    color: white;
    border-bottom: 2px solid #ffffff;
  }

  ul.headermenu-list-sub &gt; li &gt; a{
    color: #000000;
    border-bottom: 2px solid #000000;
  }

  .ulon &gt; .ulon &gt; a{
    color: #000000;
    border-bottom: 2px solid #fe5000;
  }



  


  .list4{
    letter-spacing: 0.4em;
  }




  ul.headermenu-list &gt; li &gt; a:hover , ul.headermenu-list-sub &gt; li &gt; a:hover{
    color : #999999;
    border-bottom: 2px solid #999999;
  }



}/* PC ここまで */

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

  .wrap-headermenu{

    position: absolute;
    width: 100%;
    top : 0;
    left : 0;
  }

  #headermenu-btn{
    display: block;
    width: 60px;/*★*/
    height: 60px;/*★*/
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white;
    border: 2px solid #a0a0a0;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 20px;
    z-index: 1000;
  }
  #headermenu-btn span {
    position: absolute;
    display: block;
    width: 70%;
    height: 5px;
    border-radius: 2px;
    background-color: #666;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s;
  }
  #headermenu-btn span:first-child {
    top: 22%;
  }
  #headermenu-btn span:nth-child(2) {
    top: 0;
    bottom: 0;
    opacity: 1;
  }
  #headermenu-btn span:nth-child(3) {
    bottom: 22%;
  }
  #headermenu-btn.clicked span:first-child {
    transform: rotate(45deg);/*★*/
    top: 45%;
  }
    #headermenu-btn.clicked span:nth-child(2) {
    opacity: 0;
  }
  #headermenu-btn.clicked span:nth-child(3) {
    transform: rotate(-45deg);/*★*/
    bottom: 46%;
  }

  #headermenu{
    display: none;  /* 最初は非表示 */
    z-index: 1000;
    position: absolute;
    width: 100%;
    background-color: white;
    padding: 1em 0.5em;
    border-bottom: 1px solid #333;
    top : 70px;
  }

  .headermenu-list , .headermenu-list-sub{
    font-size: 0;
    list-style-type: none;
    /*width: 320px;*/
    margin: 30px 0;
  }
  .headermenu-list &gt; li , .headermenu-list-sub &gt; li{
    font-size: 16px;
    line-height: 1.25;
    border-top: 1px dotted #707070;
    text-align: left;
  }
  .headermenu-list &gt; li:last-child , .headermenu-list-sub &gt; li:last-child{
    border-bottom: 1px dotted #707070;
  }
  .headermenu-list &gt; li &gt; a , .headermenu-list-sub &gt; li &gt; a{
    display: block;
    padding: 0.5em 1.75em 0.5em 0.5em;
    text-decoration: none;
    color: #333;
    background-color: white;
    position: relative;
  }
  .headermenu-list &gt; li &gt; a:hover , .headermenu-list-sub &gt; li &gt; a:hover{
    background-color: #ccc;
  }
  .headermenu-list &gt; li &gt; a:before , .headermenu-list-sub &gt; li &gt; a:before{
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 3px solid #999;
    border-right: 3px solid #999;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.75em;
    margin: auto;
    transition-duration:0.3s;
  }
  .headermenu-list &gt; li &gt; a:hover:before{
    right: 0.6em;
  }


}/* スマホ ここまで */


/*-----------------------------------------------------
@@ フッタ
------------------------------------------------------*/
#page-footer{
  clear: both;
  width: 100%;
  background-color: #053a7a;  /*フッタ背景色*/
  color : #ffffff;
  position: sticky;
  top: 100vh;
}
/*-----------------------------------------------------
@@ メイン
------------------------------------------------------*/
.contents{
  width: min(100% - 40px, 960px);
  margin-inline: auto;
  text-align: left;

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

  #page-footer{
    padding: 40px 0 0 0;
  }

  #page-footer .inner2{
    padding : 0 100px;
    width:1000px;
    margin : 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  
  #page-footer p{
    margin: 45px 0 0 0;
    background:#000000;
    padding: 5px 0;
    text-align: center;
    font-size : 86%;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {/* スマホ ここから-------------------------------- */


  #page-footer .inner2{
    padding : 0 10px;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #page-footer{
    padding: 20px 0 0 0;
  }

  #page-footer p{
    margin: 10px 0 0 0;
    background:#000000;
    padding: 5px 0;
    text-align: center;
    font-size : 86%;
  }


}/* スマホ ここまで================================ */


/*-----------------------------------------------------
@@ 段落
------------------------------------------------------*/
p{
  line-height: 1.5;
  margin-bottom: 1em;
}
p.indent1{
  text-indent: -1em;
  margin-left: 1em;
}

p.err-box{
  color: red;
  border: 1px solid red;
  padding: 8px;
}

.contents p{
  line-height: 1.75;
  margin-top: -6px;/* (font-size * line-height - font-size) / 2 */
}


/*-----------------------------------------------------
@@ IME制御（WinIEのみ）等
------------------------------------------------------*/
.imeon{ime-mode:active;}
.imeoff{ime-mode:disabled;}

.right{text-align: right;}
.center{text-align: center;}
.left{text-align: left;}

.nowrap{white-space: nowrap;}

.contents a:hover img{
  /*opacity: 0.7;*/
  outline: 3px solid rgba(255,100,0,0.6);
  transition-duration: 0.1s;
}

@media screen and (min-width: 768px) {
  .sp, .smp{display: none !important;}
}
@media screen and (max-width: 767.9px) {
  .pc{display: none !important;}
}



/*-----------------------------------------------------
@@ レスポンシブ対策
------------------------------------------------------*/
video, img, object {
  max-width: 100%;
  height: auto;
}

/* YouTube等のiframeを囲む
&lt;div class="video169"&gt;&lt;iframe&gt;...&lt;/iframe&gt;&lt;/div&gt; 16:9の場合
&lt;div class="video34"&gt;&lt;iframe&gt;...&lt;/iframe&gt;&lt;/div&gt; 4:3の場合
*/
.video169, .video34{
  width:100%;
  height: auto;
  position: relative;
}
.video169{aspect-ratio: 16 / 9;}
.video34 {aspect-ratio: 4 / 3;}

.video169 iframe, .video34 iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* @@ Googleマップ */
.gmap{
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0 auto 20px;
}
.gmap iframe,.gmap object,.gmap embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767.9px){
  .gmap{
    /*height: 300px;*/
    margin: 0 auto 10px;
  }
}


/*-----------------------------------------------------
@@ 共通
------------------------------------------------------*/
@media (min-width: 768px) {

  h2.page-title{
    font-size: clamp(1.75rem, 0.75rem + 2.08vw, 2rem);
    margin-bottom: 0.8em;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  h2.page-title{
    font-size: clamp(1.25rem, 0.892rem + 1.79vw, 1.75rem);
    margin-bottom: 0.8em;
  }

/*
font-size レスポンシブ
https://min-max-calculator.9elements.com/
*/

}/* スマホ ここまで============================ */


/* @@ なんか */


/*-----------------------------------------------------
@@ index インデックス トップページ
------------------------------------------------------*/


/*-----------------------------------------------------
@@ 箇条書き
------------------------------------------------------*/


/*-----------------------------------------------------
@@ 
------------------------------------------------------*/




/*-----------------------------------------------------
@@ フォーム
------------------------------------------------------*/
form{vertical-align:baseline;}

textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  border: 1px solid var(--form-border);
  padding: 4px;
  margin: 2px 4px 2px 0;
  font-size: 16px;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}
select{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  max-width: 100%; 
  padding: 4px 2.5em 4px 4px;
  margin: 2px 4px 2px 0;
  outline: none;
  border: 1px solid var(--form-border);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: white url(images/arrow-select.png) no-repeat right 8px top 50%;
  background-size: 15px 15px;
}
select::-ms-expand {
  display: none;
}
select option {
  font-weight: normal;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus {
  border: 1px solid var(--form-border);
  background-color: #ffe9ec;
  box-shadow:0px 0px 0px 2px rgba(58, 169, 255, .3);
}

textarea{overflow: auto;}/* 内容が少ないのに薄くスクロールバーが出る事への対策。IEのみ  */

input[type="submit"],
input[type="button"],
button {
  border: 1px solid var(--form-border);
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.2;
  overflow:visible;
  background: #eeeeee;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  color: #333;
}
input[type="submit"]:hover,
button:hover {
  cursor: pointer;
}
input[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed;
  color: #ccc;
}

label{
  font-size: 16px;
  margin-right: 1em;
  cursor: pointer;
  position: relative;
}

::placeholder{
  color: #999;
}

/*input[type='checkbox'],
input[type='radio'] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%); 
  margin: -1px;
}*/
/* @@ チェックボックス、ラジオ */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #349beb;
    --active-inner: #fff;
    --focus: 2px rgba(58, 169, 255, .3);
    --border: #777777;
    --border-hover: #349beb;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 2px 0;
    padding: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
    font-family: Arial;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 21px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type='checkbox']:not(.switch) {
    border-radius: 4px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 6px;
    height: 10px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }

  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: .5;
  }
}

/* @@ セレクト */

.wpcf7-list-item input[type='checkbox']{
  margin: 0 4px 0 0;
}

/*-----------------------------------------------------
@@ お問い合わせ
------------------------------------------------------*/

  input[type="submit"].btn-01, input[type="button"].btn-01, button.btn-01 {
    font-size: 24px;
    line-height: 1;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 14px 40px 15px;
    margin: 0;
    color: var(--text-color);
    background-color: white;
    border: 1px solid var(--text-color);
    text-decoration: none;
  }
  .btn-01:hover {
    color: var(--text-color);
    background-color: #b4cfd4;
  }
  .form-btn-01 {
    width: min(100% - 40px, 777px);
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 8px; /* 横方向の余白 */
    position: relative;
  }


/*.wpcf7-response-output {
  width: min(100% - 40px, 777px);
  margin: 0 auto !important;
}*/
.wpcf7-spinner {
  margin: 0 !important;
  position: absolute !important;
  top: 0;
  right: 0;
}


/*-----------------------------------------------------
@@ 
------------------------------------------------------*/


/*-----------------------------------------------------
@@ 
------------------------------------------------------*/



/*-----------------------------------------------------
@@ WordPress純正のページネーション
------------------------------------------------------*/

ul.page-numbers{
  font-size: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 4px; /* 横方向の余白 */
  row-gap: 4px; /* 縦方向の余白 */
  margin: 0 auto 60px;
}
.page-numbers &gt; li{
  font-size: 14px;
  line-height: 1;
  margin: 2px 0;
}
.page-numbers &gt; li &gt; a,
.page-numbers &gt; li &gt; span{
  border-radius: 4px;
  padding: 3px 8px;
  display: block;
  text-decoration: none;
}
.page-numbers &gt; li &gt; a{
  border: 1px solid var(--black);
  font-weight: 500;
  color: white;
  background-color: var(--black);
}
.page-numbers &gt; li &gt; a:hover{
  opacity: 0.8;
}
.page-numbers &gt; li &gt; span{
  border: 1px solid var(--black);
  font-weight: 700;
  background-color: white;
  color: var(--black);
}
.page-numbers &gt; li &gt; span.current{
  border: 1px solid #f9642c;
  font-weight: 700;
  background-color: #f9642c;
  color: white;
}



/*-----------------------------------------------------
@@ for WordPress
http://hijiriworld.com/web/wp-native-css/
------------------------------------------------------*/
.single-waku strong { font-weight: bold; }
.single-waku em { font-style: italic; }
.single-waku blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.entry p{
  line-height: 2;
}


/* ｛All in One SEO」の管理バーへの表示を隠す */
#wp-admin-bar-aioseo-main{
  display: none !important;
}

/*-----------------------------------------------------
@@ ページトップへ戻る
------------------------------------------------------*/
#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  bottom: -100%;/* 表示領域の外（下）へ */
}
#page_top a {
  display: block;
  width: 40px;
  height: 40px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: #053a7a url(../image/arrow02.png) no-repeat 50% 50%;
  background-size: contain;

}


/*-----------------------------------------------------
@@ Google ReCAPTCHA
------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
.p-recaptcha {
  font-size: 13px;
  text-align: center;
  margin-bottom: 16px;
}
.box-btn-01{
  text-align: center;
}
.box-btn-01 .wpcf7-spinner {
  display: block;
  margin: 2px auto;
}
@media screen and (max-width: 767.9px) {
  .p-recaptcha {
    text-align: left;
  }
}






/*	●●●●●●●●●●	*/

/* PC ここから-------------------------------- */
@media (min-width: 768px) {

  .wrap-content{
    margin-top : 100px;

  }
  .wrap-content .inner{
    margin : 0 auto 150px auto;
    width : 800px;
  }
  .wrap-content .inner .ttl{
    width : 200px;
    margin : 0 auto 40px auto;
  }


  .wrap-content .h2{
    margin : 0px 0 50px 100px;
  }

  .aboutus{
    background:url(../image/aboutus.png) no-repeat;
    width : 100%;
    height : 260px;
  }
  .aboutus div{
    padding : 160px 0 0 510px;
    font-size : 110%;
  }

  .aboutus-bt{
    margin : 55px 0 95px 0;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .aboutus-bt img{
    width : 240px;
    margin : 0 20px;
  }

  .recruit{
    background:url(../image/recruit_bg.png) no-repeat;
    width : 100%;
    height : 346px;
  }

  .#page-footer .inner2 .logo{
    width : 281px;
  }

  footer span{
    display: block;
    border-bottom: 1px solid #ffffff;
    padding: 0 3px 3px 3px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  footer a{
    color : #ffffff;
    text-decoration: none;
  }

  .sanden{
    background:url(../image/sanden_logo.png) no-repeat 0 40%;
    background-size: 16px;
    padding-left : 18px;
  }

  .recruit-inner{
    padding : 180px 0 0 100px;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .recruit-bt img{
    width : 300px;
    margin : 20px 100px 0 0;
  }

  .headimage{
    width : 1000px;
    margin : 50px auto 0 auto;
  }


  .companytable , .historytable{
    border-collapse: collapse;
    vertical-align:middle;
    width : 100%;
  }
  .companytable th{
    width : 200px;
    padding : 25px 0;
    text-align: center;
    background:#dddddd;
    font-weight: normal;
    letter-spacing: 0.4em;
  }
  .companytable tr{
    border-top: 1px solid #bbbbbb;
  }
  .companytable tr:last-child{
    border-bottom: 1px solid #bbbbbb;
  }

  .companytable td{
    padding : 25px;

  }

  .access , .ourbusiness4point , .works{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .access div{
    width : 360px;
  }
  .access img{
    width : 100%;
    border : 1px solid #bbbbbb;
    margin-bottom: 10px;
  }
  .access div span{
    color : #003a7f;
    display: block;
    border-left: 6px solid #003a7f;
    padding: 2px 0 2px 10px;
    margin-bottom: 10px;
    font-size: 120%;
  }





  .historytable th{
    width : 200px;
    padding : 0 0 0 50px;
    text-align: center;
    font-weight: normal;
    height : 80px;
    color : #003a7f;
  }
  .historytable td{
    padding-left: 50px;
  }

  .line-top , .line-m , .line-bottom{
    background-position : 30px 50%;
    background-repeat: no-repeat;
}

  .line-top{
    background-image : url(../image/line-top.png);
  }


  .line-m{
    background-image : url(../image/line.png);
  }

  .line-bottom{
    background-image : url(../image/line-bottom.png);
  }

  .bgon{
    background-color:#edf1f6;
  }

  .ourbusiness .mess{
    font-size :125%;
    text-align: center;
  }

  .ourbusiness4point div{
    width : 385px;
    height : 246px;
    margin-bottom : 30px;
    padding: 30px 20px;
    color : #ffffff;
  }

  .ourbusiness4pointBg1{
    background : url(../image/ourbusiness_bg_1.png) no-repeat;
  }
  .ourbusiness4pointBg2{
    background : url(../image/ourbusiness_bg_2.png) no-repeat;
  }
  .ourbusiness4pointBg3{
    background : url(../image/ourbusiness_bg_3.png) no-repeat;
  }
  .ourbusiness4pointBg4{
    background : url(../image/ourbusiness_bg_4.png) no-repeat;
  }
  .ourbusiness4point .ttl1{
    font-size : 120%;
    display: block;
    border-bottom: #ffffff solid 1px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .ourbusiness4point .txt2{
    display: block;
    font-size:90%;
    margin-top: 20px;
  }

  .works .case{
    width : 370px;
    margin-bottom: 80px;
    font-size : 92%;
  }
  .works-ttl{
    background:#003a84;
    color : #ffffff;
    text-align: center;
    padding : 3px 0;
    font-size: 120%;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .works .case img{
    margin-bottom: 4px;
  }
  .works-txt{
    padding : 10px 0 5px 0;
    font-size : 110%;
  }
  .works-txtwrap{
    font-size : 110%;
    border : 1px solid #003a84;
    padding : 8px 0 8px 15px;
    margin-top : 10px;
  }

  .recruit-mess{
    font-size : 120%;
    text-align: center;
    font-weight: bold;
  }
  .recruit-linkbt{
    width : 360px;
    margin : 100px auto;
  }

    .contact-mess span{
      display: block;
      text-align: center;
      font-size: 120%;
      margin-bottom: 30px;
    }
    .contact-mess{
      margin-bottom: 95px;
    }
    .flow{
      margin-bottom: 50px;
    }
    .contacttable{
      width : 500px;
      margin : 0 auto;
    }
    .contacttable input[type="text"] , .contacttable input[type="email"] , .contacttable textarea{
      font-size : 120%;
      background:#ececec;
      padding : 20px;
      width : 100%;
      border:none;
      margin : 5px 0 30px 0;
    }
    .contacttable textarea{
      height : 200px;
    }

    .contacttable .submit{
      width: 300px;
      margin : 50px auto;
    }
    .contacttable .check{
      font-size : 120%;
      background:#c8dff7;
      padding : 20px;
      width : 100%;
      border:none;
      margin : 5px 0 30px 0;
    }
    .privacypolicy p{
      margin-bottom: 45px;
    }
    .privacypolicy span{
      color: #003a7f;
      font-size: 120%;
    }


}
/* PC ここまで-------------------------------- */


/* スマホ ここから-------------------------------- */
@media screen and (max-width: 767px) {


  .wrap-content{
    margin-top : 20px;

  }
  .wrap-content .h2{
    margin : 15px 0 15px 15px;
  }
  .aboutus div{
    padding : 10px 20px;
  }

  .aboutus-bt{
    margin : 10px auto;
    width:75%;

  }

  .aboutus-bt img{
    width : 100%;
    margin : 0 0 10px 0;
  }

  .recruit{
    margin-top : 80px;
    padding : 30px 0;
    background:url(../image/recruit_bg_smp.jpg) repeat-y;
    width : 100%;
    background-size: cover;
  }
  .recruit-txt{
    padding : 0 20px 20px 20px;
  }
  .wrap-content .h2{
    width : 50%;
  }
  .recruit-bt{
    width:80%;
    margin : 0 auto
  }

  .companytable , .historytable{
    border-collapse: collapse;
    vertical-align:middle;
    width : 100%;
  }
  .companytable th{
    padding : 5px;
    text-align: center;
    background:#dddddd;
    font-weight: normal;
  }
  .companytable tr{
    border-top: 1px solid #bbbbbb;
  }
  .companytable tr:last-child{
    border-bottom: 1px solid #bbbbbb;
  }

  .companytable td{
    padding : 5px;

  }

  .wrap-content .inner{
    margin : 0 auto 30px auto;
  }
  .wrap-content .inner .ttl{
    width : 50%;
    margin : 0 auto 20px auto ;
  }
  .access div{
    width : 90%;
    margin : 0 auto 20px auto;
  }
  .access img{
    width : 100%;
    border : 1px solid #bbbbbb;
    margin-bottom: 10px;
  }
  .access div span{
    color : #003a7f;
    display: block;
    border-left: 6px solid #003a7f;
    padding: 2px 0 2px 10px;
    margin-bottom: 10px;
    font-size: 120%;
  }

  .historytable th{
    padding : 0 0 0 20px;
    text-align: center;
    font-weight: normal;
    height : 80px;
    color : #003a7f;
  }
  .historytable td{
    padding-left: 5px;
  }


  .line-top , .line-m , .line-bottom{
    background-position : 5px 50%;
    background-repeat: no-repeat;
}

  .line-top{
    background-image : url(../image/line-top.png);
  }


  .line-m{
    background-image : url(../image/line.png);
  }

  .line-bottom{
    background-image : url(../image/line-bottom.png);
  }

  .bgon{
    background-color:#edf1f6;
  }

  .ourbusiness .mess{
    font-size :125%;
    text-align: left;
    padding : 0 20px;
  }


  .ourbusiness4point div{
    width : 100%;
    margin-bottom : 10px;
    padding: 10px;
    color : #ffffff;
  }

  .ourbusiness4pointBg1{
    background : url(../image/ourbusiness_bg_1.png) no-repeat;
  }
  .ourbusiness4pointBg2{
    background : url(../image/ourbusiness_bg_2.png) no-repeat;
  }
  .ourbusiness4pointBg3{
    background : url(../image/ourbusiness_bg_3.png) no-repeat;
  }
  .ourbusiness4pointBg4{
    background : url(../image/ourbusiness_bg_4.png) no-repeat;
  }

  .ourbusiness4pointBg1 , .ourbusiness4pointBg2 , .ourbusiness4pointBg3 , .ourbusiness4pointBg4{
    background-size: cover;
  }
  .ourbusiness4point .ttl1{
    font-size : 120%;
    display: block;
    border-bottom: #ffffff solid 1px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .ourbusiness4point .txt2{
    display: block;
    font-size:90%;
    margin-top: 20px;
  }

  .works .case{
    width : 100%;
    margin-bottom: 30px;
    font-size : 92%;
  }

  .works-ttl{
    background:#003a84;
    color : #ffffff;
    text-align: center;
    padding : 3px 0;
    font-size: 120%;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .works .case img{
    width : 100%;
    margin-bottom: 4px;
  }
  .works-txt{
    padding : 10px 15px 5px 15px;
    font-size : 110%;
  }
.works-txt2{
  padding : 0 15px;

}

  .works-txtwrap{
    font-size : 110%;
    border : 1px solid #003a84;
    padding : 8px;
    margin : 10px;
  }

  .recruit-mess{
    font-size : 120%;
    text-align: center;
    font-weight: bold;
  }
  .recruit-linkbt{
    width : 90%;
    margin : 50px auto;
  }
  .privacypolicy {
    padding : 0 15px;
  }

  .privacypolicy p{
    margin-bottom: 35px;
  }
  .privacypolicy span{
    color: #003a7f;
    font-size: 110%;
    display: inline-block;
    margin-bottom : 4px;
  }
  .contact-mess span{
    display: block;
    text-align: center;
    font-size: 120%;
    margin-bottom: 30px;
  }
  .contact-mess{
    margin-bottom: 40px;
    padding : 0 15px;
  }
  .flow{
    margin-bottom: 50px;
  }
  .contacttable{
    margin : 0 15px;
  }
  .contacttable input[type="text"] , .contacttable input[type="email"] , .contacttable textarea{
    font-size : 120%;
    background:#ececec;
    padding : 20px;
    width : 100%;
    border:none;
    margin : 5px 0 30px 0;
  }


  .contacttable .submit{
    width: 95%;
    margin : 0 auto;
  }
  .contacttable .submit input{
    width: 100%;
  }


  .contacttable .check{
    font-size : 120%;
    background:#c8dff7;
    padding : 20px;
    width : 100%;
    border:none;
    margin : 5px 0 30px 0;
  }

  footer span:first-child{
    margin-top : 15px;
  }


  footer span{
    display: block;
    border-bottom: 1px solid #ffffff;
    padding: 0 3px 3px 3px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  footer a{
    color : #ffffff;
    text-decoration: none;
  }

  .sanden{
    background:url(../image/sanden_logo.png) no-repeat 0 40%;
    background-size: 16px;
    padding-left : 18px;
  }
  .footerlink{
    width : 100%;
  }




}
/* スマホ ここまで-------------------------------- */

/* ●●●●●●●●●●  ここまで */


.contacttable .hissu{
  background:#ff0000;
  color : #ffffff;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
  padding : 0 4px;
  font-size: 95%;
}
.err{
  color : #ff0000;
}

.errcolor{
  background:#ffcccc !important;

}


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