@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 1px;
}




/*  電話リンク無効
---------------------------------------------------------------------------*/

a[href^="tel:"] {
  cursor: default;
}



/*  header
---------------------------------------------------------------------------*/

.header {
  width: 100%;
  height: 120px;
  background: #fff;
  position: absolute;
  top: -120px;/* 配置調整（重要！） */
  margin-top: 120px;/* 配置調整（重要！） */
  transition: top 300ms;/*  ここのtransitionでtopだけを指定する（重要！）  */
  -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
  z-index: 10;
}

.header.sticky,
.main-top > .header.sticky {
  position: fixed;
  /* 上に固定 */
  top: 0;
  /* 上からスッと表示させる（重要！） */
  margin-top: 0;
  /* 0にすることでtopで上に配置 */
  height: 90px;
  -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
  box-shadow: 0 2px 6px rgb(0 0 0 / 9%);
  z-index: 10;
}




.logo a {
  display: block;
  margin-top: 10px;
}

.logo img {
  width: 170px;
}

.header-in {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-txt {
  font-size: .8em;
  line-height: 1;
  margin-top: 0;
}


.header-top-btn a {
  border-radius: 0 0 4px 4px;
  background: rgba(43, 161, 64, 1);
  color: #fff;
  display: block;
  padding: .5em 2.5em;
  text-align: center;
  line-height: 1;
}

.header-top-btn a:hover {
  background: rgb(66, 188, 78);
  color: #fff;
}

@media all and (min-width:769px) and (max-width:1024px) {
  .header-in {
    box-sizing: border-box;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-top {
    width: 100%;
    margin: 0 auto;
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  ul.parent li a {
    font-size: .9em!important;
  }
  .logo img {
    max-width: 120px;
  }
}


/*  パン屑リスト
---------------------------------------------------------------------------*/

.breadcrumb {
  font-size: 1.4rem;
  padding-top: 150px;
}


/*  base
---------------------------------------------------------------------------*/

main {
  /*max-width: 1200px;*/
  margin-left: auto;
  margin-right: auto;
}

.main-top > .header {
  -webkit-box-shadow: 0 2px 6px rgb(255 255 255 / 9%);
  box-shadow: 0 2px 6px rgb(255 255 255 / 9%);
}


.contents-wrap,
.contents-wrap-color
/*spのみ*/

{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.contents-wrap-s {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.contents-in {
  padding: 30px;
}


@media all and (min-width:769px) and (max-width:1024px) {
  main {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    position: relative;
  }

  .contents-wrap,
  .contents-wrap-s {
    padding-left: 30px;
    padding-right: 30px;
  }
}




/*  nav
---------------------------------------------------------------------------*/

#menu-btn-check {
  display: none;
}

.header.sticky .logo img {
  width: 120px;
  margin-top: -5px;
}

.menu-content ul.parent {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

ul.parent li a {
  display: inline-block;
  padding: 0 .5em 0 1em;
  font-weight: 600;
  font-size: 1.1em;
  text-align: center;
}

ul.parent li::after {
  content: "/";
  color: #000;
  padding-left: 1em;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
}

ul.parent li:nth-of-type(4)::after {
  content: "";
  padding-right: 0;
}

ul.parent li a:last-of-type,
ul.parent li:last-child {
  padding-right: 0;
}

@media all and (min-width:769px) and (max-width:1024px) {
  ul.parent li a {
    padding: 0 0 0 .5em;
  }
  ul.parent li::after {
    padding-left: .5em;
  }
}



/* title
---------------------------------------------------------------------------*/

h1.title {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 4px;
  margin-top: 50px;
}

h2.title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 80px;
}

.h2-en {
  color: #319041;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}

.h2-sub {
  color: #319041;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-top: 20px;
}


h3.title {
  color: #319041;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}

h3.title-line {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
}

h3.title-line:before,
h3.title-line:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #222;
}

h3.title-line:before {
  margin-right: 1rem;
}

h3.title-line:after {
  margin-left: 1rem;
}

h3.h3-sub {
    font-size: 2.4rem;
    font-weight: 500;
	line-height: 1.3;
    letter-spacing: 1px;
}

h4.title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
}

.title-wrap {
  background-image: linear-gradient(to right, #319041, #319041 1px, transparent 1px, transparent 3px);
  /* 幅2の線を作る */
  background-size: 3px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 10px;
}


/* btn
---------------------------------------------------------------------------*/

.btn-green-wrap {
  display: flex;
  justify-content: flex-end;
}

.btn-green {
  border-radius: 3px;
  background: #319041 url("../images/img-arrow.png") no-repeat 20px center;
  display: block;
  padding: 15px 0 16px 80px;
  width: 200px;
  line-height: 1;
  color: #fff;
}

.btn-green:hover {
  background: rgb(66, 188, 78) url("../images/img-arrow.png") no-repeat 20px center;
  color: #fff;
}

.btn-enquiry-wide {
  background: #e76a33 url("../images/icon-mail.png") no-repeat 32% 55%;
  background-size: 30px auto;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 20px 25%;
  line-height: 1;
  font-size: 2.7rem;
  text-indent: .5em;
}

.btn-enquiry-wide:hover {
  background: #ffb453 url("../images/icon-mail.png") no-repeat 32% 55%;
  background-size: 30px auto;
  color: #fff;
}

.btn-orange {
  background: rgba(231, 152, 51, 1);
  border-radius: 3px;
  color: #fff;
  display: block;
  padding: 1em;
  line-height: 1;
}

.btn-orange:hover {
  background: rgba(231, 152, 51, .8);
  color: #fff;
}



/* メインビジュアル
---------------------------------------------------------------------------*/

.top-main-wrap {
  padding-top: 120px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main01 {
  background: #2ba140 url("../images/kv-img.png") no-repeat;
  background-position: right 120px top 50%;
  height: 480px;
  padding: 50px;
  /*position: relative;*/
}

.main-txt01 {
  color: #fff;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3px;
}

.main-txt02 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 30px;
}

@media all and (min-width:769px) and (max-width:1024px) {
  .main01 {
    padding: 30px!important;
    background-size: 35%;
    height: 440px;
  }
}


.btn-enquiry-pc {
  /*topページ用*/
  position: absolute;
  right: 0;
  top: 50px;
  width: 48px;
  background: #e76a33;
  border-radius: 3px 0 0 3px;
}

.btn-ec-pc {
  /*topページ用*/
  position: absolute;
  right: 0;
  top: 280px;
  width: 48px;
  background: #e79933;
  border-radius: 3px 0 0 3px;
}

.contents-wrap .btn-enquiry-pc {
  position: absolute;
  right: -50px;
  top: -70px;
  width: 48px;
  background: #e76a33;
  border-radius: 3px 0 0 3px;
}

.contents-wrap .btn-ec-pc {
  position: absolute;
  right: -50px;
  top: 160px;
  width: 48px;
  background: #e79933;
  border-radius: 3px 0 0 3px;
}

.btn-enquiry-pc:hover,
.contents-wrap .btn-enquiry-pc:hover {
  background: #ff9a4b;
}

.btn-ec-pc,
.contents-wrap .btn-ec-pc:hover {
  background: #ffb453;
}



/* top
---------------------------------------------------------------------------*/

.top-contents {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.top-contents > div,
.top-contents-R > div {
  width: 50%;
  align-self: stretch;
}

.top-contents > div img,
.top-contents-R > div img {
  vertical-align: bottom;
}

.top-contents-R {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-top: 40px;
}

.top-contents > div:first-of-type {
  padding: 0 40px 0 20px;
}

.top-contents-R > div:first-of-type {
  padding: 0 20px 0 40px;
}

ul.lst-line {
  margin-left: 20px;
}

ul.lst-line li {
  position: relative;
  margin-bottom: .5em
}


ul.lst-line li::after {
  display: block;
  content: '';
  position: absolute;
  top: 1em;
  left: -1em;
  width: 8px;
  height: 1px;
  background-color: #666;
}


ul.strengths-wrap {
  display: flex;
  margin-top: 40px;
}

.strengths-wrap li {
  border-left: dotted #333 1px;
  padding: 0 36px;
  width: 26%;
}

.strengths-wrap li:first-of-type {
  border-left: none;
  padding-left: 0;
  width: 24%;
}

.strengths-wrap li:last-of-type {
  padding-right: 0;
  width: 24%;
}

ul.strengths-wrap h3 {
  color: #000;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
}

ul.strengths-wrap img {
  margin: 20px 0;
}

.news-wrap {
  border-top: #000 4px solid;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

ul.news-box {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

ul.news-box li h2.title {
  margin-top: initial;
}

ul.news-box li:first-of-type {
  width: 25%;
}
ul.news-box li:nth-of-type(2){
  width: 75%;
}
ul.news-box dl dt time {
  color: #5b5b5b;
}

ul.news-box dl dt:nth-child(n + 2) {
  padding-top: 20px;
}

ul.news-box dl dd {
  background-image: linear-gradient(to right, #999, #999 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 20px;
  font-size: 1.8rem;
}



/* service(Webサイト構築・管理)
---------------------------------------------------------------------------*/

ul.service-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

ul.service-wrap li {
  border-left: dotted #999 1px;
  padding: 0 36px  30px 36px;
  width: 50%;
}
ul.service-wrap li:nth-child(n + 3)  {
  border-top: dotted #999 1px;
}

ul.service-wrap li:nth-child(odd) {
   border-left:none;
    padding-left: 0;
    width: 50%;
}

ul.service-wrap li:last-of-type {
  padding-right: 0;
  width: 50%;
}

ul.service-wrap h3 {
  color: #000;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
}

ul.service-wrap li img {
  margin: 25px 0;
}

.service-policy-wrap {
  display: flex;
  justify-content: space-between;
}

.service-policy-wrap {
  margin-top: 30px;
}

.service-policy-wrap div:first-of-type {
  width: 60%;
}

.service-policy-wrap img {
  width: 100%;
}

.item-order01 {
  order: 0;
  padding-right: 20px;
}

.item-order02 {
  order: 1;
  padding-left: 20px;
}

.wrap-2col,
.wrap-3col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrap-2col-R {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.wrap-2col > li {
  width: 46%;
  padding: 30px;
  border: #999 2px dotted;
}

.wrap-2col > li h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 10px;
}

.wrap-2col > li h5 {
  font-size: 1.8rem;
  font-weight: 600;
}

.wrap-2col > div,
.wrap-2col-R > div {
  width: 50%;
}

.wrap-2col-R > div:nth-of-type(odd) {
  padding-left: 5%;
}

.wrap-2col > div:nth-of-type(odd) {
  padding-right: 5%;
}

.wrap-2col > div h4,
.wrap-2col-R > div h4 {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 1em;
}

.site-url {
  color: #319041;
  line-height: 1.3;
  font-size: 1.4rem;
  word-break: break-all;
}

dl.green dt {
  background: #329140;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 3px;
  line-height: 1;
  margin: 20px 0;
  padding: 5px;
}

dl.green dd,
dl.light-green dd,
div.light-green ul li {
  list-style: none;
  position: relative;
  padding-left: 1em;
}

dl.green dd:before,
dl.light-green dd:before,
div.light-green ul li:before {
  content: "・";
  position: absolute;
  left: 0px;
}

dl.light-green {
  background: #eef7f0;
  border-radius: 3px;
  padding: 18px 10px 18px 10px;
  margin-top: 20px;
}

dl.light-green dt,
div.light-green h6 {
  color: #329140;
  text-align: center;
  line-height: 1;
  margin-bottom: .5em;
  font-weight: 600;
}

div.light-green {
  background: #eef7f0;
  border-radius: 3px;
  padding: 18px;
  position: relative;
}

.truste-wrap {
  display: flex;
  justify-content: space-between;
}

.box-btn {
  border: #999 2px dotted;
  padding: 30px;
  text-align: center;
  font-size: 2rem;
  clear: both;
}


/*ECサイト運営
---------------------------------------------------------------------------*/

.wrap-3col > li {
  width: 30%;
  padding: 30px;
  border: #999 2px dotted;
}

.wrap-3col > li:nth-of-type(2),
.wrap-3col > li:nth-of-type(5),
.wrap-3col > li:nth-of-type(8),
.wrap-3col > li:nth-of-type(11) {
  margin-left: 2%;
  margin-right: 2%;
}

.wrap-3col > li:nth-of-type(n + 4) {
  margin-top: 40px;
}

.wrap-3col h4 {
  line-height: 1.5;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: .5em;
}

.div-link-wrap:hover h4 {
  color: #767676;
}

.div-link-wrap img {
  transition: outline .3s;
  border: #ddd 1px solid;
}

.div-link-wrap:hover img {
  outline: rgba(153, 153, 153, .3) 8px solid;
}


/* LP(ECサイト）
---------------------------------------------------------------------------*/

.ec-2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ec-ttl {
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 600;
}
h2.ec-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 50px;
}

.ec-price {
  color: #319041;
  font-size: 8rem;
  font-weight: 600;
  font-family: 'Arial Black', sans-serif;
  letter-spacing: 4px;
  line-height: 1.5;
}

.ec-copy {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
}

.ec-bg-gray {
  padding-top: 60px;
  padding-bottom: 60px;
}

.circle-green {
  display: flex;
  justify-content: space-between;
}

.circle-green li {
  color: #fff;
  background: #319041;
  border-radius: 50%;
  font-size: 2rem;
  min-height: 265px;
  width: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.effect-wrap .box-wrap {
  display: flex;
  width: 80%;
}

.effect-wrap .right-box {
  margin-left: 55px;
}

.effect-wrap h3 {
  color: #319041;
  font-size: 2.4rem;
  line-height: 1;
}

.effect-wrap p.txt {
  padding-left: 20%;
  margin-top: -3em;
}

.arrow-bg {
  display: inline-block;
  padding: 10px 5px 5px 15px;
  background: #319041;
  position: relative;
  margin: 0;
  text-align: center;
  color: #fff;
  line-height: .5em;
}

.arrow-bg span {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 3em;
  line-height: 1;
}

.arrow-bg:after {
  content: "";
  width: 27px;
  height: 100%;
  right: -27px;
  top: 0;
  position: absolute;
  background: linear-gradient(to top right, #319041 50%, transparent 52%) top left/ 100% 50% no-repeat,
  linear-gradient(to bottom right, #319041 50%, transparent 52%) bottom left / 100% 50% no-repeat;
}

.box-dot-green {
  color: #319041;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.box-dot-green li {
  width: 30%;
  border: #319041 1px dotted;
  background: #fff;
  padding: 30px;
  font-size: 2.4rem;
  line-height: 1.3;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.ec-plan-wrap {
  display: flex;
  justify-content: space-between;
}

.ec-plan-wrap li {
  width: 30%;
}

.ec-plan-wrap li dl dt {
  border-radius: 3px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
  letter-spacing: 0;
}

.ec-plan-wrap li:first-of-type dl dt {
  background: #319041;
}

.ec-plan-wrap li:nth-of-type(2) dl dt {
  background: #e79933;
}

.ec-plan-wrap li:nth-of-type(3) dl dt {
  background: #e76a33;
}

.ec-plan-wrap li dl dd.plan-price {
  font-size: 5rem;
  font-weight: 700;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 1px;
  text-align: center;
}

.ec-plan-wrap li dl dd.plan-price span {
  font-size: 4rem;
  font-weight: 700;
  font-family: 'Arimo', sans-serif;
  line-height: 1;
  letter-spacing: 4px;
}

.ec-plan-wrap li dl dd.plan-txt {
  background: #f1eeee;
  border-radius: 50px;
  font-weight: 600;
  line-height: 1;
  padding: 1em 0;
  text-align: center;
}

.ttl-accordion{ 
    padding: 22px;
	font-size: 2.2rem;
	}
.price-box th,
.price-box td{ padding: 10px;}

 .price-box thead th:nth-child(n+2){width:26%;}

/*会社概要
---------------------------------------------------------------------------*/

.about h3 {
  color: #319041;
  font-size: 2.3rem;
  text-align: center;
  line-height: 1;
  margin-top: .5em;
}

.about p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  margin-top: .5em;
  margin-bottom: 1em;
}

dl.about-box {
  padding: 1em 0;
}

dl.about-box dt {
  width: 20%;
  float: left;
  clear: both;
  border-style: dotted;
  border-color: #CCC;
  border-width: 1px 0px 0px 0px;
  padding: 10px 20px 10px 20px;
}

dl.about-box dd {
  margin-left: 20%;
  border-style: dotted;
  border-color: #CCC;
  border-width: 1px 0px 0px 0px;
  padding: 10px 20px 10px 20px;
}

dl.box {}

dl.box img.pic {
  width: 30%;
  margin-left: 20px;
  margin-bottom: 30px;
}

dl.partners-box dt,
dl.box dt {
  color: #319041;
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 20px;
}

dl.partners-box dd span::after {
  content: "/";
  color: #000;
  padding-left: .5em;
  padding-right: .5em;
}

table.tbl-history th, td {
  vertical-align: top;
}

table.tbl-history tr:nth-child(1) th:nth-child(1) {
  background: #eef7f0;
}

table.tbl-history tr:nth-child(3) th:nth-child(1) {
  background: #d3e8d8;
}

table.tbl-history tr:nth-child(4) th:nth-child(1) {
  background: #b8d9c0;
}

table.tbl-history th {
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #319041;
  font-size: 2rem;
  border-top: #fff 2px solid;
  padding: 20px 5px 0 5px;
}

table.tbl-history td {
  padding: 10px 20px 0 40px;
}

table.tbl-history li {
  margin-bottom: 1em;
}

table.tbl-history td.bg-01 {
  background: #eef7f0;
  white-space: nowrap;
  text-align: right;
  padding: 10px 20px 0 80px;
}

table.tbl-history td.bg-02 {
  background: #d3e8d8;
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
  white-space: nowrap;
  text-align: right;
  padding: 10px 20px 0 80px;
}

table.tbl-history td.bg-03 {
  background: #b8d9c0;
  white-space: nowrap;
  text-align: right;
  padding: 10px 20px 0 80px;
}

.access-wrap {
  display: flex;
}

.access-wrap div:first-of-type {
  width: 65%;
}

.access-wrap div.gmap {
  position: relative;
  width: 35%;
  padding-top: 25%;
  margin-top: 5px;
}

.access-wrap div.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-wrap h3 {
  font-weight: 600;
}



/* IT関連サービス
---------------------------------------------------------------------------*/

.box-2col-pic {
  display: flex;
}

.box-2col-pic li:nth-child(1) {
  width: 70%;
}

.box-2col-pic li:nth-child(2) {
  width: 30%;
}

.box-2col-pic li:nth-child(2) img {
  padding-left: 20px;
}


.box-2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box-2col li {
  width: 46%;
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.box-2col li div:nth-child(odd) {
  width: 20%;
  padding-right: 20px;
}

.box-2col li div:nth-child(even) {
  width: 80%;
}

.box-2col li img {
  width: 100px;
}


/* form
---------------------------------------------------------------------------*/

input, button, textarea, select {
  font-size: 1.6rem;
}

.form-wrap {
  margin-top: 40px;
}

.form-in {
  padding-left: 20px;
  padding-right: 20px;
}

.form-wrap input {
  padding: 4px 16px;
  border-radius: 4px;
  height: 2.4em;
}



/* input text */

.form-text {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(43, 161, 64) inset;
}

form input[type=text],
form input[type=email],
form input[type=tel] {
  letter-spacing: 0.05em;
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-text-short {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


input[type=text].form-text-short {
  max-width: 20%;
  box-sizing: border-box;
}

input[type=tel].form-text-short {
  max-width: 20%;
  box-sizing: border-box;
}

form dl.col2 {
  display: flex;
  flex-wrap: wrap;
}

form dl.col2 dt {
  width: 15%;
  padding-right: 1em;
}

form dl.col2 dd {
  width: 85%;
}

form dl.col2 input[type=text].long,
form dl.col2 input[type=email].long {
  width: 100%;
  box-sizing: border-box;
}

form dl dt,
form dl dd {
  margin-bottom: 1em;
}



/* input submit ,button */

.form-submit {
  margin: 40px auto 0;
  text-align: center;
}

.form-submit-button {
  display: inline-block;
  padding: 1em 5em;
  border: none;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin-right: 20px;
}

.form-submit-button:hover {
  background-color: #ccc;
}

.form-submit-button:focus {
  outline: 0;
  background-color: #000;
  border: 2px solid rgb(33, 150, 243);
}

.form-reset-button {
  display: inline-block;
  padding: 1em;
  border: none;
  border-radius: 4px;
  background-color: #ccc;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.form-reset-button:hover {
  background-color: #eee;
  color: #aaa;
}

.form-reset-button:focus {
  outline: 0;
  background-color: #000;
  border: 2px solid rgb(33, 150, 243);
}



/* textarea */

.form-item-textarea textarea {
  padding: 4px 16px;
  border-radius: 4px;
  resize: auto;
  max-width: 100%;
  max-height: 300px;
  min-width: 500px;
  min-height: 100px;
  height: 200px;
}



/*  footer
---------------------------------------------------------------------------*/

.footerFixed {
  min-height: 100vh;
  /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
  position: relative;
  /* ←相対位置 */
  padding-bottom: 450px;
  /* ←フッターの高さを指定 */
  box-sizing: border-box;
  /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
}

footer {
  position: absolute;
  bottom: 0;
  background: #f6f5f5;
  width: 100%;
  padding: 50px;
}

.footer-flex {
  font-size: 1.4rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-flex img {
  max-width: initial;
}

ul.footer-link {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

ul.footer-link li::after {
  content: "\07c";
  color: #000;
  padding-right: 1em;
  padding-left: 1em;
  font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
}
ul.footer-link li:last-of-type::after {content: "";}

dl.footer-address {
  font-size: 1.4rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
}

dl.footer-address dt {
  float: left;
  clear: left;
  text-align: left;
  width: 8%;
  display: block;
}

dl.footer-address dd {
  display: block;
  padding-bottom: .2em;
  margin-left: 8%;
}

.truste {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}


/*.truste img{ max-width: 15%;}*/

@media all and (min-width:769px) and (max-width:1024px) {

  .footerFixed {
    min-height: 100vh;
    /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
    position: relative;
    /* ←相対位置 */
    padding-bottom: 290px;
    /* ←フッターの高さを指定 */
    box-sizing: border-box;
    /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
  }
  footer {
    position: absolute;
    /* ←絶対位置 */
    bottom: 0;

    /* 以下 背景色やテキストカラーなどはお好みで指定してください */
    background: #f6f5f5;
    width: 100%;
    padding: 30px;
  }

  .footer-flex {
    max-width: 100%;
  }
  .footer-flex img {
    max-width: 100%;
  }

  dl.footer-address dt {
    width: 10%;
  }
  dl.footer-address dd {
    margin-left: 10%;
  }
}


/*end:tablet*/

.copyright {
  font-size: 1.2rem;
  text-align: center;
  border-top: #000 1px solid;
  max-width: 1100px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  letter-spacing: 1px;
}


/*  その他
---------------------------------------------------------------------------*/

.i-pdf::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: '\f1c1';
  color: #E0595C !important;
  padding-left: 4px;
}

.dsp-no-pc {
  display: none;
  visibility: hidden;
}

.mt-s {
  margin-top: 10px;
}

.mt-m {
  margin-top: 20px;
}

.mt-l {
  margin-top: 40px;
}

.mt-xl {
  margin-top: 60px;
}

.mt-xxl {
  margin-top: 80px;
}

.mb-s {
  margin-bottom: 10px;
}

.mb-m {
  margin-bottom: 20px;
}

.mr-m {
  margin-right: 20px;
}

.mr-s {
  margin-right: 10px;
}

.ml-m {
  margin-left: 20px;
}

.ml-s {
  margin-left: 10px;
}

.mb-l {
  margin-bottom: 40px;
}

.mb-xl {
  margin-bottom: 60px;
}

.mb-xxl {
  margin-bottom: 80px;
}

.pt-l {
  padding-top: 40px;
}

.pt-xl {
  padding-top: 60px;
}

.pb-l {
  padding-bottom: 40px;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.larger {
  font-size: 1.1em;
}

.x-large {
  font-size: 1.6em;
}

.xx-large {
  font-size: 2em;
}

.small {
  font-size: .8em;
}


.div-link-wrap {
  position: relative;
}

.div-link-wrap .div-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


h1.title_map {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 4px;
/*  margin-top: 50px;*/
  padding-top:160px;
}