/*基本設定*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
h1 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}
h2 {
  font-size: 18px;
  margin-bottom: 40px;
}
h2.sys {
  font-size: 18px;
  margin-bottom: 40px;
  padding: 0 30px;
}
h3 {
  clear: both;
  font-size: 16px;
  margin-top: 10px;
  width: 100%;
}
p {
  font-size: 16px;
  line-height: 30px;
}
body {
  background: #fff;
  background-attachment: fixed;
  overflow-x: hidden;
}
img {
  vertical-align: bottom;
}
ul {
  list-style: none;
}
.red {
  color: #fd1903;
}
.green {
  color: #00b734;
}
.blue {
  color: #0097de;
}
.com_pc {
  display: none;
}
.db_pc {
  display: none;
}
#top {
  width: 1024px;
  margin: 0 auto;
  height: 75px;
}
#main {
  clear: both;
  width: 100%;
  padding-top: 75px;
  background: #9ec41c;
  text-align: center;
}
#main img {
  width: 100%;
  max-width: 1024px;
}
.main_center {
  width: 1024px;
  margin: 0 auto;
}
.main_center img {
  width: 100%;
  margin: 0 auto;
}
.mainView ul.top_l {
  float: left;
  height: 75px;
  padding: 0px 0px 0px 30px;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainView .top_l li {
  float: left;
  margin-right: 20px;
}
.mainView .top_l li.logo_top img {
  width: 213px;
  height: auto;
}
.mainView ul.top_r {
  float: right;
  font-size: 14px;
  height: 75px;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainView .top_r li {
  float: left;
  margin-left: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
}
.mainView .top_r li:last-child {
  margin-right: 10px;
}
.mainView .top_r a:hover {
  color: coral;
}
#com {
  width: 1024px;
  margin: auto;
  background: #fff;
  padding: 30px;
}
#com02 {
  padding: 30px 0;
  width: 1024px;
  margin: auto;
  background: #fff;
  overflow: hidden;
}
/*ぱんくず*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumb li:not(:last-of-type)::after {
  content: ">";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}
#com02 .breadcrumb {
  padding-left: 30px;
}
#info {
  width: 750px;
  margin: auto;
}
#service_bg {
  margin-top: 20px;
  padding-top: 60px;
  text-align: center;
  width: 100%;
  background: url("../img/service-bg.png")no-repeat;
  background-image: 100%;
  background-color: #fcfcfc;
}
#service_bg img {
  width: 100%;
  margin-bottom: 40px;
}
table.db,
table.design {
  width: 84%;
  margin: 40px auto 0;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #ddd;
}
table.db th ,
table.design th {
  padding: 10px;
  background: #f9f9f9;
  font-weight: bold;
}
table.db td,
table.design td {
  padding: 20px 20px;
  background: #fff;
  text-align: left;
}
table.db p,
table.design p {
  padding-left: 1em;
  text-indent: -1em;
}
table.design02 {
  display: none;
}
.con-img {
  margin: 70px auto;
  cursor: pointer;
  max-width: 960px;
  position: relative;
  width: 100%;
}
.con-img img {
  height: auto;
  width: 100%;
}
.con-img::before {
  background: rgba(0, 0, 0, .5); /* マスクの色(黒の50%) */
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: 0; /* 最初は透明(非表示) */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
}
.con-img:hover::before {
  opacity: 1; /* hoverしたら透過しない(表示させる) */
}
.con_next {
  position: absolute;
  right: 50px;
  bottom: 30px;
}
.con-img h1 {
  align-items: center; /* テキストの中央揃え */
  bottom: 0;
  color: #fff; /* テキストの色 */
  display: flex; /* テキストの中央揃え */
  justify-content: left; /* テキストの中央揃え */
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%; /* テキストを横幅いっぱいにならないようにする */
}
.click {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
/*タイトル*/
.ttl_sub {
  text-align: center;
  margin: 40px 0 36px;
}
.ttl_sub img {
  width: 110px;
  height: auto;
}
/*サービス*/
#service01 {
  width: 100%;
  overflow: hidden;
}
.service01_l {
  float: left;
  width: 50%;
  padding-right: 7%;
  padding-left: 30px;
}
.service01_r {
  float: right;
  width: 50%;
}
.service01_r img {
  width: 100%;
}
.stripe {
  background: url("../img/line.png")repeat;
  background-color: #fff;
  height: 5px;
}
#service02 {
  width: 100%;
  overflow: hidden;
}
.service02_l {
  float: left;
  width: 50%;
  margin: 120px 0 100px;
  margin-bottom: 40px;
}
.service02_l img {
  width: 100%;
  margin-bottom: 40px;
}
.service02_r {
  float: left;
  width: 50%;
  padding-left: 7%;
  padding-right: 30px;
  margin-top: 80px;
}
.service03_l {
  display: none;
  float: left;
  width: 50%;
  margin: 120px 0 100px;
  margin-bottom: 40px;
}
.service03_l img {
  display: none;
  width: 100%;
  margin-bottom: 40px;
}
/* ボタン */
.button01 a {
  float: right;
  background: #eee;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 10px 10px 30px;
  max-width: 200px;
  padding: 10px 30px 10px 10px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button01 a:hover {
  background: #313131;
  color: #FFF;
}
.button01 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #313131;
  border-right: 3px solid #313131;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button01 a:hover:after {
  border-color: #FFF;
}
.button02 {
  padding: 50px 80px;
  overflow: hidden;
}
.button02 a {
  float: right;
  background: #0098de;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 240px;
  padding: 5px 20px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border-radius: 30px;
  font-size: 24px;
  font-weight: bold;
}
.button02 a:hover {
  background: #33ccff;
  color: #FFF;
}
#bg_gray {
  margin-top: 60px;
  padding: 40px;
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
  margin-bottom: 5%;
}
.company {
  float: left;
  width: 50%;
  padding: 0 0 5%;
}
.company a:link, .company a:visited, .company a:hover, .company a:active {
  color: #000;
}
.map {
  float: left;
  width: 50%;
  text-align: center;
  padding: 0 0 0 6%;
}
.icon {
  text-align: right;
  padding: 0 6% 0 0;
  font-weight: bold;
  color: #7bbbe8;
}
.icon a {
  color: #7bbbe8;
}
dl {
  margin: 20px 10px 20px 0;
}
dt {
  float: left;
  width: 60px;
  line-height: 30px;
}
dd {
  line-height: 30px;
}
dd.second {
  margin-left: 62px;
}
ul.access {
  list-style: disc;
  margin-left: 20px;
}
#foot {
  clear: both;
  width: 100%;
  background: #fff;
  background: #9ec41c;
}
#foot a:link, #foot a:visited, #foot a:hover, #foot a:active {
  color: #fff;
}
  .foot_center {
    width: 1024px;
	  margin: auto;
  }
.foot_center ul.foot {
  width: 100%;
  padding: 30px;
  margin: 0px;
  overflow: hidden;
}
.foot_center .foot li {
  float: left;
  width: 50%;
  color: #fff;
}
.foot_center .foot li img {
  width: 213px;
  height: auto;
}
.foot_center .foot li ul.right {}
.foot_center .right li {
  float: right;
  width: 80%;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}
.foot_center .right li:nth-child(3) {
  text-align: center;
}
.cop {
  width: 100%;
  text-align: center;
  color: #9ec41c;
  background: #fff;
  padding: 20px;
  font-weight: bold;
}
.my-size {
  padding-right: 6px;
}
.my-map {
  padding-right: 6px;
}
/* next_top
-------------------------------------------------------*/
.pagetop {
  position: fixed;
  bottom: 2.0rem;
  right: 2.0rem;
  z-index: 30;
}
.pagetop .pc_no {
  display: none;
}
.pagetop .sp_no {
  display: inline;
}
.pagetop a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  #top {
    width: 98%;
    margin: 0 1%;
    height: 75px;
  }
  #main {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .main_center {
    width: 100%;
    margin: 0 auto;
  }
  #com {
    width: 100%;
    padding: 30px;
  }
  #com02 {
    padding: 30px 0;
    width: 100%;
  }
  /*ぱんくず*/
  #com01 .breadcrumb {
    padding: 0 30px;
  }
  #com02 .breadcrumb {
    padding-left: 30px;
  }
  .service01_l {
    padding-right: 3%;
  }
  .service02_r {
    padding-left: 3%;
  }
  .foot_center {
    width: 100%;
  }
}
@media screen and (max-width: 970px) {
  .pc_non {
    display: inline;
  }
  .sp_non {
    display: none;
  }
  .mainView ul.top_l {
    height: 60px;
  }
  #top {
    width: 98%;
    margin: 0 1%;
    height: 60px;
  }
  #top ul.top_r {
    display: none;
  }
  #top .top_r li {}
  #main {
    padding-top: 60px;
    clear: both;
    width: 100%;
    height: auto;
  }
  .main_center {
    width: 100%;
    margin: 0 auto;
  }
  .foot_center .right li {
    width: 90%;
  }
}
@media screen and (max-width:910px) {
  .com_pc {
    display: inline;
  }
}
@media screen and (max-width:870px) {
  .foot_center .foot li:nth-child(2) .right li {
    width: 100%;
  }
  #service_bg img {
    width: 100%;
  }
}
@media screen and (max-width:820px) {
  #main {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .ttl_sub {
    margin: 4% 0 3.6%;
  }
  h1 {
    margin-bottom: 8%;
  }
  h2 {
    margin-bottom: 4%;
  }
  #info {
    width: 100%;
    padding: 1%;
  }
}
@media screen and (max-width:786px) {
  #bg_gray {
    margin-top: 6%;
    padding: 30px 5%;
  }
  .company {
    float: none;
    width: 100%;
    padding: 0 0 5%;
  }
  .com_pc {
    display: none;
  }
  .map {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .service01_l {
    float: none;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .service01_r {
    float: none;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  .service01_r img {
    width: 55%;
    margin-top: 20px;
  }
  .service02_l {
    display: none;
    float: none;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .service02_l img {
    display: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .service02_r {
    float: none;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .service03_l {
    display: inline;
    float: left;
    width: 100%;
    margin: 20px 0 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .service03_l img {
    display: inline;
    width: 55%;
    margin: auto;
    margin-bottom: 20px;
  }
  .service_txt {
    padding: 0 30px;
  }
 .db,
  .design {
    width: 94%;
    margin: 60px auto 0;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #ddd;
  }
  .foot_center .foot li:first-child {
    width: 45%;
  }
  .foot_center .foot li:nth-child(2) {
    width: 55%;
  }
}
@media screen and (max-width:710px) {
  .cop {
    clear: both;
    padding-top: 10px;
  }
}
@media screen and (max-width:660px) {
  .pc_n {
    display: inline;
  }
  .sp_n {
    display: none;
  }
  .mainView ul.top_l {
    padding: 0px 0px 0px 15px;
  }
  .mainView .top_l li.logo_top img {
    width: 150px;
    height: auto;
  }
  .button02 a {
    float: none;
    margin: auto;
  }
  .con-img {
    margin: 30px auto 0;
  }
  .foot_center ul.foot {
    padding: 15px;
  }
  .foot_center .foot li img {
    width: 150px;
    height: auto;
  }
  .foot_center .foot li:first-child {
    width: 40%;
  }
  .foot_center .foot li:nth-child(2) {
    width: 60%;
  }
}
@media screen and (max-width:625px) {
  .foot_center .foot li:first-child {
    width: 35%;
  }
  .foot_center .foot li:nth-child(2) {
    width: 65%;
  }
  .db_pc {
    display: inline;
  }
}
@media screen and (max-width:587px) {
  .foot_center .foot li:first-child, .foot_center .foot li:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .company {
    float: none;
    width: 100%;
    padding: 0 0 6%;
  }
  .map {
    padding: 0;
  }
}
@media screen and (max-width:480px) {
  .br {
    display: inline;
  }
  .br02 {
    display: none;
  }
  .sp {
    display: inline;
  }
  #service {
    width: 96%;
    margin: 20px 2% 0;
  }
  ul.service_l li {
    display: none;
  }
  .service_l li.sp {
    display: inline;
  }
  #service_bg {
    padding-top: 30px;
  }
  h1 {
    font-size: 26px;
  }
  .button02 {
    padding: 30px 80px;
    overflow: hidden;
  }
  .button02 a {
    font-size: 20px;
  }
  .design {
    display: none;
  }
  table.design02 {
    display: flex;
    width: 86%;
    margin: 30px auto 0;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #ddd;
    font-size: 14px;
    line-height: 24px;
  }
  table.design02 th {
    padding: 10px;
    background: #f9f9f9;
    font-weight: bold;
  }
  table.design02 td {
    padding: 6px 10px;
    background: #fff;
    text-align: center;
  }
  table.design02 p {
    padding-left: 1em;
    text-indent: -1em;
  }
  #service_bg .design02 img {
    margin-bottom: 0px;
  }
  /* next_top
-------------------------------------------------------*/
  .pagetop {
    position: fixed;
    bottom: 0.8rem;
    right: 0.3rem;
    z-index: 30;
  }
  .pagetop img {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width:414px) {
  h2 {
    font-size: 16px;
  }
  h2.sys {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 26px;
  }
  h3 {
    font-size: 14px;
    margin-top: 8px;
    width: 100%;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  #com {
    padding: 16px;
  }
  #com02 {
    padding: 16px 0;
  }
  /*ぱんくず*/
  #com01 .breadcrumb {
    padding: 0 16px;
  }
  #com02 .breadcrumb {
    padding-left: 16px;
  }
  .service01_l {
    padding-left: 16px;
    padding-right: 16px;
  }
  .service02_r {
    padding-left: 16px;
    padding-right: 16px;
  }
  nav {
    font-size: 14px;
  }
  .foot_center .foot li ul.right {}
  .foot_center .right li {
    font-size: 14px;
    line-height: 24px;
  }
  .company {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width:375px) {
  h1 {
    font-size: 24px;
  }
}