
  /*
  html5doctor.com
  Reset Stylesheetv1.6.1
  Last Updated: 2010-09-17
  Author: Richard Clark - http://richclarkdesign.com
  Twitter: @rich_clark
  */
  html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body {line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}nav ul {list-style:none;}blockquote, q {quotes:none;}blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}/* change colours to suit your needs */ins {background-color:#ff9;color:#000;text-decoration:none;}/* change colours to suit your needs */mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del {text-decoration: line-through;}abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}table {border-collapse:collapse;border-spacing:0;}/* change border colour to suit your needs */hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}input, select {vertical-align:middle;}li{list-style-type:none;}input[type="submit"] {-webkit-appearance: none;border-radius: 0px;}

  @font-face {
    font-family: "NotoSansCJKjp-Bold";
    src: url("font/NotoSansCJKjp-Black.woff2") format('woff2'),url("font/NotoSansCJKjp-Black.woff") format('woff');
  }
  @font-face {
    font-family: "NotoSansCJKjp-Regular";
    src: url("font/NotoSansCJKjp-Regular.woff2") format('woff2'),url("font/NotoSansCJKjp-Regular.woff") format('woff');
  }

  body{
    font-family: "NotoSansCJKjp-Regular","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    color: #333;
    background-color: #fefefe;
    line-height: 1.75;
    letter-spacing: 0.04rem;
    
  font-size: 1rem;

  }

  .dn{
    display: none;
  }

  .db{
    display: block;
  }

  .bsec{
    padding: 134px 12px;
  }

  .bsec2{
    margin-bottom: 40px;
  }

  .b-m80{
    margin: 80px auto;
  }

  .b-p24{
    padding: 24px;
  }

  .b-p40{
    padding: 40px;
  }

  .b-bold{
    font-weight: bold;
  }

  .bh2{
    text-align: center;
  }

  .bh2 span{
    
  font-size: 2rem;

    
  font-family: 'Noto Sans JP', sans-serif;

    padding: 6px 96px;
    background: no-repeat left top url(images/bh2-lt.svg),no-repeat right bottom url(images/bh2-br.svg);
  }

  .bh3{
    
  font-size: 2rem;

    padding: 12px 32px;
    position: relative;
    letter-spacing: 0.1rem;
    overflow: hidden;
    background-color: #fefefe;
    border-radius: 14px;
    margin-bottom: 40px;
  }

  .bh3:before{
    content: "";
    display: block;
    border-radius: 50%;
    background-color: #ff7a7a;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 24px;
    left: -16px;
  }

  .bh4{
    
  font-size: 1.5rem;

    border-bottom: solid 4px;
    border-image: linear-gradient(to right,#ff7a7a 0px,#ff7a7a 16px,#b6b6b6 16px,#b6b6b6 100%);
    border-image-slice: 1;
    margin-bottom: 32px;
  }

  .bh5{
    
  font-size: 1.25rem;

    color: #ff7a7a;
    margin-bottom: 12px;
  }

  .pt{
    
  font-size: 2.5rem;

    text-align: center;
    margin-bottom: 80px;
  }

  .pt > span{
    display: inline-block;
    padding: 20px 56px;
    background-color: #fefefe;
  }

  .pst{
    
  font-size: 1.5rem;

    text-align: center;
    margin-bottom: 80px;
  }

  .explain{
    margin: 48px 0px;
  }

  .ba{
    display: block;
    color: #fefefe;
    background-color: #ff7a7a;
    
  font-size: 1.125rem;

    
  font-family: 'Noto Sans JP', sans-serif;

    text-align: center;
    text-decoration: none;
    padding: 24px 12px;
    border-radius: 12px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: solid 2px #ff7a7a;
    max-width: 328px;
    width: 100%;
  }

  .ba:after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #fefefe;
    transition: all 0.4s ease;
  }

  .ba:hover{
    color: #ffff6d;
  }

  .ba:hover:after{
    background-color: #ffff6d;
  }


  .bam{
    display: block;
    color: #fefefe;
    background-color: #ff7a7a;
    
  font-size: 1.125rem;

    
  font-family: 'Noto Sans JP', sans-serif;

    text-align: center;
    text-decoration: none;
    padding: 0px 12px;
    border-radius: 8px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: solid 2px #ff7a7a;
    max-width: 80px;
    width: 100%;
  }

  .bam:after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: -6px;
    right: -6px;
    background-color: #fefefe;
    transition: all 0.4s ease;
  }

  .bam:hover{
    color: #ffff6d;
  }

  .bam:hover:after{
    background-color: #ffff6d;
  }

  .binner{
    background-color: #fefefe;
    padding: 40px;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .btable{

  }

  .btable dl{
    display: flex;
  }

  .btable dl dt {
    width: 100%;
    max-width: 200px;
    border-bottom: solid 4px #ffe6e6;
    color: #ff7a7a;
    padding: 4px 0px;
  }

  .btable dl dd {
    width: 100%;
    border-bottom: solid 4px #f8f6f5;
    padding: 4px 8px;
  }

  .btable dl dd iframe{
    margin-top: 4px;
  }


div.btb-dl {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
}

div.btb-dl dl {
  display: flex;
}

div.btb-dl dl dt {
  background-color: #ffe6e6;
  border-right: solid 2px #b6b6b6;
  border-bottom: solid 2px #b6b6b6;
  text-align: center;
  padding: 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 192px;
}

div.btb-dl dl:last-child dt {
  border-bottom: none;
}

div.btb-dl dl dd {
  width: 100%;
  padding: 8px 12px;
  display: block;
  border-bottom: solid 2px #b6b6b6;
  background-color: #fefefe;
}

div.btb-dl dl:last-child dd {
  border-bottom: none;
}

div.btb-dl dl dd.target{
  padding-left: 44px;
}

div.btb-dl dl dd a {
}



  div.btable {
  }

  div.btable table {
    background-color: #fefefe;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
  }

  div.btable table thead {
    background-color: #ffe6e6;
    width: 100%;
    width: 240px;
  }

  div.btable table thead tr {
    display: block;
  }

  div.btable table thead tr th {
    border-right: solid 2px #b6b6b6;
    border-bottom: solid 2px #b6b6b6;
    text-align: center;
    padding: 8px 0px;
    display: block;
  }

  div.btable table thead tr th:last-child{
    border-bottom: none;
  }

  div.btable table tbody {
    display: flex;
    width: 100%;
  }

  div.btable table tbody tr {
    width: 100%;
    display: block;
  }

  div.btable table tbody tr td {
    padding: 8px 0px;
    display: block;
    text-align: center;
    border-bottom: solid 2px #b6b6b6;
  }

  div.btable table tbody tr td:last-child{
    border-bottom: none;
  }


  .bac{
    background:linear-gradient(to top,#ffff6d 0%, #ffff6d 60% , rgba(0,0,0,0) 60% ,rgba(0,0,0,0) 100% );
    font-weight: bold;
  }


  a{
    color: #ff7a7a;
  }

  .center{
    max-width: 1040px;
    margin: 0 auto;
    padding: 0px 12px;
  }

  .center960{
    max-width: 960px;
    margin: 0 auto;
    padding: 0px 12px;
  }

  .bundermain{
    padding-top: 176px;
    background: linear-gradient(to bottom, rgba(246,244,243,0.6) 0px,rgba(246,244,243,0.6) 372px,rgba(246,244,243,1) 720px, #f8f6f5 100% ),url(images/index-catch-back.svg),#f8f6f5;
    padding-bottom: 134px;
  }


section#contact {
}

section#contact h2.bh2 {
}

section#contact div.inner {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  height: 400px;
}

section#contact div.inner div.left {
  width: 100%;
  max-width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section#contact div.inner div.left p {
}

section#contact div.inner div.left dl#ctel {
  display: flex;
  color: #ff7a7a;
  justify-content: center;
  margin: 32px;
}

section#contact div.inner div.left dl#ctel dt {
  padding: 2px;
  border: solid 2px #ff7a7a;
  text-align: center;
  width: 88px;
  margin-right: 22px;
  border-radius: 5px;
}

section#contact div.inner div.left dl#ctel dd {
  
  font-size: 1.5rem;

}

section#contact div.inner div.left dl#ctel dd a{
  text-decoration: none;
}

/* =========================================================
overview
========================================================= */
section#contact div.inner div.left div#overview {
  padding: 12px;
  background-color: #f8f6f5;
  border-radius: 8px;
}

section#contact div.inner div.left div#overview dl {
  display: flex;
  padding: 4px 0px;
}

section#contact div.inner div.left div#overview dl dt {
  width: 83px;
  border-right: solid 1px #333;
}

section#contact div.inner div.left div#overview dl dd {
  padding-left: 12px;
}

section#contact div.inner iframe{
  height: 100%;
  margin-left: 48px;
  width: 100%;
  max-width: 512px;
}




header#mainheader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

header#mainheader div.inner {
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

header#mainheader div.inner h1 {
}

header#mainheader div.inner h1 a {
  display: block;
  width: 374px;
  height: 32px;
  background: no-repeat url(images/hd-logo.svg);
  text-indent: -9999px;
  margin: 0px 40px 40px;
}

header#mainheader div.inner nav {
  overflow: hidden;
  background-color: #ff7a7a;
  padding: 12px 12px 0px 12px;
  width: 100%;
  box-sizing: border-box;
  max-width: 580px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-bottom-left-radius: 20px;
    position: fixed;
z-index: 10;
}

header#mainheader div.inner nav div#header-upper {
  display: flex;
  justify-content: center;
  color: #fefefe;
  align-items: center;
  border-bottom: solid 2px #fefefe;
  padding-bottom: 10px;
}

header#mainheader div.inner nav div#header-upper dl#tel {
  margin-right: 32px;
}

header#mainheader div.inner nav div#header-upper dl#tel dt {
  text-align: center;
}

header#mainheader div.inner nav div#header-upper dl#tel dd {
}

header#mainheader div.inner nav div#header-upper dl#tel dd span {
}

header#mainheader div.inner nav div#header-upper dl#tel dd span#pre{
  padding: 0px;
  border: solid 2px;
  text-align: center;
  width: 56px;
  margin-right: 12px;
  border-radius: 5px;
  display: inline-block;
}

header#mainheader div.inner nav div#header-upper dl#tel dd span#number{
  
  font-size: 1.5rem;

}

header#mainheader div.inner nav div#header-upper dl#tel dd a {
  color: #fefefe;
  text-decoration: none;
  display: flex;
  align-items: center;
}

header#mainheader div.inner nav div#header-upper a#to-covid{
  display: block;
  color: #fefefe;
  text-align: center;
  text-decoration: none;
  padding: 4px 12px;
  border-radius: 8px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: solid 2px ;
  width: 100%;
  max-width: 224px;
  line-height: 1.5;
}

header#mainheader div.inner nav div#header-upper a#to-covid:hover{
  color: #ffff6d;
  border: solid 2px #ffff6d;
}

header#mainheader div.inner nav ul#gm {
  display: flex;
  justify-content: space-between;
}

header#mainheader div.inner nav ul#gm li {
  height: 46px;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

header#mainheader div.inner nav ul#gm li a {
  color: #fefefe;
  text-decoration: none;
  display: block;
  padding: 0px 12px;
  border-right: solid 1px #fefefe;
  margin-top: 8px;
  transition: all 0.4s ease;
  position: relative;
}

header#mainheader div.inner nav ul#gm li a:after{
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: 12px;
  border-radius: 8px;
  background-color: #ffff6d;
  position: absolute;
  left: 0px;
  bottom: -22px;
  transition: all 0.2s ease;
}

header#mainheader div.inner nav ul#gm li a:hover:after{
  bottom: -17px;
}

header#mainheader div.inner nav ul#gm li a:hover{
  color: #ffff6d;
}

header#mainheader div.inner nav ul#gm li:last-child a{
  border-right: none;
}

header#mainheader div.inner div#index-hdisp {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 360px;
  width: 100%;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}

header#mainheader div.inner div#index-hdisp dl#hdisp-about {
  padding: 12px 20px 12px 32px;
  background-color: #fefefe;
}

header#mainheader div.inner div#index-hdisp dl#hdisp-about dt {
  padding-bottom: 8px;
  border-bottom: solid 1px #333;
  margin-bottom: 4px;
  letter-spacing: 0.1rem;
  text-align: center;
  
  font-size: 1.125rem;

  
  font-family: 'Noto Sans JP', sans-serif;

}

header#mainheader div.inner div#index-hdisp dl#hdisp-about dd {
  text-align: right;
}

header#mainheader div.inner div#index-hdisp dl#hdisp-tel {
  display: flex;
  justify-content: center;
  padding: 14px;
  align-items: center;
  color: #fefefe;
  background-color: #ff7a7a;
}

header#mainheader div.inner div#index-hdisp dl#hdisp-tel dt {
  padding: 2px;
  border: solid 2px;
  text-align: center;
  width: 88px;
  margin-right: 22px;
  border-radius: 5px;
}

header#mainheader div.inner div#index-hdisp dl#hdisp-tel dd {
  
  font-size: 1.5rem;

}

header#mainheader div.inner a#sp-menu {
  display: none;
}


footer#mainfooter {
  background-color: #ff7a7a;
  position: relative;
  position: relative;
  padding: 36px 12px;
  margin-top: 112px;
  z-index: 1;
}

footer#mainfooter:before{
  content: "";
  display: block;
  width: 480px;
  height: 144px;
  background: no-repeat url(images/ft-plants.svg);
  position: absolute;
  top: -144px;
  left: calc(50vw - 572px);
}

footer#mainfooter div.center960 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

footer#mainfooter div.center960 h2 {
  margin-bottom: 12px;
}

footer#mainfooter div.center960 h2 a {
  display: block;
  text-indent: -9999px;
  background: no-repeat center / contain url(images/hd-logo.svg);
  width: 374px;
  height: 32px;
  text-indent: -9999px;
}

footer#mainfooter div.center960 nav {
}

footer#mainfooter div.center960 nav ul {
  display: flex;
}

footer#mainfooter div.center960 nav ul li {
}

footer#mainfooter div.center960 nav ul li a {
  display: block;
  border-right: solid 1px #fefefe;
  color: #fefefe;
  text-decoration: none;
  padding: 12px;
  text-align: center;
  transition: all 0.2s ease;
}

footer#mainfooter div.center960 nav ul li a:hover{
  color: #ffff6d;
}

footer#mainfooter div.center960 nav ul li:last-child a {
  border-right: none;
}

footer#mainfooter div.center960 a#scroll-cat {
  position: fixed;
  bottom: 78px;
  display: block;
  width: 144px;
  text-align: center;
  text-decoration: none;
  right: 20px;
  font-weight: bold;
  opacity: 0;
  transition: all 0.4s ease;
  height: 52px;
}

footer#mainfooter div.center960 a#scroll-cat:hover{

}

footer#mainfooter div.center960 a#scroll-cat.disp{
  opacity: 1;
  right: 40px;
}

footer#mainfooter div.center960 a#scroll-cat.disp.ft_fixed {
  position: absolute;
  top: -68px;
}

footer#mainfooter div.center960 a#scroll-cat:hover > span {
  color: #ff7a7a;
  border: solid 4px #ff7a7a;
}

footer#mainfooter div.center960 a#scroll-cat:before{
  content: "";
  position: absolute;
  display: block;
  width: 240px;
  height: 182px;
  /* background: no-repeat url(images/ft-cat.svg); */
  background: no-repeat url(images/ft-cats.svg);
  /* background: no-repeat url(images/cattest.svg); */
  background-position: 0px 0px;
  text-indent: -9999px;
  top: -108px;
  left: -64px;
}

footer#mainfooter div.center960 a#scroll-cat:hover:before{
  background-position: -2px -184px;
}

footer#mainfooter div.center960 a#scroll-cat.scroll:hover:before{
  background-position: -2px -368px;
}

footer#mainfooter div.center960 a#scroll-cat.scroll:before{
  background-position: -2px -368px;
}

footer#mainfooter div.center960 a#scroll-cat span{
  display: block;
  padding: 8px;
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  background-color: #fefefe;
  color: #333;
  text-decoration: none;
  border: solid 4px;
  border-radius: 8px;
  z-index: 1;
  position: absolute;
  transition: all 0.4s ease;
}

footer#mainfooter div.center960 a#ft-to-covid {
  display: block;
  color: #fefefe;
  text-align: center;
  text-decoration: none;
  padding: 4px 12px;
  border-radius: 8px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: solid 2px;
  width: 100%;
  max-width: 224px;
  line-height: 1.5;
  margin-top: 12px;
}

footer#mainfooter div.center960 a#ft-to-covid:hover{
  color: #ffff6d;
  border: solid 2px #ffff6d;
}

footer#mainfooter p {
  text-align: center;
  margin-top: 44px;
  color: #fefefe;
}

body{
    /* background: no-repeat center top url(images/layout_index.jpg); */
  }

div#index-header{

}

div#index-header header#mainheader div.inner nav{
  position: fixed;
  z-index: 10;
}


/* =========================================================
page-index
========================================================= */
div#page-index {
}

div#page-index main {
}

div#page-index main section#catch {
  background: linear-gradient(to top, #ffe6e6 0%, rgba(252,228,228,0) 75% ),url(images/index-catch-back.svg),#ffe6e6;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 16vh;
  box-sizing: border-box;
  min-height: 820px;
  align-items: center;
}

div#page-index main section#catch div.inner {
  max-width: 914px;
  margin: 0 auto;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}

div#page-index main section#catch div.inner h2 {
  
  font-size: 2.5rem;

  
  font-family: 'Noto Sans JP', sans-serif;

  max-width: 420px;
}

div#page-index main section#catch div.inner h2 span{
  background-color: #fefefe;
  padding: 0px 20px;
  display: inline-block;
}

div#page-index main section#catch div.inner h2 span.upper {
  margin-bottom: 16px;
}

div#page-index main section#catch div.inner h2 span.lower {
}

div#page-index main section#catch div.inner img {
  display: block;
  margin-top: -50px;
  width: 100%;
}

div#page-index main section#catch a#towork {
  display: block;
  text-indent: -9999px;
  background: no-repeat center url(images/index-catch-scroll.svg);
  width: 58px;
  height: 62px;
  margin: 36px auto;
}

div#page-index main section#work {
  background-color: #f8f6f5;
}

div#page-index main section#work h2.bh2 {
}

div#page-index main section#work p {
  text-align: center;
}

div#page-index main section#work ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 960px;
  justify-content: center;
  padding: 0px 12px;
}

div#page-index main section#work ul li {
  width: 100%;
  max-width: 264px;
  margin: 0px 24px 48px;
}

div#page-index main section#work ul li div.ib{
  height: 264px;
  background-color: #fefefe;
  overflow: hidden;
  border-top-left-radius: 64px;
  border-bottom-right-radius: 64px;
}

div#page-index main section#work ul li div.ib img {
  display: block;
  width: 100%;
}

div#page-index main section#work ul li p {
  
  font-size: 1.25rem;

  
  font-family: 'Noto Sans JP', sans-serif;

  margin-top: 12px;
}

div#page-index main section#work a.ba {
  margin: 0 auto;
}

div#page-index main section#counsel {

}

div#page-index main section#counsel div.curve {
  background: no-repeat center top / auto 100% url(images/index-counsel-back.svg), linear-gradient(to right,#fefefe 0%,#fefefe 50%,#f8f6f5 50%, #f8f6f5 100%);
}

div#page-index main section#counsel div.curve div.inner {
  display: flex;
  justify-content: space-between;
}

div#page-index main section#counsel div.curve div.inner div.left {
  max-width: calc(50% - 40px);
  padding: 32px 12px;
}

div#page-index main section#counsel div.curve div.inner div.left h2 {
  
  font-size: 2rem;

  margin-bottom: 48px;
}

div#page-index main section#counsel div.curve div.inner div.left p {
}

div#page-index main section#counsel div.curve div.inner div.ib {
  width: 100%;
  max-width: 440px;
  margin-left: 12px;
}

div#page-index main section#counsel div.curve div.inner div.ib img {
  width: 100%;
  display: block;
}

div#page-index main section#counsel a.ba {
  margin: 40px auto 0;
}

/* =========================================================
infomation
========================================================= */
div#page-index main div#infomation {
  padding-bottom: 12px;
}

div#page-index main div#infomation div.inner {
  display: flex;
  justify-content: space-between;
}

div#page-index main div#infomation div.inner section{
  width: 100%;
  border-top-left-radius: 64px;
  border-bottom-right-radius: 64px;
  border: solid 2px #333;
  box-sizing: border-box;
  padding: 20px;
  min-height: 232px;
}

div#page-index main div#infomation div.inner section header{
  position: relative;
}

div#page-index main div#infomation div.inner section header h2 {
  
  font-size: 1.5rem;

  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 2px;
}

div#page-index main div#infomation div.inner section header a{
  position: absolute;
  right: 0px;
  top: 6px;
}


div#page-index main div#infomation div.inner section nav {
}

div#page-index main div#infomation div.inner section nav ul {
  margin-top: 20px;
}

div#page-index main div#infomation div.inner section nav ul li {
}

div#page-index main div#infomation div.inner section nav ul li {
  text-decoration: none;
}

div#page-index main div#infomation div.inner section nav ul li dl {
  display: flex;
  padding: 4px 0px;
}

div#page-index main div#infomation div.inner section nav ul li dl dt {
  margin-right: 12px;
  text-decoration: none;
  color: #b6b6b6;
}

div#page-index main div#infomation div.inner section nav ul li dl dd {
  color: #333;
  text-decoration: none;
}


div#page-index main div#infomation div.inner section#notice header a{

}

div#page-index main div#infomation div.inner section#notice {
}

div#page-index main div#infomation div.inner section#notice header {
}

div#page-index main div#infomation div.inner section#notice header h2 {
  
  font-size: 1.5rem;

  text-align: center;
}

div#page-index main div#infomation div.inner section#notice header a {
}

div#page-index main div#infomation div.inner section#notice nav {
}

div#page-index main div#infomation div.inner section#notice nav ul {
}

div#page-index main div#infomation div.inner section#notice nav ul li {
}

div#page-index main div#infomation div.inner section#notice nav ul li a {
}

div#page-index main div#infomation div.inner section#notice nav ul li a dl {
}

div#page-index main div#infomation div.inner section#notice nav ul li a dl dt {
}

div#page-index main div#infomation div.inner section#notice nav ul li a dl dd {
}

div#page-index main div#infomation div.inner section#blog {
}

div#page-index main div#infomation div.inner section#blog header {
}

div#page-index main div#infomation div.inner section#blog header h2 {
}

div#page-index main div#infomation div.inner section#blog header a {
}

div#page-index main div#infomation div.inner section#blog nav {
}

div#page-index main div#infomation div.inner section#blog nav ul {
}

div#page-index main div#infomation div.inner section#blog nav ul li {
}

div#page-index main div#infomation div.inner section#blog nav ul li a {
}

div#page-index main div#infomation div.inner section#blog nav ul li a dl {
}

div#page-index main div#infomation div.inner section#blog nav ul li a dl dt {
}

div#page-index main div#infomation div.inner section#blog nav ul li a dl dd {
}







div#page-about {
}

div#page-about main {
}

div#page-about main section.bundermain {
}

div#page-about main section.bundermain h2.bh2 {
}

div#page-about main section.bundermain div.center960 {
}

div#page-about main section.bundermain div.center960 h3 {
}

div#page-about main section.bundermain div.center960 div.binner {
}

div#page-about main section.bundermain div.center960 div.binner div.btable {
}

div#page-about main section.bundermain div.center960 div.binner div.btable dl {
}

div#page-about main section.bundermain div.center960 div.binner div.btable dl dt {
}

div#page-about main section.bundermain div.center960 div.binner div.btable dl dd {
}

div#page-about main section.bundermain div.center960 div.binner div.btable dl dd iframe{
  width: 100%;
}

div#page-about main section.bundermain div.center960 div.binner div.btable dl dd ul {
}

div#page-about main section.bundermain div.center960 div.binner div.btable dl dd ul li {
}

div#page-about main section.bundermain div.center960 div.binner div.btable dl dd h4 {
}

div#page-about main section.bundermain div.center960 div.binner div.btable dl dd p {
}

div#page-about main section.bundermain div.center960 div.binner div.btable dl dd ul.imgs{
  display: flex;
  justify-content: space-around;
}

div#page-about main section.bundermain div.center960 div.binner div.btable dl dd ul.imgs li{
  margin-right: 12px;
  width: calc(50% - 6px);
}

div#page-about main section.bundermain div.center960 div.binner div.btable dl dd ul.imgs li:last-child{
  margin-right: 0px;
}

div#page-about main section.bundermain div.center960 div.binner div.btable dl dd ul.imgs li img {
  display: block;
  width: 100%;
}

div#page-about main section#contact {
}

div#page-about main section#contact div.center960 {
}

div#page-about main section#contact div.center960 h2.bh2 {
}

div#page-about main section#contact div.center960 h2.bh2 span {
}

div#page-about main section#contact div.center960 div.inner {
}

div#page-about main section#contact div.center960 div.inner div.left {
}

div#page-about main section#contact div.center960 div.inner div.left p {
}

div#page-about main section#contact div.center960 div.inner div.left dl#ctel {
}

div#page-about main section#contact div.center960 div.inner div.left dl#ctel dt {
}

div#page-about main section#contact div.center960 div.inner div.left dl#ctel dd {
}

div#page-about main section#contact div.center960 div.inner div.left dl#ctel dd a {
}

/* =========================================================
overview
========================================================= */
div#page-about main section#contact div.center960 div.inner div.left div#overview {
}

div#page-about main section#contact div.center960 div.inner div.left div#overview dl {
}

div#page-about main section#contact div.center960 div.inner div.left div#overview dl dt {
}

div#page-about main section#contact div.center960 div.inner div.left div#overview dl dd {
}

div#page-about main section#contact div.center960 div.inner iframe#map {
}


/* =========================================================
page-works
========================================================= */
div#page-works {
}

div#page-works main {
}

div#page-works main section.bundermain {
}

div#page-works main section.bundermain h2.pt {
}

div#page-works main section.bundermain h2.pt span {
}

div#page-works main section.bundermain div.center960 {
}

div#page-works main section.bundermain div.center960 ul {
}

div#page-works main section.bundermain div.center960 ul li {
  margin-bottom: 80px;
}

div#page-works main section.bundermain div.center960 ul li:last-child {
  margin-bottom: 0px;
}

div#page-works main section.bundermain div.center960 ul li section.works {
  display: flex;
  justify-content: space-between;
}

div#page-works main section.bundermain div.center960 ul li section.works div.left {
  border-top-left-radius: 80px;
  background-color: #ffe6e6;
  max-width: 352px;
  height: 264px;
  width: 100%;
  box-sizing: border-box;
  padding: 32px;
  position: relative;
  z-index: 1;
}

div#page-works main section.bundermain div.center960 ul li section.works div.left h3 {
  color: #ff7a7a;
  
  font-size: 1.5rem;

}

div#page-works main section.bundermain div.center960 ul li section.works div.left h3 span{
  display: inline-block;
  background-color: #fefefe;
  padding: 0px 8px;
  margin-bottom: 4px;
}

div#page-works main section.bundermain div.center960 ul li section.works div.left div.ib {
  width: 100%;
  max-width: 200px;
  position: absolute;
  bottom: -46px;
  right: 32px;
}

div#page-works main section.bundermain div.center960 ul li section.works div.left div.ib img {
  display: block;
  width: 100%;
}

div#page-works main section.bundermain div.center960 ul li section.works p {
  max-width: 640px;
  width: 100%;
  padding: 32px 32px 32px 64px;
  margin-left: -32px;
  margin-top: 32px;
  position: relative;
  background-color: #fefefe;
  min-height: 288px;
  box-sizing: border-box;
  border-bottom-right-radius: 20px;
}

div#page-works main section#contact {
}

div#page-works main section#contact div.center960 {
}

div#page-works main section#contact div.center960 h2.bh2 {
}

div#page-works main section#contact div.center960 h2.bh2 span {
}

div#page-works main section#contact div.center960 div.inner {
}

div#page-works main section#contact div.center960 div.inner div.left {
}

div#page-works main section#contact div.center960 div.inner div.left p {
}

div#page-works main section#contact div.center960 div.inner div.left dl#ctel {
}

div#page-works main section#contact div.center960 div.inner div.left dl#ctel dt {
}

div#page-works main section#contact div.center960 div.inner div.left dl#ctel dd {
}

div#page-works main section#contact div.center960 div.inner div.left dl#ctel dd a {
}

/* =========================================================
overview
========================================================= */
div#page-works main section#contact div.center960 div.inner div.left div#overview {
}

div#page-works main section#contact div.center960 div.inner div.left div#overview dl {
}

div#page-works main section#contact div.center960 div.inner div.left div#overview dl dt {
}

div#page-works main section#contact div.center960 div.inner div.left div#overview dl dd {
}

div#page-works main section#contact div.center960 div.inner iframe#map {
}



div#page-counsel {

}

div#page-counsel main {
}

div#page-counsel main section.bundermain {
}

div#page-counsel main section.bundermain h2.pt {
}

div#page-counsel main section.bundermain h2.pt span {
}

div#page-counsel main section.bundermain div.center960 {
}

div#page-counsel main section.bundermain div.center960 p.pst {
}

div#page-counsel main section.bundermain div.center960 p.pst span.bac {
}

div#page-counsel main section.bundermain div.center960 section#counsel-work {
}

div#page-counsel main section.bundermain div.center960 section#counsel-work h3.bh3 {
}

div#page-counsel main section.bundermain div.center960 section#counsel-work ol {
  
  font-size: 1.25rem;

  font-weight: bold;
  line-height: 2;
}

div#page-counsel main section.bundermain div.center960 section#counsel-work ol li {
}

div#page-counsel main section.bundermain div.center960 section#counsel-work ol li span {
  width: 24px;
}

div#page-counsel main section.bundermain div.center960 section#counsel-price {
}

div#page-counsel main section.bundermain div.center960 section#counsel-price h3.bh3 {
}

div#page-counsel main section.bundermain div.center960 section#counsel-price section {
}

div#page-counsel main section.bundermain div.center960 section#counsel-price section h4.bh4 {
}

div#page-counsel main section.bundermain div.center960 section#counsel-price section div.btable {
}

div#page-counsel main section.bundermain div.center960 section#counsel-price section div.btable table {
}

div#page-counsel main section.bundermain div.center960 section#counsel-price section div.btable table thead {
}

div#page-counsel main section.bundermain div.center960 section#counsel-price section div.btable table thead tr {
}

div#page-counsel main section.bundermain div.center960 section#counsel-price section div.btable table thead tr th {
}

div#page-counsel main section.bundermain div.center960 section#counsel-price section div.btable table tbody {
}

div#page-counsel main section.bundermain div.center960 section#counsel-price section div.btable table tbody tr {
}

div#page-counsel main section.bundermain div.center960 section#counsel-price section div.btable table tbody tr td {
}

div#page-information {

}

div#page-information main {
}

div#page-information main section.bundermain {
}

div#page-information main section.bundermain h2.pt {
}

div#page-information main section.bundermain h2.pt span {
}

div#page-information main section.bundermain h2#blogtitle{
  background: no-repeat top / contain url(images/blog-img.svg);
  
  font-size: 2.5rem;

  text-align: center;
  max-width: 960px;
  width: 100%;
  margin: 0 auto -36px;
  padding-top: 222px;
}

div#page-information main section.bundermain h2#blogtitle span{
  display: block;
  
  font-size: 1.5rem;

}

div#page-information main section.bundermain div.center960 {
}

div#page-information main section.bundermain div.blogspace div.binner {
  padding-top: 80px;
}

div#page-information main section.bundermain div.center960 div.binner {
}

div#page-information main section.bundermain div.center960 div.binner ul {
}

div#page-information main section.bundermain div.center960 div.binner ul li {
  margin-bottom: 40px;
}

div#page-information main section.bundermain div.center960 div.binner ul li article {
}

div#page-information main section.bundermain div.center960 div.binner ul li article h3.bh3 {
  margin-bottom: 0px;
}

div#page-information main section.bundermain div.center960 div.binner ul li article p.time {
  font-weight: bold;
  display: inline-block;
  padding: 0px 8px;
  background-color: #b6b6b6;
  color: #fefefe;
  margin-bottom: 12px;
}

div#page-information main section.bundermain div.center960 div.binner ul li article div.content {
}

div#page-information main section.bundermain div.center960 div.binner ul li article div.content p {
  word-break: break-all;
}

div#page-information main section.bundermain div.center960 div.binner ul li article div.content p span {
}

div#page-information main section.bundermain div.center960 div.binner ul li article div.content p span span {
}

div#page-information main section.bundermain div.center960 div.binner ul li article div.content p strong {
}

div#page-information main section.bundermain div.center960 div.binner ul li article div.content p a {

}

div#page-information main section.bundermain div.center960 div.binner ul li article div.content img{
  display: block;
  border-radius: 8px;
  margin: 8px 0px;
}

div#page-information main section.bundermain div.center960 div.binner div.navPage {
}

div#page-information main section.bundermain div.center960 div.binner div.navPage nav.navigation {
}

div#page-information main section.bundermain div.center960 div.binner div.navPage nav.navigation h2.screen-reader-text {
}

div#page-information main section.bundermain div.center960 div.binner div.navPage nav.navigation div.nav-links {
  text-align: center;
}

div#page-information main section.bundermain div.center960 div.binner div.navPage nav.navigation div.nav-links span.page-numbers {
  background-color: #f8f6f5;
  padding: 0px 8px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
}

div#page-information main section.bundermain div.center960 div.binner div.navPage nav.navigation div.nav-links a.page-numbers {
  background-color: #f8f6f5;
  padding: 0px 8px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;

}

div#page-information main section.bundermain div.center960 div.binner div.navPage nav.navigation div.nav-links a.page-numbers:hover{
  background-color: #ff7a7a;
  color: #fefefe;
}

div#page-information main section.bundermain div.center960 div.binner div.navPage nav.navigation div.nav-links a.next {
}

div#page-information main section#contact {
}

div#page-information main section#contact div.center960 {
}

div#page-information main section#contact div.center960 h2.bh2 {
}

div#page-information main section#contact div.center960 h2.bh2 span {
}

div#page-information main section#contact div.center960 div.inner {
}

div#page-information main section#contact div.center960 div.inner div.left {
}

div#page-information main section#contact div.center960 div.inner div.left p {
}

div#page-information main section#contact div.center960 div.inner div.left dl#ctel {
}

div#page-information main section#contact div.center960 div.inner div.left dl#ctel dt {
}

div#page-information main section#contact div.center960 div.inner div.left dl#ctel dd {
}

div#page-information main section#contact div.center960 div.inner div.left dl#ctel dd a {
}

/* =========================================================
overview
========================================================= */
div#page-information main section#contact div.center960 div.inner div.left div#overview {
}

div#page-information main section#contact div.center960 div.inner div.left div#overview dl {
}

div#page-information main section#contact div.center960 div.inner div.left div#overview dl dt {
}

div#page-information main section#contact div.center960 div.inner div.left div#overview dl dd {
}

div#page-information main section#contact div.center960 div.inner iframe#map {
}



/* =========================================================
page-covid
========================================================= */
div#page-covid {
}

div#page-covid main {
}

div#page-covid main section.bundermain {
}

div#page-covid main section.bundermain h2.pt {
}

div#page-covid main section.bundermain h2.pt span {
}

div#page-covid main section.bundermain h2.pt span span.db {
}

div#page-covid main section.bundermain div.center960 {
}

div#page-covid main section.bundermain div.center960 p.pst {
}

div#page-covid main section.bundermain div.center960 section.covid-work {
}

div#page-covid main section.bundermain div.center960 section.covid-work h3.bh3 {
}

div#page-covid main section.bundermain div.center960 section.covid-work h4.bh4 {
}

div#page-covid main section.bundermain div.center960 section.covid-work ul.target-type {
  display: flex;
  margin-bottom: 24px;
}

div#page-covid main section.bundermain div.center960 section.covid-work ul.target-type li{
  margin-right: 24px;
  padding-left: 32px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

div#page-covid main section.bundermain div.center960 section.covid-work ul.target-type li.owner {
  background-image: url(images/support_target_icon_employer.svg);
}

div#page-covid main section.bundermain div.center960 section.covid-work ul.target-type li.employee {
  background-image: url(images/support_target_icon_worker.svg);
}

div#page-covid main section.bundermain div.center960 section.covid-work ul.target-type li.personal {
  background-image: url(images/support_target_icon_people.svg);
}

div#page-covid main section.bundermain div.center960 section.covid-work ul.target-type li.student {
  background-image: url(images/support_target_icon_student.svg);
}

div#page-covid main section.bundermain div.center960 section.covid-work ul.subsidy {

}

div#page-covid main section.bundermain div.center960 section.covid-work ul.subsidy > li{
  margin-bottom: 40px;
}

div#page-covid main section.bundermain div.center960 section.covid-work ul.subsidy li section {

}

div#page-covid main section.bundermain div.center960 section.covid-work ul.subsidy li section h5.bh5 {
}

div#page-covid main section.bundermain div.center960 section.covid-work ul.subsidy li section div.btb-dl dl dd{
  background-repeat: no-repeat;
  background-position: left 12px top 10px;
  background-size: 24px 24px;
}

div#page-covid main section.bundermain div.center960 section.covid-work ul.subsidy li section div.btb-dl dl dd.employer {
  background-image: url(images/support_target_icon_employer.svg);
}

div#page-covid main section.bundermain div.center960 section.covid-work ul.subsidy li section div.btb-dl dl dd.worker {
  background-image: url(images/support_target_icon_worker.svg);
}

div#page-covid main section.bundermain div.center960 section.covid-work ul.subsidy li section div.btb-dl dl dd.people {
  background-image: url(images/support_target_icon_people.svg);
}

div#page-covid main section.bundermain div.center960 section.covid-work ul.subsidy li section div.btb-dl dl dd.student {
  background-image: url(images/support_target_icon_student.svg);
}
div#page-covid main section.bundermain div.center960 section.covid-work p {
  margin-bottom: 24px;
}

div#page-covid main section#contact {
}

div#page-covid main section#contact div.center960 {
}

div#page-covid main section#contact div.center960 h2.bh2 {
}

div#page-covid main section#contact div.center960 h2.bh2 span {
}

div#page-covid main section#contact div.center960 div.inner {
}

div#page-covid main section#contact div.center960 div.inner div.left {
}

div#page-covid main section#contact div.center960 div.inner div.left p {
}

div#page-covid main section#contact div.center960 div.inner div.left dl#ctel {
}

div#page-covid main section#contact div.center960 div.inner div.left dl#ctel dt {
}

div#page-covid main section#contact div.center960 div.inner div.left dl#ctel dd {
}

div#page-covid main section#contact div.center960 div.inner div.left dl#ctel dd a {
}

/* =========================================================
overview
========================================================= */
div#page-covid main section#contact div.center960 div.inner div.left div#overview {
}

div#page-covid main section#contact div.center960 div.inner div.left div#overview dl {
}

div#page-covid main section#contact div.center960 div.inner div.left div#overview dl dt {
}

div#page-covid main section#contact div.center960 div.inner div.left div#overview dl dd {
}

div#page-covid main section#contact div.center960 div.inner iframe#map {
}

