@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   */
   html,
   body,
   div,
   span,
   applet,
   object,
   iframe,
   h1,
   h2,
   h3,
   h4,
   h5,
   h6,
   p,
   blockquote,
   pre,
   a,
   abbr,
   acronym,
   address,
   big,
   cite,
   code,
   del,
   dfn,
   em,
   img,
   ins,
   kbd,
   q,
   s,
   samp,
   small,
   strike,
   strong,
   sub,
   sup,
   tt,
   var,
   b,
   u,
   i,
   center,
   dl,
   dt,
   dd,
   ol,
   ul,
   li,
   fieldset,
   form,
   label,
   legend,
   table,
   caption,
   tbody,
   tfoot,
   thead,
   tr,
   th,
   td,
   article,
   aside,
   canvas,
   details,
   embed,
   figure,
   figcaption,
   footer,
   header,
   hgroup,
   menu,
   nav,
   output,
   ruby,
   section,
   summary,
   time,
   mark,
   audio,
   video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/**************************************

初期設定

**************************************/
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
dl,
dt,
dd {
    -webkit-text-size-adjust: 100%;
}

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');


body {
    font-size: 16px;
    line-height: 1.5;
    color: #5a2d00;
    font-family: 'Noto Sans Japanese', 'Noto Sans', 'Noto Sans CJK JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;

}

.pc_only {
    display: none;
}

#pc-menu {
    display: none;
}

#header .pc-inner {
    display: none;
}

#gl-menu-pc {
    display: none;
}

.clearfix {
    zoom: 1;
    /*for IE 5.5-7*/
}

.clearfix:after {
    /*for modern browser*/
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden;
}

* html .clearfix {
    display: inline-table;
    /*\*/
    display: block;
    /**/
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:hover img {
    text-decoration: none;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.txt-orange {
    color: #fd7e01 !important;
}

.txt_line {
    display: inline-block;
    line-height: 1;
    background: linear-gradient(transparent 60%, #ffe66d 60%);
}

.bg_line {
    background: url(../img/common/bg_line-tit.png) no-repeat center bottom;
    padding: 0px 10px 20px;
}

/**************************************

レイアウトcommon設定

**************************************/
#wrap {
    width: 100%;
}

#content {
    width: 100%;
/*    overflow-x: hidden;*/
}

.section {
    padding: 15px;
    position: relative;
}

.page-section {
    position: relative;
    padding-bottom: 70px;
}

.bg_pa2 {
    background: #f7f0d2;
    position: relative;
    margin: 74px 0;
}

.bg_pa2:before {
    content: " ";
    width: 100%;
    height: 34px;
    background: url(../img/common/bg_wave-top4.png) repeat-x left bottom;
    position: absolute;
    top: -34px;
    left: 0;
}

.bg_pa2:after {
    content: " ";
    width: 100%;
    height: 34px;
    background: url(../img/common/bg_wave-bottom4.png) repeat-x left bottom;
    position: absolute;
    bottom: -34px;
    left: 0;
}

.bg_pa3 {
    background: #fdad01;
    position: relative;
    margin: 74px 0;
}

.bg_pa3:before {
    content: " ";
    width: 100%;
    height: 34px;
    background: url(../img/common/bg_wave-top3.png) repeat-x left bottom;
    position: absolute;
    top: -34px;
    left: 0;
}

.bg_pa3:after {
    content: " ";
    width: 100%;
    height: 34px;
    background: url(../img/common/bg_wave-bottom3.png) repeat-x left top;
    position: absolute;
    bottom: -34px;
    left: 0;
}

.float-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.float-menu li {
    float: left;
    width: 50%;
    font-weight: bold;
    text-align: center;
}

.float-menu li a {
    display: block;
    color: #FFF;
    padding: 34px 10px 10px 10px;
}

.float-menu li:nth-child(1) a {
    background: #fdad01 url(../img/common/ico_float01.svg) no-repeat center 10px;
    background-size: 24px;
}

.float-menu li:nth-child(2) a {
    background: #87ce47 url(../img/common/ico_float02.svg) no-repeat center 10px;
    background-size: 22px;
}

/**************************************

header

**************************************/
#header {
    width: 100%;
    background: #fbf6e1;
}

#smp-gl-menu {
    background: #f7f0d2;
    width: 100%;
    height: 57px;
    box-sizing: border-box;
    position: relative;
    z-index: 2000;
    display: flex;
    align-items: center;
}

#smp-gl-menu h1 {
    float: left;
    padding: 14px 0 0 6px;
    width: 32%;
    position: relative;
}
#header .header-title-wrap .header-title{
   font-size: 10px;
   font-weight: bold;
}

.sp-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 60px);
}

.sp-title a {
    display: block;
    width: 48%;
    margin: 0 2%;
    position: relative;
}

.sp-title a:nth-child(1) {
    width: 51%;
}

.sp-title a:nth-child(2) {
    width: 41%;
}
@media (min-width: 769px) {
   #header .header-title-wrap .header-title.sp{
    display: none;
   }
}
@media (max-width: 768px) {
   #header .header-title-wrap .header-title.pc{
    display: none;
   }
    #smp-gl-menu .sp-title a::after {
        content: "";
        width: 200px;
        font-size: 10px;
        position: absolute;
        bottom: -8px;
        left: 5px;
        transform-origin: left center;
        transform: scale(0.6);
    }
    #smp-gl-menu .sp-title a:nth-child(1)::after {
        content: "高崎市指定事業所番号1010202024";
    }
    #smp-gl-menu .sp-title a:nth-child(2)::after {
        content: "長野市指定事業所番号2010102396";
    }
}

@media (max-width: 767px) {
    .top-access .tel-note {
        margin-bottom: 5px;
    }

    .top-access .half-box .txt .info p {
        font-size: 13px;
    }

    .top-access .half-box .txt .info .info-address {
        margin-top: 5px;
        font-size: 13px;
        text-align: center;
    }

    .top-access .other-office__text {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 40px;
    }

}


/*  */

#smp-gl-menu h1 img {
    max-width: 140px;
    width: 100%;
}

#gl-menu-smp {
    padding-top: 20px;
    border-bottom: 1px solid #ded5cc;
    width: 90%;
    margin: 0 auto;
}

.gl-table {
    width: 100%;
    display: flex;
}

.drawer-office-title {
    background: #fff;
    color: #fd7e01;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 200px;
}
  .drawer-office-button {
    padding: 10px 20px;
  }

  .drawer-office-button:first-child {
    margin-top: 58px;
  }
.drawer-office-button-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .drawer-office-button-item {
    width: calc(33.33% - 0.5333333333rem);
  }
  .drawer-office-button-item + .drawer-office-button-item {
    margin-left: 0.8rem;
  }
  .drawer-office-button-item a {
    display: block;
    position: relative;
    padding: 34px 10px 10px;
    border-radius: 5px;
    background-color: #5a2d00;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }
  .drawer-office-button-item a::before {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
  }
  .drawer-office-button-item:nth-child(1) a::before {
    width: 18px;
    height: 18px;
    background-image: url(../img/common/icon_drawer-access.png);
  }
  .drawer-office-button-item:nth-child(2) a::before {
    width: 14px;
    height: 18px;
    background-image: url(../img/common/icon_drawer-map.svg);
  }
  .drawer-office-button-item:nth-child(3) a::before {
    width: 18px;
    height: 18px;
    background-image: url(../img/common/icon_drawer-tel.svg);
  }

#gl-menu-smp li {
    border-top: 1px solid #ded5ccbd;
    padding: 15px 0px;
    font-size: 13px;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

#gl-menu-smp li a {
    display: block;
    color: #5a2d00;
    font-weight: bold;
}

#smp-gl-menu .sub-menu02 {
    margin: 20px auto 0;
    width: 90%;
    text-align: center;
}

#smp-gl-menu .sub-menu02 li {
    display: block;
    margin: 10px 0;
    font-size: 12px;
    font-weight: bold;
}

#smp-gl-menu .sub-menu02 li a {
    color: #FFF;
    padding: 10px 0;
    display: block;
    margin: 0 auto;
    border-radius: 24px;
}

#smp-gl-menu .sub-menu02 li:nth-child(1) a {
    background: #fd7e01;
}

#smp-gl-menu .sub-menu02 li:nth-child(2) a {
    background: #fdad01;
}

#smp-gl-menu .sub-menu02 li:nth-child(3) a {
    background: #87ce47;
}

#smp-gl-menu .sub-menu02 li img {
    margin-right: 10px;
    vertical-align: middle;
}

#smp-gl-menu .sub-menu02 li:nth-child(1) img {
    width: 18px;
}

#smp-gl-menu .sub-menu02 li:nth-child(2) img {
    width: 20px;
}

#smp-gl-menu .sub-menu02 li:nth-child(3) img {
    width: 16px;
}

.header-tel {
    text-align: right;
    padding: 5px 62px 5px 0;
}

.header-tel span {
    background: #FFF url(../img/common/footer-ico_tel02.svg) no-repeat 6px center;
    background-size: 13px;
    display: inline-block;
    border-radius: 24px;
    color: #fd7e01;
    padding: 2px 7px 2px 22px;
    font-weight: bold;
    font-size: 14px;
}

.header-tel a {
    color: #fd7e01 !important;
}

.header-time {
    font-size: 8px;
    letter-spacing: -0.2px;
    text-align: right;
    padding-right: 62px;
}

.breadcrumbs {
    font-size: 10px;
    text-align: left;
    padding: 10px;
}

.breadcrumbs li {
    display: inline-block;
    color: #FFF;
}

.breadcrumbs .home:after {
    content: " >";
}

.breadcrumbs a {
    text-decoration: underline;
    color: #FFF;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.page-title {
    background: url(../img/page/bg_page-title_sp.png) repeat-x center bottom;
    padding: 0px;
    background-size: 100%;
}

.page-title h1,
.page-title .title-h1 {
    font-size: 18px;
    line-height: 46px;
    color: #FFF;
    display: block;
    margin-bottom: 20px;
    padding: 10px 10px 20px;
    position: relative;
    background-size: 50px, 70px;
    font-weight: bold;
}

.page-title h1::after,
.page-title .title-h1::after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/page/ico_page-title.png) no-repeat center center;
    width: 15px;
    height: 28px;
    background-size: 100%;
    margin: 0 0 0 10px;
}

.page-title .pc-inner {
    text-align: center;
}


/**************************************

footer

**************************************/
#flow {
    padding: 10px 0 40px;
}

#flow h3 {
    text-align: center;
    font-size: 34px;
    margin: 30px 0
}

.list-flow {
    margin: 0px 20px;
}

.list-flow li {
    position: relative;
    margin-bottom: 20px;
    display: table;
    width: 100%;
    background: #FFF;
    padding-top: 20px;
    border-top: 4px solid #fdad01;
    border-radius: 4px;
}

.list-flow .photo,
.list-flow .txt {
    display: table-cell;
    vertical-align: top;
}

.list-flow p {
    font-size: 14px;
    line-height: 1.5;
}

.list-flow .tit-flow {
    color: #fd7e01;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0px;
}

.list-flow .photo {
    margin: 0;
    padding: 0;
    line-height: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.list-flow .txt {
    padding: 5px 15px 12px;
}

/*footer　コンタクト*/
#foot-contact {
    padding: 10px 15px;
}

#foot-contact h3 {
    text-align: center;
    font-size: 34px;
    margin: 30px 0;
}

.inq-cont {
    text-align: center;
    margin: 20px 0;
}

.list-foot-contact li {
    width: 100%;
    text-align: center;
    display: block;
    margin: 20px 0;
    background: #f2ede6;
    border-radius: 8px;
    padding: 20px 0 10px;
}

.list-foot-contact li a {
    display: block;
    width: 100%;
    color: #FFF;
    border-radius: 24px;
}

.list-foot-contact li a:hover {
    text-decoration: none;
}

.list-foot-contact li .thumb {
    padding: 15px 0;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}

.list-foot-contact li .thumb img {
    width: 26px;
    vertical-align: middle;
    margin-right: 10px;
}

.list-foot-contact li .txt {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
}

.list-foot-contact li .txt:before {
    content: " ";
    display: block;
    margin: 0 auto 15px;
}

.list-foot-contact li:nth-child(1) .txt:before {
    background: url(../img/common/footer-ico-siryo.svg) no-repeat;
    width: 40px;
    height: 36px;
}

.list-foot-contact li:nth-child(2) .txt:before {
    background: url(../img/common/footer-ico-soudan.svg) no-repeat;
    width: 40px;
    height: 36px;
}

.list-foot-contact li:nth-child(3) .txt:before {
    background: url(../img/common/footer-ico-program.svg) no-repeat;
    width: 40px;
    height: 36px;
}

.list-foot-contact li .btn-link {
    padding: 5px 0px;
}

.list-foot-contact li:nth-child(1) a {
    background: #fd7e01;
    border: 2px solid #fd7e01;
}

.list-foot-contact li:nth-child(2) a {
    background: #fdad01;
    border: 2px solid #fdad01;
}

.list-foot-contact li:nth-child(3) a {
    background: #87ce47;
    border: 2px solid #87ce47;
}

.list-foot-contact li a span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
}

.list-foot-contact li a span:before,
.list-foot-contact li a span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: " ";
    display: block;
    vertical-align: middle;
}

.list-foot-contact li a span:before {
    left: 0px;
    top: -0.5px;
    width: 16px;
    height: 2px;
    background: #FFF;
}

.list-foot-contact li a span:after {
    left: 3px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.inq-contl {
    padding-bottom: 20px;
    text-align: center;
    padding-top: 10px;
    margin-top: 30px;
}

#foot-tel:before {
    content: " ";
    background: url(../img/common/footer-ico_tel01.svg) no-repeat center top;
    width: 40px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

#foot-mail:before {
    content: " ";
    background: url(../img/common/footer-ico_mail01.svg) no-repeat center top;
    width: 40px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

#foot-contact .tit {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.tel-info .time {
    padding: 5px 10px;
    color: #FFF;
    font-size: 12px;
}

#foot-tel {
    border-bottom: 2px dotted #FFF;
    padding-bottom: 25px;
}

.inq-cont {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.inq-cont .tit {
    color: #FFF;
}

.inq-cont .tel img {
    width: 20px;
    margin-right: 10px;
}

.inq-cont .tel {
    color: #fd7e01;
    font-weight: bold;
    margin: 30px 10% 0px;
    padding: 5px;
    background: #FFF;
    border-radius: 32px;
    font-size: 22px;
    color: #ffa630;
    position: relative;
}
.inq-cont .tel-note {
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
}
.inq-cont .tel.mail {
    font-size: 18px;
}
.inq-cont .tel a {
    color: #ffa630;
    font-size: 22px;
}
.inq-cont .tel .name{
    position: absolute;
    font-size: 12px;
    background: #fff;
    padding: 2px 0 0;
    border-radius: 10px 10px 0 0;
    margin: auto;
    left: 0;
    right: 0;
    top: -12px;
    width: 70%;
    color: #5a2d00;
}
.inq-cont .tel .tel-pc {
    display: none;
}

/*footer　ネットワーク*/
#foot-network {
    padding: 10px;
}

#foot-network .tit {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}

#foot-network p {
    margin-bottom: 10px;
    font-size: 14px;
}


/*footer　ナビ*/
#pagetop {
    position: relative;
    text-align: center;
}

#pagetop a:hover {
    opacity: 0.7;
}

#pagetop a {
    line-height: 80px;
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 10px;
    left: 94%;
    font-size: 11px;
    margin-left: -50px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #fdfbf8;
    font-weight: bold;
    color: #482400;
}

#pagetop:before {
    left: 94%;
    top: 25px;
    z-index: 2;
    margin-left: -26px;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #5a2d00;
    border-left: 2px solid #5a2d00;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    content: " ";
    display: block;
}

#foot-nav {
    padding: 0px;
    background: url(../img/common/bg_footer.png) repeat;
}

.gl-menu03 {
    padding: 40px 10px 20px;
}

.gl-menu03 li {
    border-bottom: none;
    padding: 5px 0px 5px 15px;
    margin-top: 10px;
    font-weight: bold;
    position: relative;
    font-size: 12px;
    vertical-align: middle;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.gl-menu03 li:after {
    left: 1px;
}

.gl-menu03 li a {
    color: #FFF;
}

.gl-menu03 li a span {
    display: block;
}

.gl-menu03 li a:hover {
    text-decoration: none;
}

.gl-menu03 li:before {
    content: " ";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    display: inline-block;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(1350deg);
    transform: rotate(135deg);
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
}

#foot-nav .sub-menu02 {
    padding-bottom: 40px;
    text-align: center;
}

#foot-nav .sub-menu02 li {
    display: block;
    margin: 10px;
    font-size: 16px;
    padding: 10px 10px 0;
}

#foot-nav .sub-menu02 li a {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    background: #FFF;
    padding: 10px 0;
    display: block;
    overflow: hidden;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    border-radius: 24px;
}

#foot-nav .sub-menu02 li:nth-child(1) a {
    background: #fd7e01;
    border: 2px solid #fd7e01;
}

#foot-nav .sub-menu02 li:nth-child(2) a {
    background: #fdad01;
    border: 2px solid #fdad01;
}

#foot-nav .sub-menu02 li:nth-child(3) a {
    background: #87ce47;
    border: 2px solid #87ce47;
}

#foot-nav .sub-menu02 li a span {
    display: inline-block;
}

#foot-nav .sub-menu02 li:nth-child(1) a span {
    background: url(../img/common/ico_siryo.svg) no-repeat left center;
    padding-left: 30px;
    background-size: 20px;
}

#foot-nav .sub-menu02 li:nth-child(2) a span {
    background: url(../img/common/ico_soudan.svg) no-repeat left center;
    padding-left: 34px;
    background-size: 24px;
}

#foot-nav .sub-menu02 li:nth-child(3) a span {
    background: url(../img/common/ico_program.svg) no-repeat left center;
    padding-left: 32px;
    background-size: 22px;
}

.gl-menu02 {
    font-size: 12px;
}

.gl-menu02:first-child {
    padding-top: 50px;
}

.gl-menu02 li {
    margin-bottom: 10px;
}

.gl-menu02 li a {
    margin-left: 16px;
    text-decoration: none;
    color: #482400;
    position: relative;
    padding-left: 20px;
}

.gl-menu02 a:before,
.gl-menu02 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: " ";
    display: block;
    vertical-align: middle;
}

.gl-menu02 a:before {
    left: 0px;
    top: 0px;
    width: 10px;
    height: 1px;
    background: #5a2d00;
}

.gl-menu02 a:after {
    left: 4px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #5a2d00;
    border-right: 1px solid #5a2d00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.copy_btn {
    cursor: pointer;
}

.tap-attention {
    color: #FFF;
    font-size: 14px;
    margin-top: 10px;
}

#copyright {
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    font-size: 12px;
    background: #482400;
    margin-bottom: 66px;
}

#copyright a {
    color: #FFF;
}


a.cmn-btn {
    display: block;
    width: 80%;
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
    border: #fdad01 2px solid;
    border-radius: 200px;
    background: #fff;
    padding: 20px;
    color: #fdad01;
    font-size: 1.2em;
    font-weight: bold;
    transition: 0.2s;
    box-sizing: border-box;
}

a.cmn-btn:hover {
    background: #fdad01;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 667px) {
    .bg_line {
        background-size: 30%;
    }

    .bg_pa2 {
        margin: 32px 0;
    }

    .bg_pa2:before {
        height: 34px;
        background-size: 200%;
    }

    .bg_pa2:after {
        height: 34px;
        background-size: 200%;
    }

    .bg_pa3 {
        margin: 32px 0;
    }

    .bg_pa3:before {
        height: 34px;
        background-size: 200%;
    }

    .bg_pa3:after {
        height: 34px;
        background-size: 200%;
    }

    #footer-inq {
        padding: 20px 0;
    }

    #flow h3 {
        font-size: 18px;
    }

    #flow h3 img {
        height: 16px;
    }

    .list-flow li {
        padding: 20px;
        border-left: 2px solid #fdad01;
        border-top: none;
        margin-bottom: 30px;
    }

    .list-flow .txt {
        padding: 0 0 0 10px;
    }

    .list-flow .tit-flow {
        margin: 0;
        font-size: 16px;
    }

    .list-flow .photo {
        width: 30%;
    }

    .list-flow li:after {
        right: 48%;
        bottom: -18px;
        width: 12px;
        height: 12px;
        border-bottom: 1px solid #5a2d00;
        border-right: 1px solid #5a2d00;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        margin: auto;
        content: " ";
        display: block;
    }

    .list-flow li:last-child:after {
        display: none;
    }

    #foot-contact h3 {
        font-size: 18px;
    }

    #foot-contact h3 img {
        height: 16px;
    }

    .list-foot-contact li .txt {
        font-size: 14px;
    }

    .list-foot-contact li .txt:before {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

    .list-foot-contact li:nth-child(1) .txt:before {
        width: 24px;
        height: 26px;
    }

    .list-foot-contact li:nth-child(2) .txt:before {
        width: 32px;
        height: 26px;
    }

    .list-foot-contact li:nth-child(3) .txt:before {
        width: 24px;
        height: 26px;
    }

    .list-foot-contact li .thumb {
        padding: 0;
    }

    .list-foot-contact li a {
        width: 84%;
        margin: 10px auto 5px;
        padding: 10px 0;
        font-size: 12px;
    }

    .list-foot-contact li a span:before {
        left: 0px;
        top: -0.5px;
        width: 12px;
        height: 1px;
    }

    .list-foot-contact li a span:after {
        left: 3px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
    }

    #foot-network .tit {
        font-size: 16px;
    }

    .gl-menu02 li {
        margin-bottom: 20px;
        margin-left: 10px;
    }
    a.cmn-btn {
        display: block;
        width: 80%;
        max-width: 600px;
        margin: 20px auto;
        text-align: center;
        border: #fdad01 2px solid;
        border-radius: 200px;
        background: #fff;
        padding: 15px 20px;
        color: #fdad01;
        font-size: 1em;
        font-weight: bold;
        transition: 0.2s;
        box-sizing: border-box;
    }

    a.cmn-btn:hover {
        background: #fdad01;
        color: #fff;
        text-decoration: none;
    }
}

@media (min-width: 768px) {
    .float-menu {
        top: 220px;
        width: 100px;
        right: 0;
    }

    .float-menu li {
        float: none;
        width: 100%;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        margin-bottom: 10px;
        max-height: 240px;
    }

    .float-menu li a {
        display: block;
        color: #FFF;
        padding: 64px 20px 30px 20px;
        border-radius: 6px 0 0 6px;
    }

    .float-menu li:nth-child(1) a {
        background-position: 20px 30px;
    }

    .float-menu li:nth-child(2) a {
        background-position: 22px 30px;
    }

    .float-menu li a:hover {
        padding: 64px 30px 30px 20px;
        text-decoration: none;
    }

    #header .pc-inner {
        display: block;
    }

    #smp-gl-menu {
        display: none;
    }

    .pc_only {
        display: block;
    }

    .smp_only {
        display: none;
    }

    .btn-link {
        max-width: 400px;
        font-size: 16px;
    }

    .tel-link {
        display: none;
    }

    .page-section h2 {
        font-size: 36px;
        line-height: 46px;
    }

    #quality h2:before {
        background: url(../img/page/ico_quality.png) no-repeat center 20px,
        url(../img/common/bg_pa03.png) repeat 6px 10px;
        background-size: 34%, 6%;
    }

    #flow h2:before {
        background-size: 50%;
    }

    .page-title {
        background: url(../img/page/bg_page-title.png) repeat-x;
        padding: 0px;
    }

    .page-title h1,
    .page-title .title-h1 {
        font-size: 42px;
        line-height: 46px;
        color: #FFF;
        display: inline-block;
        padding: 10px 20px;
        position: relative;
    }

    .page-title h1::after,
    .page-title .title-h1::after {
        content: " ";
        display: inline-block;
        background: url(../img/page/ico_page-title.png) no-repeat center center;
        width: 31px;
        height: 55px;
        background-size: 100%;
        margin: 0 0 0 10px;
    }

    .page-title .pc-inner {
        max-width: 1000px;
        margin: 0 auto;
        padding: 15px 0px 1px;
        height: 240px;
        box-sizing: border-box;
        position: relative;
        text-align: center;
    }

    #page-advantage #gl-menu-pc li.btn-advantage a {
        color: #fd7e01;
    }

    #page-users #gl-menu-pc li.btn-users a {
        color: #fd7e01;
    }

    #page-office #gl-menu-pc li.btn-access a {
        color: #fd7e01;
    }

    #page-access #gl-menu-pc li.btn-access a {
        color: #fd7e01;
    }

    #page-service #gl-menu-pc li.btn-service a {
        color: #fd7e01;
    }

    #page-blog #gl-menu-pc li.btn-blog a {
        color: #fd7e01;
    }

    #page-schedule #gl-menu-pc li.btn-schedule a {
        color: #fd7e01;
    }


    /**************************************

header

**************************************/
#pc-menu {
    display: block;
}

#header {
    position: relative;
}

#header .pc-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .header-title,
#logo-area {
    display: block;
    vertical-align: middle;
}
#header .header-title-wrap {
}

#header .header-title-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2px 0;
    overflow: hidden;
}
#header .header-title-wrap .header-title {
    font-size: 12px;
}

#header .header-title-wrap .header-title a {
    color: inherit;
}

#logo-area {
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.logo-area__box {
    width: 50%;
    padding-right: 3%;
}
.header-tel span.small {
    background: none;
    padding: 0;
    color: inherit;
    text-indent: -12px;
}

.logo-area__box a {display: block;}
.logo-area__box img {
    height: 68px;
    width: auto;
    max-width: max-content;
    display: block;
}
#pc-logo {width: 40%;}

#logo-number {
    font-size: 10px;
}

#logo-number-sp {
    font-size: 6px;
}

#header .sub-menu-wrap {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    width: 60%;
    display: flex;
    align-items: center;
}

#header .sub-menu li {
    display: inline-block;
    vertical-align: top;
}

#header .sub-menu li a {
    font-weight: bold;
}

#header .sub-menu .header-tel {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #974b00;
    background: url(../img/common/ico_tel.svg) no-repeat left 48%;
    background-size: 18px;
    padding-left: 25px;
    padding-right: 0;
    text-align: left;
}

#header .sub-menu .header-time {
    font-size: 12px;
    margin-top: 0;
    padding-right: 0;
}

#header .sub-menu .header-faq {
    text-align: right;
    margin-top: 5px;
}

#header .sub-menu .header-faq a {
    color: #5a2d00;
    position: relative;
    display: inline-block;
    padding-left: 15px;
}

#header .sub-menu .header-faq a:before,
#header .sub-menu .header-faq a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: " ";
    display: block;
    vertical-align: middle;
}

#header .sub-menu .header-faq a:before {
    left: 3px;
    width: 7px;
    height: 1px;
    background: #5a2d00;
}

#header .sub-menu .header-faq a:after {
    left: 3px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #5a2d00;
    border-right: 1px solid #5a2d00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#header .sub-menu .btn-sub {
    margin-right: 0;
    margin-left: 5px;
}

#header .sub-menu .btn-sub a {
    display: block;
    text-align: center;
    color: #FFF;
    width: 100px;
    height: 64px;
    border-radius: 4px;
    line-height: 1.2;
    font-weight: normal;
}

#header .sub-menu .btn-sub a:hover {
    text-decoration: none;
}

#header .sub-menu #sub-shiryo a {
    background-image: url(../img/common/ico_siryo.svg);
    background-color: #fd7e01;
    border: 2px solid #fd7e01;
    background-position: center 12px;
    background-size: 18px;
    padding: 38px 0 5px;
}

#header .sub-menu #sub-shiryo a:hover {
    background-image: url(../img/common/footer-ico-siryo.svg);
    background-color: #FFF;
    color: #fd7e01;
}

#header .sub-menu #sub-soudan a {
    background-image: url(../img/common/ico_soudan.svg);
    background-color: #fdad01;
    border: 2px solid #fdad01;
    background-position: center 8px;
    background-size: 20px;
    padding: 28px 0 5px;
}

#header .sub-menu #sub-soudan a:hover {
    background-image: url(../img/common/footer-ico-soudan.svg);
    background-color: #FFF;
    color: #fdad01;
}

#header .sub-menu #sub-program a {
    background-image: url(../img/common/ico_program.svg);
    background-color: #87ce47;
    border: 2px solid #87ce47;
    background-size: 16px;
    background-position: center 8px;
    padding: 28px 0 5px;
}

#header .sub-menu #sub-program a:hover {
    background-image: url(../img/common/footer-ico-program.svg);
    background-color: #FFF;
    color: #87ce47;
}


#header .sub-menu .btn-sub a {
    position: relative;
    font-size: 12px;
}

#header .sub-menu .btn-sub a:hover {
    background-color: #cefffd;
}

#gl-menu-pc {
    display: block;
    width: 100%;
    background: #FFF;
    padding-bottom: 15px;
}

#gl-menu-pc ul {
    max-width: 1000px;
    margin: 0 auto;
    display: table;
    justify-content: center;
}

#gl-menu-pc li {
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
}

#gl-menu-pc li:after {
    content: " ";
    width: 1px;
    height: 50%;
    background: #ded5cc;
    position: absolute;
    right: 0;
    top: 25%;
}

#gl-menu-pc li:last-child:after {
    display: none;
}

#gl-menu-pc li a {
    display: block;
    color: #5a2d00;
    line-height: 1.4;
    padding: 15px;
    background: url(../img/common/bg_gl-menu.png) no-repeat center 94%;
    overflow: hidden;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
}

#gl-menu-pc li a:hover {
    color: #fd7e01;
    text-decoration: none;
}

.drawer-hamburger {
    display: none;
}

.breadcrumbs {
    font-size: 12px;
}


    /**************************************

footer

**************************************/

#pagetop a {
    line-height: 80px;
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: -40px;
    left: 50%;
    font-size: 11px;
    margin-left: -50px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: url(../img/common/bg_footer.png);
    font-weight: bold;
    color: #482400;
}

#pagetop:before {
    left: 50%;
    top: -22px;
    z-index: 2;
    margin-left: -18px;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #5a2d00;
    border-left: 2px solid #5a2d00;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    content: " ";
    display: block;
}

.pc-inner {
    width: 96%;
    margin: 0 auto 0;
    padding: 40px 0;
}

/*footer　ナビ*/
.gl-menu02 {
    width: 240px;
    display: inline-block;
    vertical-align: top;
}

.gl-menu02 li {
    border-bottom: none;
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    vertical-align: middle;
}

.gl-menu02 li:after {
    left: 1px;
}

.gl-menu02 li a {
    margin-left: 16px;
    text-decoration: none;
    color: #482400;
    position: relative;
    padding-left: 20px;
}

.gl-menu02 li a:hover {
    text-decoration: underline;
}

.gl-menu02 a:before,
.gl-menu02 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: " ";
    display: block;
    vertical-align: middle;
}

.gl-menu02 a:before {
    left: 0px;
    top: 0.5px;
    width: 12px;
    height: 2px;
    background: #5a2d00;
}

.gl-menu02 a:after {
    left: 4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #5a2d00;
    border-right: 2px solid #5a2d00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#copyright {
    margin-bottom: 0;
}

footer {
    background: #FFF;
}
}

@media (min-width: 940px) {
    .page-title h1,
    .page-title .title-h1 {
        padding: 20px 0 0;
    }

    #gl-menu-pc li {
        font-size: 15px;
        display: table-cell;
    }

    /**************************************

footer

**************************************/
footer {
    background: #FFF;
}

#flow {
    padding-bottom: 40px;
}

.list-flow {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-flow li:last-child {
    margin-right: 0px;
}

.list-flow .txt {
    min-height: 180px;
}

.list-flow li {
    margin: 10px 15px 20px 0px;
    width: 180px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.list-flow li:after {
    right: -13px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #5a2d00;
    border-right: 1px solid #5a2d00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin: auto;
    content: " ";
    display: block;
}

.list-flow li:last-child:after {
    display: none;
}

.list-flow .tit-flow {
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.list-flow .photo,
.list-flow .txt {
    display: block;
}

/*footer　コンタクト*/
#foot-contact {
    padding: 10px 15px 30px;
}

#foot-contact .tit {
    font-size: 28px;
    line-height: 38px;
    margin: 20px auto;
}

.list-foot-contact {
    text-align: center;
}

.list-foot-contact li {
    width: 300px;
    display: inline-block;
    margin: 20px;
    vertical-align: top;
}

.list-foot-contact li .thumb {
    margin: 20px 20px 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    padding: 0;
}

.list-foot-contact li .thumb img {
    width: 46px;
    vertical-align: middle;
    margin-right: 10px;
}

.list-foot-contact li .txt {
    font-size: 20px;
}

.list-foot-contact li a:hover {
    background: #FFF;
}

.list-foot-contact li:nth-child(1) a:hover {
    color: #fd7e01;
}

.list-foot-contact li:nth-child(1) a:hover span:before {
    background: #fd7e01;
}

.list-foot-contact li:nth-child(1) a:hover span:after {
    border-top: 2px solid #fd7e01;
    border-right: 2px solid #fd7e01;
}

.list-foot-contact li:nth-child(2) a:hover {
    color: #fdad01;
}

.list-foot-contact li:nth-child(2) a:hover span:before {
    background: #fdad01;
}

.list-foot-contact li:nth-child(2) a:hover span:after {
    border-top: 2px solid #fdad01;
    border-right: 2px solid #fdad01;
}

.list-foot-contact li:nth-child(3) a:hover {
    color: #87ce47;
}

.list-foot-contact li:nth-child(3) a:hover span:before {
    background: #87ce47;
}

.list-foot-contact li:nth-child(3) a:hover span:after {
    border-top: 2px solid #87ce47;
    border-right: 2px solid #87ce47;
}

.list-foot-contact li a {
    font-size: 18px;
    padding: 10px;
}

.list-foot-contact li a:hover {
    text-decoration: none;
}

#footer-inq {
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
}

.inq-cont {
    width: 50%;
}

#foot-tel {
    border-right: 1px dotted #FFF;
    float: left;
    border-bottom: none;
}

#foot-mail {
    float: right;
}

.inq-cont .tit {
    font-size: 34px;
    font-weight: bold;
}

.inq-cont .tel {
    font-size: 34px;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 5px 30px;
    position: relative;
}
.inq-cont .tel.mail {
    font-size: 26px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.inq-cont .tel img {
    width: 24px;
    margin-right: 10px;
}

.inq-cont .tel a {
    font-size: 34px;
    color: #fd7e01;
}
.inq-cont .tel .name{
    font-size: 14px;
    top: -18px;
    width: 180px;
}
.tel-info .time {
    font-size: 20px;
    padding: 5px 30px;
}

.tel-info p {}

.tel-pc {
    display: inline-block !important;
}

/*footer　ネットワーク*/
#foot-network {
    padding: 40px 0px 80px;
    display: table;
    max-width: 1000px;
    margin: 0 auto;
}

#foot-network .txt,
#foot-network .map {
    display: table-cell;
    vertical-align: top;
}

#foot-network .txt {
    padding: 20px 80px 0px 0px;
}

#foot-network .map {
    width: 622px;
}

#foot-network .tit {
    font-size: 28px;
    line-height: 38px;
}

/*footer　ナビ*/
#foot-nav {
    padding: 0px;
}

#foot-nav .pc-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0 40px;
    text-align: center;
}

.gl-menu02 {
    width: 320px;
    text-align: left;
}

.gl-menu02:first-child {
    padding: 0;
}

.gl-menu02:nth-child(2) {
    border-left: 2px dotted #482400;
    border-right: 2px dotted #482400;
}

#foot-nav .sub-menu02 {
    margin: 1px 0 0;
}

#foot-nav .sub-menu02 li {
    display: inline-block;
    width: 320px;
    font-size: 16px;
    margin: 0;
    padding: 20px 0 0;
}

#foot-nav .sub-menu02 li:nth-child(2) {
    border-left: 2px dotted #482400;
    border-right: 2px dotted #482400;
}

#foot-nav .sub-menu02 li a {
    font-size: 18px;
    padding: 10px;
    display: inline-block;
    min-width: 280px;
}

#foot-nav .sub-menu02 li a:hover {
    background-color: #FFF;
}

#foot-nav .sub-menu02 li:nth-child(1) a:hover {
    color: #fd7e01;
}

#foot-nav .sub-menu02 li:nth-child(2) a:hover {
    color: #fdad01;
}

#foot-nav .sub-menu02 li:nth-child(3) a:hover {
    color: #87ce47;
}

#foot-nav .sub-menu02 li:nth-child(1) a:hover span {
    background-image: url(../img/common/footer-ico-siryo.svg);
}

#foot-nav .sub-menu02 li:nth-child(2) a:hover span {
    background-image: url(../img/common/footer-ico-soudan.svg);
}

#foot-nav .sub-menu02 li:nth-child(3) a:hover span {
    background-image: url(../img/common/footer-ico-program.svg);
}
}





article.re-work {
    line-height: 1.5;
}

article.re-work section {
    width: 100%;
    margin: 0 auto;
}

article.re-work section.reliefs {
    width: 100%;
    margin: 0 auto 80px;
}

article.re-work section .inner {
    width: 1000px;
    margin: auto;
}
article.re-work h2 {
    font-size: 34px;
    text-align: center;
    padding: 50px 0 25px;
    margin: 0 0 50px;
}
article.re-work h2 span.ja {
    font-size: 44px;
}

article.re-work section.main-vis {
    width: 100%;
    margin: 0 auto;
    background: #f8f6f7;
    max-width: 1420px;
    padding: 40px 0 0;
    text-align: center;
    position: relative;
}

article.re-work section.main-vis .main-vis__title {
    font-size: 32px;
    background: 0 0;
    margin: 0 auto 20px;
    padding: 0;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff,
    1px -1px 1px #fff, 2px 1px 1px #fff, -2px -1px 1px #fff, -2px 1px 1px #fff,
    2px -1px 1px #fff, 1px 2px 1px #fff, -1px -2px 1px #fff, -1px 2px 1px #fff,
    1px -2px 1px #fff, 2px 2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff,
    2px -2px 1px #fff, 3px 1px 1px #fff, -3px -1px 1px #fff, -3px 1px 1px #fff,
    3px -1px 1px #fff, 3px 2px 1px #fff, -3px -2px 1px #fff, -3px 2px 1px #fff,
    3px -2px 1px #fff, 1px 3px 1px #fff, -1px -3px 1px #fff, -1px 3px 1px #fff,
    1px -3px 1px #fff, 2px 3px 1px #fff, -2px -3px 1px #fff, -2px 3px 1px #fff,
    2px -3px 1px #fff, 3px 3px 1px #fff, -3px -3px 1px #fff, -3px 3px 1px #fff,
    3px -3px 1px #fff;
}

article.re-work section.main-vis .main-vis__title span {
    font-size: 44px;
}

article.re-work section.main-vis .baloon {
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

article.re-work section.main-vis .main-vis__box {
    text-align: center;
    position: relative;
    padding-top: 30px;
}

article.re-work section.main-vis .baloon-1 {
    background: url(../img/re-work/bg_baloon1.png) no-repeat center;
    left: 120px;
    top: 0;
    padding: 64px 50px;
}

article.re-work section.main-vis .baloon-2 {
    background: url(../img/re-work/bg_baloon2.png) no-repeat center;
    right: 60px;
    top: 20px;
    padding: 82px 60px;
}

article.re-work section.main-vis .baloon-3 {
    background: url(../img/re-work/bg_baloon3.png) no-repeat center;
    background-size: 100% auto;
    left: 50px;
    bottom: 130px;
    padding: 92px 60px;
}

article.re-work section.main-vis .baloon-4 {
    background: url(../img/re-work/bg_baloon4.png) no-repeat center;
    right: 80px;
    bottom: 110px;
    padding: 54px 40px;
}

article.re-work section.main-vis p.lead {
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 1rem auto 3rem;
    line-height: 1.6;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff,
    1px -1px 1px #fff, 2px 1px 1px #fff, -2px -1px 1px #fff, -2px 1px 1px #fff,
    2px -1px 1px #fff, 1px 2px 1px #fff, -1px -2px 1px #fff, -1px 2px 1px #fff,
    1px -2px 1px #fff, 2px 2px 1px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff,
    2px -2px 1px #fff, 3px 1px 1px #fff, -3px -1px 1px #fff, -3px 1px 1px #fff,
    3px -1px 1px #fff, 3px 2px 1px #fff, -3px -2px 1px #fff, -3px 2px 1px #fff,
    3px -2px 1px #fff, 1px 3px 1px #fff, -1px -3px 1px #fff, -1px 3px 1px #fff,
    1px -3px 1px #fff, 2px 3px 1px #fff, -2px -3px 1px #fff, -2px 3px 1px #fff,
    2px -3px 1px #fff, 3px 3px 1px #fff, -3px -3px 1px #fff, -3px 3px 1px #fff,
    3px -3px 1px #fff;
}

article.re-work section.main-vis p.lead span {
    font-size: 42px;
    color: #fdad01;
}

article.re-work .reliefs-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

article.re-work .reliefs-boxes .reliefs-box {
    width: 300px;
    text-align: center;
    border: 3px solid #87ce47;
    border-radius: 10px;
    margin: 0 0 56px;
    padding: 20px;
    font-weight: 700;
    box-sizing: border-box;
    background: url(../img/title-background.png);
}

article.re-work .reliefs-box__title {
    font-size: 24px;
    font-weight: 700;
    color: #87ce47;
    margin: 0 0 12px;
    padding: 0 0 12px;
    display: inline-block;
    position: relative;
    line-height: 1;
}

article.re-work .reliefs-box__title::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    background: #fdad01;
}

article.re-work .reliefs-box__title span {
    font-size: 40px;
}

article.re-work .reliefs-detail {
    border: 3px solid #87ce47;
    border-radius: 10px;
    margin: 0 0 40px;
}

article.re-work .reliefs-detail__title {
    padding: 20px 40px;
    background: url(../img/title-background.png);
    border-radius: 10px 10px 0 0;
}

article.re-work .reliefs-detail__body {
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
}

article.re-work .reliefs-detail__img-box {
    width: 300px;
    margin-right: 30px;
}

article.re-work .reliefs-detail__img-box img{
    max-width: 100%;
    border-radius: 10px;
}

article.re-work .reliefs-detail__txt-box {
    width: calc(100% - 330px);
}

article.re-work .reliefs-detail__title {
    font-size: 24px;
    font-weight: 700;
}

article.re-work .reliefs-detail__title .reason {
    margin-right: 10px;
    margin-right: 10px;
    color: #87ce47;
    position: relative;
    display: block;
    margin: 0 0 10px;
}

article.re-work .reliefs-detail__title .reason::after {
    content: "";
    position: absolute;
    width: 169px;
    height: 4px;
    bottom: -6px;
    left: 0;
    background: #fdad01;
}

article.re-work .reliefs-detail__title .reason span {
    font-size: 40px;
}

article.re-work .reliefs-detail .e-larning {
    background: #f2ede6;
    margin: 20px 0;
    padding: 20px 15px;
}

article.re-work .reliefs-detail .e-larning__title {
    font-size: 21px;
    font-weight: 700;
    color: #5a2d00;
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    width: 100%;
}

article.re-work .reliefs-detail .e-larning__title span.small {
    font-size: 14px;
}

article.re-work .reliefs-detail .e-larning__title .free {
    display: block;
    float: left;
    background: #87ce47;
    color: #fff;
    line-height: 1.2;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding-top: 4px;
    margin: auto;
    top: -5px;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}

article.re-work .reliefs-detail .e-larning ul li {
    background: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin: 0 3px 10px;
    padding: 2px 10px;
    display: inline-block;
}

article.re-work .reliefs-detail .e-larning ul {
    margin: 0;
}

article.re-work .reliefs-detail .e-larning ul li::before {
    display: none;
}

article.re-work .reliefs-detail .e-larning__title .free::after {
    content: "";
    position: absolute;
    border: transparent solid;
    border-width: 4px 8px;
    border-left-color: #87ce47;
    right: -15px;
    top: 50%;
    margin-top: -4px;
}

article.re-work section.re-work-program {
    padding-bottom: 60px;
    background: url(../img/common/bg_footer.png) repeat;
}

article.re-work section.re-work-program .program-boxes {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}

article.re-work section.re-work-program .program-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
}

article.re-work section.re-work-program .program-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

article.re-work section.re-work-program .program-img {
    width: 300px;
    margin: 0 20px 20px 0;
}

article.re-work section.re-work-program .program-img img {
    width: 100%;
    border-radius: 10px;
}

article.re-work section.re-work-program .program-txt {
    width: calc(100% - 320px);
    margin: 0 0 2rem;
}

article.re-work section.re-work-program .program-txt .program-txt__title {
    background: 0 0;
    margin: 0 0 10px;
    padding: 0;
    font-size: 24px;
    color: #fdad01;
    font-weight: bold;
}

article.re-work section.re-work-program .program-txt__catch {
    font-weight: 700;
}

article.re-work section.re-work-program .program-sample {
    border: 1px solid #5a2d00;
    width: 100%;
    padding: 0 20px;
    margin: 0 0 20px;
}

article.re-work section.re-work-program .program-sample p {
    margin: 20px;
}

article.re-work section.re-work-program .program-sample.green {
    border: 1px solid #46aa00;
    margin: 20px 0 0;
}

article.re-work
section.re-work-program
.program-sample.green
.program-sample__title {
    background: rgba(70, 170, 0, 0.1);
    color: #46aa00;
}

article.re-work section.re-work-program .program-sample__title {
    padding: 12px;
    background: #f2ede6;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #5a2d00;
    margin: 0 -20px 20px;
    position: relative;
}

article.re-work section.re-work-program .program-sample ul {
    margin: 20px;
}

article.re-work section.re-work-program .program-sample ul li {
    display: inline-block;
    padding: 0;
}

article.re-work section.re-work-program .program-sample ul li::before {
    content: "・";
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
    transform: none;
    background: 0 0;
}

article.re-work section.re-work-program .e-larning {
    background: #f2ede6;
    margin: 20px;
    padding: 20px 15px;
}

article.re-work section.re-work-program .e-larning__title {
    font-size: 21px;
    font-weight: 700;
    color: #5a2d00;
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    width: 100%;
}

article.re-work section.re-work-program .e-larning__title span.small {
    font-size: 14px;
}

article.re-work section.re-work-program .e-larning__title .free {
    display: block;
    float: left;
    background: #87ce47;
    color: #fff;
    line-height: 1.2;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding-top: 4px;
    margin: auto;
    top: -5px;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}

article.re-work section.re-work-program .program-sample .e-larning ul li {
    background: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin: 0 3px 10px;
    padding: 2px 10px;
    display: inline-block;
}

article.re-work section.re-work-program .program-sample .e-larning ul {
    margin: 0;
}

article.re-work
section.re-work-program
.program-sample
.e-larning
ul
li::before {
    display: none;
}

article.re-work section.re-work-program .e-larning__title .free::after {
    content: "";
    position: absolute;
    border: transparent solid;
    border-width: 4px 8px;
    border-left-color: #87ce47;
    right: -15px;
    top: 50%;
    margin-top: -4px;
}

article.re-work section.re-work-program .lunch-box {
    margin: 40px auto;
    padding: 40px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

article.re-work section.re-work-program .lunch-box__txt-box {
    width: 420px;
}

article.re-work section.re-work-program .lunch-box__img-box {
    width: 450px;
    position: relative;
}

article.re-work section.re-work-program .lunch-box__img-box img {
    width: 100%;
}

article.re-work section.re-work-program .lunch-box__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #fdad01;
}

article.re-work section.re-work-program .lunch-box p {
    margin-bottom: 30px;
}

article.re-work section.qa .qa-q {
    color: #5a2d00;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 6px;
    padding-left: 56px;
    background: url(../img/re-work/icon_Q.svg) no-repeat left center;
    background-size: 40px auto;
}

article.re-work section.qa .qa-a {
    padding-left: 56px;
    background: url(../img/re-work/icon_A.svg) no-repeat left 0;
    background-size: 40px auto;
    margin: 20px 0 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #faf9f7;
}

article.re-work section.qa .qa-a a {
    color: #003f96;
    font-weight: 700;
    border-bottom: 1px solid #003f96;
}

article.re-work section.qa .qa-a:last-child {
    border-bottom: 0;
}  


article.re-work-users section .inner {
    border: 2px solid #5a2d00;
    padding: 40px;
    max-width: 1000px;
    margin: 50px auto;
}

article.re-work-users section .inner .re-work-users__title {
    font-size: 24px;
    color: #5a2d00;
    background: none;
    padding: 0;
    margin: 0 0 40px;
    line-height: 1.5;
}

article.re-work-users section .inner .re-work-users__title span {
    font-size: 18px;
}

article.re-work-users section .inner ol {
    margin: 40px auto 0;
    list-style: decimal;
}

article.re-work-users section .inner ol li {
    margin-left: 36px;
}

article.re-work-users section .inner ol li::before {
    background: #fff;
    color: #000;
    border: 1px solid #555;
}


@media (max-width: 736px) {

    article.re-work section, article.reliefs section {
      padding: 0 20px;
      box-sizing: border-box;
  }

  article.re-work section .inner {
    width: auto;
}
article.re-work h2{
    font-size: 20px;
}
article.re-work h2 span.ja {
    font-size: 28px;
}

article.re-work h2 span {
    font-size: 36px;
}

article.re-work section.main-vis .main-vis__title {
    font-size: 18px;
    line-height: 1.6;
}

article.re-work section.main-vis .main-vis__title span {
    font-size: 24px;
}

article.re-work section.main-vis .main-vis__box {
    padding: 0 20px;
}

article.re-work section.main-vis .main-vis__box img {
    width: 200px;
}

article.re-work section.main-vis p.lead {
    margin: 1rem 0 0;
}

article.re-work section.main-vis .baloon {
    font-size: 4vw;
    padding: 40px;
    background-size: contain;
}

article.re-work section.main-vis .baloon-1 {
    left: 0;
    padding: 7vw;
}

article.re-work section.main-vis .baloon-2 {
    right: 0;
    top: auto;
    bottom: 20px;
    padding: 12vw;
    font-size: 3.6vw;
}

article.re-work section.main-vis .baloon-3 {
    left: 4vw;
    bottom: 30px;
    padding: 7vw;
}

article.re-work section.main-vis .baloon-4 {
    padding: 6vw;
    right: 1vw;
    top: 0;
    bottom: auto;
}

article.re-work section.main-vis p.lead {
    font-size: 18px;
    padding: 0 20px;
    position: relative;
}

article.re-work section.main-vis p.lead span {
    font-size: 28px;
}

article.re-work section.reliefs {
    width: 100%;
    margin: 0 auto;
}

article.re-work .reliefs-boxes .reliefs-box {
    width: calc(50% - 6px);
    padding: 10px;
    margin: 0 0 12px;
}

article.re-work .reliefs-boxes {
    margin: 0 0 30px 0;
}

article.re-work .reliefs-boxes .reliefs-box .reliefs-box__title {
    font-size: 18px;
}

article.re-work .reliefs-boxes .reliefs-box .reliefs-box__title span {
    font-size: 24px;
}

article.re-work .reliefs-boxes .reliefs-box p {
    margin: 10px auto 0;
}

article.re-work .reliefs-detail__title {
    padding: 20px;
    font-size: 20px;
}

article.re-work .reliefs-detail__img-box img {
    width: 100%;
}

article.re-work .reliefs-detail .reliefs-detail__title .reason {
    display: block;
    font-size: 18px;
}

article.re-work .reliefs-detail .reliefs-detail__title .reason span {
    font-size: 25px;
}

article.re-work .reliefs-detail__body {
    padding: 20px;
}

article.re-work .reliefs-detail__img-box {
    width: auto;
    max-width: 100%;
    margin: auto;
}

article.re-work .reliefs-detail__txt-box {
    width: auto;
}

article.re-work .reliefs-detail .e-larning {
    margin-top: 60px;
}

article.re-work .reliefs-detail .e-larning__title {
    padding: 30px 0 0;
    font-size: 18px;
}

article.re-work .reliefs-detail .e-larning__title .free {
    top: -60px;
    bottom: auto;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    font-size: 14px;
}

article.re-work .reliefs-detail .e-larning__title .free::after {
    border-left-color: transparent;
    border-top-color: #87ce47;
    border-width: 6px 6px;
    right: auto;
    left: 50%;
    margin: auto;
    bottom: -11px;
    top: auto;
    margin-left: -6px;
}

article.re-work section.re-work-program .program-boxes {
    padding: 20px;
}

article.re-work section.re-work-program .program-img {
    width: auto;
    margin: 0 auto 20px;
}

article.re-work section.re-work-program .program-txt {
    width: auto;
}

article.re-work section.re-work-program .program-txt .program-txt__title {
    font-size: 20px;
}

article.re-work section.re-work-program .program-sample__title {
    font-size: 16px;
    padding: 10px;
}

article.re-work section.re-work-program .e-larning {
    margin: 60px 0 20px;
}

article.re-work section.re-work-program .e-larning__title {
    padding: 30px 0 0;
    font-size: 18px;
}

article.re-work section.re-work-program .e-larning__title .free {
    top: -60px;
    bottom: auto;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    font-size: 14px;
}

article.re-work section.re-work-program .e-larning__title .free::after {
    border-left-color: transparent;
    border-top-color: #e45700;
    border-width: 6px 6px;
    right: auto;
    left: 50%;
    margin: auto;
    bottom: -11px;
    top: auto;
    margin-left: -6px;
}

article.re-work section.re-work-program .program-sample ul {
    margin: 20px 0;
}

article.re-work section.re-work-program .lunch-box {
    padding: 20px;
    margin: 40px auto 0;
}

article.re-work section.re-work-program .lunch-box__title {
    font-size: 20px;
}

article.re-work section.re-work-program .lunch-box__img-box {
    width: 100%;
}

article.re-work section.re-work-program {
    padding-bottom: 30px;
}

article.re-work section.qa .qa-q {
    font-size: 18px;
    padding-left: 42px;
    background-size: 32px auto;
}

article.re-work section.qa .qa-a {
    padding-left: 42px;
    background-size: 32px auto;
}

article.re-work-users section .inner {
    padding: 20px;
    width: calc(100% - 30px);
}

article.re-work-users section .inner .re-work-users__title {
    font-size: 24px;
    margin: 0 0 20px;
}

article.re-work-users section .inner .re-work-users__title span {
    font-size: 16px;
    line-height: 1.6;
    display: inline-block;
}

article.re-work-users section .inner ol {
    margin: 20px 0;
}

article.re-work-users section .inner ol li {
    margin: 0 0 0 18px;
}

article.re-work-users section .inner ol li::before {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 1px 1px;
}
}



.top-access {
    background: url(../img/common/bg_star.png) repeat center top;
    background-size: 150%;
    position: relative;
    z-index: 1;
}

.top-access .inner {
    margin: 0 auto;
    padding: 50px 0;
    width: 88%;
    position: relative;
}

.top-access h3 {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.top-access h3 img {
    height: 16px;
}

.top-access p {
    font-size: 13px;
}
.top-access .tel-note {
    font-size: 12px;
}
.top-access .photo iframe{
   width: 100%;
   height: 300px;
}
.top-access .half-box .txt {
    width: 90%;
    margin: -20px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 4px;
    border-top: 4px solid #fd7e01;
    position: relative;
}

.top-access .half-box .txt h4 {
    margin: 5px 0 15px;
    font-size: 13px;
    text-align: center;
    border-bottom: 2px dotted #ece3d9;
    padding-bottom: 10px;
    font-weight: normal;
}

.top-access .half-box .txt h4 span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.top-access .half-box .txt p {
    text-align: center;
}

.top-access a {
    background: #FFF;
    border: 2px dotted #fd7e01;
    border-radius: 24px;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #fd7e01;
}

.top-access a:hover {
    background: #fd7e01;
    color: #FFF;
}

.top-access a span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
}

.top-access a span:before,
.top-access a span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: " ";
    display: block;
    vertical-align: middle;
}

.top-access a span:before {
    left: 0px;
    top: -0.5px;
    width: 11px;
    height: 1px;
    background: #fd7e01;
}

.top-access a span:after {
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fd7e01;
    border-right: 1px solid #fd7e01;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top-access a:hover span:before {
    background: #FFF;
}

.top-access a:hover span:after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.top-access .btn_link {
    margin: 20px auto;
}

.top-access .tel {
    background: #f7f0d2;
    border: 2px dotted #f7f0d2;
    border-radius: 24px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding: 2px 0;
    font-size: 24px;
    color: #fd7e01;
    font-weight: bold;
}

.top-access .tel span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 25px;
}

.top-access .tel span:before {
    position: absolute;
    content: " ";
    display: block;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../img/common/footer-ico_tel02.svg) no-repeat;
}

@media (min-width: 768px) {

    .top-access .inner {
        padding: 50px 0;
        width: 100%;
        max-width: 1000px;
    }

    .top-access h3 {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .top-access h3 img {
        height: auto;
    }

    .top-access .half-box {
        overflow: hidden;
        margin-top: 30px;
    }

    .top-access .half-box .photo {
        width: 70%;
        float: left;
    }
.top-access .half-box iframe {
        width: 100%;
        height: 450px;
    }

    .top-access .half-box .txt {
        width: 40%;
        float: left;
        margin: 60px 0 0 -10%;
    }

    .top-access .half-box .txt h4 {
        font-size: 16px;
    }

    .top-access .half-box .txt h4 span {
        font-size: 26px;
    }

    .top-access .half-box .txt p {
        font-size: 18px;
    }

    .top-access .half-box .txt .tel-note {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .top-access .half-box .txt .info .info-address {
        margin-top: 5px;
        font-size: 18px;
        text-align: center;
    }

    .top-access a {
        font-size: 20px;
    }

    .top-access .half-box .txt .tel {
        background: #FFF;
        border: none;
        font-size: 34px;
        color: #fd7e01;
    }

    .top-access .tel span {
        padding-left: 30px;
    }

    .top-access .tel span:before {
        width: 24px;
        height: 24px;
    }

    .top-access .other-office__text {
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
        margin-top: 30px;
        margin-bottom: 60px;
    }

}




.blog-office-post {
    margin: 15px 2% 20px;
    display: inline-block;
    vertical-align: top;
    width: 44%;
}

.blog-office-post .tit {
    font-size: 16px;
    padding: 0;
    font-weight: bold;
    text-align: left;
}

.blog-office-post .tit a {
    color: #fd7e01;
}

.blog-office-post p.time {
    font-size: 12px;
    margin: 10px 0 0px;
}

.blog-office-post .photo {
    text-align: center;
    position: relative;
    height: 120px;
    margin-bottom: 10px;
}

.blog-office-post .photo img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #FFF;
    object-fit: cover;
}

.blog-office-post .cat a {
    display: block;
    padding: 5px 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    background: #fdad01;
    border-radius: 4px;
}

.blog-office-post .cat.schedule a {
    background: #fdd101;
}

.blog-office-post .photo .office a{
    position: absolute;
    background: #87ce47;
    font-size: 12px;
    padding: 4px 12px;
    left: 0;
    top: 0;
    border-radius: 0 0 10px 0;
    color: #fff;
}

@media (min-width: 768px) {

    .blog-office-list .blog-office-post:nth-child(2n) {
        margin-left: 14px;
    }

    .blog-office-post {
        display: inline-block;
        width: 46%;
        vertical-align: top;
        margin: 0 1.5% 20px;
    }

    .blog-office-post .tit {
        padding: 0;
        font-size: 18px;
    }

    .blog-office-post .txt {
        padding: 10px 20px 0;
        font-size: 14px;
    }

    .blog-office-post ul {
        padding: 25px 20px 20px;
    }

    .blog-office-post .cat a {
        margin-bottom: 10px;
    }

    .blog-office-post a:hover img {
        opacity: 0.7;
    }

    .blog-office-post a:hover {
        text-decoration: underline;
    }
    .blog-office-post .photo {
        height: 210px;
    }

}

@media (min-width: 940px) {

    .blog-office-list {
        text-align: left;
        width: 1000px;
        margin: 20px auto;
    }

    .blog-office-list li,
    .blog-office-list li:nth-child(2n) {
        width: 310px;
        margin: 0 30px 30px 0 !important;
    }

    .blog-office-list li:nth-child(3) {
        margin-right: 0 !important;
    }

    .blog-office-list .thumb {
        width: 300px;
        height: 240px;
    }
}



.office-news .btn_link a {
    background: #FFF;
    border: 2px dotted #fd7e01;
    border-radius: 32px;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #fd7e01;
}

.office-news .btn_link a:hover {
    background: #fd7e01;
    color: #FFF;
}

.office-news .btn_link a span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
}

.office-news .btn_link a span:before,
.office-news .btn_link a span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: " ";
    display: block;
    vertical-align: middle;
}

.office-news .btn_link a span:before {
    left: 0px;
    top: -0.5px;
    width: 11px;
    height: 1px;
    background: #fd7e01;
}

.office-news .btn_link a span:after {
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fd7e01;
    border-right: 1px solid #fd7e01;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.office-news .btn_link a:hover span:before {
    background: #FFF;
}

.office-news .btn_link a:hover span:after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.office-news .btn_link {
    width: 70%;
    margin: 20px auto;
}



@media (min-width: 768px) {

    .office-news .btn_link {
        width: 15%;
    }

    .office-news .btn_link a {
        font-size: 20px;
    }

}

/* リキャプチャロゴ非表示 */
.grecaptcha-badge { visibility: hidden; }