@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium",
    "Yu Gothic Medium", "Roboto", "Hiragino Kaku Gothic ProN", meiryo,
    sans-serif;
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #ebe6e1;
}
.en {
  font-family: "Roboto", sans-serif;
}
::selection {
  background: #d7d7d7;
}
::-moz-selection {
  background: #d7d7d7;
}
p {
  max-height: 999999px;
}
li {
  max-height: 999999px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
h1 {
  font-size: 62.5%;
}
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeInUp {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.inviewfadeInLeft {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
  -webkit-transform: translate3d(-30px, 0, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeInLeft {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.inviewfadeInRight {
  opacity: 0;
  transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeInRight {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.ul {
  letter-spacing: -0.4em;
}
.ul li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.hr {
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 0;
}
.relative {
  position: relative;
}
.link a {
  position: relative;
  text-decoration: none;
}
.link a::before {
  position: relative;
  text-decoration: none;
}
.link a::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #7daac8;
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.link a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* header */
.header {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.bar {
  width: 100%;
  height: auto;
}
.header-inner {
  padding: 30px 40px;
  box-sizing: border-box;
}
.header-inner-l {
  float: left;
}
.header-inner-r {
  width: 30px;
  height: 20px;
  padding: 15px 0 0 0;
  position: relative;
  float: right;
  display: none;
}
.logo {
  width: 130px;
  height: auto;
  padding: 0;
  float: left;
}
.header-menu {
  font-size: 1.3em;
  padding: 0 10px 0 10px;
  display: block;
  float: left;
}
.header-menu li {
  padding: 16px 0 0 25px;
}
.header-menu li a {
  color: #000;
}
.header-icon {
  padding: 0 0 0 0;
  display: block;
  float: left;
}
.header-icon li {
  width: 22px;
  height: 22px;
  padding: 11px 0 0 20px;
}

/* common */
.title-box {
  padding: 0 0 0 5%;
}
.title-sub-wrap {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.title-sub {
  font-size: 2.4em;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 6px 0 0 0;
  float: left;
}
.btn {
  display: block;
  text-align: left;
  float: right;
}
.btn a {
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  color: #000;
  font-size: 1.4em;
  border: 1px solid #000;
  padding: 10px 16px 10px 18px;
  position: relative;
  box-sizing: border-box;
}

/* about */
.top {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../img/about/top.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.scroll {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 20;
}
.scroll-txt {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: 0.5em;
  color: #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
.scroll-line {
  width: 1px;
  height: 60px;
  background: #fff;
  margin: 10px 0 0 2px;
}
.scroll-sign {
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #fff transparent;
  transform: rotate(-45deg);
  margin: -15px 0 0 -3px;
}
.onlyOne {
  width: 90%;
  height: auto;
  position: absolute !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  z-index: 20;
  margin: 50px 0 0 0;
}
.onlyOne-txt {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  display: inline-block;
  box-sizing: border-box;
  margin: 30px 0 0 0;
  padding: 10px 10px 10px 20px;
}
.about {
  width: 100%;
  height: auto;
  padding: 100px 0 120px 0;
  background: #fdfdfc;
}
.title-about {
  width: 313px;
  margin: 0 auto;
}
.title {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 50px 0;
}
.title-hr {
  width: 100px;
  border-top: 2px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 0 auto;
}
.about-txt {
  font-size: 1.6em;
  text-align: center;
  line-height: 2;
  padding: 50px 0 0 0;
}
.about-table {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 50px auto 0 auto;
}
.about-table td {
  font-size: 1.5em;
  line-height: 1.8;
  border: 1px solid #ccc;
  vertical-align: middle;
  background: #fff;
  padding: 20px 20px;
}
.about-table td a {
  color: #000;
  border-bottom: 2px solid #7daac8;
  padding: 0 0 5px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-table td a:hover {
  padding: 0 10px 5px 0;
}
.tdbg {
  background: #ebe6e1 !important;
}

/* works */
.works {
  width: 100%;
  height: auto;
  padding: 180px 0 120px 0;
  background: #fdfdfc;
}
.title-works {
  width: 234px;
  margin: 0 auto;
}
.works-category-ul {
  text-align: center;
  margin: 60px 0 0 0;
}
.works-category-ul li {
  font-size: 1.4em;
  margin: 0 10px;
}
.works-category-ul li a {
  color: #fff;
  padding: 8px 15px;
}
.works-ul {
  width: 94%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.works-ul li {
  width: 46%;
  height: auto;
  padding: 4% 2% 0 2%;
}
.works-ul li a {
  color: #000;
}
.works-thumb {
  position: relative;
}
.works-category {
  font-size: 1.4em;
  color: #fff;
  padding: 8px 15px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.works-name {
  font-size: 1.6em;
  padding: 20px 0 0 0;
}
.notFound {
  font-size: 1.3em;
  text-align: center;
  padding: 80px 0;
}

/* works-details */
.works-d-title {
  font-size: 2.2em;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
}
.works-d-date {
  font-size: 1.6em;
  text-align: center;
  color: #666;
  padding: 25px 0 30px 0;
}
.works-d-category {
  text-align: center;
  padding: 25px 0 0 0;
}
.works-d-category p {
  font-size: 1.4em;
  color: #fff;
  text-align: center;
  padding: 8px 15px;
  display: inline-block;
}
.works-d-ul {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}
.works-d-ul li {
  width: 100%;
  height: auto;
  margin: 50px 0 0 0;
}
.photo-y {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.photo-t {
  width: 50%;
  height: auto;
  margin: 0 auto;
}
.works-d-txt-wrap {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 50px auto 0 auto;
}
.works-d-txt {
  font-size: 1.4em;
  line-height: 1.8;
}
.works-d-pager {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 50px auto 0 auto;
}
.prev {
  display: block;
  text-align: left;
  float: left;
}
.prev a {
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  color: #000;
  font-size: 1.3em;
  border: 1px solid #000;
  padding: 10px 18px 10px 16px;
  position: relative;
  box-sizing: border-box;
}
.arrow-prev::before {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 7px;
  height: 7px;
  transform: rotate(-135deg);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 7px 0 0;
}
.next {
  display: block;
  text-align: left;
  float: right;
}
.next a {
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  color: #000;
  font-size: 1.3em;
  border: 1px solid #000;
  padding: 10px 16px 10px 18px;
  position: relative;
  box-sizing: border-box;
}
.arrow-next::after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 0 0 7px;
}

/* flow */
.flow {
  width: 100%;
  height: auto;
  padding: 180px 0 0 0;
  background: #fdfdfc;
}
.title-flow {
  width: 171px;
  margin: 0 auto;
}
.flow-txt {
  font-size: 1.5em;
  text-align: center;
  line-height: 2;
  padding: 50px 0;
}
.flow-wrap {
  width: 100%;
  height: auto;
  background: #dbd6d1;
  padding: 60px 0 120px 0;
}
.flow-table {
  width: 90%;
  max-width: 1200px;
  height: auto;
  box-sizing: border-box !important;
  margin: 0 auto;
}
.flow-table th {
  width: 50% !important;
  box-sizing: border-box !important;
}
.flow-table td {
  width: 50% !important;
  box-sizing: border-box !important;
}
.flow-table-title-l {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #000;
  background: #fff;
  padding: 20px 0;
}
.flow-table-title-r {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #7da9c7;
  padding: 20px 0;
}
.td-l {
  border-right: 2px solid #fff;
  padding: 10px 30px 10px 0;
}
.td-r {
  border-left: 2px solid #fff;
  padding: 10px 0 10px 30px;
}
.flow-chart-title-wrap {
  text-align: center;
}
.flow-chart-title {
  font-size: 1.8em;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  display: inline-block;
}
.bg-1 {
  background: #80a605;
}
.bg-2 {
  background: #005a1e;
}
.bg-3 {
  background: #ccb31d;
}
.bg-4 {
  background: #906e5a;
}
.bg-5 {
  background: #810000;
}
.bg-6 {
  background: #00325a;
}
.bg-7 {
  background: #a99a86;
}
.bg-8 {
  background: #6e6e6e;
}
.bg-9 {
  background: #d66400;
}
.bg-10 {
  background: #ae7d4b;
}
.bg-11 {
  background: #959595;
}
.bg-12 {
  background: #005b89;
}
.bg-13 {
  background: #50811e;
}
.bg-14 {
  background: #7da9c7;
}
.flow-table-txt {
  font-size: 1.3em;
  line-height: 1.8;
  padding: 20px;
  color: #000;
  background: #fff;
}
.flow-table-txt a {
  color: #80a605;
  text-decoration: underline;
  word-break: break-all;
}
.border-1 {
  border: 1px solid #80a605;
}
.border-2 {
  border: 1px solid #005a1e;
}
.border-3 {
  border: 1px solid #ccb31d;
}
.border-4 {
  border: 1px solid #906e5a;
}
.border-5 {
  border: 1px solid #810000;
}
.border-6 {
  border: 1px solid #00325a;
}
.border-7 {
  border: 1px solid #a99a86;
}
.border-8 {
  border: 1px solid #6e6e6e;
}
.border-9 {
  border: 1px solid #d66400;
}
.border-10 {
  border: 1px solid #ae7d4b;
}
.border-11 {
  border: 1px solid #959595;
}
.border-12 {
  border: 1px solid #005b89;
}
.border-13 {
  border: 1px solid #50811e;
}
.flow-chart-txt-f {
  font-size: 1.3em;
  line-height: 1.8;
  text-align: left;
  color: #000;
  background: #fff;
  border: 1px solid #7da9c7;
  display: inline-block;
  width: auto;
  padding: 20px 30px;
}
.flow-chart-txt-f a {
  font-weight: bold;
  color: #7da9c7;
  text-decoration: underline;
}

/* blog */
.blog {
  width: 100%;
  height: auto;
  padding: 180px 0 120px 0;
  background: #fdfdfc;
}
.title-blog {
  width: 409px;
  margin: 0 auto;
}
.blog-ul {
  width: 94%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto 50px auto;
}
.blog-ul li {
  width: 29.3%;
  height: auto;
  padding: 4% 2% 0 2%;
}
.blog-category {
  font-size: 1.4em;
  color: #000;
  border: 1px solid #000;
  margin: 15px 10px 0 0;
  padding: 5px 10px;
  float: left;
}
.blog-date {
  font-size: 1.4em;
  color: #7a7a7a;
  padding: 21px 0 0 15px;
  float: left;
}
.blog-txt {
  background: #fff;
  padding: 20px;
}
.blog-title {
  font-size: 1.6em;
  line-height: 1.6;
  color: #000;
  padding: 15px 0 0 0;
}
.blog-footer {
  width: 90%;
  max-width: 1146px;
  margin: 0 auto;
}
.blog-hr {
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 0;
}
.blog-pager {
  width: 100%;
  height: auto;
  margin: 50px auto;
}
.blog-category-ul {
  width: 100%;
  height: auto;
  margin: 15px auto 0 auto;
}
.blog-category-ul li {
  font-size: 1.4em;
  margin: 40px 20px 0 0;
}
.blog-category-ul li a {
  color: #000;
  border: 1px solid #000;
  margin: 15px 0 0 0;
  padding: 5px 10px;
}
.blog-archive {
  width: 100%;
  height: auto;
  margin: 50px auto 0 auto;
}
.blog-archive-title {
  font-weight: bold;
}
.blog-archive-ul {
  font-size: 1.5em;
  letter-spacing: -0.4em;
  padding: 5px 0;
}
.blog-archive-ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  text-align: left;
}
div.accordion > ul > li a {
  color: #000;
  position: relative;
  cursor: pointer;
}
div.accordion > ul > li a:hover {
  color: #7daac8;
}
div.accordion > ul > li > ul {
  display: none;
  padding: 5px 0 0 0;
}
div.accordion > ul > li > ul > li {
  display: block;
  padding: 10px 0 0 0;
}

/* blog-details */
.blog-post {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto 50px auto;
}
.blog-d-title {
  font-size: 2.2em;
  line-height: 1.6;
  font-weight: bold;
  padding: 0;
}
.blog-d-date {
  font-size: 1.6em;
  color: #666;
  padding: 25px 0 30px 0;
}
.blog-d-category {
  font-size: 1.4em;
  color: #000;
  border: 1px solid #000;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  display: inline-block;
}
.blog-d-txt {
  font-size: 1.5em;
  line-height: 1.8;
  margin: 50px 0 0 0;
}
.blog-d-txt a {
  font-weight: bold;
  color: #7da9c7;
  border-bottom: 1px solid #7da9c7;
  padding: 0 0 3px 0;
}
.blog-d-footer {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

/* land introduction */
.title-land {
  width: 645px;
  margin: 0 auto;
}
.land-date {
  font-size: 1.4em;
  color: #7a7a7a;
  padding: 21px 0 0 0;
}

/* faq */
.faq {
  width: 100%;
  height: auto;
  padding: 180px 0 120px 0;
  background: #fdfdfc;
}
.title-faq {
  width: 109px;
  margin: 0 auto;
}
.accordion-wrap {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 50px auto 0 auto;
}
.accordion-box {
  margin: 30px 0 0 0;
}
.accordion-box .accordion-title {
  font-size: 1.6em;
  line-height: 1.8;
  font-weight: bold;
  padding: 20px 30px 20px 30px;
  cursor: pointer;
  position: relative;
  background: #f0ebe6;
}
.accordion-box .accordion-title:after {
  content: "＋";
  font-size: 2em;
  font-weight: bold;
  color: #7da9c7;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -28px;
}
.accordion-box.open .accordion-title:after {
  content: "－";
}
.accordion-box .box-inner {
  display: none;
  font-size: 1.6em;
  line-height: 1.8;
  margin: 10px auto 0;
  padding: 20px 30px 20px 30px;
  position: relative;
  border-bottom: 1px solid #7da9c7;
}
.accordion-box .box-inner a {
  color: #7da9c7;
  text-decoration: underline;
}
.accordion-box .box-inner a:hover {
  text-decoration: none;
}

/* recruit */
.recruit {
  width: 100%;
  height: auto;
  padding: 180px 0 120px 0;
  background: #fdfdfc;
}
.title-recruit {
  width: 266px;
  margin: 0 auto;
}
.recruit-img {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto 0 auto;
}
.recruit-txt {
  font-size: 1.5em;
  line-height: 1.8;
  text-align: center;
  padding: 50px 0 0 0;
}
.recruit-ul-title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 20px auto;
}
.recruit-ul {
  width: 90%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.recruit-ul li {
  font-size: 1.4em;
  line-height: 1;
  padding: 20px 0;
}
.recruit-ul li a {
  color: #fff;
  font-weight: bold;
}
.recruit-li-1 {
  width: 33%;
  box-sizing: border-box;
  background: #c9b442;
}
.recruit-li-2 {
  width: 34%;
  box-sizing: border-box;
  background: #618024;
}
.recruit-li-3 {
  width: 33%;
  box-sizing: border-box;
  background: #275a86;
}
#recruit-1 {
  margin-top: -130px;
  padding-top: 130px;
}
#recruit-2 {
  margin-top: -130px;
  padding-top: 130px;
}
#recruit-3 {
  margin-top: -130px;
  padding-top: 130px;
}
.recruit-table {
  width: 90%;
  max-width: 800px;
  height: auto;
  margin: 40px auto 0 auto;
}
.recruit-table td {
  font-size: 1.4em;
  line-height: 1.8;
  border: 1px solid #ccc;
  vertical-align: middle;
  background: #fff;
  padding: 15px 20px;
}
.recruit-table-title {
  text-align: center;
  background: #ebe6e1 !important;
}
.recruit-table-title-1 {
  text-align: center;
  color: #fff !important;
  background: #c9b442 !important;
}
.recruit-table-title-2 {
  text-align: center;
  color: #fff !important;
  background: #618024 !important;
}
.recruit-table-title-3 {
  text-align: center;
  color: #fff !important;
  background: #275a86 !important;
}
.td-l {
  width: 20%;
}
.recruit-table-wrap {
  width: 100%;
  margin: 50px auto 0 auto;
}
.recruit-table-link {
  font-size: 1.4em;
  text-align: center;
  line-height: 1.8;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.recruit-table-link a {
  font-weight: bold;
  padding: 15px 0;
  color: #fff;
  display: block;
}
.arrow-w::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 0 0 7px;
}

/* search */
.search {
  width: 100%;
  height: auto;
  padding: 180px 0 120px 0;
  background: #fdfdfc;
}
.title-search {
  width: 245px;
  margin: 0 auto;
}
.search-txt {
  font-size: 1.5em;
  line-height: 1.8;
  text-align: center;
  padding: 50px 0 0 0;
}

/* contact */
.contact {
  width: 100%;
  height: auto;
  padding: 180px 0 120px 0;
  background: #fdfdfc;
}
.title-contact {
  width: 289px;
  margin: 0 auto;
}
.form {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 35px auto 0 auto;
}
.error-txt {
  font-size: 1.5em;
  line-height: 1.8;
  color: #7daac8;
}
.form-txt {
  font-size: 1.5em;
  line-height: 1.6;
  padding: 25px 0 10px 0;
}
.form-txt span {
  color: #7daac8;
}
.form-box {
  font-family: inherit !important;
  font-size: 1.5em;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 10px;
  border: 1px solid #ccc;
  background: #fff;
}
.form-box-2 {
  font-family: inherit !important;
  font-size: 1.5em;
  width: 50%;
  box-sizing: border-box;
  padding: 15px 10px;
  border: 1px solid #ccc;
  background: #fff;
}
.form-body {
  font-family: inherit !important;
  font-size: 1.5em;
  width: 100%;
  box-sizing: border-box;
  height: 200px;
  padding: 15px 10px;
  border: 1px solid #ccc;
  background: #fff;
}
.check {
  margin: 0;
  float: left;
}
.select-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
}
.select-wrap::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #202026;
  border-right: solid 2px #202026;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
.select {
  font-family: inherit !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.5em;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 10px;
  border: 1px solid #ccc;
  color: #000;
  background: #fff;
  position: relative;
}
select::-ms-expand {
  display: none;
}
/* Radio */
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  margin-right: 6px;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 1.5em;
  line-height: 30px;
  cursor: pointer;
}
@media (min-width: 1px) {
  input[type="radio"],
  input[type="checkbox"] {
    display: none;
    margin: 0;
  }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    padding: 0 0 0 24px;
  }
  input[type="radio"] + label::before,
  input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -11px;
    background: #fff;
  }
  input[type="radio"] + label::before {
    border: 1px solid #ccc;
    border-radius: 30px;
  }
  input[type="checkbox"] + label::before {
    border: 2px solid #ccc;
  }
  input[type="radio"]:checked + label::after,
  input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type="radio"]:checked + label::after {
    left: 5px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    background: #7daac8;
    border-radius: 8px;
  }
  input[type="checkbox"]:checked + label::after {
    left: 3px;
    width: 18px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #7daac8;
    border-bottom: 3px solid #7daac8;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.form-btn {
  font-family: inherit !important;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  border: none;
  color: #fff;
  background: #7daac8;
  margin: 50px 0 0 0;
  padding: 15px 0;
  box-sizing: border-box;
}
.form-btn-l {
  font-family: inherit !important;
  width: 47%;
  float: left;
  margin: 50px 0 0 0;
}
.form-btn-r {
  font-family: inherit !important;
  width: 47%;
  float: right;
  margin: 50px 0 0 0;
}
.form-txt-que {
  font-size: 1.5em;
  color: #7daac8;
  padding: 25px 0 10px 0;
}
.form-txt-ans {
  font-size: 1.5em;
  line-height: 1.8;
}
.form-txt-pre {
  font-size: 1.5em;
  line-height: 1.8;
  padding: 50px 0 0 0;
}
.form-txt-pre span {
  font-weight: bold;
}
.thanks-txt {
  font-size: 1.5em;
  line-height: 1.8;
  text-align: center;
  padding: 50px 0 0 0;
}
.thanks-btn {
  font-size: 1.5em;
  text-align: center;
  margin: 60px 0 0 0;
}
.thanks-btn a {
  font-weight: bold;
  color: #fff;
  background: #7daac8;
  padding: 15px 25px;
}

/* model */
.model {
  width: 100%;
  height: auto;
  padding: 180px 0 120px 0;
  background: #fdfdfc;
}
.title-model {
  width: 445px;
  margin: 0 auto;
}
.model-title {
  font-size: 2.2em;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  padding: 50px 20px 0 20px;
}
.model-title-sub {
  font-size: 1.5em;
  text-align: center;
  line-height: 2;
  padding: 30px 0 0 0;
}
.model-ul {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}
.model-ul li {
  width: 100%;
  height: auto;
  margin: 50px 0 0 0;
}
.model-txt-wrap {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 50px auto 0 auto;
}
.model-txt {
  font-size: 1.4em;
  line-height: 1.8;
}
.model-txt a {
  font-weight: 700;
  color: #7daac8;
  border-bottom: 1px solid #7daac8;
  padding: 0 0 5px 0;
}
.model-btn {
  text-align: center;
  margin: 50px auto 0 auto;
}
.model-btn a {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #292b67;
  padding: 20px 25px;
}
.model-d-title {
  font-size: 2.2em;
  line-height: 1.6;
  font-weight: bold;
  padding: 0 0 25px 0;
}

/* footer */
.footer {
  width: 100%;
  height: auto;
  padding: 70px 0 0 0;
}
.footer-inner {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.footer-logo {
  width: 140px;
  height: auto;
  margin: 0 auto;
}
.footer-menu {
  font-size: 1.4em;
  line-height: 2.2;
  text-align: center;
  padding: 60px 0 0 0;
}
.footer-menu li {
  padding: 0 20px;
  display: inline-block;
}
.footer-menu li a {
  color: #000;
}
.footer-icon {
  width: 124px;
  height: auto;
  margin: 0 auto;
}
.footer-icon li {
  width: 22px;
  height: 22px;
  padding: 60px 20px 0 20px;
}
.footer-tel-box {
  text-align: center;
  padding: 60px 0 0 0;
}
.footer-tel {
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 10px 20px;
  display: inline-block;
}
.footer-wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 60px 0 70px 0;
}
.footer-copy {
  font-size: 1.4em;
  text-align: right;
  float: right;
}
.footer-zeh {
  font-size: 1.4em;
  text-align: left;
  float: left;
}
.footer-zeh a {
  color: #000;
}

@media screen and (max-width:1300px) {
  .link a::before {
    height: 2px;
  }
  /* header */
  .header-inner-r {
    padding: 12px 0 0 0;
  }
  .logo {
    width: 120px;
  }
  .header-menu {
    font-size: 1.2em;
  }
  .header-menu li {
    padding: 14px 0 0 20px;
  }
  .header-icon li {
    width: 20px;
    height: 20px;
    padding: 10px 0 0 20px;
  }
}

@media screen and (max-width:1200px) {
  /* works */
  .works-category-ul {
    margin: 60px 0 30px 0;
  }
  /* blog-ul */
  .blog-ul {
    margin: 10px auto 0 auto;
  }
}

@media screen and (max-width: 1190px) {
  /* header */
  .header-inner-r {
    display: block;
  }
  .header-inner {
    padding: 30px 5%;
  }
  .header-menu {
    display: none;
  }
  .header-icon {
    padding: 0 0 0 20px;
  }
  /* top */
  .top-txt {
    font-size: 3em;
    line-height: 1.4;
  }
  /* about */
  .onlyOne-txt {
    font-size: 2.2em;
  }
  /* blog */
  .blog-ul {
    width: 94%;
    margin: 10px auto 50px auto;
  }
  .blog-ul li {
    width: 46%;
    padding: 4% 2% 0 2%;
  }
}

@media screen and (max-width: 700px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header */
  .header-inner-r {
    padding: 8px 0 0 0;
  }
  .logo {
    width: 100px;
  }
  .header-inner {
    padding: 20px 5%;
  }
  .header-icon {
    padding: 0 0 0 10px;
  }
  .header-icon li {
    width: 18px;
    height: 18px;
    padding: 8px 0 0 20px;
  }
  /* common */
  .title-sub-wrap {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .title-sub {
    font-size: 1.6em;
    padding: 6px 0 0 0;
  }
  .btn a {
    font-size: 1.2em;
    padding: 7px 13px 7px 15px;
  }
  /* about */
  .top {
    background-image: url(../img/about/top-sp.jpg);
  }
  .top-txt {
    font-size: 1.8em;
    line-height: 1.8;
  }
  .top-txt-wrap {
    padding: 50px 0 0 0;
  }
  .top-btn a {
    font-size: 1.2em;
  }
  .arrow-b::after {
    width: 6px;
    height: 6px;
    top: -1px;
  }
  .scroll {
    right: 5%;
    bottom: 5%;
  }
  .onlyOne-txt {
    font-size: 1.4em;
    background: rgba(255, 255, 255, 0.4);
    padding: 8px 6px 6px 16px;
  }
  .title-about {
    width: 230px;
    margin: 0 auto;
  }
  .title {
    font-size: 1.6em;
  }
  .title-hr {
    width: 80px;
  }
  .about-txt {
    font-size: 1.3em;
  }
  .about-table td {
    font-size: 1.2em;
    padding: 15px 10px;
  }
  /* works */
  .works {
    padding: 150px 0 120px 0;
  }
  .title-works {
    width: 172px;
  }
  .works-category-ul {
    margin: 30px 0 10px 0;
  }
  .works-category-ul li {
    font-size: 1.2em;
    margin: 30px 10px 0 10px;
  }
  .works-ul {
    width: 90%;
  }
  .works-ul li {
    width: 100%;
    padding: 50px 0 0 0;
  }
  .works-category {
    font-size: 1.2em;
  }
  .works-name {
    font-size: 1.3em;
    padding: 15px 0 0 0;
  }
  .notFound {
    font-size: 1.2em;
    padding: 50px 0;
  }
  /* works-details */
  .works-d-title {
    font-size: 1.6em;
  }
  .works-d-date {
    font-size: 1.2em;
    padding: 15px 0 20px 0;
  }
  .works-d-category p {
    font-size: 1.2em;
  }
  .works-d-txt {
    font-size: 1.2em;
  }
  .prev a {
    font-size: 1.2em;
  }
  .next a {
    font-size: 1.2em;
  }
  /* flow */
  .flow {
    padding: 150px 0 0 0;
  }
  .title-flow {
    width: 126px;
  }
  .flow-txt {
    font-size: 1.2em;
  }
  .flow-wrap {
    padding: 60px 0 120px 0;
  }
  .flow-table-title-l {
    font-size: 1.3em;
  }
  .flow-table-title-r {
    font-size: 1.3em;
  }
  .td-l {
    border-right: 1px solid #fff;
    padding: 10px 15px 10px 0;
  }
  .td-r {
    border-left: 1px solid #fff;
    padding: 10px 0 10px 15px;
  }
  .flow-chart-title {
    font-size: 1.3em;
    padding: 15px 25px;
  }
  .flow-table-txt {
    font-size: 1em;
    padding: 15px;
  }
  .flow-chart-txt-f {
    font-size: 1em;
    text-align: center;
    padding: 20px 25px;
  }
  /* blog */
  .blog {
    padding: 150px 0 120px 0;
  }
  .title-blog {
    width: 300px;
  }
  .blog-ul {
    width: 90%;
    margin: 0 auto 50px auto;
  }
  .blog-ul li {
    width: 100%;
    padding: 50px 0 0 0;
  }
  .blog-category {
    font-size: 1.2em;
  }
  .blog-date {
    font-size: 1.2em;
  }
  .blog-title {
    font-size: 1.3em;
  }
  .blog-category-ul {
    margin: 25px auto 0 auto;
  }
  .blog-category-ul li {
    font-size: 1.2em;
    margin: 30px 15px 0 0;
  }
  .blog-archive-ul {
    font-size: 1.3em;
  }
  /* blog-details */
  .blog-d-title {
    font-size: 1.6em;
  }
  .blog-d-date {
    font-size: 1.2em;
  }
  .blog-d-category {
    font-size: 1.2em;
  }
  .blog-d-txt {
    font-size: 1.2em;
  }
  /* land introduction */
  .title-land {
    width: 90%;
    margin: 0 auto;
  }
  /* faq */
  .faq {
    padding: 150px 0 120px 0;
  }
  .title-faq {
    width: 80px;
  }
  .accordion-box .accordion-title {
    font-size: 1.2em;
    padding: 20px 20px 20px 20px;
  }
  .accordion-box .accordion-title:after {
    font-size: 1.8em;
    right: 15px;
    margin-top: -20px;
  }
  .accordion-box .box-inner {
    font-size: 1.2em;
    padding: 15px 20px 20px 20px;
  }
  /* recruit */
  .recruit {
    padding: 150px 0 120px 0;
  }
  .title-recruit {
    width: 196px;
  }
  .recruit-txt {
    font-size: 1.3em;
  }
  #recruit-1 {
    margin-top: -90px;
    padding-top: 90px;
  }
  #recruit-2 {
    margin-top: -90px;
    padding-top: 90px;
  }
  #recruit-3 {
    margin-top: -90px;
    padding-top: 90px;
  }
  .recruit-ul-title {
    font-size: 1.3em;
  }
  .recruit-li-1 {
    width: 100%;
  }
  .recruit-li-2 {
    width: 100%;
  }
  .recruit-li-3 {
    width: 100%;
  }
  .recruit-ul li {
    font-size: 1.2em;
    padding: 20px 0;
  }
  .recruit-table td {
    font-size: 1.2em;
    padding: 15px 10px;
  }
  .td-l {
    width: 25%;
  }
  .recruit-table-link {
    font-size: 1.2em;
  }
  /* search */
  .search {
    padding: 150px 0 120px 0;
  }
  .title-search {
    width: 180px;
  }
  .search-txt {
    font-size: 1.2em;
  }
  /* contact */
  .contact {
    padding: 150px 0 120px 0;
  }
  .title-contact {
    width: 212px;
  }
  .error-txt {
    font-size: 1.2em;
  }
  .form-txt {
    font-size: 1.2em;
  }
  .form-box {
    font-size: 1.2em;
  }
  .form-box-2 {
    font-size: 1.2em;
  }
  .form-body {
    font-size: 1.2em;
  }
  .select {
    font-size: 1.2em;
  }
  .form-btn {
    font-size: 1.3em;
    margin: 40px 0 0 0;
    padding: 15px 0;
  }
  .form-btn-l {
    margin: 40px 0 0 0;
  }
  .form-btn-r {
    margin: 40px 0 0 0;
  }
  .form-txt-que {
    font-size: 1.2em;
  }
  .form-txt-ans {
    font-size: 1.2em;
  }
  .form-txt-pre {
    font-size: 1.2em;
  }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    font-size: 1.2em;
  }
  .thanks-txt {
    font-size: 1.2em;
  }
  .thanks-btn {
    font-size: 1.3em;
  }
  .thanks-btn a {
    padding: 10px 20px;
  }
  /* model */
  .model {
    padding: 150px 0 120px 0;
  }
  .title-model {
    width: 320px;
  }
  .model-title {
    font-size: 1.6em;
  }
  .model-title-sub {
    font-size: 1.3em;
  }
  .model-txt {
    font-size: 1.2em;
  }
  .model-btn a {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #292b67;
    padding: 20px 25px;
  }
  .model-d-title {
    font-size: 1.3em;
  }
  .photo-t {
    width: 80%;
  }
  /* footer */
  .footer {
    padding: 60px 0 0 0;
  }
  .footer-logo {
    width: 80px;
  }
  .footer-menu {
    font-size: 1.2em;
    text-align: center;
    padding: 40px 0 0 0;
    border-bottom: 1px solid #ded6cf;
  }
  .footer-menu li {
    padding: 20px 0;
    display: block;
    border-top: 1px solid #ded6cf;
  }
  .footer-icon li {
    padding: 40px 20px 0 20px;
  }
  .footer-tel-box {
    padding: 40px 0 0 0;
  }
  .footer-tel {
    font-size: 1.6em;
  }
  .footer-wrap {
    padding: 40px 0 60px 0;
  }
  .footer-copy {
    font-size: 1.2em;
  }
  .footer-zeh {
    font-size: 1.2em;
  }
}
