
.css-fade1{
  animation-name:fade-in1;
  animation-duration:1s; 
  animation-timing-function: ease-out; 
}
.css-fade2{
  animation-name:fade-in1;
  animation-duration:1.2s; 
  animation-timing-function: ease-out; 
}
.css-fade3{
  animation-name:fade-in1;
  animation-duration:1.4s; 
  animation-timing-function: ease-out; 
}
.css-fade4{
  animation-name:fade-in1;
  animation-duration:1.6s; 
  animation-timing-function: ease-out; 
}
.css-fade5{
  animation-name:fade-in1;
  animation-duration:1.8s; 
  animation-timing-function: ease-out; 
}
.css-fade6{
  animation-name:fade-in1;
  animation-duration:2s; 
  animation-timing-function: ease-out; 
}
.css-fade7{
  animation-name:fade-in1;
  animation-duration:2.2s; 
  animation-timing-function: ease-out; 
}
.css-fade8{
  animation-name:fade-in1;
  animation-duration:2.4s; 
  animation-timing-function: ease-out; 
}
@keyframes fade-in1 {
  0% {opacity: 0; transform: translate3d(0,200px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}
.fade_off {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.fade_on {
    opacity: 1;
}

@media screen and (max-width:480px) {
body {
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
header {}
.header_h1 {
    display:block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
h1 {
    display: none;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    font-family: 'Noto Serif JP', serif;
    color: rgba(255,255,255,1.00)
        
}
.header_main {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_logo {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_logo h2 {
    display: block;
    width: 90%;
    margin: 20px auto 5px;
    font-size: 29px;
    font-weight: 400;
    text-align: left;
    line-height: 130%;
}
    .header_logo h2 span {display: none;}
.header_logo h2 a {
    font-family: 'Shuei NijimiMGo B';
    color: rgba(60,60,60,1.00);
    text-decoration: none;
}
    .header_logo img {
        display: block;
        width: 100%;
        margin: 0 auto 16px;
    }

.header_tel {
    display: none;
    width: 100%;
    margin: 20px auto 0;
}
.header_tel p {
    display: block;
    margin: 5px 0 0;
    font-family: 'Shuei NijimiMGo B';
    font-size: 23px;
    text-align: center;
    color: rgba(30,30,30,1.00);
}
.header_tel_a {
    display: block;
    width: 230px;
    margin: 5px auto 10px;
    padding: 7px 0;
    font-size: 19px;
    text-decoration: none;
    font-family: 'Midashi Go MB31';
    text-align: center;
    color: #fff;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc578+0,fb9d23+100;Orange+3D+%233 */
background: rgb(255,197,120); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,197,120,1) 0%, rgba(251,157,35,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,197,120,1) 0%,rgba(251,157,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
    border-radius: 10px;
}
/*    スマホヘッダーお問い合わせ*/
    .header_contact_sp_tel {
        display: block;
        width: 100%;
        margin: 0 auto;
        background: #FF9212;
    }
    .header_contact_sp_tel a {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 5px 0;
        font-family: 'Midashi Go MB31';
        font-size: 13px;
        text-align: center;
        text-decoration: none;
        line-height: 120%;
        color: #fff;
    }
    .header_contact_sp_tel i {
        margin: 0 3px;
        font-size: 27px;
    }
    .header_contact_sp_tel span {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 5px 0;
        font-family: 'Midashi Go MB31';
        font-size: 31px;
        text-align: center;
    }
    .header_contact_sp_mail {
        display: block;
        width: 100%;
        margin: 3px auto;
        background: rgba(112,112,112,1.00);
    }
    .header_contact_sp_mail a {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 4px 0;
        font-family: 'Midashi Go MB31';
        font-size: 13px;
        text-align: center;
        text-decoration: none;
        line-height: 120%;
        color: #fff;
    }
    .header_contact_sp_mail i {
        margin: 0 3px;
        font-size: 25px;
    }
    .header_contact_sp_mail span {
        display: block;
        padding: 3px 0;
        font-family: 'Midashi Go MB31';
        font-size: 31px;
        text-align: center;
    }


#nav-toggle {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 72px;
  height: 60px;
    padding-top: 10px;
  cursor: pointer;
    background: rgba(255,255,255,0.80);
}
#nav-toggle > div {
  position: relative;
  width: 40px;
    margin: 0 auto;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
    right: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #3C3C3C;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
    #nav-toggle::after {
        content: 'メニュー';
        display: block;
        margin: 37px 0 0;
        font-family: 'Shimanami';
        text-align: center;
    }
/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: rgba(255,255,255,0.85);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    margin: auto;
    padding: 0!important;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity .9s ease, visibility .9s ease;
}

#gloval-nav a {
  display: block;
  color: #3C3C3C;
    font-family: 'Midashi Go MB31';
  text-decoration: none;
  padding: 10px 0;
  transition: color .2s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  transition: opacity .5s ease, -webkit-transform .6s ease;
  transition: transform .3s ease, opacity .2s ease;
  transition: transform .3s ease, opacity .2s ease, -webkit-transform .6s ease;
}
/*
#gloval-nav ul li:nth-child(2) {
  transition-delay: .1s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: .2s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: .3s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: .4s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: .5s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: .6s;
}
*/

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform .1s ease;
  transition: transform .1s ease, opacity .9s ease;
  transition: transform .1s ease, opacity .9s ease, -webkit-transform .1s ease;
}
#gloval-nav {
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 29px;
    padding-left: 100px;
    transform: translateX(-100%);
    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open #gloval-nav {
    transform: translateX(0);
}

.slider {
      display: none;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    transition: opacity .9s linear;
  }
  .slick-slide img {
      display: none;
    width: 100%;
    height: auto;
      margin: 0 auto;
  }
.slider.slick-initialized{
      display: none;
  opacity: 1;
}
/*    アコーディオン　*/
    .acd-check{
    display: none;
}
.acd-label{
    background: #FFFFFF;
    color: #3C3C3C;
    display: block;
    width: 98%;
    margin:0 auto 5px;
    padding: 8% 0; 
    font-family: 'Midashi Go MB31';
    border: solid 2px #FF9212;
    box-sizing: border-box;
}
    .acd-label1{
        background-image: url("../images/acd-label1.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left;
    }
    .acd-label2{
        background-image: url("../images/acd-label2.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left;
    }
    .acd-label3{
        background-image: url("../images/acd-label3.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left;
    }
    .acd-label4{
        background-image: url("../images/acd-label4.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left;
    }
    .acd-label5{
        background-image: url("../images/acd-label5.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left;
    }
    .acd-label6{
        background-image: url("../images/acd-label6.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left;
    }
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    opacity: 1;
    padding:  0 0px;
    visibility: visible;
}
.acd-check:checked + .acd-label + .acd-content1 {height: 2600px;}
.acd-check:checked + .acd-label + .acd-content2 {height: 2300px;}
.acd-check:checked + .acd-label + .acd-content3 {height: 1800px;}
.acd-check:checked + .acd-label + .acd-content4 {height: 1800px;}
.acd-check:checked + .acd-label + .acd-content5 {height: 500px;}
.acd-check:checked + .acd-label + .acd-content6 {height: 5800px;}
/*メインコンテンツ*/
.content_all {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
}
.content_main {
    display: block;
    width: 100%;
    margin: 0 auto;
}
/* こんなお悩みありませんか*/
    .top_nayami {}
    .top_nayami_title h3 {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 19px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    color: #3c3c3c;
    border-bottom: 2px rgba(80,80,80,1.00) solid;
        letter-spacing: 1px;
    }
    .top_nayami_title h3 span {
    font-size: 25px;
    }
    .top_nayami_tria {
        width: 0;
        height: 0;
        margin: 10px auto;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #505050 transparent transparent transparent;
    }
    .top_nayami ul {
        display: block;
        width: 95%;
        margin: 0 auto 50px;
        padding: 0;
    }
    .top_nayami ul li {
        display: block;
        width: 100%;
        margin: 10px auto;
    }
    .top_nayami ul li a {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .top_nayami ul li a img {
        display: block;
        width: 100%;
        margin: 0 auto;
        transition: .2s;
    }
    .top_nayami ul li a img:hover {opacity: .7;}
    
     /*当社がお客様に選ばれる理由*/
    .top_reason_bg {
        display: block;
        width: 100%;
        margin: 0 auto 0;
        padding: 30px 0;
        background-image: url("../images/ji_bg.jpg");
    }
    .top_reason {
        display: block;
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        padding:  40px 0;
        background: #fff;
    }
    .top_reason h3 {
         position: relative;
    display: block;
    width: 90%;
    margin: 0 auto 0;
    padding: 30px 0 0 0;
    font-size: 31px;
    font-family: 'Midashi Go MB31';
    text-align: left;
    color: rgba(60,60,60,1.00);
}
    .top_reason h3::after {
        content: '　';
        display: block;
        width: 100%;
        margin: 10px  auto 0;
        height: 80px;
        background-image: url("../images/h3_after.png");
        background-repeat: no-repeat;
        background-size: 95% auto; 
    }
    .top_reason_list {
        display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
        width: 85%;
        margin: 0 auto;
    }  
    .top_reason_box {
        display: block;
        width: 95%;
        margin:20px 0% 50px;
    }

    .top_reason_box h4 {
        display: block;
        width: 100%;
        margin: 2px auto 10px;
        text-align: left;
        font-size: 25px;
        font-family: 'Midashi Go MB31';
        color: rgba(30,30,30,1.00);
        line-height: 140%;
    }
   .top_reason_box p {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    text-align: justify;
    line-height: 150%;
     color: rgba(60,60,60,1.00);
    }
    
    
    
/*制作実績*/
.top_jisseki h3 {
    position: relative;
    display: block;
    width: 90%;
    margin: 0px auto 0;
    padding: 12px 0;
    font-size: 29px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    color: #3c3c3c;
}
.top_jisseki h3::before {
    position: absolute;
    top: 45%;
    left: 0;
    content: "";
    background-image: url("../images/top_jisseki_line1.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: table-cell;
    vertical-align: middle;
    width: 26%;
    height: 10px;
}
.top_jisseki h3::after {
     position: absolute;
    top: 49%;
    right: 0;
    content: "";
    background-image: url("../images/top_jisseki_line2.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: table-cell;
    vertical-align: middle;
    width: 26%;
    height: 10px;
}
.top_jisseki  a {
    display: block;
    width: 96%; font-family: 'Midashi Go MB31';
    text-align: right;
}
.top_jisseki_list {
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
}
.top_jisseki_block {
    display: block;
    width: 100%;
    margin:  10px 1%;
    padding: 0 0 30px;
    box-sizing: border-box;
    border: rgba(211,211,211,1.00) solid 1px;
}
.top_jisseki_block a {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
}
.top_jisseki_block img {
    display: block;
    width: 100%;
    margin: 0px auto 3px;
}
.top_jisseki_block h4 {
    display: block;
    width: 90%;
    height: auto;
    margin: 10px auto;
    padding: 0 0 0 10px;
     font-size: 21px;
    font-family: 'Midashi Go MB31';
    text-align: left; 
    color: rgba(60,60,60,1.00);
    line-height: 140%;
    border-left: solid 4px #078488;
} 
/*社名が1行の場合*/
    .top_jisseki_block_h4_1 {
        margin: 22px auto!important;
    }
    /*社名が2行の場合*/
    .top_jisseki_block_h4_2 {
        margin: 24px auto!important;
    }
    /*社名が3行の場合*/
    .top_jisseki_block_h4_3 {
    }
.top_jisseki_block p {
    display: block;
    width: 95%;
    margin: 0 auto 10px;
    padding: 0;
     font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    text-align: left; 
    color: rgba(80,80,80,1.00);
    line-height: 160%;
}
    .top_jisseki_block span {
        display: block;
        width: 200px;
        margin: 0 auto;
        padding: 8px 0;
        font-size: 19px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: center;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
background: rgb(255,175,75); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
        border-radius: 10px;
        color: #fff;
        box-shadow: 0 5px 5px gray;
    }
    .top_jisseki_block span:hover {
        box-shadow: none;
        margin: 15px auto -5px;
    }
    .top_jisseki a:hover {
        opacity: .7;
    }
    a.top_jisseki_block_list_btn {
        display: block;
        width: 85%;
        margin: 30px auto;
        padding: 20px 0;
        font-size: 23px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: center;
        text-decoration: none;
        color: #fff;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#63b6db+0,309dcf+100;Blue+3D+%234 */
background: rgb(99,182,219); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(99,182,219,1) 0%, rgba(48,157,207,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(99,182,219,1) 0%,rgba(48,157,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(99,182,219,1) 0%,rgba(48,157,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b6db', endColorstr='#309dcf',GradientType=0 ); /* IE6-9 */

        box-sizing: border-box;
    }
    a.top_jisseki_block_list_btn:hover {
        padding: 17px 0;
        background: #fff;
        color: rgb(99,182,219);
        border:  rgb(99,182,219) solid 3px;
    }
/*問合せのポイント*/
.top_point  {
    margin: 0;
}
#top_point {
    display: block;
}
.top_point h3{
    position: relative;
    display: block;
    width: 90%;
    margin: 0px auto 0;
    padding: 70px 0 0;
    font-size: 31px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    color: rgba(60,60,60,1.00);
}
    .top_point h3::after {
        content: '　';
        display: block;
        width: 100%;
        margin: 0px  auto 0;
        height: 50px;
        background-image: url("../images/h3_after.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto; 
    }
    .top_point_title p {
    display: block;
        width: 90%;
    margin: 10px auto 0;
    font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    text-align: justify;
    line-height: 160%;
     color: rgba(60,60,60,1.00);
    }
    .top_point_list {
         display: block;
        width: 100%;
        margin: 0 auto;
    }
    .top_point_block {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .top_point_block_img img {
        display: block;
        width: 50%;
        margin: 60px auto 30px;
    }
    .top_point_block_text {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    .top_point_block_text h4 {
        display: block;
        margin: 0 auto 15px;
        text-align: center;
        font-size: 23px;
        font-family: 'Midashi Go MB31';
        color: rgba(60,60,60,1.00);
    }
    .top_point_block_text p {
        text-align: justify;
        font-size: 17px;
        line-height: 160%; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        color: rgba(68,72,79,1.00);
    }
    .marker {
  padding-bottom: .2em;
  background: -webkit-linear-gradient(left, #FFED88 50%, transparent 50%) 100% bottom / 200% 50% no-repeat;
  background: linear-gradient(to right, #FFED88 50%, transparent 50%) 100% bottom / 200% 50% no-repeat;
  -webkit-transition: background-position .5s ease-out;
  transition: background-position .5s ease-out;
}
.marker_on {
  background-position: 0% bottom;
}
/*発注までの流れ*/
   .hatyu_nagare {
        display: block;
        width: 100%;
        margin: 0px auto;
    }
   .hatyu_nagare h3{
    position: relative;
    display: block;
    width: 90%;
    margin: 0px auto 0;
       padding: 30px 0 0;
    font-size: 31px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    color: rgba(60,60,60,1.00);
}
  .hatyu_nagare h3::after {
        content: '　';
        display: block;
        width: 100%;
        margin: 0px  auto 0;
        height: 50px;
        background-image: url("../images/h3_after.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto; 
    }
    .hatyu_nagare_list {
         display: block;
        width: 100%;
        margin: 20px auto;
    }
    
    .hatyu_nagare_list_arrow {
        display: block;
        width: 30px;
        margin: 0 auto;
    }
    .hatyu_nagare_block {
        display: block;
        width: 90%;
        margin: 10px auto;
        padding-bottom: 20px;
        border: rgba(217,217,217,1.00) solid 2px;
        border-radius: 10px;
    }
    .hatyu_nagare_block h4 {
        display: block;
        width: 95%;
        margin: 30px  auto 0;
        padding: 0 10px 10px 10px;
       font-size: 23px;
    font-family: 'Midashi Go MB31';
        color: rgba(60,60,60,1.00);
        border-bottom: rgba(176,174,174,1.00) solid 1px;
        letter-spacing: 1.4px;
        line-height: 130%;
        box-sizing: border-box;
    }
    .hatyu_nagare_block p {
        display: block;
        width: 90%;
        margin: 10px auto;
        padding: 0;
        font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: justify;
        line-height: 160%;
    color: rgba(60,60,60,1.00);
    }
	.hatyu_nagare_block a {
		display: block;
		width: 280px;
		height: 50px;
		line-height: 50px;
		margin: 25px auto 0;
		color: #fff;
		font-size: 19px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
background: rgb(239,81,81); 
background: -moz-linear-gradient(top, rgba(239,81,81,1) 50%, rgba(246,41,12,1) 55%);
background: -webkit-linear-gradient(top, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%); 
background: linear-gradient(to bottom, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5151', endColorstr='#f6290c',GradientType=0 ); 
		text-align: center;
		border-radius: 10px;
		text-decoration: none;
	}
	.hatyu_nagare_block a:hover {
		opacity: .7;
	}
/*メッセージ*/
    .ms_bg {
	display: block;
	margin: 0px auto;
        padding: 70px 0 30px;
	text-align: center;
    background-image: url("../images/ji_bg.jpg")
    }
.ms { 
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    background: #fff;
}
#ms {
    display: block;
    margin-top: -10px;
    padding-top: 10px;
}
.ms_title h3{
    position: relative;
    display: block;
    width: 90%;
    margin: 20px auto 0;
    font-size: 29px;
    font-family: 'Midashi Go MB31';
    text-align: left;
    line-height: 130%;
    color: rgba(60,60,60,1.00);
}
.ms h4 {
	display: block;
    width: 90%;
	margin: 10px auto 0;
	font-size: 21px; 
    font-family: 'Midashi Go MB31';
	text-align: left;
	line-height: 160%;
	color: rgba(179,60,60,1.00)
}
    .ms_ex_box {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
.ms_ex {
	display: block;
	width: 95%;
	margin: 20px auto;
	border: dotted #B1B1B1 4px;
    box-sizing: border-box;
}

.ms_ex_p1 {
    display: block;
    height: 110px;
    line-height: 110px;
    margin: 0 auto;
	font-size: 19px; 
    font-family: 'Midashi Go MB31';
    background-image: url("../images/ms2.png");
    background-repeat: no-repeat;
    background-position: center;
}
.ms_ex_p2 {
    display: block;
    height: 110px;
    line-height: 110px;
    margin: 0 auto;
	font-size: 19px; 
    font-family: 'Midashi Go MB31';
    background-image: url("../images/ms3.png");
    background-repeat: no-repeat;
    background-position: center;
}
.ms_ex_p3 {
    display: block;
    height: 110px;
    line-height: 110px;
    margin: 0 auto;
	font-size: 19px; 
    font-family: 'Midashi Go MB31';
    background-image: url("../images/ms4.png");
    background-repeat: no-repeat;
    background-position: center;
}
.ms_ex_p4 {
    display: block;
    width: 85%;
    margin: 0 auto 10px;
	font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	color: rgba(60,60,60,1.00);
	text-align: justify;
	line-height: 160%;
}
.ms_ex_p5 {
    display: block;
    width: 85%;
    margin: 0 auto 10px;
	font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	color: rgba(60,60,60,1.00);
	text-align: justify;
	line-height: 160%;
}
.ms_ex_p6 {
    display: block;
    width: 85%;
    margin: 0 auto 10px;
	font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	color: rgba(60,60,60,1.00);
	text-align: justify;
	line-height: 160%;
}
.ms_text1 {
	display: block;
	width: 95%;
	margin: 10px auto 0;
}
    .ms_text1 p {
        display: block;
        width: 98%;
        margin: 0 auto;
        font-size: 17px; 
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: justify;
	color: rgba(60,60,60,1.00);
	line-height: 160%;
    }
.ms_text1 h6 {
	display: block;
    width: 90%;
	margin: 30px auto 0;
	font-size: 23px; 
    font-family: 'Midashi Go MB31';
	font-weight: 400;
	text-align: left;
	color: #BF292C;
	line-height: 160%;
}
    .ms_text1 h6 br {display: none;}
.ms_box {
	display: block;
	width:95%;
	margin: 0px auto;
}
.ms_box_left {
	display: none;
	width: 25%;
	margin: 0 auto;
}
.ms_box_left img {
	display: block;
	width: 98%;
	margin: -40px auto 0;
}
.ms_box_right {
	display: block;
	width: 95%;
	margin: 0 auto;
}
.ms_box_right p {
	display: block;
	width: 100%;
	margin: 26px auto 0;
	text-align: left;
	font-size: 19px;
    font-family: 'Midashi Go MB31';
	line-height: 160%;
	color: rgba(30,30,30,1.00);
	letter-spacing: 1px;
}
.ms_text2 {
	display: block;
	width:85%;
    margin: 30px auto 0;
	font-size: 17px; 
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: left;
	color: rgba(60,60,60,1.00);
	line-height: 160%;
}
.ms_kodawari {
	margin-top: 80px;
	position: relative;
}
.ms_kodawari h3 {
    display: block;
    width: 90%;
    line-height: 160%;
	margin: auto;
    padding: 10px ;
    box-sizing: border-box;
	font-size: 23px; 
    font-family: 'Midashi Go MB31';
	color: rgba(103,63,24,1.00);
    letter-spacing: -1px;
    background-image: url("../images/ms7.png");
    background-repeat: no-repeat;
    background-size: 100% 130%;
}
.ms ul {
	display: block;
	width:80%;
	margin: 0 auto 0;
	padding: 10px 0 0;
	list-style: none;
	text-align: left;
}
.ms ul li {
	margin: 15px 0;
	font-size: 17px; 
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: justify;
	line-height: 160%;
	color: rgba(60,60,60,1.00);
	padding-left: 1em;
	text-indent: -1em;
}
.ms_end {
    display: block;
    width: 90%;
	margin: 40px auto 0; 
    font-family: 'Midashi Go MB31';
	font-size: 21px;
	line-height: 230%;
	text-align: center;
    letter-spacing: -1px;
}
.ms_end span {
	color: hsla(359,100%,44%,1.00);
	font-size: 37px;
	margin: 0 3px;
}
/*サイドバー*/
.content_side {
    display: block;
    width: 90%;
    margin: 50px auto 0;
}
.side_syurui h3 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 20px; font-family: 'Midashi Go MB31';
	font-size: 31px;
    text-align: center; 
    color: rgba(60,60,60,1.00);
}
.side_syurui h3::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
    right: 0;
    margin: auto;
  width: 58%;
  height: 8px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-image: url("../images/yellow_line.png");
    background-size: 100%;
    opacity: .7;
    z-index: -1;
}
.side_syurui ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.side_syurui ul li {
    display: block;
    width: 100%;
    margin: 10px auto;
    padding: 0;
}
.side_syurui ul li a{
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 0;
}
.side_syurui ul li a img{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.side_syurui ul li a img:hover {
    opacity: .7;
}
.side_banner ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.side_banner ul li {
    display: block;
    width: 100%;
    margin: 10px auto;
    padding: 0;
}
.side_banner ul li a{
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 0;
}
.side_banner ul li a img{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.side_banner ul li a img:hover {
    opacity: .7;
}
/*    リンク　*/
    .link {
        display: block;
        width: 95%;
        margin: 50px auto 100px;
        padding: 30px;
        border: solid 3px rgba(225,225,225,1.00);
        box-sizing: border-box;
        background: #fff;
    }
    .link h2 {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 15px;
        font-size: 23px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: left;
        background: rgba(236,236,236,1.00);
        box-sizing: border-box;
    }
    .link h3 {
        display: block;
        width: 98%;
        margin: 0 auto;
        padding: 6px 0 6px 5px;
        font-size: 23px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: left;
        border-left: #E7A324 solid 5px;
        border-bottom: #C9C9C9 solid 1px;
    }
    .link p {
        display: block;
        width: 94%;
        margin: 10px auto 25px;
        font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: justify;
        color: rgba(60,60,60,1.00);
        line-height: 150%;
    }
    .link_box {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    .link_box_left {
        display: block;
        margin: 0 auto;
    }
    .link_box_right {
        display: block;
        margin: 0px auto 50px;
    }
    .link_box_right a {
        display: block;
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: center;
    }
    .link_box_right img {
        display: block;
        width: 100%;
        margin: 0 auto 2px;
    }
    /*    お問い合わせバナー*/
    .contact_box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
	.contact_box_bg {
		display: none;
	}
	.contact_box_bg_sp {
		display: block;
		width: 95%;
		margin: 30px auto 0;
	}
	.contact_box a {
		position: absolute;
		top: 82%;
		left: 0;
		right: 0;
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 5% 0;
		color: #fff;
		font-size: 5.5vw;
		font-family: "æ–°ä¸¸ã‚´ R";
background: rgb(239,81,81); 
background: -moz-linear-gradient(top, rgba(239,81,81,1) 50%, rgba(246,41,12,1) 55%);
background: -webkit-linear-gradient(top, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%); 
background: linear-gradient(to bottom, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5151', endColorstr='#f6290c',GradientType=0 ); 
		text-align: center;
		border-radius: 10px;
		text-decoration: none;;
	}
	.contact_box a:hover {
		opacity: .7;
	}
/*footer*/

#footer-nav {
    display: block;
    width: 100%;
    margin: 0px auto 30px;
}
#gfooternav nav {
    margin: 0 auto;
    padding: 0;
}
#footer-nav nav ul {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
#footer-nav nav ul li {
    display: block;
    width: 50%;
    margin: 15px auto 22px;
    padding: 0;
    float: left;
}
#footer-nav nav ul li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 17px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    text-decoration: none;
    color: rgba(80,80,80,1.00);
}
footer {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 0;
    background:#575757;
}
.footer_sitemap {
    display: block;
    width: 95%;
    margin: 0 auto 80px;
}
.footer_sitemap ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.footer_sitemap ul li {
    display: block;
    width: 100%;
    margin: 30px auto;
    padding:  0 0;
    float: left;
}
.footer_sitemap ul li a {
    display: block;
    width: 98%;
    margin: 0 auto;
    font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    color: rgba(255,255,255,1.00);
}
.footer_sitemap ul li ul {
    display: block;
    width: 98%;
    margin: 0 auto;
}
.footer_sitemap ul li ul li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    float: inherit;
}
.footer_sitemap ul li ul li a {
    display: block;
    margin: 7px auto;
    font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    color: rgba(255,255,255,1.00);
}
.footer_sitemap ul li ul li ul li{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px 8px;
    float: inherit;
    line-height: 110%;
}
.footer_sitemap ul li ul li ul li  a {
    display: block;
    margin: 7px auto;
    font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    color: rgba(255,255,255,1.00)
        ;
}
.copy p {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 100px;
    font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    text-align: center;
    color: #fff;
    background:#333333;
}

    .footer_sitemap ul li a:hover {
        opacity: .6;
    }


/*悩み*/
.nayami {
    display: block;
    width: 95%;
    margin: 80px auto;
}
.nayami_title h3 {
    display: block;
    margin: 0 auto 30px;
    font-size: 25px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    color: rgba(60,60,60,1.00);
}
.nayami_mokuzi {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    border: rgba(217,217,217,1.00) solid 2px;
    border-radius: 10px;
}
.nayami_mokuzi p {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 3px;
    font-size: 21px;
    font-family: 'Midashi Go MB31';
    color: rgba(60,60,60,1.00);
    border-bottom: dotted rgba(217,217,217,1.00) 3px;
}
.nayami_mokuzi ul li a {
    display: block;
    width: 90%;
    margin: 10px auto 5px;
    font-size: 19px; 
    font-family: 'Midashi Go MB31';
    color:rgba(198,65,68,1.00);
    text-decoration: none;
}
.nayami_mokuzi ul li ul li a {
    display: block;
    width: 85%;
    margin: 10px auto;
    font-size: 17px; font-family: 'Midashi Go MB31';
    color: rgba(60,60,60,1.00);
    line-height: 130%;
}
.nayami_block {
    display: block;
    width: 95%;
    margin: 50px auto;
}
.nayami_block h4 {
    display: block;
    margin: 0 auto 30px;
    padding: 15px;
    font-size: 25px;
    font-family: 'Midashi Go MB31';
    color: rgba(60,60,60,1.00);
    background: rgba(218,218,218,1.00);
    box-sizing: border-box;
}
.nayami_block h5 {
    display: block;
    margin: 0 auto 15px;
    padding:  2px 0 2px 10px;
    font-size: 23px;
    font-family: 'Midashi Go MB31';
    color: rgba(60,60,60,1.00);
    line-height: 150%;
    border-left:solid 5px rgba(218,218,218,1.00);
    box-sizing: border-box;
}
.nayami_block p {
    display: block;
    margin: 0 auto;
    font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    text-align: justify;
    line-height: 220%;
    color: rgba(60,60,60,1.00);
}
.nayami_block img {
    display: block;
    width: 100%;
    margin: 0 auto 5px;
    padding:  0;
}
.nayami_line {
    display: block;
    width: 170px;
    margin: 5px 0 0 auto;
}
.nayami_contact {
    	display: block;
		width: 280px;
		height: 50px;
		line-height: 50px;
		margin: 25px 0 0 auto;
		color: #fff;
		font-size: 21px;
    font-family: 'Midashi Go MB31';
background: rgb(239,81,81); 
background: -moz-linear-gradient(top, rgba(239,81,81,1) 50%, rgba(246,41,12,1) 55%);
background: -webkit-linear-gradient(top, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%); 
background: linear-gradient(to bottom, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5151', endColorstr='#f6290c',GradientType=0 ); 
		text-align: center;
		border-radius: 10px;
		text-decoration: none;
	}
.nayami_contact:hover {
		opacity: .7;
	}


/*お客様の声*/
.koe_box {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 80px;
	background: #fff;
}
.koe_box h3 {
     display: block;
    margin: 70px auto 30px;
    font-size: 33px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    color: rgba(60,60,60,1.00);
}
.koe_item {
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.koe_item_left {
	display: block;
	width: 100%;
	margin: 50px auto 0;
}
.koe_item_left img {
	display: block;
	width: 30%;
	margin: 0 auto;
}
.koe_item_left p {
	display: block;
	margin: 20px auto 0;
	font-size: 20px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: center;
}
.koe_item_right {
	display: block;
	width: 100%;
	margin: 15px auto 0;
}
.koe_item_right img {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.koe_item_right p {
	display: block;
	width: 95%;
	margin: 0 auto;
    font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: justify;
	line-height: 160%;
}

.koe_item_center {
	display: block;
	width: 80%;
	margin: 30px auto 80px;
	clear: both;
}
.koe_item_center p {
	display: block;
	margin: 0 auto 70px;
	font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: justify;
	line-height: 160%;
}
    .koe_item_center p strong {
        display: block;
        margin: 0 auto;
	font-size: 18px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        border-bottom: rgba(190,190,190,1.00) solid 1px;
    }
/*スタッフ紹介*/
.staff_all {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
    border-top: #D6D6D6 solid 1px;
}
.staff_all h3 {
    display: block;
    margin: 50px auto 10px;
    font-family: 'Midashi Go MB31';
    font-size: 31px;
    text-align: center;
}
.staff_all p {
    display: block;
    margin: 0 auto; font-family: 'Midashi Go MB31';
    font-size: 17px;
    text-align: center;
}
.staff_list {
    display: block;
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}
.staff_block {
    display: block;
    width: 50%;
    height: 170px;
    margin: 0 auto;
    float: left;
}
.staff_block img {
    display: block;
    width:  85%;
    margin: 0 auto;
    padding: 0;
    border-radius: 10px;
}
.staff_block h4 {
    display: block;
    margin: 0 auto;
    font-size: 17px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    line-height: 120%;
    color: rgba(60,60,60,1.00);
}
.staff_block h4  span {
    display: block;
    font-size: 13px;
}
/*fixed お問い合わせ*/
    .fixed_contact i {
        display: block;
        margin-bottom: 4px;
        font-size: 33px;
    }
    .fixed_contact {
        position: fixed;
        bottom: 10px;
        right: 10px;
        display: block;
        width: 100px;
        margin: 0 auto;
        padding: 10px 0 7px;
        font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: center;
        text-decoration: none;
        line-height: 120%;
        letter-spacing: -1.5px;
        color: #fff;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
background: rgb(255,48,25); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

        border-radius: 10px;
        box-sizing: border-box;
        box-shadow: 0px 5px 5px gray;
        transition: .4s;
    }
    .fixed_contact:hover {
        box-shadow: none;
        margin: 5px auto -5px;
    }
    .fixed_pta {
        position: fixed;
        bottom: 120px;
        right: 0px;
        display: block;
        margin: 0 auto;
    }
    .fixed_pta img {
        display: block;
        width: 60px;
        margin: 0 auto;
        transition: .4s;
    }
    .fixed_tel {
		 position: fixed;
        bottom: 10px;
        left: 10px;
		width: 63%;
		padding: 16px 0;
		line-height: 120%;
	text-align: center;
	text-decoration: none; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	font-size: 18px;
		font-weight: 600;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1e767+0,feb645+100;Yellow+3D */
background: rgb(241,231,103); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */

		color: #484848;
		border-radius: 10px; 
        box-sizing: border-box;
        box-shadow: 0px 5px 5px gray;
	}
    .sp_none  {
        display: none!important;
    }
}
@media screen and (min-width:481px) and (max-width:979px) {
body {
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
header {}
.header_h1 {
    display:block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
h1 {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    font-family: 'Noto Serif JP', serif;
    color: rgba(255,255,255,1.00)
        
}
.header_main {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
}

.header_logo {
    display: block;
    width: 95%;
    max-width: 680px;
    margin: 0 auto;
}
.header_logo h2 {
    display: block;
    margin: 25px auto 0 0px;
    font-family: 'Shuei NijimiMGo B';
    font-weight: 400;
    text-align: center;
    line-height: 100%;
}
    .header_logo h2 span {
        display: block;
    font-size:17px;
        line-height: 250%;
    }
    .header_logo h2 img {
        display: block;
        width: 95%;
        max-width: 430px;
        margin: 0 auto;
    }
.header_logo h2 a {
    color: rgba(60,60,60,1.00);
    text-decoration: none;
}

.header_tel {
    display: block;
    margin: 35px auto 0;
    text-align: center;
}
.header_tel p {
    display: block;
    margin: 6px 0 6px 0;
    font-family: 'Shuei NijimiMGo B';
    font-size: 26px;
    color: rgba(60,60,60,1.00);
}
    .header_tel img {
        display: inline-block;
        width: 42px;
        margin-right: 5px;
        vertical-align:text-bottom;
    }
.header_tel_p {
    font-size: 34px!important;
}
    .header_tel span {
        margin: 0;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        font-size: 14px;
        line-height: 110%;
    }
.header_tel_a {
    display: block;
    width: 85%;
    max-width: 300px;
    margin: 0px auto 10px;
    padding: 7px 0;
}
    .header_tel_a img {
        display: block;
        width: 100%!important;
        margin: 0 0 0;
        box-shadow: 0 3px 3px gray;
    }
    .header_tel_a img:hover {
        opacity: .7;
        box-shadow: none;
    }
  .header_contact_sp {display: none;}

#nav-toggle {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 72px;
  height: 60px;
    padding-top: 10px;
  cursor: pointer;
    background: rgba(255,255,255,0.80);
}
#nav-toggle > div {
  position: relative;
  width: 40px;
    margin: 0 auto;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
    right: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #3C3C3C;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
    #nav-toggle::after {
        content: 'メニュー';
        display: block;
        margin: 37px 0 0;
        font-family: 'Shimanami';
        text-align: center;
    }
/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: rgba(255,255,255,0.85);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    margin: auto;
    padding: 0!important;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity .9s ease, visibility .9s ease;
}

#gloval-nav a {
  display: block;
  color: #3C3C3C;
    font-family: 'Midashi Go MB31';
  text-decoration: none;
  padding: 10px 0;
  transition: color .6s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  transition: opacity .5s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
/*
#gloval-nav ul li:nth-child(2) {
  transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: .9s;
}
*/

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
#gloval-nav {
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 29px;
    padding-left: 100px;
    transform: translateX(-100%);
    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open #gloval-nav {
    transform: translateX(0);
}

.slider {
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    transition: opacity .9s linear;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
      margin: 0 auto;
  }
.slider.slick-initialized{
  opacity: 1;
}
    /*    アコーディオン　*/
    .acd-check{display: none;}
    .acd-label {display: none;}
/*メインコンテンツ*/
.content_all {
    display: block;
    width: 100%;
    margin: 0px auto 50px;
}
.content_main {
    display: block;
    width: 100%;
    margin: 0 auto;
}
/* こんなお悩みありませんか*/
    .top_nayami {}
    .top_nayami_title h3 {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 23px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    color: #3c3c3c;
    border-bottom: 2px rgba(80,80,80,1.00) solid;
        letter-spacing: 1px;
    }
    .top_nayami_title h3 span {
    font-size: 29px;
    }
    .top_nayami_tria {
        width: 0;
        height: 0;
        margin: 10px auto;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        border-color: #505050 transparent transparent transparent;
    }
    .top_nayami ul {
        display: block;
        width: 95%;
        margin: 0 auto 50px;
        padding: 0;
        overflow: hidden;
    }
    .top_nayami ul li {
        display: block;
        width: 50%;
        margin: 5px auto;
        float: left;
    }
    .top_nayami ul li a {
        display: block;
        width: 98%;
        margin: 0 auto;
    }
    .top_nayami ul li a img {
        display: block;
        width: 100%;
        margin: 0 auto;
        transition: .2s;
    }
    .top_nayami ul li a img:hover {opacity: .7;}
    
 /*当社がお客様に選ばれる理由*/
    .top_reason_bg {
        display: block;
        width: 100%;
        margin: 100px auto 0;
        padding: 100px 0;
        background-image: url("../images/ji_bg.jpg");
    }
    .top_reason {
        display: block;
        width: 95%;
        max-width: 1200px;
        margin: 0 auto;
        padding:  40px 0;
        background: #fff;
    }
    .top_reason h3 {
         position: relative;
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 0;
    padding: 30px 0 0 0;
    font-size: 35px;
    font-family: 'Midashi Go MB31';
    text-align: left;
    color: rgba(60,60,60,1.00);
}
    .top_reason h3::after {
        content: '　';
        display: block;
        width: 100%;
        margin: 10px  auto 0;
        height: 80px;
        background-image: url("../images/h3_after.png");
        background-repeat: no-repeat;
        background-size: 75% auto; 
    }
    .top_reason_list {
        display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
        width: 85%;
        margin: 0 auto;
    }  
    .top_reason_box {
        display: block;
        width: 46%;
        margin:20px 2% 30px;
    }

    .top_reason_box h4 {
        display: block;
        width: 100%;
        margin: 2px auto 10px;
        text-align: left;
        font-size: 25px;
        font-family: 'Midashi Go MB31';
        color: rgba(30,30,30,1.00);
        line-height: 140%;
    }
   .top_reason_box p {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    text-align: justify;
    line-height: 150%;
     color: rgba(60,60,60,1.00);
    }
    
/*制作実績*/
.top_jisseki h3 {
    position: relative;
    display: block;
    width: 95%;
    margin: 100px auto 0;
    padding: 12px 0;
    font-size: 27px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    color: #3c3c3c;
}
.top_jisseki h3::before {
    position: absolute;
    top: 45%;
    left: 0;
    content: "";
    background-image: url("../images/top_jisseki_line1.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: table-cell;
    vertical-align: middle;
    width: 38%;
    height: 10px;
}
.top_jisseki h3::after {
     position: absolute;
    top: 49%;
    right: 0;
    content: "";
    background-image: url("../images/top_jisseki_line2.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: table-cell;
    vertical-align: middle;
    width: 38%;
    height: 10px;
}
.top_jisseki  a {
    display: block;
    width: 96%; font-family: 'Midashi Go MB31';
    text-align: right;
}
.top_jisseki_list {
    display: flex;
    flex-wrap: wrap;
    width: 95.5%;
    margin: 0 auto;
}
.top_jisseki_block {
    display: block;
    width: 48%;
    margin:  10px 1%;
    padding: 0 0 30px;
    box-sizing: border-box;
    border: rgba(211,211,211,1.00) solid 1px;
}
.top_jisseki_block a {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
}
.top_jisseki_block img {
    display: block;
    width: 100%;
    margin: 0px auto 3px;
}
.top_jisseki_block h4 {
    display: block;
    width: 90%;
    height: auto;
    margin: 10px auto;
    padding: 0 0 0 10px;
     font-size: 21px;
    font-family: 'Midashi Go MB31';
    text-align: left; 
    color: rgba(60,60,60,1.00);
    line-height: 140%;
    border-left: solid 4px #FFC34D;
} 
.top_jisseki_block p {
    display: block;
    width: 95%;
    margin: 0 auto 10px;
    padding: 0;
     font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    text-align: left; 
    color: rgba(80,80,80,1.00);
    line-height: 160%;
}
    .top_jisseki_block span {
        display: block;
        width: 200px;
        margin: 0 auto;
        padding: 8px 0;
        font-size: 19px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: center;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
background: rgb(255,175,75); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
        border-radius: 10px;
        color: #fff;
        box-shadow: 0 5px 5px gray;
    }
    .top_jisseki_block span:hover {
        box-shadow: none;
        margin: 15px auto -5px;
    }
    .top_jisseki a:hover {
        opacity: .7;
    }
    a.top_jisseki_block_list_btn {
        display: block;
        width: 480px;
        margin: 50px auto;
        padding: 20px 0;
        font-size: 27px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: center;
        text-decoration: none;
        color: #fff;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#63b6db+0,309dcf+100;Blue+3D+%234 */
background: rgb(99,182,219); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(99,182,219,1) 0%, rgba(48,157,207,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(99,182,219,1) 0%,rgba(48,157,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(99,182,219,1) 0%,rgba(48,157,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b6db', endColorstr='#309dcf',GradientType=0 ); /* IE6-9 */

        box-sizing: border-box;
    }
    a.top_jisseki_block_list_btn:hover {
        padding: 17px 0;
        background: #fff;
        color: rgb(99,182,219);
        border:  rgb(99,182,219) solid 3px;
    }
/*問合せのポイント*/
.top_point  {
    margin: 0;
}
#top_point {
    display: block;
}
.top_point h3{
    position: relative;
    display: block;
    width: 90%;
    margin: 40px auto 0;
    padding: 70px 0 0;
    font-size: 41px;
    font-family: 'Midashi Go MB31';
    text-align: left;
    color: rgba(60,60,60,1.00);
}
    .top_point h3::after {
        content: '　';
        display: block;
        width: 100%;
        margin: 7px  auto 0;
        height: 50px;
        background-image: url("../images/h3_after.png");
        background-repeat: no-repeat;
        background-size: 85% auto; 
    }
    .top_point_title p {
    display: block;
        width: 90%;
    margin: 30px auto 0;
    font-size: 19px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    text-align: justify;
    line-height: 160%;
     color: rgba(60,60,60,1.00);
    }
    .top_point_list {
         display: block;
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
    }
    .top_point_block {
        display: block;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .top_point_block_img  {
        display: block;
        width: 20%;
        margin: 60px auto 30px;
        float: left;
    }
    .top_point_block_img img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .top_point_block_text {
        display: block;
        width: 80%;
        margin: 75px auto 0;
        float: right;
    }
    .top_point_block_text h4 {
        display: block;
        width: 90%;
        margin: 0 auto 15px;
        text-align: left;
        font-size: 27px;
        font-family: 'Midashi Go MB31';
        color: rgba(60,60,60,1.00);
    }
    .top_point_block_text p {
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: justify;
        font-size: 17px;
        line-height: 160%; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        color: rgba(68,72,79,1.00);
    }
    .marker {
  padding-bottom: .2em;
  background: -webkit-linear-gradient(left, #FFED88 50%, transparent 50%) 100% bottom / 200% 50% no-repeat;
  background: linear-gradient(to right, #FFED88 50%, transparent 50%) 100% bottom / 200% 50% no-repeat;
  -webkit-transition: background-position .5s ease-out;
  transition: background-position .5s ease-out;
}
.marker_on {
  background-position: 0% bottom;
}
/*発注までの流れ*/
   .hatyu_nagare {
        display: block;
        width: 100%;
        margin: 150px auto;
    }
   .hatyu_nagare h3{
    position: relative;
    display: block;
    width: 90%;
    margin: 60px auto 0;
    font-size: 41px;
    font-family: 'Midashi Go MB31';
    text-align: left;;
    color: rgba(60,60,60,1.00);
}
    .hatyu_nagare h3::after {
        content: '　';
        display: block;
        width: 100%;
        margin: 7px  auto 0;
        height: 50px;
        background-image: url("../images/h3_after.png");
        background-repeat: no-repeat;
        background-size: 85% auto; 
    }
    .hatyu_nagare_list {
         display: block;
        width: 100%;
        margin: 30px auto;
    }
    
    .hatyu_nagare_list_arrow {
        display: block;
        width: 30px;
        margin: 0 auto;
    }
    .hatyu_nagare_block {
        display: block;
        width: 90%;
        margin: 10px auto;
        padding-bottom: 20px;
        border: rgba(217,217,217,1.00) solid 2px;
        border-radius: 10px;
    }
    .hatyu_nagare_block h4 {
        display: block;
        width: 95%;
        margin: 30px  auto 0;
        padding: 0 10px 10px 10px;
       font-size: 27px;
    font-family: 'Midashi Go MB31';
        color: rgba(30,30,30,1.00);
        border-bottom: rgba(176,174,174,1.00) solid 1px;
        letter-spacing: 1.4px;
        box-sizing: border-box;
    }
    .hatyu_nagare_block p {
        display: block;
        width: 90%;
        margin: 10px auto;
        padding: 0;
        font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: justify;
        line-height: 160%;
    color: rgba(60,60,60,1.00);
    }
	.hatyu_nagare_block a {
		display: block;
		width: 280px;
		height: 50px;
		line-height: 50px;
		margin: 25px auto 0;
		color: #fff;
		font-size: 19px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
background: rgb(239,81,81); 
background: -moz-linear-gradient(top, rgba(239,81,81,1) 50%, rgba(246,41,12,1) 55%);
background: -webkit-linear-gradient(top, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%); 
background: linear-gradient(to bottom, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5151', endColorstr='#f6290c',GradientType=0 ); 
		text-align: center;
		border-radius: 10px;
		text-decoration: none;
	}
	.hatyu_nagare_block a:hover {
		opacity: .7;
	}
/*メッセージ*/
    .ms_bg {
	display: block;
	margin: 0px auto;
        padding: 70px 0 30px;
	text-align: center;
    background-image: url("../images/ji_bg.jpg")
    }
.ms { 
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 50px 0;
    background: #fff;
}
#ms {
    display: block;
    margin-top: -10px;
    padding-top: 10px;
}
.ms_title h3{
    position: relative;
    display: block;
    width: 95%;
    margin: 60px auto 0;
    font-size: 33px;
    font-family: 'Midashi Go MB31';
    text-align: left;
    line-height: 120%;
    color: rgba(60,60,60,1.00);
}
.ms h4 {
	display: block;
    width: 95%;
	margin: 10px auto 0;
	font-size: 25px; 
    font-family: 'Midashi Go MB31';
	text-align: left;
	line-height: 160%;
	color: rgba(179,60,60,1.00)
}
    .ms_ex_box {
        display: block;
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
    }
.ms_ex {
	display: block;
	width: 25%;
	margin: 20px auto;
	border: dotted #B1B1B1 4px;
    box-sizing: border-box;
    float: left;
}

.ms_ex_p1 {
    display: block;
    height: 110px;
    line-height: 110px;
    margin: 0 auto;
	font-size: 19px; 
    font-family: 'Midashi Go MB31';
    background-image: url("../images/ms2.png");
    background-repeat: no-repeat;
    background-position: center;
}
.ms_ex_p2 {
    display: block;
    height: 110px;
    line-height: 110px;
    margin: 0 auto;
	font-size: 19px; 
    font-family: 'Midashi Go MB31';
    background-image: url("../images/ms3.png");
    background-repeat: no-repeat;
    background-position: center;
}
.ms_ex_p3 {
    display: block;
    height: 110px;
    line-height: 110px;
    margin: 0 auto;
	font-size: 19px; 
    font-family: 'Midashi Go MB31';
    background-image: url("../images/ms4.png");
    background-repeat: no-repeat;
    background-position: center;
}
.ms_ex_p4 {
    display: block;
    width: 85%;
    margin: 0 auto 10px;
	font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	color: rgba(60,60,60,1.00);
	text-align: justify;
	line-height: 160%;
}
.ms_ex_p5 {
    display: block;
    width: 85%;
    margin: 0 auto 10px;
	font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	color: rgba(60,60,60,1.00);
	text-align: justify;
	line-height: 160%;
}
.ms_ex_p6 {
    display: block;
    width: 85%;
    margin: 0 auto 10px;
	font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	color: rgba(60,60,60,1.00);
	text-align: justify;
	line-height: 160%;
}
.ms_text1 {
	display: block;
	width: 75%;
	margin: 10px auto 0;
    float: right;
}
    .ms_text1 p {
        display: block;
        width: 90%;
        margin: 0 auto;
        font-size: 17px; 
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: justify;
	color: rgba(60,60,60,1.00);
	line-height: 220%;
    }
.ms_text1 h6 {
	display: inline-block;
    width: 90%;
	margin: 50px auto 0;
	font-size: 25px; 
    font-family: 'Midashi Go MB31';
	font-weight: 400;
	text-align: left;;
	color: #BF292C;
	line-height: 160%;
}
    .ms_text1 h6 br {display: none;}
.ms_box {
	display: block;
	width:95%;
	margin: 0px auto;
	overflow: hidden;
}
.ms_box_left {
	display: block;
	width: 25%;
	margin: 0 auto;
	float: right;
}
.ms_box_left img {
	display: block;
	width: 98%;
	margin: -40px auto 0;
}
.ms_box_right {
	display: block;
	width: 75%;
	margin: 0 auto;
	float: left;
}
.ms_box_right p {
	display: inline-block;
	width: 90%;
	margin: 26px auto 0;
	text-align: left;
	font-size: 25px;
    font-family: 'Midashi Go MB31';
	line-height: 160%;
	color: rgba(30,30,30,1.00);
	letter-spacing: 1px;
}
.ms_text2 {
	display: block;
	width:85%;
    max-width: 1100px;
    margin: 30px auto 0;
	font-size: 19px; 
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: left;
	color: rgba(60,60,60,1.00);
	line-height: 220%;
}
.ms_kodawari {
	margin-top: 80px;
	position: relative;
}
.ms_kodawari h3 {
    display: block;
    width: 90%;
    height: 50px;
    line-height: 54px;
    max-width: 1200px;
	margin: auto;
	font-size: 27px; 
    font-family: 'Midashi Go MB31';
	color: rgba(103,63,24,1.00);
    letter-spacing: -1px;
    background-image: url("../images/ms7.png");
    background-repeat: no-repeat;
    background-size: 100% 130%;
}
.ms ul {
	display: block;
	width:78%;
    max-width: 1100px;
	margin: 0 auto 0;
	padding: 10px 0 0;
	list-style: none;
	text-align: left;
}
.ms ul li {
	margin: 15px 0;
	font-size: 21px; 
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: justify;
	line-height: 160%;
	color: rgba(60,60,60,1.00);
	padding-left: 1em;
	text-indent: -1em;
}
.ms_end {
	margin: 40px 0  0; 
    font-family: 'Midashi Go MB31';
	font-size: 27px;
	line-height: 280%;
	text-align: center;
    letter-spacing: -1px;
}
.ms_end span {
	color: hsla(359,100%,44%,1.00);
	font-size: 43px;
	margin: 0 3px;
}
/*サイドバー*/
.content_side {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.side_syurui h3 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 20px; font-family: 'Midashi Go MB31';
	font-size: 31px;
    text-align: center; 
    color: rgba(60,60,60,1.00);
}
.side_syurui h3::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
    right: 0;
    margin: auto;
  width: 58%;
  height: 8px;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-image: url("../images/yellow_line.png");
    background-size: 100%;
    opacity: .7;
    z-index: -1;
}
.side_syurui ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.side_syurui ul li {
    display: block;
    width: 50%;
    margin: 10px auto;
    padding: 0;
}
.side_syurui ul li a{
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 0;
}
.side_syurui ul li a img{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.side_syurui ul li a img:hover {
    opacity: .7;
}
.side_banner ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.side_banner ul li {
    display: block;
    width: 50%;
    margin: 10px auto;
    padding: 0;
}
.side_banner ul li a{
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 0;
}
.side_banner ul li a img{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.side_banner ul li a img:hover {
    opacity: .7;
}
/*    リンク　*/
    .link {
        display: block;
        width: 90%;
        margin: 50px auto 100px;
        padding: 30px;
        border: solid 3px rgba(225,225,225,1.00);
        box-sizing: border-box;
        background: #fff;
    }
    .link h2 {
        display: block;
        width: 98%;
        margin: 0 auto;
        padding: 20px;
        font-size: 27px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: left;
        background: rgba(236,236,236,1.00);
        box-sizing: border-box;
    }
    .link h3 {
        display: block;
        width: 98%;
        margin: 0 auto;
        padding: 6px 0 6px 5px;
        font-size: 23px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: left;
        border-left: #E7A324 solid 5px;
        border-bottom: #C9C9C9 solid 1px;
    }
    .link p {
        display: block;
        width: 94%;
        margin: 10px auto 25px;
        font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: justify;
        color: rgba(60,60,60,1.00);
        line-height: 140%;
    }
    .link_box {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    .link_box_left {
        display: block;
        margin: 0 auto;
    }
    .link_box_right {
        display: block;
        margin: 0px auto 30px;
    }
    .link_box_right a {
        display: block;
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: center;
    }
    .link_box_right img {
        display: block;
        width: 100%;
        margin: 0 auto 2px;
    }
/*    お問い合わせバナー*/
    .contact_box {
	position: relative;
	display: block;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
	.contact_box_bg {
		display: none;
	}
	.contact_box_bg_sp {
		display: block;
		width: 95%;
		margin: 30px auto 0;
	}
	.contact_box a {
		position: absolute;
		top: 82%;
		left: 0;
		right: 0;
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 5% 0;
		color: #fff;
		font-size: 5.5vw;
		font-family: "æ–°ä¸¸ã‚´ R";
background: rgb(239,81,81); 
background: -moz-linear-gradient(top, rgba(239,81,81,1) 50%, rgba(246,41,12,1) 55%);
background: -webkit-linear-gradient(top, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%); 
background: linear-gradient(to bottom, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5151', endColorstr='#f6290c',GradientType=0 ); 
		text-align: center;
		border-radius: 10px;
		text-decoration: none;;
	}
	.contact_box a:hover {
		opacity: .7;
	}
/*footer*/

#footer-nav {
    display: block;
    width: 100%;
    margin: 0px auto 30px;
}
#gfooternav nav {
    margin: 0 auto;
    padding: 0;
}
#footer-nav nav ul {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
#footer-nav nav ul li {
    display: block;
    width: 50%;
    margin: 15px auto 22px;
    padding: 0;
    float: left;
}
#footer-nav nav ul li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 17px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    text-decoration: none;
    color: rgba(80,80,80,1.00);
}
footer {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 0;
    background:#575757;
}
.footer_sitemap {
    display: block;
    width: 100%;
    margin: 0 auto 80px;
}
.footer_sitemap ul {
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.footer_sitemap ul li {
    display: block;
    width: 50%;
    margin: 30px auto;
    padding:  0 0;
    float: left;
}
.footer_sitemap ul li a {
    display: block;
    width: 98%;
    margin: 0 auto;
    font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    color: rgba(255,255,255,1.00);
}
.footer_sitemap ul li ul {
    display: block;
    width: 98%;
    margin: 0 auto;
}
.footer_sitemap ul li ul li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    float: inherit;
}
.footer_sitemap ul li ul li a {
    display: block;
    margin: 7px auto;
    font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    color: rgba(255,255,255,1.00);
}
.footer_sitemap ul li ul li ul li{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px 8px;
    float: inherit;
    line-height: 110%;
}
.footer_sitemap ul li ul li ul li  a {
    display: block;
    margin: 7px auto;
    font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    color: rgba(255,255,255,1.00);
}
.copy p {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    text-align: center;
    color: #fff;
    background:#333333;
}
    .footer_sitemap ul li a:hover {
        opacity: .6;
    }


/*悩み*/
.nayami {
    display: block;
    width: 95%;
    margin: 80px auto;
}
.nayami_title h3 {
    display: block;
    margin: 0 auto 30px;
    font-size: 33px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    color: rgba(60,60,60,1.00);
}
.nayami_mokuzi {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    border: rgba(217,217,217,1.00) solid 2px;
    border-radius: 10px;
}
.nayami_mokuzi p {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 3px;
    font-size: 25px;
    font-family: 'Midashi Go MB31';
    color: rgba(60,60,60,1.00);
    border-bottom: dotted rgba(217,217,217,1.00) 3px;
}
.nayami_mokuzi ul li a {
    display: block;
    width: 90%;
    margin: 10px auto 5px;
    font-size: 21px; 
    font-family: 'Midashi Go MB31';
    color:rgba(198,65,68,1.00);
    text-decoration: none;
}
.nayami_mokuzi ul li ul li a {
    display: block;
    width: 85%;
    margin: 5px auto;
    font-size: 19px; font-family: 'Midashi Go MB31';
    color: rgba(60,60,60,1.00);
}
.nayami_block {
    display: block;
    width: 95%;
    margin: 50px auto;
}
.nayami_block h4 {
    display: block;
    margin: 0 auto 30px;
    padding: 15px;
    font-size: 27px;
    font-family: 'Midashi Go MB31';
    color: rgba(60,60,60,1.00);
    background: rgba(218,218,218,1.00);
    box-sizing: border-box;
}
.nayami_block h5 {
    display: block;
    margin: 0 auto 15px;
    padding:  2px 0 2px 10px;
    font-size: 27px;
    font-family: 'Midashi Go MB31';
    color: rgba(60,60,60,1.00);
    border-left:solid 5px rgba(218,218,218,1.00);
    box-sizing: border-box;
}
.nayami_block p {
    display: block;
    margin: 0 auto;
    font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    text-align: justify;
    line-height: 220%;
    color: rgba(60,60,60,1.00);
}
.nayami_block img {
    display: block;
    width: 100%;
    margin: 0 auto 5px;
    padding:  0;
}
.nayami_line {
    display: block;
    width: 170px;
    margin: 5px 0 0 auto;
}
.nayami_contact {
    	display: block;
		width: 280px;
		height: 50px;
		line-height: 50px;
		margin: 25px 0 0 auto;
		color: #fff;
		font-size: 21px;
    font-family: 'Midashi Go MB31';
background: rgb(239,81,81); 
background: -moz-linear-gradient(top, rgba(239,81,81,1) 50%, rgba(246,41,12,1) 55%);
background: -webkit-linear-gradient(top, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%); 
background: linear-gradient(to bottom, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5151', endColorstr='#f6290c',GradientType=0 ); 
		text-align: center;
		border-radius: 10px;
		text-decoration: none;
	}
.nayami_contact:hover {
		opacity: .7;
	}


/*お客様の声*/
.koe_box {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 80px;
	background: #fff;
}
.koe_box h3 {
     display: block;
    margin: 70px auto 30px;
    font-size: 33px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    color: rgba(60,60,60,1.00);
}
.koe_item {
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.koe_item_left {
	display: block;
	width: 100%;
	margin: 50px auto 0;
}
.koe_item_left img {
	display: block;
	width: 30%;
	margin: 0 auto;
}
.koe_item_left p {
	display: block;
	margin: 20px auto 0;
	font-size: 20px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: center;
}
.koe_item_right {
	display: block;
	width: 100%;
	margin: 15px auto 0;
}
.koe_item_right img {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.koe_item_right p {
	display: block;
	width: 95%;
	margin: 0 auto;
    font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: justify;
	line-height: 160%;
}

.koe_item_center {
	display: block;
	width: 80%;
	margin: 30px auto 80px;
	clear: both;
}
.koe_item_center p {
	display: block;
	margin: 0 auto 70px;
	font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: justify;
	line-height: 160%;
}
    .koe_item_center p strong {
        display: block;
        margin: 0 auto;
	font-size: 18px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        border-bottom: rgba(190,190,190,1.00) solid 1px;
    }
/*スタッフ紹介*/
.staff_all {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    overflow: hidden;
    border-top: #D6D6D6 solid 1px;
}
.staff_all h3 {
    display: block;
    margin: 50px auto 10px;
    font-family: 'Midashi Go MB31';
    font-size: 31px;
    text-align: center;
}
.staff_all p {
    display: block;
    margin: 0 auto; font-family: 'Midashi Go MB31';
    font-size: 17px;
    text-align: center;
}
.staff_list {
    display: block;
    width: 100%;
    max-width: 680px;
    margin: 80px auto;
    overflow: hidden;
}
.staff_block {
    display: block;
    width: 50%;
    height: 260px;
    margin: 0 auto;
    float: left;
}
.staff_block img {
    display: block;
    width:  85%;
    margin: 0 auto;
    padding: 0;
    border-radius: 10px;
}
.staff_block h4 {
    display: block;
    margin: 0 auto;
    font-size: 19px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    line-height: 120%;
    color: rgba(60,60,60,1.00);
}
.staff_block h4  span {
    display: block;
    font-size: 13px;
}
/*fixed お問い合わせ*/
    .fixed_contact i {
        display: block;
        margin-bottom: 4px;
        font-size: 33px;
    }
    .fixed_contact {
        position: fixed;
        bottom: 10px;
        right: 10px;
        display: block;
        width: 100px;
        margin: 0 auto;
        padding: 10px 0 7px;
        font-size: 14px;
        font-family: 'Midashi Go MB31';
        text-align: center;
        text-decoration: none;
        line-height: 120%;
        letter-spacing: -1.5px;
        color: #fff;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
background: rgb(255,48,25); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

        border-radius: 10px;
        box-sizing: border-box;
        box-shadow: 0px 5px 5px gray;
        transition: .4s;
    }
    .fixed_contact:hover {
        box-shadow: none;
        margin: 5px auto -5px;
    }
    .fixed_pta {
        position: fixed;
        bottom: 30px;
        left: 0px;
        display: block;
        margin: 0 auto;
    }
    .fixed_pta img {
        display: block;
        width: 90px;
        margin: 0 auto;
        transition: .4s;
    }
    .fixed_tel  {display: none;}
    .pc_none  {
        display: none!important;
    }
}
@media screen and (min-width:980px) {
body {
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
header {}
.header_h1 {
    display:block;
    width: 100%;
    margin: 0 auto;
    padding: 4px 0;
    background: #EDEDED;
}
h1 {
    display: block;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 13px; 
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    color: rgba(60,60,60,1.00)
}
.header_main {
    display: block;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 10px;
    overflow: hidden;
}
.header_logo {
    display: block;
    width: 600px;
    margin: 0 auto;
    float: left;
}
.header_logo h2 {
    display: block;
    margin: 25px auto 0 0px;
    font-family: 'Shuei NijimiMGo B';
    font-weight: 400;
    line-height: 100%;
}
    .header_logo h2 span {
        display: block;
    font-size:17px;
        line-height: 250%;
    }
    .header_logo h2 img {
        display: block;
        width: 65%;
        margin: 0;
    }
.header_logo h2 a {
    color: rgba(60,60,60,1.00);
    text-decoration: none;
}

.header_tel {
    display: block;
    width: 350px;
    margin: 35px auto 0;
    float: right;
}
.header_tel p {
    display: block;
    margin: 6px 0 6px 0;
    font-family: 'Shuei NijimiMGo B';
    font-size: 26px;
    color: rgba(60,60,60,1.00);
}
    .header_tel img {
        display: inline-block;
        width: 42px;
        margin-right: 5px;
        vertical-align:text-bottom;
    }
.header_tel_p {
    font-size: 34px!important;
}
    .header_tel span {
        margin: 0;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        font-size: 14px;
        line-height: 110%;
    }
.header_tel_a {
    display: block;
    width: 85%;
    margin: 0px 0 10px;
    padding: 7px 0;
}
    .header_tel_a img {
        display: block;
        width: 100%!important;
        margin: 0 0 0;
        box-shadow: 0 3px 3px gray;
    }
    .header_tel_a img:hover {
        opacity: .7;
        box-shadow: none;
    }
    .header_contact_sp {display: none;}
#gloval-nav {
    display: block;
    width: 100%;
    margin: 0 auto 8px;
}
#gloval-nav nav {
    margin: 0 auto;
    padding: 0;
}
#gloval-nav nav ul {
    display: block;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
#gloval-nav nav ul li {
    position: relative;
    display: block;
    width: 16.666%;
    margin: 0px auto;
    padding: 0;
    float: left;
}
    #gloval-nav nav ul li::before {
        content: '　';
        width: auto;
        height: 0px;
        padding:40px 0;
        background-image: url("../images/nav_border.png");
        background-repeat: no-repeat;
        background-position: top left;
        background-size: auto 100%;
    }
    #gloval-nav nav ul li:nth-child(7)::after {
        position: absolute;
        top: -40px;
        right: -30px;
        content: '　';
        width: 36px;
        height: 0px;
        padding:48px 0;
        background-image: url("../images/nav_border.png");
        background-repeat: no-repeat;
        background-position: top left;
        background-size: auto 100%;
    }
#gloval-nav nav ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding: 6px 0 35px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: rgba(60,60,60,1.00);
}
    #gloval-nav nav ul li a:hover {opacity: .7;}
    #gloval-nav nav ul li:nth-child(6) {display: none;}
.slider {
    width: 100%;
    margin: 6px auto;
    opacity: 0;
    transition: opacity .9s linear;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
      margin: 0 auto;
  }
.slider.slick-initialized{
  opacity: 1;
}
    /*    アコーディオン　*/
    .acd-check{display: none;}
    .acd-label {display: none;}
/*メインコンテンツ*/
.content_all {
    display: block;
    width: 100%;
    margin: 20px auto 0;
}
.content_main {
    display: block;
    width: 100%;
    margin: 0 auto;
}
/* こんなお悩みありませんか*/
    .top_nayami {
    max-width: 1200px;
    margin: 0 auto;
    }
    .top_nayami_title h3 {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 29px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    color: #3c3c3c;
    border-bottom: 2px rgba(80,80,80,1.00) solid;
        letter-spacing: 1px;
    }
    .top_nayami_title h3 span {
    font-size: 39px;
    }
    .top_nayami_tria {
        width: 0;
        height: 0;
        margin: 10px auto;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        border-color: #505050 transparent transparent transparent;
    }
    .top_nayami ul {
        display: block;
        width: 98%;
        margin: 0 auto 80px;
        padding: 0;
        overflow: hidden;
    }
    .top_nayami ul li {
        display: block;
        width: 50%;
        margin: 10px auto;
        float: left;
    }
    .top_nayami ul li a {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    .top_nayami ul li a img {
        display: block;
        width: 100%;
        margin: 0 auto;
        transition: .2s;
    }
    .top_nayami ul li a img:hover {opacity: .7;}
    
/*当社がお客様に選ばれる理由*/
    .top_reason_bg {
        display: block;
        width: 100%;
        margin: 100px auto 0;
        padding: 100px 0;
        background-image: url("../images/ji_bg.jpg");
    }
    .top_reason {
        display: block;
        width: 95%;
        max-width: 1200px;
        margin: 0 auto;
        padding:  40px 0;
        background: #fff;
    }
    .top_reason h3 {
         position: relative;
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 0;
    padding: 30px 0 0 0;
    font-size: 40px;
    font-family: 'Midashi Go MB31';
    text-align: left;
    color: rgba(60,60,60,1.00);
}
    .top_reason h3::after {
        content: '　';
        display: block;
        width: 100%;
        margin: 10px  auto 0;
        height: 80px;
        background-image: url("../images/h3_after.png");
        background-repeat: no-repeat;
        background-size: 75% auto; 
    }
    .top_reason_list {
        display: flex;
        width: 90%;
        margin: 0 auto;
    }  
    .top_reason_box {
        display: block;
        width: 25%;
        margin:20px 1.5% 30px;
        overflow: hidden;
        float: left;  
    }

    .top_reason_box h4 {
        display: block;
        width: 100%;
        margin: 2px auto 10px;
        text-align: left;
        font-size: 25px;
        font-family: 'Midashi Go MB31';
        color: rgba(30,30,30,1.00);
        line-height: 140%;
    }
   .top_reason_box p {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    text-align: justify;
    line-height: 150%;
     color: rgba(60,60,60,1.00);
    }
    /*制作実績*/
    .top_jisseki {
        padding: 50px 0 0;
    }
.top_jisseki h3 {
    position: relative;
    display: block;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 35px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    color: #3c3c3c;
}
.top_jisseki h3::before {
    position: absolute;
    top: 45%;
    left: 0;
    content: "";
    background-image: url("../images/top_jisseki_line1.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: table-cell;
    vertical-align: middle;
    width: 38%;
    height: 10px;
}
.top_jisseki h3::after {
     position: absolute;
    top: 44%;
    right: 0;
    content: "";
    background-image: url("../images/top_jisseki_line2.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: table-cell;
    vertical-align: middle;
    width: 38%;
    height: 10px;
}
.top_jisseki  a {
    display: block;
    width: 96%; font-family: 'Midashi Go MB31';
    text-align: right;
}
.top_jisseki_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 0;
}
.top_jisseki_block {
    display: block;
    width: 31%;
    margin:  0 1% 3%;
    padding: 0 0 20px;
    box-sizing: border-box;
    background: #fff;
    border: rgba(233,232,232,1.00) solid 1px;
}
.top_jisseki_block a {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
}
.top_jisseki_block img {
    display: block;
    width: 100%;
    margin: 0px auto 3px;
}
.top_jisseki_block h4 {
    display: block;
    width: 90%;
    height: auto;
    margin: 10px auto;
    padding: 0 0 0 10px;
     font-size: 19px;
      font-family: 'Midashi Go MB31';
    text-align: left; 
    color: rgba(30,30,30,1.00);
    line-height: 120%;
    border-left: solid 4px #FFC34D;
} 
.top_jisseki_block p {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
    padding: 0;
     font-size: 15px; 
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    text-align: left; 
    color: rgba(80,80,80,1.00);
    line-height: 160%;
}
    .top_jisseki_block span {
        display: block;
        width: 200px;
        margin: 0 auto;
        padding: 8px 0;
        font-size: 19px; 
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: center;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
background: rgb(255,175,75); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
        border-radius: 10px;
        color: #fff;
        box-shadow: 0 5px 5px gray;
    }
    .top_jisseki_block span:hover {
        box-shadow: none;
        margin: 15px auto -5px;
    }
    .top_jisseki a:hover {
        opacity: .7;
    }
    a.top_jisseki_block_list_btn {
        display: block;
        width: 480px;
        margin: 50px auto;
        padding: 20px 0;
        font-size: 27px; 
        font-family: 'Midashi Go MB31';
        text-align: center;
        text-decoration: none;
        color: #fff;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#63b6db+0,309dcf+100;Blue+3D+%234 */
background: rgb(99,182,219); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(99,182,219,1) 0%, rgba(48,157,207,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(99,182,219,1) 0%,rgba(48,157,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(99,182,219,1) 0%,rgba(48,157,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b6db', endColorstr='#309dcf',GradientType=0 ); /* IE6-9 */

        box-sizing: border-box;
    }
    a.top_jisseki_block_list_btn:hover {
        padding: 17px 0;
        background: #fff;
        color: rgb(99,182,219);
        border:  rgb(99,182,219) solid 3px;
    }
/*問合せのポイント*/
.top_point  {
    display: block;
    margin: 0 auto 80px;
}
#top_point {
    display: block;
    margin-top: -10px;
    padding-top: 10px;
}
.top_point h3{
      position: relative;
    display: block;
    width: 95%;
    max-width: 1080px;
    margin: 100px auto 0;
  padding: 0.6em;
    font-size: 40px;
    font-family: 'Midashi Go MB31';
    text-align: left;
    color: rgba(60,60,60,1.00);
}
    .top_point h3::after {
        content: '　';
        display: block;
        width: 100%;
        margin: 7px  auto 0;
        height: 50px;
        background-image: url("../images/h3_after.png");
        background-repeat: no-repeat;
        background-size: 55% auto; 
    }
    .top_point_title p {
    display: block;
        width: 95%;
    max-width: 1080px;
    margin: 10px auto 0;
    font-size: 19px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    text-align: justify;
    line-height: 160%;
     color: rgba(60,60,60,1.00);
    }
    .top_point_list {
         display: block;
        width: 1080px;
        margin: 0 auto;
    }
    .top_point_block {
        display: block;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .top_point_block_img  {
        display: block;
        width: 15%;
        margin: 30px auto 30px;
        float: left;
    }
    .top_point_block_img img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .top_point_block_text {
        display: block;
        width: 85%;
        margin: 50px auto 0;
        float: right;
    }
    .top_point_block_text h4 {
        display: block;
        width: 90%;
        margin: 0px auto 15px;
        text-align: left;
        font-size: 27px;
        font-family: 'Midashi Go MB31';
        color: rgba(60,60,60,1.00);
    }
    .top_point_block_text p {
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: justify;
        font-size: 17px;
        line-height: 160%;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        color: rgba(68,72,79,1.00);
    }
    .marker {
  padding-bottom: .2em;
  background: -webkit-linear-gradient(left, #FFED88 50%, transparent 50%) 100% bottom / 200% 50% no-repeat;
  background: linear-gradient(to right, #FFED88 50%, transparent 50%) 100% bottom / 200% 50% no-repeat;
  -webkit-transition: background-position .5s ease-out;
  transition: background-position .5s ease-out;
}
.marker_on {
  background-position: 0% bottom;
}
/*発注までの流れ*/
   .hatyu_nagare {
        display: block;
        margin: 0px auto;
       padding: 50px 0;
    }
#hatyu_nagare {
    display: block;
    margin-top: -10px;
    padding-top: 10px;
}
   .hatyu_nagare h3{
    position: relative;
    display: block;
    width: 95%;
    max-width: 1080px;
    margin: 60px auto 0;
    font-size: 40px;
    font-family: 'Midashi Go MB31';
    text-align: left;
    color: rgba(60,60,60,1.00);
}
    .hatyu_nagare h3::after {
        content: '　';
        display: block;
        width: 100%;
        margin: 7px  auto 0;
        height: 50px;
        background-image: url("../images/h3_after.png");
        background-repeat: no-repeat;
        background-size: 55% auto; 
    }
    .hatyu_nagare_list {
         display: block;
    width: 95%;
    max-width: 1080px;
        margin: 30px auto;
    }
    
    .hatyu_nagare_list_arrow {
        display: block;
        width: 30px;
        margin: 0 auto;
    }
    .hatyu_nagare_block {
        display: block;
        width: 100%;
        margin: 10px auto;
        padding-bottom: 20px;
        border: rgba(217,217,217,1.00) solid 2px;
        border-radius: 10px;
    }
    .hatyu_nagare_block h4 {
        display: block;
        width: 95%;
        margin: 30px  auto 0;
        padding: 0 10px 10px 10px;
       font-size: 27px;
    font-family: 'Midashi Go MB31';
        color: rgba(60,60,60,1.00);
        border-bottom: rgba(176,174,174,1.00) solid 1px;
        letter-spacing: 1.4px;
        box-sizing: border-box;
    }
    .hatyu_nagare_block p {
        display: block;
        width: 90%;
        margin: 10px auto;
        padding: 0;
        font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: justify;
        line-height: 160%;
    color: rgba(60,60,60,1.00);
    }
	.hatyu_nagare_block a {
		display: block;
		width: 280px;
		height: 50px;
		line-height: 50px;
		margin: 25px auto 0;
		color: #fff;
		font-size: 23px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
background: rgb(239,81,81); 
background: -moz-linear-gradient(top, rgba(239,81,81,1) 50%, rgba(246,41,12,1) 55%);
background: -webkit-linear-gradient(top, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%); 
background: linear-gradient(to bottom, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5151', endColorstr='#f6290c',GradientType=0 ); 
		text-align: center;
		border-radius: 10px;
		text-decoration: none;
	}
	.hatyu_nagare_block a:hover {
		opacity: .7;
	}
/*メッセージ*/
    .ms_bg {
	display: block;
	margin: 0px auto;
        padding: 100px 0 30px;
	text-align: center;
    background-image: url("../images/ji_bg.jpg")
    }
.ms { 
    display: block;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 80px 0;
    background: #fff;
}
#ms {
    display: block;
    margin-top: -10px;
    padding-top: 10px;
}
.ms_title h3{
    position: relative;
    display: block;
    width: 80%;
    margin: 60px auto 0;
    font-size: 43px;
    font-family: 'Midashi Go MB31';
    text-align: left;
    color: rgba(60,60,60,1.00);
}
.ms h4 {
	display: block;
    width: 80%;
	margin: 10px auto 0;
	font-size: 25px; 
    font-family: 'Midashi Go MB31';
	text-align: left;
	line-height: 160%;
	color: rgba(179,60,60,1.00)
}
    .ms_ex_box {
        display: block;
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
    }
.ms_ex {
	display: block;
	width: 25%;
	margin: 20px auto;
	border: dotted #B1B1B1 4px;
    box-sizing: border-box;
    float: left;
}

.ms_ex_p1 {
    display: block;
    height: 110px;
    line-height: 110px;
    margin: 0 auto;
	font-size: 17px; 
    font-family: 'Midashi Go MB31';
    background-image: url("../images/ms2.png");
    background-repeat: no-repeat;
    background-position: center;
}
.ms_ex_p2 {
    display: block;
    height: 110px;
    line-height: 110px;
    margin: 0 auto;
	font-size: 17px; 
    font-family: 'Midashi Go MB31';
    background-image: url("../images/ms3.png");
    background-repeat: no-repeat;
    background-position: center;
}
.ms_ex_p3 {
    display: block;
    height: 110px;
    line-height: 110px;
    margin: 0 auto;
	font-size: 17px; 
    font-family: 'Midashi Go MB31';
    background-image: url("../images/ms4.png");
    background-repeat: no-repeat;
    background-position: center;
}
.ms_ex_p4 {
    display: block;
    width: 85%;
    margin: 0 auto 10px;
	font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	color: rgba(60,60,60,1.00);
	text-align: justify;
	line-height: 160%;
}
.ms_ex_p5 {
    display: block;
    width: 85%;
    margin: 0 auto 10px;
	font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	color: rgba(60,60,60,1.00);
	text-align: justify;
	line-height: 160%;
}
.ms_ex_p6 {
    display: block;
    width: 85%;
    margin: 0 auto 10px;
	font-size: 17px; 
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	color: rgba(60,60,60,1.00);
	text-align: justify;
	line-height: 160%;
}
.ms_text1 {
	display: block;
	width: 75%;
	margin: 30px auto 0;
    float: right;
}
    .ms_text1 p {
        display: block;
        width: 85%;
        margin: 0 auto;
        font-size: 17px; 
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: justify;
	color: rgba(60,60,60,1.00);
	line-height: 160%;
    }
.ms_text1 h6 {
	display: inline-block;
	margin: 50px auto 0;
	font-size: 25px; 
    font-family: 'Midashi Go MB31';
	font-weight: 400;
	text-align: center;
	color: #BF292C;
	letter-spacing: 1px;
	line-height: 160%;
}
.ms_box {
	display: block;
	width:80%;
    max-width: 1080px;
	margin: 0px auto;
	overflow: hidden;
}
.ms_box_left {
	display: block;
	width: 25%;
	margin: 0 auto;
	float: right;
}
.ms_box_left img {
	display: block;
	width: 98%;
	margin: -40px auto 0;
}
.ms_box_right {
	display: block;
	width: 75%;
	margin: 0 auto;
	float: left;
}
.ms_box_right p {
	display: inline-block;
	width: 90%;
	margin: 26px auto 0;
	text-align: justify;
	font-size: 27px;
    font-family: 'Midashi Go MB31';
	line-height: 160%;
	color: rgba(30,30,30,1.00);
	letter-spacing: 1px;
}
.ms_text2 {
	display: block;
	width:75%;
    max-width: 1080px;
    margin: 30px auto 0;
	font-size: 19px; 
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: left;
	color: rgba(60,60,60,1.00);
	line-height: 160%;
}
.ms_kodawari {
	margin-top: 80px;
	position: relative;
}
.ms_kodawari h3 {
    display: block;
    width: 80%;
    height: 50px;
    line-height: 54px;
    max-width: 1200px;
	margin: auto;
	font-size: 27px; 
    font-family: 'Midashi Go MB31';
	color: rgba(103,63,24,1.00);
    letter-spacing: -1px;
    background-image: url("../images/ms7.png");
    background-repeat: no-repeat;
    background-size: 100% 130%;
}
.ms ul {
	display: block;
	width:78%;
    max-width: 1100px;
	margin: 0 auto 0;
	padding: 10px 0 0;
	list-style: none;
	text-align: left;
}
.ms ul li {
	margin: 15px 0;
	font-size: 21px; 
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: justify;
	line-height: 160%;
	color: rgba(60,60,60,1.00);
	padding-left: 1em;
	text-indent: -1em;
}
.ms_end {
	margin: 40px 0  0; 
    font-family: 'Midashi Go MB31';
	font-size: 27px;
	line-height: 180%;
	text-align: center;
    letter-spacing: -1px;
}
.ms_end span {
	color: hsla(359,100%,44%,1.00);
	font-size: 43px;
	margin: 0 3px;
}
/*    リンク　*/
    .link {
        display: block;
        width: 880px;
        margin: 0 auto 100px;
        padding: 30px;
        border: solid 3px rgba(225,225,225,1.00);
        box-sizing: border-box;
        background: #fff;
    }
    .link h2 {
        display: block;
        width: 98%;
        margin: 0 auto;
        padding: 20px;
        font-size: 27px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: left;
        background: rgba(236,236,236,1.00);
        box-sizing: border-box;
    }
    .link h3 {
        display: block;
        width: 98%;
        margin: 0 auto;
        padding: 6px 0 6px 5px;
        font-size: 23px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: left;
        border-left: #E7A324 solid 5px;
        border-bottom: #C9C9C9 solid 1px;
    }
    .link p {
        display: block;
        width: 94%;
        margin: 10px auto 25px;
        font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: justify;
        color: rgba(60,60,60,1.00);
        line-height: 140%;
    }
    .link_box {
        display: block;
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
    }
    .link_box_left {
        display: block;
        width: 65%;
        margin: 0 auto;
        float: left;
    }
    .link_box_right {
        display: block;
        width: 35%;
        margin: 80px auto;
        float: right;
    }
    .link_box_right a {
        display: block;
        width: 100%;
        margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-align: center;
    }
    .link_box_right img {
        display: block;
        width: 100%;
        margin: 0 auto 2px;
    }
/* お問い合わせバナー*/
    .contact_box {
	position: relative;
	display: block;
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
	.contact_box_bg_sp {
		display: none;
	}
	.contact_box_bg {
		display: block;
		width: 90%;
		margin: 50px auto;
	}
	.contact_box a {
		position: absolute;
		top: 390px;
		left: 80px;
		display: block;
		width: 515px;
		height: 70px;
		line-height: 70px;
		margin: 0 auto;
		color: #fff;
		font-size: 33px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
background: rgb(239,81,81); 
background: -moz-linear-gradient(top, rgba(239,81,81,1) 50%, rgba(246,41,12,1) 55%);
background: -webkit-linear-gradient(top, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%); 
background: linear-gradient(to bottom, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5151', endColorstr='#f6290c',GradientType=0 ); 
		text-align: center;
		border-radius: 10px;
		text-decoration: none;;
	}
	.contact_box a:hover {
		opacity: .7;
	}
/*footer*/

#footer-nav {
    display: block;
    width: 100%;
    margin: 0px auto 30px;
}
#gfooternav nav {
    margin: 0 auto;
    padding: 0;
}
#footer-nav nav ul {
    display: block;
    width: 1080px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
#footer-nav nav ul li {
    display: block;
    width: 16.666%;
    margin: 0  auto ;
    padding: 0;
    float: left;
}
#footer-nav nav ul li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: rgba(100,100,100,1.00);
}
footer {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 0;
    background:#575757;
}
.footer_sitemap {
    display: block;
    width: 1080px;
    margin: 0 auto 80px;
}
.footer_sitemap ul {
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.footer_sitemap ul li {
    display: block;
    width: 33.333333%;
    height: 300px;
    margin: 0 auto;
    padding:  0;
    float: left;
}
.footer_sitemap ul li a {
    display: block;
    width: 98%;
    margin: 0 auto;
    font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    color: rgba(255,255,255,1.00);
}
.footer_sitemap ul li ul {
    display: block;
    width: 98%;
    margin: 0 auto;
}
.footer_sitemap ul li ul li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    float: inherit;
}
.footer_sitemap ul li ul li a {
    display: block;
    margin: 7px auto;
    font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    color: rgba(255,255,255,1.00);
}
.footer_sitemap ul li ul li ul li{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px 8px;
    float: inherit;
    line-height: 110%;
}
.footer_sitemap ul li ul li ul li  a {
    display: block;
    margin: 7px auto;
    font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    color: rgba(255,255,255,1.00);
}
    .footer_sitemap ul li a:hover {
        opacity: .6;
    }
.copy p {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    text-align: center;
    color: #fff;
    background:#333333;
}



/*悩み*/
.nayami {
    display: block;
    width: 780px;
    margin: 80px auto;
}
.nayami_title h3 {
    display: block;
    margin: 0 auto 30px;
    font-size: 33px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    color: rgba(60,60,60,1.00);
}
.nayami_mokuzi {
    display: block;
    width: 780px;
    margin: 0 auto;
    padding: 10px 0;
    border: rgba(217,217,217,1.00) solid 2px;
    border-radius: 10px;
}
.nayami_mokuzi p {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 3px;
    font-size: 23px;
    font-family: 'Midashi Go MB31';
    color: rgba(60,60,60,1.00);
    border-bottom: dotted rgba(217,217,217,1.00) 3px;
}
.nayami_mokuzi ul li a {
    display: block;
    width: 90%;
    margin: 10px auto 5px;
    font-size: 19px; 
    font-family: 'Midashi Go MB31';
    color:rgba(198,65,68,1.00);
    text-decoration: none;
}
.nayami_mokuzi ul li ul li a {
    display: block;
    width: 85%;
    margin: 5px auto;
    font-size: 17px; 
    font-family: 'Midashi Go MB31';
    color: rgba(60,60,60,1.00);
}
.nayami_block {
    display: block;
    width: 680px;
    margin: 50px auto;
}
.nayami_block h4 {
    display: block;
    margin: 0 auto 30px;
    padding: 15px;
    font-size: 27px;
    font-family: 'Midashi Go MB31';
    color: rgba(60,60,60,1.00);
    background: rgba(218,218,218,1.00);
    box-sizing: border-box;
}
.nayami_block h5 {
    display: block;
    margin: 0 auto 15px;
    padding:  2px 0 2px 10px;
    font-size: 25px;
    font-family: 'Midashi Go MB31';
    color: rgba(60,60,60,1.00);
    border-left:solid 5px rgba(218,218,218,1.00);
    box-sizing: border-box;
}
.nayami_block p {
    display: block;
    margin: 0 auto;
    font-size: 19px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    text-align: justify;
    line-height: 160%;
    color: rgba(80,80,80,1.00);
}
.nayami_block img {
    display: block;
    width: 100%;
    margin: 0 auto 5px;
    padding:  0;
}
.nayami_line {
    display: block;
    width: 170px;
    margin: 5px 0 0 auto;
}
.nayami_contact {
    	display: block;
		width: 280px;
		height: 50px;
		line-height: 50px;
		margin: 25px 0 0 auto;
		color: #fff;
		font-size: 19px;
    font-family: 'Midashi Go MB31';
background: rgb(239,81,81); 
background: -moz-linear-gradient(top, rgba(239,81,81,1) 50%, rgba(246,41,12,1) 55%);
background: -webkit-linear-gradient(top, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%); 
background: linear-gradient(to bottom, rgba(239,81,81,1) 50%,rgba(246,41,12,1) 55%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5151', endColorstr='#f6290c',GradientType=0 ); 
		text-align: center;
		border-radius: 10px;
		text-decoration: none;
	}
.nayami_contact:hover {
		opacity: .7;
	}


/*お客様の声*/
.koe_box {
	display: block;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 80px;
	background: #fff;
}
.koe_box h3 {
     display: block;
    margin: 70px auto 30px;
    font-size: 33px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    color: rgba(60,60,60,1.00);
}
.koe_item {
	display: block;
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
}
.koe_item_left {
	display: block;
	width: 30%;
	margin: 50px auto 0;
	float: left;
}
.koe_item_left img {
	display: block;
	width: 60%;
	margin: 0 auto;
}
.koe_item_left p {
	display: block;
	margin: 20px auto 0;
	font-size: 19px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: center;
    line-height: 120%;
    color: rgba(60,60,60,1.00);
}
.koe_item_right {
	display: block;
	width: 70%;
	margin: 15px auto 0;
	float: right;
}
.koe_item_right img {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.koe_item_right p {
	display: block;
	width: 95%;
	margin: 0 auto;
    font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: justify;
	line-height: 160%;
}

.koe_item_center {
	display: block;
	width: 680px;
	margin: 290px auto 80px;
	clear: both;
}
.koe_item_center p {
	display: block;
	margin: 0 auto 70px;
	font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
	text-align: justify;
	line-height: 160%;
    color: rgba(60,60,60,1.00);
}
    .koe_item_center p strong {
        display: block;
        margin: 0 auto;
	font-size: 18px;
        border-bottom: rgba(190,190,190,1.00) solid 1px;
    }
/*スタッフ紹介*/
.staff_all {
    display: block;
    width: 1080px;
    margin: 0 auto 50px;
    overflow: hidden;
    border-top: #D6D6D6 solid 1px;
}
.staff_all h3 {
    display: block;
    margin: 50px auto 10px;
    font-family: 'Midashi Go MB31';
    font-size: 31px;
    text-align: center;
}
.staff_all p {
    display: block;
    margin: 0 auto; font-family: 'Midashi Go MB31';
    font-size: 17px;
    text-align: center;
}
.staff_list {
    display: block;
    width: 980px;
    margin: 80px auto;
    overflow: hidden;
}
.staff_block {
    display: block;
    width: 33.333333%;
    height: 270px;
    margin: 0 auto;
    float: left;
}
.staff_block img {
    display: block;
    width:  85%;
    margin: 0 auto;
    border-radius: 10px;
}
.staff_block h4 {
    display: block;
    margin: 0 auto;
    font-size: 19px;
    font-family: 'Midashi Go MB31';
    text-align: center;
    line-height: 120%;
    color: rgba(60,60,60,1.00);
}
.staff_block h4  span {
    display: block;
    font-size: 13px;
}
    .pc_none  {
        display: none!important;
    }
/*fixed お問い合わせ*/
    .fixed_contact i {
        display: block;
        margin-bottom: 4px;
        font-size: 35px;
    }
    .fixed_contact {
        position: fixed;
        bottom: 30px;
        right: 30px;
        display: block;
        width: 150px;
        margin: 0 auto;
        padding: 35px 0;
        font-size: 16px;
        font-family: 'Midashi Go MB31';
        text-align: center;
        text-decoration: none;
        line-height: 140%;
        letter-spacing: -1.5px;
        color: #fff;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
background: rgb(255,48,25); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
        box-sizing: border-box;
        border-radius: 50%;
        box-shadow: 0px 5px 5px gray;
        transition: .4s;
    }
    .fixed_contact:hover {
        box-shadow: none;
        margin: 5px auto -5px;
    }
    .fixed_pta {
        position: fixed;
        bottom: 30px;
        left: 0px;
        display: block;
        margin: 0 auto;
    }
    .fixed_pta img {
        display: block;
        width: 90px;
        margin: 0 auto;
        transition: .4s;
    }
    .fixed_pta img:hover {
        opacity: .6;
    }
    .fixed_tel  {display: none;}

}