#masthead {
  padding: 1.875rem 2.5rem;
  text-align: center;
}
#masthead .logo {
  display: inline-block;
}
#masthead .localnavi {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  font-size: 1rem;
  position: absolute;
  top: 1.875rem;
  right: 2.5rem;
}
@media (max-width: 576px) {
  #masthead .localnavi {
    right: 1rem;
  }
}
#masthead .localnavi li {
  margin-right: 1rem;
  font-size: 0.8125rem;
  font-family: "gotham-medium";
  color: #333;
}
@media (max-width: 576px) {
  #masthead .localnavi li {
    margin-right: 0.3125rem;
  }
}
#masthead .localnavi li:last-child {
  margin-right: 0;
}
#masthead .localnavi .icon-symbol {
  margin-right: 0.4375rem;
  vertical-align: middle;
}
#masthead .localnavi li a {
  transition: all 0.3s;
}
#masthead .localnavi li a:hover {
  color: #17bdad;
}
@media (max-width: 768px) {
  #masthead .localnavi .icon-symbol {
    margin: 0;
  }
}
#visual {
  margin: 0;
}
#visual .outer {
  width: 100%;
  height: calc(100vh - 400px);
  min-height: 362px;
  background: url(../images/fv-bg.jpg) center top / cover no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
}
#visual .outer::before {
  position: absolute;
  content: "";
  width: 400px;
  height: 40px;
  left: 0;
  background-color: #fff;
  top: 0;
}
#visual .outer::after {
  position: absolute;
  content: "";
  width: 400px;
  height: 40px;
  background-color: #fff;
  right: 0;
  bottom: 0;
}
#visual .outer ul {
  width: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#visual .outer ul .txten {
  margin-bottom: 1rem;
  font-family: "gotham-book";
  font-size: 1.25rem;
}
#visual .outer ul .txtjp {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#visual .outer ul .icon-visual.normal {
  width: 432px;
  height: auto;
  padding-bottom: 1.875rem;
  margin-bottom: 2.5rem;
  fill: #fff;
  border-bottom: 1px solid #fff;
}
#visual .outer ul .icon-visual.small {
  display: none;
}
.fv-item {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}
.fv-item01 {
  display: block;
  width: 155px;
  height: auto;
  object-fit: contain;
}
.fv-item02 {
  display: block;
  width: 145px;
  height: auto;
  object-fit: contain;
}
.fv-titlewrap {
  position: absolute;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 3;
}
.fv-titlewrap h2 {
  background-color: #00c7a7;
  padding: 0.5rem 1rem;
  width: fit-content;
  font-size: 1.75rem;
}
.fv-titlewrap p span {
  display: block;
  background-color: #00c7a7;
  padding: 0.25rem 0.75rem;
  width: fit-content;
  font-weight: 600;
  font-size: 1.1rem;
}
@media (max-width: 991px) {
  #visual .outer ul .icon-visual.normal {
    width: 300px;
    height: 110px;
    padding-bottom: 1rem;
    margin-bottom: 0.6rem;
  }
  #visual .outer ul .txtjp {
    padding-right: 4rem;
  }
  .fv-titlewrap {
    top: 40%;
  }
  .fv-titlewrap h2 {
    font-size: 1.3rem;
    padding: 0.25rem 0.5rem;
  }
  .fv-titlewrap p span {
    padding: 0.25rem 0.5rem;
  }
  .fv-item01 {
    width: 115px;
  }
  .fv-item02 {
    width: 105px;
  }
}
@media (max-width: 767px) {
  #visual .outer ul .txtjp {
    padding-right: 4rem;
    font-size: 0.875rem;
  }
  #visual .outer {
    height: calc(100vh - 285px);
  }
}
@media (max-width: 650px) {
  #visual .outer ul {
    width: 58%;
  }
  #visual .outer ul .icon-visual.normal {
    display: none;
  }
  #visual .outer ul .icon-visual.small {
    width: 179px;
    height: 145px;
    fill: #fff;
    display: block;
  }
  #visual .outer ul .txten {
    font-size: 0.75rem;
  }
  #visual .outer ul .txtjp {
    display: none;
  }
}
@media (max-width: 576px) {
  .fv-titlewrap p span {
    font-size: 0.9rem;
  }
  #visual .outer::before {
    width: 230px;
    height: 30px;
  }
  #visual .outer::after {
    width: 230px;
    height: 30px;
  }
  .fv-item01 {
    width: 90px;
  }
  .fv-item02 {
    width: 95px;
  }
}
@media (max-width: 576px) {
  .fv-titlewrap {
  	left:2.5%;
    top: 35%;
  }
  .fv-titlewrap p span {
    padding: 0.1rem 0.3rem;
  }
	.fv-titlewrap h2{
	font-size:1.2rem;
	}
}
@media (max-width: 480px) {
  .fv-titlewrap {
    top: 40%;
	
  }
  .fv-titlewrap h2 {
    background: none;
    padding: 0;
  }
  .fv-titlewrap h2 span {
    background-color: #00c7a7;
    padding: 0.2rem 0.5rem;
    width: fit-content;
    display: block;
  }
  .fv-item01 {
    width: 80px;
  }
  .fv-item02 {
    width: 85px;
  }
  #visual .outer::before {
    width: 200px;
  }
  #visual .outer::after {
    width: 200px;
  }
}
@media (max-width: 380px) {
  .fv-titlewrap h2 {
    font-size:1.1rem;
  }
}

#gnavi .wrap {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#gnavi.normal ul {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
}
#gnavi.normal ul li {
  font-size: 1.0625rem;
  position: relative;
}
#gnavi.normal ul li:last-child {
  margin-right: 10%;
}
#gnavi.normal ul li a,
#gnavi.normal ul li .dropdown {
  padding: 0.9375rem;
  display: block;
  transition: all 0.3s;
}
#gnavi.normal ul li .list {
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 59px;
  left: -50%;
  z-index: 100;
  display: none;
}
#gnavi.normal ul li .list.visible {
  top: 59px;
  left: -50%;
  display: block;
}
#gnavi.normal ul li .list a {
  width: 200px;
  text-align: center;
  border-bottom: 2px solid #17bdad;
  transition: all 0.3s;
}
#gnavi.normal ul li .list a:before {
  content: none;
}
#gnavi.normal ul li .list a:hover {
  color: #fff;
  background: #6ad4ca;
}
#gnavi.normal ul li a:before,
#gnavi.normal ul li .dropdown:before {
  content: "";
  width: 0;
  height: 2px;
  background: #17bdad;
  bottom: 0;
  left: 0;
  display: inline-block;
  position: absolute;
  transition: all 0.3s;
}
#gnavi.normal ul li a:hover,
#gnavi.normal ul li .dropdown:hover {
  color: #17bdad;
  font-weight: 700;
}
#gnavi.normal ul li a:hover:before,
#gnavi.normal ul li .dropdown:hover:before {
  width: 100%;
}
#gnavi.normal .online a {
  padding: 1rem 2rem;
  color: #fff;
  background-color: #649bdd;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  display: block;
  transition: all 0.3s;
}
#gnavi.normal .online a:hover {
  background-image: linear-gradient(100deg, #1e7dde, #00c4c4);
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
#gnavi.small .wrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex-direction: row-reverse;
  align-items: stretch;
}
#gnavi.small .hmenu {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#gnavi.small .hmenu .icon-hmenu {
  width: 26px;
  height: 22px;
  fill: #333;
}
#gnavi.small .online a {
  padding: 1rem 2rem;
  color: #fff;
  background-color: #649bdd;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  display: block;
  transition: all 0.3s;
}
#gnavi.small .online a:hover {
  background-image: linear-gradient(100deg, #1e7dde, #00c4c4);
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
#fixnavi {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: none;
}
#fixnavi .outer {
  padding: 1rem 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  #fixnavi .outer {
    padding: 1rem 1.75rem;
  }
}
@media (max-width: 575px) {
  #fixnavi .outer {
    padding: 1rem;
  }
}
#fixnavi .online {
  margin-right: auto;
}
#fixnavi .online a {
  padding: 1rem 2rem;
  color: #fff;
  background-color: #649bdd;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  display: block;
  transition: all 0.3s;
}
#fixnavi .online a:hover {
  background-image: linear-gradient(100deg, #1e7dde, #00c4c4);
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
#fixnavi .hmenu {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#fixnavi .hmenu .icon-hmenu {
  width: 26px;
  height: 22px;
  fill: #333;
}
.drawer {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #17bdad;
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transform: translateX(300px);
  transition: all 0.4s;
}
.drawer .inner {
  height: 100vh;
  display: flex;
  flex-direction: row;
}
.drawer .drbrn {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #009688;
  border-left: 1px solid #009688;
  cursor: pointer;
  transition: all 0.3s;
}
.drawer .drbrn .icon-hmenu {
  width: 26px;
  height: 22px;
  fill: #fff;
  transition: inherit;
}
.drawer .drbrn:hover {
  background: #e3f7f5;
}
.drawer .drbrn:hover > .icon-hmenu {
  fill: #009688;
}
.drawer ul {
  width: 100%;
}
.drawer ul li {
  border-bottom: 1px solid #009688;
}
.drawer ul li a {
  padding: 0.8rem 1rem;
  color: #fff;
  display: block;
  transition: all 0.3s;
}
.drawer ul li a:hover {
  color: #17bdad;
  background: #e3f7f5;
}
.drawer.action {
  transform: translateX(0);
  overflow-y: auto;
}
@media (min-width: 992px) {
  #gnavi.normal {
    display: block;
  }
  #gnavi.small {
    display: none;
  }
}
@media (max-width: 991px) {
  #gnavi.normal {
    display: none;
  }
  #gnavi.small {
    display: block;
  }
}
#secondary #gnavi {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
#info {
  padding: 4.375rem 0;
  background: #e3f7f5;
}
#secondary.archive #info {
  margin-bottom: 0;
}
#info .title.wrap {
  padding-bottom: 1.875rem;
}
#info .title {
  display: flex;
  flex-direction: row;
}
#info .title ul {
  margin-right: auto;
}
#info .title ul li h2,
#info .title ul li h3 {
  margin: 0;
  color: #16bcac;
  font-weight: 400;
}
#info .title ul li h2 {
  margin-bottom: 0.3125rem;
  font-size: 3.125rem;
  font-family: "gotham-medium";
  line-height: 1;
}
#info .title ul li h3 {
  font-size: 1rem;
  line-height: 1;
}
#info .arrow {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#info .icon-arrow {
  width: 57px;
  height: 17px;
  fill: #333;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
  transition: all 0.3s;
}
#info .arrow:hover > .icon-arrow {
  filter: drop-shadow(0 9px 10px rgba(0, 0, 0, 0.1));
  transform: translateY(-6px);
}
#info .wrap.list {
  padding-top: 1.875;
}
#info .wrap.list dl {
  margin: 0;
  padding: 1.875rem 0;
  border-bottom: 1px solid #85dcd4;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
#info .wrap.list dl:first-child {
  border-top: 1px solid #85dcd4;
}
#info .wrap.list dd {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#info .list .date span {
  padding: 0.8rem 2.3125rem;
  color: #fff;
  font-size: 0.875rem;
  font-family: "gotham-book";
  line-height: 1;
  background: #1a1a1a;
  display: block;
}
#info .list .summary {
  flex-grow: 1;
}
#info .list .summary a {
  color: #333;
}
#info .list .linktxt a,
#info .list .summary a {
  line-height: 1.5;
}
#info .list .linktxt a {
  color: #16bcac;
}
#info .list .linktxt a:hover,
#info .list .summary a:hover {
  text-decoration: underline !important;
}
@media (max-width: 425px) {
  #info .title {
    flex-direction: column;
  }
  #info .title ul {
    margin-bottom: 2rem;
  }
  #info .wrap.list dl {
    flex-direction: column;
  }
  #info .list .date {
    margin-bottom: 1rem;
  }
  #info .wrap.list dl dd {
    margin: 0;
  }
  #info .list .date span {
    text-align: center;
  }
}
#message {
  padding: 3rem 0 6rem;
}
#message .headline {
  margin: 0 0 2.5rem;
  font-size: 1.75rem;
}
#message .txt {
  margin: 0;
  padding-bottom: 11.875rem;
  color: #5d5d5d;
  font-size: 0.9375rem;
  line-height: 2.5;
  background: url(../svg/bg-logo.svg) center bottom 20px no-repeat;
  background-size: 400px;
}
#message .btn a {
  width: 100%;
  padding: 3.125rem 0;
  font-size: 1rem;
  color: #fff;
  font-family: "gotham-light";
  background: #0a9778;
  text-align: center;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  display: block;
  transition: all 0.3s;
}
#message .btn a:hover {
  color: #fff;
  background-image: linear-gradient(100deg, #1e7dde, #00c4c4);
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
@media (max-width: 767px) {
  #message {
    padding: 0;
  }
  #message .headline {
    margin: 0 0 2.5rem;
    font-size: 1.3rem;
    text-align: center;
  }
  #message .txt {
    padding-bottom: 4rem;
    font-size: 0.875rem;
    line-height: 2;
    background: url(../svg/bg-logo.svg) center center no-repeat;
    background-size: 290px;
  }
}
#service {
  padding: 6rem 0;
  background: url(../images/bg-service-01.jpg) center top / cover no-repeat;
}
#service .pannel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service figure {
  width: 32%;
  margin: 0;
}
#service figure a {
  display: block;
}
#service figure .thumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
#service figure .thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: all 0.3s;
}
#service figcaption {
  padding: 1.875rem 1.25rem;
  background: #fff;
  text-align: center;
  display: block;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #service figure {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#service figcaption h3 {
  margin: 0;
  font-size: 1.4375rem;
  color: #16bcac;
  transition: all 0.3s;
}
#service figcaption p {
  margin: 0;
  font-size: 0.9375rem;
  color: #1a1a1a;
  transition: all 0.3s;
}
#service figure a:hover > .thumb img {
  transform: scale(1.1);
}
#service figure a:hover > figcaption {
  background: #16bcac;
}
#service figure a:hover > figcaption h3 {
  color: #fff;
}
#service figure a:hover > figcaption p {
  text-decoration: underline;
}
#works .pannel {
  margin-right: -2%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
#works .pannel li {
  width: 23%;
  margin: 0 2% 3.125rem 0;
  display: block;
}
@media (max-width: 767px) {
  #works .pannel {
    margin-right: -3%;
  }
  #works .pannel li {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  #works .pannel {
    margin-right: 0;
  }
  #works .pannel li {
    width: 100%;
    margin-right: 0;
  }
}
#works .pannel figure {
  margin: 0;
}
#works .pannel figure a {
  display: block;
  transition: all 0.3s;
}
#works .pannel figure .thumb {
  background: #16bcac;
  border: 3px solid #16bcac;
  overflow: hidden;
  opacity: 1;
  position: relative;
}
#works .pannel figure .thumb:after {
  content: "";
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  border: 4px solid #fff;
  display: block;
  position: absolute;
}
#works .pannel figure .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s;
}
#works .pannel figcaption {
  padding: 1rem 0 0;
  transition: all 0.3s;
}
#works .pannel figcaption h3,
#works .pannel figcaption p {
  margin: 0;
  transition: inherit;
}
#works .pannel figcaption h3 {
  font-size: 1rem;
}
#works .pannel figcaption p {
  font-size: 0.875rem;
}
#works .pannel figure a:hover > .thumb img {
  transform: scale(1.1);
}
#works .pannel figure a:hover > figcaption h3 {
  color: #16bcac;
}
#works .pannel figure a:hover > figcaption p {
  text-decoration: underline !important;
}
#works .btn a {
  width: 100%;
  padding: 3.125rem 0;
  font-size: 1rem;
  color: #fff;
  font-family: "gotham-light";
  background: #649bdd;
  text-align: center;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  display: block;
  transition: all 0.3s;
}
#works .btn a:hover {
  color: #fff;
  background-image: linear-gradient(100deg, #1e7dde, #00c4c4);
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
#ftr-prlx {
  height: 490px;
  position: relative;
  overflow: hidden;
}
#ftr-prlx .lg-prlx {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#ftr-prlx .lg-prlx .lg {
  width: 386px;
  height: 220px;
  fill: #fff;
}
#ftr-prlx .image-bg {
  width: 100%;
  height: 100vh;
  background: url(../images/bg-parallax-01.jpg) center bottom / cover no-repeat;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  #ftr-prlx {
    height: 300px;
  }
  #ftr-prlx .lg-prlx .lg {
    width: 246px;
    height: 140px;
  }
}
#ftr-prof .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
#ftr-prof .txtbox {
  width: 30%;
  padding-right: 3.75rem;
}
#ftr-prof .txtbox h2 {
  margin: 0 0 1.875rem;
  font-size: 1.1875rem;
}
#ftr-prof .txtbox hr {
  width: 17%;
  margin: 0 auto 1.875rem 0;
  border: none;
  border-top: 2px solid #333;
  border-width: 2px 0 0 0;
}
#ftr-prof .txtbox ul {
  margin: 0 0 5rem;
}
#ftr-prof .txtbox ul li {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
}
#ftr-prof .txtbox ul li span {
  margin-top: 0.625rem;
  color: #8a8a8a;
  font-size: 0.8125rem;
  display: block;
}
#ftr-prof .btn a {
  padding: 1.25rem;
  color: #fff;
  text-align: center;
  background: #16bcac;
  display: block;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
#ftr-prof .btn a:hover {
  background-image: linear-gradient(100deg, #1e7dde, #00c4c4);
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
#ftr-prof #map {
  width: 70%;
}
@media (max-width: 991px) {
  #ftr-prof #map {
    height: 300px;
  }
  #ftr-prof .txtbox {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  #ftr-prof #map {
    width: 100%;
  }
  #ftr-prof .txtbox hr {
    width: 10%;
    margin: 0 auto 1.875rem;
  }
}
#ftr-contact {
  margin-bottom: 0;
  padding: 5rem 0;
  background: url(../images/bg-footer-01.jpg) center top / cover no-repeat;
}
#ftr-contact .inner {
  padding: 2rem 3rem;
  border: 2px solid #16bcac;
}
#ftr-contact .ttl h2 {
  margin: 0 0 0.625rem;
  font-size: 2.0625rem;
  color: #16bcac;
  font-family: "gotham-medium";
  text-align: left;
  line-height: 1;
}
#ftr-contact .ttl p {
  margin: 0 0 2rem;
  text-align: left;
}
#ftr-contact .data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#ftr-contact .data .form,
#ftr-contact .data address {
  width: 48%;
  transition: all 0.3s;
}
#ftr-contact .data .form {
  padding: 1.875rem 2.5rem;
  color: #fff;
  background: #16bcac;
  border: 2px solid #16bcac;
  display: block;
}
#ftr-contact .data .form .inner {
  height: 100%;
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
#ftr-contact .data .form h3 {
  margin: 0 0 1rem;
  font-size: 2.125rem;
  font-family: "gotham-light";
  line-height: 1;
  transition: all 0.3s;
}
#ftr-contact .data .form p {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  transition: all 0.3s;
}
#ftr-contact .data .form .arrow {
  width: 47px;
  height: 13px;
  fill: #333;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}
#ftr-contact .data .form:hover {
  background: #fff;
  border: 2px solid #16bcac;
}
#ftr-contact .data .form:hover > .inner h3 {
  color: #17bdad;
}
#ftr-contact .data .form:hover > .inner p {
  color: #333;
}
#ftr-contact .data address {
  color: #333;
  font-style: normal;
  text-align: center;
  line-height: 1;
  border: 1px solid #17bdad;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#ftr-contact .data address h3 {
  margin: 0 0 1rem;
  font-weight: 700;
}
#ftr-contact .data address a {
  font-size: 2.1875rem;
  color: #17bdad;
  font-family: "gotham-light";
}
#ftr-contact .data address hr {
  width: 5%;
  border: none;
  border-top: 1px solid #17bdad;
  border-width: 1px 0 0 0;
}
#ftr-contact .data address p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #ftr-contact .inner {
    padding: 1.5rem 1rem 1rem;
  }
  #ftr-contact .ttl h2 {
    text-align: center;
  }
  #ftr-contact .data {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
  #ftr-contact .data .form,
  #ftr-contact .data address {
    width: 100%;
    padding: 1.875rem 1.5rem;
  }
  #ftr-contact .data address h3 {
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 700;
  }
  #ftr-contact .data address a {
    font-size: 1.9rem;
    color: #17bdad;
    font-family: "gotham-light";
  }
}
footer {
  padding: 3.125rem 0;
  background: #16bcac;
}
footer .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
footer #ftr-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer #ftr-logo .icon-ftr-logo {
  width: 293px;
  height: 78px;
  fill: #fff;
}
footer #ftr-logo .copyright {
  margin: 1.875rem 0 0;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 100;
}
footer #ftr-navi {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
footer #ftr-navi .icon-area {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-grow: 1;
}
footer #ftr-navi .icon-blog {
  text-align: right;
  display: block;
}
footer #ftr-navi .icon-ftr-blog,
footer #ftr-navi .icon-ftr-fb {
  width: 51px;
  height: 51px;
  fill: #fff;
  transition: all 0.3s;
}
footer #ftr-navi .icon-ftr-blog:hover,
footer #ftr-navi .icon-ftr-fb:hover {
  fill: #333;
}
footer #ftr-navi .icon-ftr-fb {
  margin-right: 0.625rem;
}
footer #ftr-navi ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer #ftr-navi ul li {
  margin-right: 1rem;
}
footer #ftr-navi ul li:last-child {
  margin-right: 0;
}
footer #ftr-navi ul li a {
  font-size: 0.875rem;
  color: #fff;
  display: block;
  transition: all 0.3s;
}
footer #ftr-navi ul li a:hover {
  color: #333;
}
@media (max-width: 767px) {
  footer .inner {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  footer #ftr-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer #ftr-navi {
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    border-bottom: 1px solid #fff;
  }
  footer #ftr-navi ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
#secondary #pagehdr {
  margin: 0;
  padding-top: 5.625rem;
  background: #ddd url(../images/bg-title-01.jpg) center bottom / cover
    no-repeat;
}
#secondary #pagehdr.nonav {
  margin: 0 0 9rem;
}
#secondary #pagehdr .ttl {
  height: 298px;
  text-align: center;
}
#secondary #pagehdr .ttl h2 {
  margin: 0;
  font-size: 3.125rem;
  font-family: "gotham-medium";
  line-height: 1;
  font-weight: 400;
}
#secondary #pagehdr .ttl h3 {
  margin: 0;
  padding-bottom: 1rem;
  font-weight: 400;
}
#secondary #pagehdr .ttl hr {
  margin: 1.25rem auto;
  width: 2.5rem;
  border: none;
  border-top: 1px solid #17bdad;
  border-width: 1px 0 0 0;
}
@media (max-width: 991px) {
  #secondary #pagehdr .ttl {
    height: 238px;
  }
  #secondary #pagehdr {
    padding-top: 3.625rem;
  }
}
@media (max-width: 767px) {
  #secondary #pagehdr .ttl {
    height: 208px;
  }
  #secondary #pagehdr {
    padding-top: 2.625rem;
  }
}
@media (max-width: 425px) {
  #secondary #pagehdr .ttl {
    height: 128px;
  }
  #secondary #pagehdr {
    padding-top: 2rem;
  }
  #secondary #pagehdr .ttl h2 {
    font-size: 2.125rem;
  }
  #secondary #pagehdr .ttl hr {
    margin: 0.625rem auto;
  }
  #secondary #pagehdr .ttl h3 {
    font-size: 0.875rem;
    letter-spacing: 0.4em;
  }
}
#secondary #pagenav {
  margin-bottom: 4.375rem;
  padding: 3.75rem 0;
  background: #e3f7f5;
}
#secondary #pagenav ul {
  margin-right: -0.3%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
#secondary #pagenav ul li {
  width: 33%;
  margin: 0 0.3% 0.3% 0;
  background: #fff;
  border: 3px solid #85dcd4;
  transition: all 0.5s ease-out;
}
#secondary #pagenav ul li a,
#secondary #pagenav.forfaq ul li {
  padding: 1.5rem 0;
  text-align: center;
  display: block;
}
#secondary #pagenav.forfaq ul li {
  cursor: pointer;
}
#secondary #pagenav ul li a .num,
#secondary #pagenav.forfaq ul li .num {
  padding: 0 2rem;
  color: #fff;
  font-size: 0.875rem;
  font-family: "gotham-light";
  background: #1a1a1a;
  border-radius: 1rem;
  display: inline-block;
}
#secondary #pagenav ul li a h2,
#secondary #pagenav.forfaq ul li h2 {
  margin: 0;
  color: #17bdad;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #secondary #pagenav ul {
    margin-right: -1%;
  }
  #secondary #pagenav ul li {
    width: 49%;
    margin: 0 1% 1% 0;
  }
  #secondary #pagenav ul li a,
  #secondary #pagenav.forfaq ul li {
    padding: 1rem 0;
  }
}
@media (max-width: 575px) {
  #secondary #pagenav {
    padding: 1.5625rem 0;
  }
  #secondary #pagenav ul li a,
  #secondary #pagenav.forfaq ul li {
    padding: 0.3125rem 0;
  }
  #secondary #pagenav ul li a .num,
  #secondary #pagenav.forfaq ul li .num {
    font-size: 0.625rem;
  }
  #secondary #pagenav ul li a h2,
  #secondary #pagenav.forfaq ul li h2 {
    font-size: 0.875rem;
  }
}
#secondary #pagenav ul li.active {
  background: #17bdad;
  border: 3px solid #17bdad;
  transition: all 0.3s;
}
#secondary #pagenav ul li.active a h2,
#secondary #pagenav.forfaq ul li.active h2 {
  color: #fff;
}
#secondary #pagenav ul li a:hover > h2,
#secondary #pagenav.forfaq ul li:hover > h2 {
  color: #333;
}
#secondary #pagenav ul li.active a:hover,
#secondary #pagenav.forfaq ul li.active:hover {
  background: #17bdad;
}
#secondary
  #pagenav
  ul
  li.active
  a:hover
  > h2
  #secondary
  #pagenav.forfaq
  ul
  li.active:hover
  > h2 {
  color: #fff;
}
#secondary #contents .ttl {
  margin-bottom: 6.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#secondary #contents .ttl .ttl-img {
  width: 42%;
}
#secondary #contents .ttl .ttl-img img {
  width: 100%;
  height: 270px;
  vertical-align: bottom;
  object-fit: cover;
}
#secondary #contents .ttl .txt {
  width: 54%;
}
@media (max-width: 767px) {
  #secondary #contents .ttl .txt {
    width: 100%;
  }
  #secondary #contents .ttl .ttl-img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#secondary #contents .ttl .txt h2 {
  margin: 0 0 1.25rem;
  font-size: 1.75rem;
  line-height: 1;
}
#secondary #contents .ttl .txt h3 {
  margin: 0 0 3.125rem;
  color: #17bdad;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
}
#secondary #contents .ttl .txt p {
  margin: 0 0 2.5rem;
  font-size: 0.875rem;
}
#secondary #contents .ttl .txt hr {
  margin: 1.25rem 0;
  border: none;
  border-top: 1px solid #e6e6e6;
  border-width: 1px 0 0 0;
}
#secondary #contents .ttl .txt .note {
  margin: 0;
}
#secondary #contents .ttl .txt .note dt,
#secondary #contents .ttl .txt .note dd {
  font-size: 0.875rem;
}
#secondary #contents .ttl .txt .note dt {
  margin: 0;
  font-weight: 700;
}
#secondary #contents .ttl .txt .note dd {
  color: #6e6e6e;
  margin: 0;
}
#secondary #contents .ttl .txt a {
  color: #17bdad;
}
#secondary #contents .ttl .txt a:hover {
  text-decoration: underline !important;
}
#secondary #contents .block {
  margin: 0 0 3.75rem;
}
#secondary #contents .block dl {
  margin: 0;
  padding-top: 3.75rem;
  border-top: 1px solid #e6e6e6;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#secondary #contents .block dt,
#secondary #contents .block dd {
  border-bottom: 1px solid #e6e6e6;
}
#secondary #contents .block dt {
  width: 27%;
  margin: 0 0 3.75rem;
  padding-right: 5rem;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#secondary #contents .block dd {
  width: 73%;
  margin: 0 0 3.75rem;
  padding-bottom: 3.75rem;
  font-size: 0.875rem;
  line-height: 1.8;
}
#secondary #contents .block p {
  margin: 0 0 1.25rem;
}
#secondary #contents .block dd span {
  color: #649bdd;
}
#secondary #contents .block .ttl {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#secondary #contents .block .ttl h2,
#secondary #contents .block .ttl h3 {
  letter-spacing: 0.1em;
}
#secondary #contents .block .ttl h2 {
  margin: 0 0 1.875rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
}
#secondary #contents .block .ttl h3 {
  margin: 0 0 3.125rem;
  font-size: 0.875rem;
  font-weight: 400;
}
#secondary #contents .block.cases .graffle {
  margin-bottom: 2.5rem;
  padding: 0;
  border: none;
}
#secondary #contents .block.cases .graffle dt,
#secondary #contents .block.cases .graffle dd {
  margin-bottom: 0;
  padding: 1.875rem;
  border-bottom: 1px solid #85dcd4;
}
#secondary #contents .block.cases .graffle dt {
  font-size: 1rem;
  background: #16bcac;
  text-align: center;
}
#secondary #contents .block.cases .graffle dt span {
  color: #fff;
  display: block;
}
#secondary #contents .block.cases .graffle dd {
  background: #e3f7f5;
}
#secondary #contents .block.cases p {
  margin: 0;
  padding: 0 0 5.625rem;
  color: #666;
  font-size: 0.875rem;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
#secondary #contents #works.block .pannel {
  justify-content: center;
}
@media (max-width: 767px) {
  #secondary #contents .block dl {
    padding-top: 2rem;
    flex-direction: column;
  }
  #secondary #contents .block dt,
  #secondary #contents .block dd {
    width: 100%;
  }
  #secondary #contents .block dt {
    margin-bottom: 1.25rem;
    padding-right: 0;
    border-bottom: none;
  }
  #secondary #contents .block dd {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  #secondary #contents .ttl .txt h2 {
    text-align: center;
  }
  #secondary #contents .ttl .txt h3 {
    margin-bottom: 2rem;
    text-align: center;
  }
  #secondary #contents .block .ttl h3 {
    margin-bottom: 1.25rem;
  }
  #secondary #contents .block .ttl h3 {
    margin-bottom: 1.75rem;
  }
  #secondary #contents .block.cases .graffle {
    margin-bottom: 1.25rem;
  }
  #secondary #contents .block.cases .graffle dt span {
    display: inline-block;
  }
  #secondary #contents .block.cases p {
    text-align: left;
  }
}
#secondary #workspost .ttl {
  margin-bottom: 3.125rem;
  text-align: center;
}
#secondary #workspost .ttl h2 {
  margin: 0 0 1.25rem;
  font-size: 1.75rem;
  line-height: 1;
}
#secondary #workspost .ttl h3 {
  margin: 0 0 3.125rem;
  color: #17bdad;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
}
#secondary #workspost .ttl hr {
  margin: 1.25rem 0;
  border: none;
  border-top: 1px solid #e6e6e6;
  border-width: 1px 0 0 0;
}
#secondary #workspost figure {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#secondary #workspost figure .imgbox {
  width: 55%;
}
#secondary #workspost figure .imgbox img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}
#secondary #workspost figure figcaption {
  width: 45%;
  padding-left: 2rem;
}
#secondary #workspost figure figcaption dl {
  margin: 0;
}
#secondary #workspost figure figcaption dl dt {
  padding: 1rem;
  background: #fafafa;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
#secondary #workspost figure figcaption dl dd {
  margin: 0;
  padding: 1.25rem 0.625rem;
}
@media (max-width: 991px) {
  #secondary #workspost figure {
    flex-direction: column;
  }
  #secondary #workspost figure .imgbox {
    width: 100%;
  }
  #secondary #workspost figure figcaption {
    width: 100%;
    padding: 0;
  }
  #secondary #workspost figure figcaption dl dt {
    text-align: left;
  }
}
#secondary #infopost {
  margin-top: 4.375rem;
}
#secondary #infopost .wrap {
  width: 960px;
}
#secondary #infopost .ttl ul {
  display: flex;
  flex-direction: row;
}
#secondary #infopost .ttl ul li h2 {
  margin: 0;
  line-height: 1.4;
}
#secondary #infopost .ttl ul li .date {
  margin-right: 1rem;
  padding: 0.625rem 1.25rem;
  color: #fff;
  font-size: 0.75rem;
  font-family: "gotham-light";
  background: #333;
  line-height: 1;
}
#secondary #infopost .ttl h3 {
  margin: 1rem 0 2.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}
#secondary #infopost .ttl hr {
  margin: 0 0 2.5rem;
  border: none;
  border-top: 1px solid #c2c2c2;
  border-width: 1px 0 0 0;
}
#secondary #infopost img {
  width: 100%;
  vertical-align: bottom;
}
#secondary #infopost #usersarea > * {
  margin: 0 0 1.875rem;
  font-size: 0.9375rem;
  text-decoration: none;
  font-weight: normal;
}
@media (max-width: 576px) {
  #secondary #infopost .wrap {
    width: 100%;
  }
}
#secondary .cnts-ttl h2 {
  margin: 0 0 7px;
  font-size: 2rem;
  font-family: "gotham-book";
  line-height: 1;
  text-align: center;
}
#secondary .cnts-ttl h3 {
  margin: 0 0 2rem;
  color: #16bcac;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-align: center;
}
#secondary .cnts-ttl hr {
  border: none;
  border-top: 1px solid #c2c2c2;
  border-width: 1px 0 0 0;
}
#secondary section.widespace {
  margin-bottom: 7.5rem;
}
#secondary #message {
  margin-bottom: 0;
  padding: 6rem 0 5rem;
}
#secondary #message .imgbox {
  height: 380px;
  background: url(../images/img-ceo.jpg) right center / cover no-repeat;
}
#secondary #message .imgbox ul {
  width: 60%;
  height: 100%;
  padding: 4rem;
}
#secondary #message .imgbox .copy {
  margin-bottom: 2rem;
  font-size: 1.875rem;
  font-weight: 700;
}
#secondary #message .imgbox .ceoname span {
  margin-left: 1rem;
}
#secondary #message .sptxt {
  display: none;
}
#secondary #message .sptxt .ceoname {
  text-align: right;
}
#secondary #message .sptxt .copy {
  margin: 1rem 0;
  font-size: 1.125rem;
  font-weight: 700;
}
#secondary #message .sptxt .ceoname .inner {
  padding: 0.3125rem 1rem;
  color: #fff;
  font-size: 0.875rem;
  background: #1a1a1a;
  line-height: 1;
  display: inline-block;
}
#secondary #message .sptxt .ceoname .inner span {
  margin-left: 1rem;
}
#secondary #philosophy .cnts-ttl,
#secondary #merit .cnts-ttl {
  margin-bottom: 3rem;
}
#secondary #philosophy .contents {
  margin: 0 0 3rem;
}
#secondary #philosophy .contents h3,
#secondary #merit .contents h3 {
  margin: 0 0 1.875rem;
  font-size: 1.375rem;
  text-align: center;
}
#secondary #philosophy .contents p,
#secondary #merit .contents p {
  margin: 0 0 1.25rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
#secondary #philosophy .note {
  padding: 3rem;
  background: #e3f7f5;
}
#secondary #philosophy .note h3 {
  margin: 0;
  color: #16bcac;
  text-align: center;
}
#secondary #philosophy .note hr {
  margin: 1rem 0;
  border: none;
  border-top: 1px dotted #16bcac;
  border-width: 1px 0 0 0;
}
#secondary #philosophy .note p {
  margin: 0;
}
#secondary #profile .tableset dl {
  width: 80%;
  margin: 0 auto;
  color: #666;
  font-size: 0.9375rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#secondary #profile .tableset dl dt,
#secondary #profile .tableset dl dd {
  padding: 1.25rem 0;
}
#secondary #profile .tableset dl dt:first-child {
  border-top: 1px solid #ccc;
}
#secondary #profile .tableset dl dd:last-child {
  border-bottom: 1px solid #ccc;
}
#secondary #profile .tableset dl dt {
  width: 20%;
  border-bottom: 1px solid #ccc;
}
#secondary #profile .tableset dl dd {
  width: 76%;
  margin: 0 0 0 4%;
  border-top: 1px solid #ccc;
}
@media (max-width: 991px) {
  #secondary #message .imgbox ul {
    display: none;
  }
  #secondary #message .imgbox {
    background: url(../images/img-ceo-small.jpg) center center / cover no-repeat;
  }
  #secondary #message .sptxt {
    display: block;
  }
}
@media (max-width: 767px) {
  #secondary #message {
    padding: 3rem 0;
  }
  #secondary #message .imgbox {
    height: 290px;
  }
  #secondary #profile .tableset dl {
    width: 100%;
  }
}
@media (max-width: 425px) {
  #secondary #message .imgbox {
    height: 220px;
  }
}
#secondary #policy .cnts-ttl {
  margin: 4rem 0 3rem;
}
#secondary #policy .contents {
  width: 70%;
  margin: 0 auto;
  text-align: left;
}
#secondary #policy .contents h3 {
  margin-top: 3rem;
}
#secondary #policy .contents ul {
  text-align: left;
}
#secondary #policy .contents ul li:before {
  content: "•";
}
@media (max-width: 991px) {
  #secondary #policy .contents {
    width: 100%;
  }
}
#secondary #faq.tab-pannel {
  display: none;
}
#secondary #faq dl {
  margin: 0;
  border-top: 1px solid #85dcd4;
}
#secondary #faq dl:last-child {
  border-bottom: 1px solid #85dcd4;
}
#secondary #faq dt,
#secondary #faq dd {
  padding: 1.25rem 0;
}
#secondary #faq dt {
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}
#secondary #faq dt span {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 1rem;
  color: #fff;
  font-size: 1.125rem;
  font-family: "gotham-midum";
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.25rem;
  background: #17bdad;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transition: all 0.3s;
}
#secondary #faq dt:hover {
  background: #17bdad;
}
#secondary #faq dt:hover > span {
  background: #1a1a1a;
}
#secondary #faq dd {
  margin-left: 0;
  padding-left: 3.25rem;
  color: #4d4d4d;
  font-size: 0.875rem;
  line-height: 1.8;
  border-top: 1px solid #e6e6e6;
  display: none;
}
#secondary dd a {
  color: #17bdad;
}
#secondary dd a:hover {
  text-decoration: underline !important;
}
#secondary #faq dd p {
  margin: 0 0 2rem;
}
#secondary #faq dd ul li {
  margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
  #secondary #faq dd {
    padding-left: 0;
  }
}
#secondary .highligt {
  color: #649bdd;
  font-weight: 700;
  display: block;
}
#secondary .marker {
  color: #333 !important;
  background: linear-gradient(transparent 40%, #85dcd4 0%);
}
#secondary table {
  width: 100%;
  margin: 0 0 2rem;
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#secondary table tr th,
#secondary table tr td {
  padding: 1rem;
}
#secondary table tr th {
  color: #fff;
  background: #17bdad;
}
#secondary table tr td {
  border-bottom: 1px solid #85dcd4;
}
#secondary table tbody tr:nth-child(2n + 1) {
  background: #e4f8f6;
}
#secondary .contact #phone {
  margin-top: 4.375rem;
}
#secondary .contact #phone .ttl,
#secondary #formpart .ttl,
#secondary #formpart dl,
#secondary #formpart .ctrl,
#secondary #formpart div.wpcf7-response-output {
  width: 80%;
  margin: 0 auto !important;
}
@media (max-width: 991px) {
  #secondary .contact #phone .ttl,
  #secondary #formpart .ttl,
  #secondary #formpart dl,
  #secondary #formpart .ctrl,
  #secondary #formpart div.wpcf7-response-output {
    width: 100%;
    margin: 0 !important;
  }
}
#secondary .contact #phone .ttl {
  text-align: center;
}
#secondary .contact #phone .ttl h2 {
  margin: 0 0 1.25rem;
}
#secondary .contact #phone .ttl a {
  margin: 0 0 1.25rem;
  color: #16bcac;
  font-size: 3.0625rem;
  font-family: "gotham-light";
  line-height: 1;
  display: inline-block;
}
#secondary .contact #phone .ttl p {
  margin: 0;
  font-size: 0.875rem;
}
#secondary .contact #phone .ttl p a {
  color: #649bdd;
  font-size: 0.875rem;
}
#secondary .contact #phone .ttl hr {
  margin: 3rem 0 0;
  border: none;
  border-top: 1px solid #e6e6e6;
  border-width: 1px 0 0 0;
}
#secondary #formpart .ttl h2 {
  margin: 0 0 1.875rem;
  text-align: center;
}
#secondary #formpart .ttl p {
  margin: 0 0 4rem;
  padding: 2rem;
  background: #e3f7f5;
  font-size: 0.875rem;
  line-height: 2;
  border: 1px solid #85dcd4;
}
#secondary #formpart dl {
  padding-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
#secondary #formpart dl dt {
  width: 26%;
  margin-right: 4%;
  font-size: 0.875rem;
  font-weight: 700;
}
#secondary #formpart dl dd {
  width: 70%;
  margin: 0 0 1.875rem;
}
#secondary #formpart dl dd input,
#secondary #formpart dl dd select,
#secondary #formpart dl dd textarea {
  padding: 1.25rem;
  background: #f3f3f3;
  border: none;
  font-size: 0.875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
    メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.08em;
}
#secondary #formpart dl dd .zip input {
  width: 130px;
}
#secondary #formpart dl dt span {
  margin-right: 0.625rem;
  padding: 0.125rem 0.4375rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}
#secondary #formpart dl dt .req {
  background: #16bcac;
}
#secondary #formpart dl dt .noreq {
  background: #999;
}
#secondary #formpart dl dd .items,
#secondary #formpart dl dd .send {
  padding: 1.25rem;
  background: #f3f3f3;
  display: inline-block;
}
#secondary #formpart dl dd .address,
#secondary #formpart dl dd .question {
  width: 80%;
}
#secondary #formpart .ctrl .submit {
  width: 50%;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
}
#secondary #formpart .ctrl .submit:hover {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(100deg, #1e7dde, #00c4c4);
  box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
#secondary #formpart .ctrl .ajax-loader {
  margin: 0 auto;
  display: block;
}
#secondary #formpart div.wpcf7-validation-errors {
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  background: #fdb7be;
  border: 1px solid #ff0001;
}
#secondary #formpart div.wpcf7-mail-sent-ok {
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  background: #e3f7f5;
  border: 1px solid #85dcd4;
}
#secondary #formpart span.wpcf7-not-valid-tip {
  color: #e91e63;
  font-size: 0.875rem;
  font-weight: normal;
  display: block;
}
@media (max-width: 767px) {
  #secondary #formpart dl dt {
    width: 100%;
    margin: 0 0 1rem;
  }
  #secondary #formpart dl dd {
    width: 100%;
  }
  #secondary #formpart dl dd .address,
  #secondary #formpart dl dd .question {
    width: 100%;
  }
}
#secondary #estimate .ttl {
  margin-top: 5rem;
  text-align: center;
}
#secondary #estimate .ttl h2 {
  margin: 0;
  color: #17bdad;
  font-size: 1.875rem;
}
#secondary #estimate .ttl h3 {
  margin: 0 0 1.25rem;
}
#secondary #estimate .ttl p {
  margin: 0;
  font-size: 0.875rem;
}
#secondary #estimate .ttl hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #e6e6e6;
  border-width: 1px 0 0 0;
}
#secondary #estimate .ttl p.note {
  margin-bottom: 5rem;
  font-size: 0.75rem;
}
#secondary #estimate #formheader_1 {
  display: none;
}
#secondary #estimate #fieldlist_1 {
  font-size: 0.875rem;
}
#secondary #estimate input {
  color: #333;
  font-famiry: "-apple-system, BlinkMacSystemFont, " Helvetica Neue ", "
    游ゴシック Medium ", YuGothic,YuGothicM, " Hiragino Kaku Gothic ProN
    ", メイリオ,Meiryo, sans-serif";
}
#secondary #estimate .list-item {
  margin-bottom: 2rem;
  padding: 0;
}
#secondary #estimate .list-item > div:first-child {
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 9px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#secondary #estimate .list-item .fields {
  padding: 0;
}
#secondary #estimate .list-item .list-ttl {
  width: 100%;
}
#secondary #estimate .list-item .list-ttl h4 {
  margin: 0;
  padding: 1rem;
  background: #eee;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
#secondary #estimate .list-item .list-subject {
  width: 80%;
  padding: 2rem;
  background: #f4f4f4;
}
#secondary #estimate .list-item .list-subject.btm-narrow {
  padding-bottom: 0;
}
#secondary #estimate .list-item .list-subject.btm-narrow.lastitem {
  padding-bottom: 2rem;
}
#secondary #estimate .list-item .list-subject.btm-narrow.singlesubject h4 {
  font-weight: 400;
}
#secondary #estimate .list-item .list-subject .pc {
  display: inline-block;
}
#secondary #estimate .list-item > div .list-subject:last-child {
  padding-bottom: 3rem;
}
#secondary #estimate .list-item .list-subject h4,
#secondary #estimate .list-item .list-subject p {
  margin: 0;
}
#secondary #estimate .list-item .list-subject .price {
  color: #16bcac;
}
#secondary #estimate .list-item .list-subject label {
  font-weight: 700;
}
#secondary #estimate .list-item .list-subject.radiotype label {
  display: none;
}
#secondary #estimate .list-item .list-subject.radiotype .dfield label {
  font-weight: 400;
  display: block;
}
#secondary #estimate .list-item .list-detail,
#secondary #estimate .list-item .list-detail-group {
  width: 20%;
  padding: 3.53125rem 0 2rem;
  text-align: center;
}
#secondary #estimate .list-item .list-detail.singletype {
  padding: 2rem 0 0;
}
#secondary #estimate .list-item .list-detail .small,
#secondary #estimate .list-item .list-detail-gitem .small {
  width: 58px !important;
}
#secondary #estimate .list-item .list-detail label,
#secondary #estimate .list-item .list-detail-group label {
  display: none;
}
#secondary #estimate .list-item .list-detail .dfield span,
#secondary #estimate .list-item .list-detail-group .dfield span {
  display: inline-block;
}
#secondary #estimate .list-item .break {
  width: 100%;
}
#secondary #estimate .list-item .break .section_break {
  border-top: 1px dotted #ddd;
}
#secondary #estimate .list-item .list-subtotal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
#secondary #estimate .list-item .list-subtotal label {
  width: 70%;
  padding: 1rem 2rem;
  text-align: right;
}
#secondary #estimate .list-item .list-subtotal .dfield {
  width: 30%;
  padding: 1rem;
  text-align: center;
}
#secondary #estimate .list-item .list-subtotal .dfield .medium {
  width: 100% !important;
  font-size: 18px;
  font-family: "gotham-light";
  border: none;
  text-align: center;
}
#secondary #estimate .list-item.gross {
  margin-bottom: 2rem;
  padding: 0;
}
#secondary #estimate .list-item.gross > div:first-child {
  border: 1px solid #16bcac;
}
#secondary #estimate .list-item.gross .list-ttl h4 {
  padding: 2rem;
  color: #fff;
  background: #16bcac;
}
#secondary #estimate .list-item.gross .list-subject {
  width: 100%;
  padding: 1rem;
  text-align: center;
  background: #eaf7f7;
}
#secondary #estimate .list-item.gross .list-subtotal label,
#secondary #estimate .list-item.gross .list-subtotal .dfield {
  width: 100%;
  padding: 1.75rem;
}
#secondary #estimate .list-item.gross .list-subtotal label {
  display: none;
}
#secondary #estimate .list-item.gross .list-subtotal.grand label {
  color: #16bcac;
}
#secondary #estimate .list-item.gross .list-subtotal .dfield .medium {
  text-align: center;
}
#secondary #estimate .list-item.gross .list-subtotal.grand .dfield .medium {
  color: #16bcac;
  font-size: 30px;
  font-family: "gotham-medium";
  line-height: 1;
}
@media (max-width: 575px) {
  #secondary #estimate .list-item .list-subject .pc {
    display: none;
  }
  #secondary #estimate .list-item .list-subject {
    width: 70%;
  }
  #secondary #estimate .list-item .list-detail,
  #secondary #estimate .list-item .list-detail-group {
    width: 30%;
  }
  #secondary #estimate .list-item .list-subtotal label {
    width: 50%;
  }
  #secondary #estimate .list-item .list-subtotal .dfield {
    width: 50%;
  }
}
.home .ttl {
  text-align: center;
}
.home .ttl h2 {
  margin: 0;
  font-size: 3.125rem;
  color: #16bcac;
  font-family: "gotham-medium";
  line-height: 1;
}
.home .ttl hr {
  width: 5%;
  margin: 1.25rem auto;
  border: none;
  border-top: 3px solid #16bcac;
  border-width: 3px 0 0 0;
}
.home .ttl h3 {
  margin: 0 0 3.125rem;
  font-size: 1.25rem;
  color: #333;
  letter-spacing: 0.4em;
}
#pagenation {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#pagenation li a {
  padding: 0.9375rem 3.125rem;
  color: #fff;
  font-size: 0.9375rem;
  font-family: "gotham-book";
  border-radius: 3px;
  background: #888;
  line-height: 1;
  display: inline-block;
  transition: all 0.3s;
}
#pagenation li a:hover {
  background: #16bcac;
}
#pagenation .prev,
#pagenation .next {
  position: relative;
}
#pagenation .prev.inv a,
#pagenation .next.inv a {
  background: #bdbdbd;
  transition: none;
}
#pagenation .prev:before,
#pagenation .next:after {
  width: 10px;
  height: 17px;
  content: "";
  position: absolute;
  top: 13px;
  display: inline-block;
}
#pagenation .prev:before {
  background: url(../svg/symbol-defs.svg#angle-left) no-repeat;
  left: 10px;
}
#pagenation .next:after {
  background: url(../svg/symbol-defs.svg#angle-right) no-repeat;
  right: 10px;
}
@media (max-width: 425px) {
  #pagenation .prev,
  #pagenation .next {
    width: 49.5%;
  }
  #pagenation li a {
    width: 100%;
    text-align: center;
  }
}
.fbplugin {
  max-width: 500px;
  margin: 0 auto;
}
.fbplugin > .fb-page {
  width: 100%;
}
.fbplugin > .fb-page > span,
.fbplugin iframe {
  width: 100% !important;
}

.red-des{
color:red!important;
font-weight:bold!important;
}
