/*-- Reset --*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

* {
  box-sizing: border-box;
  scroll-behavior: smooth; }

a {
  text-decoration: none; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
/*-- Base --*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

img {
  vertical-align: center;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%; }

html {
  height: 100%;
  width: 100%; }

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: .24rem;
  font-feature-settings: "palt" 1;
  background-color: #fff;
  width: 100%;
  min-width: 1000px;
  height: auto;
  margin: 0 auto; }
@media screen and (max-width: 767px) {
  body {
    min-width: 100%; } }

h1 {
  display: inline-block;
  font-size: 22px;
  line-height: 1.8rem;
  letter-spacing: .6rem; }
@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
    letter-spacing: .24rem; } }
.p-index h2 {
  display: inline-block;
  font-size: 22px;
  line-height: 1.8rem;
  letter-spacing: .6rem; }
h2,
.p-index .page-link-wrap h2 {
  font-size: 18px;
  line-height: 1.6rem;
  letter-spacing: .08rem; }
ol {
  line-height: 1.4;
  letter-spacing: .02em; }

.f-tight p {
  letter-spacing: .08rem; }

.paragraph {
  margin-top: 24px; }

a {
  color: #000; }

a:hover {
  text-decoration: none;
  transition: all 480ms; }

.load-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  transform: scale(1);
  opacity: 1;
  overflow: hidden; }
.load-wrap .load-logo {
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
@media screen and (max-width: 767px) {
  .load-wrap .load-logo {
    width: 80%; } }
.load-wrap.hide {
  display: none; }

/*-- nav --*/
.header-wrap {
  display: none;
  background: #dcdcdc;
  width: 100%;
  min-width: 1000px;
  height: 60px;
  padding: 16px;
  border-bottom: 1px solid #fff; }
.header-wrap.fixed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 555; }
@media screen and (max-width: 767px) {
  .header-wrap.fixed {
    min-width: 100%; } }
.header-wrap .global-nav {
  float: right; }
.header-wrap .global-nav .g-nav .nav {
  display: inline-block; }
.header-wrap .global-nav .g-nav .nav.current {
  border-bottom: 1px dashed #000; }
.header-wrap .global-nav .g-nav .nav:hover {
  cursor: pointer;
  border-bottom: 1px dashed #000; }
.header-wrap .global-nav .g-nav .nav + .nav {
  margin-left: 16px; }
.header-wrap .global-nav .g-nav .nav a {
  cursor: pointer;
  color: #000;
  text-decoration: none; }
.header-wrap .logo {
  float: left;
  width: 140px;
  height: auto; }

.drawer {
  display: none; }

@media screen and (max-width: 767px) {
  .drawer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 70px;
    padding: 0 1em; }
  .drawer .navbar_toggle {
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 99; }
  .drawer .navbar_toggle .navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background: #fff;
    transition: ease .5s; }
  .drawer .navbar_toggle .navbar_toggle_icon:nth-child(1) {
    top: 0; }
  .drawer .navbar_toggle .navbar_toggle_icon:nth-child(2) {
    margin: 8px 0; }
  .drawer .navbar_toggle .navbar_toggle_icon:nth-child(3) {
    top: 0; }
  .drawer .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 10px;
    transform: rotate(45deg); }
  .drawer .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    transform: translateY(-50%);
    opacity: 0; }
  .drawer .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -10px;
    transform: rotate(-45deg); }

  .header-wrap .global-nav {
    display: none;
    transform: translateX(-125%);
    transition: ease .5s;
    z-index: 55; }
  .header-wrap .global-nav .global-nav-list .nav {
    display: block;
    border-bottom: 1px solid #fff; }
  .header-wrap .global-nav .global-nav-list .nav a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 2em; }
  .header-wrap .global-nav .global-nav-list .nav + .nav {
    margin: 0; }
  .header-wrap .global-nav.open {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #dcdcdc;
    transform: translateX(0);
    overflow-y: auto; }
  .header-wrap .global-nav.open .global-nav-list {
    padding: 80px 10px 0; } }
/*-- common --*/
.pagelink-title {
  padding: 16px 0 16px 50px; }
.pagelink-title:before {
  content: '';
  display: inline;
  width: 50px;
  height: 50px;
  background: url("../images/common/i-heading.png") no-repeat left;
  background-size: contain;
  position: absolute;
  left: 0; }

.page-header {
  padding: 40px 0 80px;
  position: relative; }
@media screen and (max-width: 767px) {
  .page-header {
    padding: 64px 0 80px; } }
.page-header .page-title {
  font-size: 38px;
  line-height: 1.4em; }
@media screen and (max-width: 767px) {
  .page-header .page-title {
    font-size: 24px;
    padding-right: 64px; } }
.page-header .page-title.vertical {
  vertical-align: top;
  writing-mode: vertical-rl;
  text-orientation: upright; }
.page-header .page-content {
  width: 600px;
  height: auto;
  display: inline-block; }
@media screen and (max-width: 767px) {
  .page-header .page-content {
    width: 100%; } }
.page-header .page-title-image {
  width: 138px;
  height: auto;
  position: absolute;
  top: 0;
  right: 8px; }
@media screen and (max-width: 767px) {
  .page-header .page-title-image {
    width: 72px; } }
.page-header .header-image {
  display: inline-block; }
.page-header .header-image.__wood-house {
  width: 174px;
  height: auto; }
.page-header .header-image.__about {
  width: 142px;
  height: auto; }
.page-header .header-image.__charm {
  width: 162px;
  height: auto; }
@media screen and (max-width: 767px) {
  .page-header .header-image {
    float: right; }
  .page-header .header-image.__about {
    width: 72px; }
  .page-header .header-image.__charm {
    width: 102px; }
  .page-header .header-image.__wood-house {
    width: 104px; } }

.bg-gray-off-corner {
  position: relative;
  background-color: #dcdcdc;
  margin-top: 80px; }
.bg-gray-off-corner:before {
  content: " ";
  position: absolute;
  top: -8vw;
  left: 0;
  width: 100%;
  min-width: 1000px;
  padding-top: 30%;
  /* height: 240px; */
  background-color: #dcdcdc;
  transform: skew(0deg, 8deg); }
@media screen and (max-width: 767px) {
  .bg-gray-off-corner:before {
    min-width: 100%; } }
.l-company-information {
  position: relative;
  top: -240px; }
@media screen and (max-width: 767px) {
  .l-company-information {
    top: -160px; } }
.l-access {
  position: relative;
  top: -240px; }
@media screen and (max-width: 767px) {
  .l-access {
    top: -120px; } }
.item-title-secondary {
  position: relative;
  padding-left: 48px;
  margin-bottom: 24px;
  width: auto;
  height: 56px; }
.item-title-secondary.about-title {
  margin-bottom: 16px; }
.item-title-secondary.__one-line {
  padding-top: 16px; }
.item-title-secondary:before {
  content: " ";
  background: url("../images/common/i-heading.png") no-repeat center;
  background-size: contain;
  width: 40px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0; }
@media screen and (max-width: 767px) {
  .item-title-secondary {
    padding-left: 40px;
    height: auto; }
  .item-title-secondary:before {
    width: 34px;
    height: 48px; } }

.headline-border-decoration .border-decoration-title {
  display: block;
  position: relative;
  width: 610px;
  height: auto;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #000; }
.headline-border-decoration .border-decoration-title:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: -90px;
  background: url("../images/common/i-heading.png") no-repeat center;
  background-size: contain;
  width: 70px;
  height: 92px; }
@media screen and (max-width: 767px) {
  .headline-border-decoration {
    width: 72%; }
  .headline-border-decoration > p {
    padding-right: 24px; }
  .headline-border-decoration .border-decoration-title {
    width: 90%; } }

.section-title-secondary-wrap {
  display: inline-block;
  position: relative; }
.section-title-secondary-wrap.__related-builder {
  top: -40px; }
.section-title-secondary-wrap .section-title-secondary {
  font-size: 22px;
  border-bottom: 1px dotted #000;
  padding-bottom: 8px;
  margin-bottom: 12px; }
@media screen and (max-width: 767px) {
  .section-title-secondary-wrap .section-title-secondary {
    padding-right: 16px;
    letter-spacing: .24rem; } }
.section-title-secondary-wrap .section-title-secondary span {
  font-size: 38px; }
.section-title-secondary-wrap p {
  line-height: 1.4em; }
.section-title-secondary-wrap:after {
  content: " ";
  display: inline-block;
  width: 70px;
  height: 100px;
  background: url("../images/wood-house/section-title-secondary-deco.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -80px; }
@media screen and (max-width: 767px) {
  .section-title-secondary-wrap:after {
    width: 50px;
    right: 0;
    top: -18px; } }

.l-lead {
  padding: 80px 0;
  position: relative; }
.l-lead .content-title {
  font-size: 38px;
  line-height: 1.6em;
  margin-bottom: 24px; }
@media screen and (max-width: 767px) {
  .l-lead .content-title {
    font-size: 24px; } }
.l-lead .image-deco {
  display: inline-block; }
.l-lead .image-deco.image-0 {
  width: 66px;
  height: auto; }
@media screen and (max-width: 767px) {
  .l-lead .image-deco.image-0 {
    float: right; } }
.l-lead .image-deco.image-1 {
  width: 124px;
  height: auto;
  float: right; }

.alert {
  font-size: 22px;
  text-align: center;
  background-color: #5279c8;
  color: #fff; }
@media screen and (max-width: 767px) {
  .alert {
    font-size: 14px;
    line-height: 1.4em;
    padding: 4px; } }

.is-pc {
  display: block; }
@media screen and (max-width: 767px) {
  .is-pc {
    display: none; } }

.is-mobile {
  display: none; }
@media screen and (max-width: 767px) {
  .is-mobile {
    display: block; } }

.is-se {
  display: block; }
@media screen and (max-width: 320px) {
  .is-se {
    display: none; } }

.border-top {
  border-top: 2px solid #000; }

.border-right {
  border-right: 2px solid #000; }

.border-left {
  border-left: 2px solid #000; }

.border-bottom {
  border-bottom: 2px solid #000; }

/*-- section --*/
.s-section {
  width: 100%;
  height: auto;
  padding: 80px 0; }
.p-about .s-section {
  padding: 80px 0 0; }
.s-section.l-logo-mark {
  padding-top: 0; }
@media screen and (max-width: 767px) {
  .s-section {
    padding: 40px 0; } }

.container {
  width: 880px;
  height: auto;
  margin: 0 auto; }
@media screen and (max-width: 767px) {
  .container {
    width: 90%; } }

.inner-container {
  padding: 24px;
  margin: 24px;
  background-color: #fff; }
@media screen and (max-width: 767px) {
  .inner-container {
    padding: 16px;
    margin: 0; } }

.outer-container {
  padding: 80px 0; }

.inner-hidden {
  overflow: hidden; }

.w-50 {
  position: relative;
  width: 50%;
  height: auto;
  float: left; }
.w-50.lead-wrap {
  float: left; }
@media screen and (max-width: 767px) {
  .w-50 {
    width: 100%; } }

.page-link-wrap {
  position: relative;
  text-align: justify;
  display: block;
  width: 282px;
  height: auto;
  float: left; }
.page-link-wrap .page-link {
  display: block;
  padding: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #fff; }
.page-link-wrap .page-link:hover {
  border: 1px solid #000; }
.page-link-wrap + .page-link-wrap {
  margin-left: 16px; }
@media screen and (max-width: 767px) {
  .page-link-wrap + .page-link-wrap {
    margin-left: 0;
    margin: 32px auto 0; } }
.page-link-wrap .pagelink-title:before {
  left: 16px; }
@media screen and (max-width: 767px) {
  .page-link-wrap {
    width: 90%;
    display: block;
    margin: 0 auto;
    float: none; } }

.bg-gray {
  background-color: #dcdcdc; }

.bg-white {
  background-color: #ffffff; }

/*-- index --*/
.s-lead {
  position: relative; }
.s-lead p {
  line-height: 2.4em;
  padding-left: 24px; }
@media screen and (max-width: 767px) {
  .s-lead p {
    padding-left: 0; } }
.s-lead .lead-title {
  margin-top: 140px; }
@media screen and (max-width: 767px) {
  .s-lead .lead-title {
    margin-top: 0;
    margin-bottom: 52px; } }
.s-lead .fadein-right-wrap {
  position: absolute;
  top: 300px;
  right: 0;
  overflow: hidden; }
.s-lead .fadein-right-wrap .fadein-right {
  width: 170px;
  height: auto;
  opacity: 0;
  transform: translate(150px, -100px);
  transition: all 1s; }
.s-lead .fadein-right-wrap .fadein-right.active {
  opacity: 1;
  transform: translate(0, 0); }
@media screen and (max-width: 767px) {
  .s-lead .fadein-right-wrap {
    top: 10px; }
  .s-lead .fadein-right-wrap .fadein-right {
    width: 100px; } }

.f-border {
  display: inline-block;
  font-size: 12px;
  line-height: 1.8em;
  text-align: center;
  vertical-align: text-bottom;
  width: 146px;
  height: 22px;
  border: 1px solid #000000; }
@media screen and (max-width: 767px) {
  .f-border {
    font-size: 10px;
    width: auto;
    padding: 0 4px; } }

.l-mokuzai .mokuzai-wrap {
  position: relative;
  top: -80px; }
@media screen and (max-width: 767px) {
  .l-mokuzai .mokuzai-wrap {
    top: -50px; } }
.l-mokuzai .mokuzai-title {
  overflow: hidden; }
.l-mokuzai .image .image-mokuzai {
  width: 610px;
  height: auto;
  position: absolute;
  top: 52px;
  right: -24px;
  margin: auto; }
@media screen and (max-width: 767px) {
  .l-mokuzai .image {
    margin-top: 24px; }
  .l-mokuzai .image .image-mokuzai {
    width: 100%;
    right: 0;
    top: 0;
    position: relative; } }
.l-mokuzai .f-note {
  font-size: 12px;
  text-align: right;
  position: absolute;
  bottom: -8px;
  right: 86px; }
@media screen and (max-width: 767px) {
  .l-mokuzai .f-note {
    bottom: -28px;
    right: auto;
    letter-spacing: .1em;
    left: 0; } }

.slider-wrap {
  position: relative; }
.slider-wrap .slider {
  width: 80%;
  margin: 0 auto; }
.slider-wrap .arrow-button {
  background-color: #dcdcdc;
  border: none;
  width: 32px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer; }
@media screen and (max-width: 767px) {
  .slider-wrap .arrow-button {
    width: 16px; } }
.slider-wrap .arrow-button.next {
  right: 0; }
.slider-wrap .arrow-button.prev {
  left: 0; }
.slider-wrap .arrow-button img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%); }

.l-seizai {
  background-color: #dcdcdc;
  position: relative; }
.l-seizai .m-seizai {
  padding: 12px 32px 24px 48px; }
@media screen and (max-width: 767px) {
  .l-seizai .m-seizai {
    padding: 12px 24px 24px; } }
.l-seizai .m-seizai .text {
  width: 510px;
  height: auto;
  background: url("../images/top/map.png") no-repeat right top;
  background-size: 140px 294px;
  padding-top: 24px;
  float: left; }
@media screen and (max-width: 767px) {
  .l-seizai .m-seizai .text {
    width: 100%; } }
.l-seizai .m-seizai .text h2 {
  display: inline-block;
  padding-right: 32px;
  letter-spacing: .2rem;
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px dashed #000; }
.l-seizai .m-seizai .image {
  width: 270px;
  height: 310px;
  float: right;
  padding-top: 12px; }
@media screen and (max-width: 767px) {
  .l-seizai .m-seizai .image {
    width: 100%;
    height: auto; } }
.l-seizai .fadein-left-wrap {
  position: absolute;
  bottom: -100px;
  left: 0;
  overflow: hidden; }
.l-seizai .fadein-left-wrap .fadein-left {
  width: 210px;
  height: auto;
  opacity: 0;
  transform: translate(-150px, -100px);
  transition: all 1s; }
.l-seizai .fadein-left-wrap .fadein-left.active {
  opacity: 1;
  transform: translate(0, 0); }
@media screen and (max-width: 767px) {
  .l-seizai .fadein-left-wrap {
    bottom: -60px; }
  .l-seizai .fadein-left-wrap .fadein-left {
    width: 110px; } }

.link-maniwanozai-wrap {
  margin-top: 16px; }
.link-maniwanozai-wrap img {
  display: inline-block;
  vertical-align: baseline; }
.link-maniwanozai-wrap .seizai-more {
  width: 200px;
  height: auto; }
.link-maniwanozai-wrap .link-maniwanozai {
  display: inline-block;
  width: 176px;
  height: auto;
  padding: 4px 8px; }
@media screen and (max-width: 767px) {
  .link-maniwanozai-wrap .link-maniwanozai {
    display: block;
    width: 80%;
    height: auto;
    padding: 4px 8px;
    text-align: center;
    margin: 0 auto; } }
.link-maniwanozai-wrap .link-maniwanozai:hover {
  background-color: #dcdcdc; }
.link-maniwanozai-wrap .link-maniwanozai .link-maniwanozai-image {
  width: 100%;
  height: auto; }

.i-area {
  position: absolute;
  top: -15px;
  right: -30px; }
.i-area img {
  width: 94px;
  height: auto; }
@media screen and (max-width: 767px) {
  .i-area {
    top: 200px;
    right: 0; } }
@media screen and (max-width: 320px) {
  .i-area {
    top: 237px;
    right: 0; }
  .i-area img {
    width: 72px; } }

.m-case {
  margin-top: 40px;
  position: relative; }
.m-case > * {
  display: inline-block;
  vertical-align: top; }
.m-case .case-name {
  width: 68px;
  height: 236px;
  content: '';
  display: inline-block; }
.m-case .case-name.__case-name-1 {
  background: url("/assets/images/top/case-1.png") no-repeat top;
  background-size: contain; }
.m-case .case-name.__case-name-2 {
  background: url("/assets/images/top/case-2.png") no-repeat top;
  background-size: contain; }
.m-case .case-name.__case-name-3 {
  background: url("/assets/images/top/case-3.png") no-repeat top;
  background-size: contain; }
@media screen and (max-width: 767px) {
  .m-case .case-name {
    width: 100%;
    height: auto;
    min-height: 90px; }
  .m-case .case-name.__case-name-1 {
    background: url("/assets/images/top/case-mobile-1.png") no-repeat top;
    background-size: contain; }
  .m-case .case-name.__case-name-2 {
    background: url("/assets/images/top/case-mobile-2.png") no-repeat top;
    background-size: contain; }
  .m-case .case-name.__case-name-3 {
    background: url("/assets/images/top/case-mobile-3.png") no-repeat top;
    background-size: contain; } }
.m-case .text {
  width: 188px;
  height: auto;
  padding: 0 8px;
  letter-spacing: .12rem;
  text-align: justify; }
@media screen and (max-width: 767px) {
  .m-case .text {
    width: 100%;
    padding: 0;
    margin-bottom: 16px; } }
.m-case .case-image {
  content: '';
  display: inline-block; }
.m-case .case-image.image-oblong {
  width: 360px;
  height: 236px; }
.m-case .case-image.image-square {
  width: 236px;
  height: 236px; }
@media screen and (max-width: 767px) {
  .m-case .case-image + .case-image {
    margin-top: 8px; }
  .m-case .case-image.image-oblong {
    width: 100%;
    height: auto;
    padding-top: 66.6%; }
  .m-case .case-image.image-square {
    width: 100%;
    height: auto;
    padding-top: 66.6%; } }
.m-case.m-case-1 .image-oblong {
  background: url("/assets/images/top/case-image-1.jpg") no-repeat center;
  background-size: cover; }
.m-case.m-case-1 .image-square {
  background: url("/assets/images/top/case-image-2.jpg") no-repeat center;
  background-size: cover; }
.m-case.m-case-2 .image-oblong {
  background: url("/assets/images/top/case-image-3.jpg") no-repeat center;
  background-size: cover; }
.m-case.m-case-2 .image-square {
  background: url("/assets/images/top/case-image-4.jpg") no-repeat center;
  background-size: cover; }
.m-case.m-case-3 .image-oblong {
  background: url("/assets/images/top/case-image-5.jpg") no-repeat center;
  background-size: cover; }
.m-case.m-case-3 .image-square {
  background: url("/assets/images/top/case-image-6.jpg") no-repeat center;
  background-size: cover; }

.l-recruit {
  margin-bottom: 108px;
  overflow: hidden; }
.l-recruit .border-decoration {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  border-bottom: 1px dashed #000; }
.l-recruit .border-decoration span {
  padding-left: 24px; }
@media screen and (max-width: 767px) {
  .l-recruit .border-decoration span {
    padding-left: 0; } }
.l-recruit .recruit-title {
  width: 200px;
  height: 220px;
  background: #fff;
  padding: 32px 0 0 24px;
  margin-left: 24px;
  float: left; }
@media screen and (max-width: 767px) {
  .l-recruit .recruit-title {
    height: 190px;
    margin: 0 auto;
    float: none; } }
.l-recruit .recruit-title h1 {
  line-height: 2.4rem;
  letter-spacing: .4rem; }
.l-recruit .recruit-text {
  width: 630px;
  height: auto;
  padding-top: 32px;
  float: left; }
.l-recruit .recruit-text .recuruit-text-concept {
  padding-left: 24px;
  letter-spacing: .1rem; }
@media screen and (max-width: 767px) {
  .l-recruit .recruit-text {
    width: 100%; }
  .l-recruit .recruit-text .recuruit-text-concept {
    padding-left: 0; } }
.l-recruit .recruit-text .contact-tel-wrap {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .1rem;
  margin-top: 4px; }
.l-recruit .recruit-text .contact-tel-wrap .contact-tel {
  font-size: 15px;
  letter-spacing: .02rem; }
.l-recruit .recruit-text .contact-tel-wrap .strong-tel {
  font-size: 22px;
  letter-spacing: .1rem; }
.l-recruit .recruit-text .contact-link-wrap {
  margin-left: 24px;
  display: inline-block; }
.l-recruit .recruit-text .contact-link-wrap .link-contact {
  font-weight: bold;
  padding: 4px 40px;
  background-color: #fff;
  border-radius: 24px; }
@media screen and (max-width: 767px) {
  .l-recruit .recruit-text .contact-link-wrap {
    display: block;
    text-align: center;
    margin: 24px auto; } }

/*-- mailform --*/
.l-contact {
  position: relative; }
.l-contact .headline-border-decoration {
  position: absolute;
  top: -16px; }

.mailform-wrap {
  width: 800px;
  margin: 120px auto 64px;
  display: grid;
  grid-template-columns: 400px 338px;
  grid-template-rows: 1fr;
  row-gap: 64px;
  column-gap: 46px;
  grid-template-areas: "formA formB" "formC formC" "formD formD"; }
@media screen and (max-width: 767px) {
  .mailform-wrap {
    width: 100%;
    margin: 220px auto 24px;
    grid-template-columns: 100%;
    row-gap: 26px;
    column-gap: 26px;
    grid-template-areas: "formA" "formB" "formC" "formD"; } }
.mailform-wrap .optional {
  display: none; }
.mailform-wrap input {
  padding: 2px 4px; }
.mailform-wrap input:focus {
  outline: 1px auto #000; }
.mailform-wrap .checkbox {
  display: none; }
.mailform-wrap .checkbox + label {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer; }
.mailform-wrap .checkbox + label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #000;
  position: absolute;
  left: 0;
  top: 4px;
  opacity: .8;
  transition: all .12s, border-color .08s; }
.mailform-wrap .checkbox:checked + label:before {
  width: 10px;
  top: 0px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg); }
.mailform-wrap ul {
  list-style: none; }
.mailform-wrap-information {
  grid-area: formA;
  width: 100%;
  height: auto;
  overflow: hidden; }
@media screen and (max-width: 767px) {
  .mailform-wrap-information {
    grid-area: formB; } }
.mailform-wrap-information dt {
  clear: both;
  float: left;
  overflow: hidden;
  margin-top: 10px; }
@media screen and (max-width: 767px) {
  .mailform-wrap-information dt {
    display: block;
    width: 100%; } }
.mailform-wrap-information dd {
  width: 230px;
  height: auto;
  float: right;
  margin-top: 10px; }
@media screen and (max-width: 767px) {
  .mailform-wrap-information dd {
    display: block;
    width: 100%;
    margin-top: 0; } }
.mailform-wrap-information dd .text-area {
  width: 100%;
  height: 28px;
  border: none;
  background-color: #dcdcdc;
  font-size: 16px; }
.mailform-wrap-information dd .text-area.__postal {
  display: inline-block;
  width: 55%; }
.mailform-wrap-information dd .search_postal {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background-color: #5279c8;
  text-decoration: none;
  padding: 0 4px;
  height: 26px;
  vertical-align: middle; }
.mailform-wrap-information dd .check-reply-list li {
  display: inline-block; }
.mailform-wrap-information dd .check-reply-list li + li {
  margin-left: 24px; }

.mailform-wrap-category {
  grid-area: formB;
  border: 1px solid #000;
  padding: 20px; }
.mailform-wrap-category .checkbox + label {
  margin-top: 8px; }
.mailform-wrap-category input.text-area {
  background-color: #dcdcdc;
  margin-left: 8px; }
@media screen and (max-width: 767px) {
  .mailform-wrap-category {
    grid-area: formA; } }

.mailform-wrap-message {
  grid-area: formC;
  overflow: hidden; }
.mailform-wrap-message dt {
  clear: both;
  float: left;
  overflow: hidden; }
.mailform-wrap-message dd {
  width: 614px;
  height: auto;
  float: right; }
.mailform-wrap-message dd textarea {
  width: 100%;
  height: 206px;
  font-size: 16px;
  letter-spacing: .2rem;
  border: none;
  background-color: #dcdcdc;
  padding: 12px; }
.mailform-wrap-message dd textarea:focus {
  outline: 1px auto #000; }
#form_submit {
  text-align: center;
  grid-area: formD; }
#form_submit .form_submit_button {
  padding: 7px 20px;
  border-radius: 3px;
  background: #5279c8;
  border: none;
  font-size: 100%;
  color: #fff;
  font-family: inherit; }
#form_submit .form_submit_button :hover {
  cursor: pointer;
  background: #5279c8; }
.thanks-message {
  display: none;
  line-height: 1.4rem;
  margin-top: .8rem; }
.contact-thanks {
  text-align: center;
  width: 100%;
  height: calc(100vh - 60px - 244px - 180px); }
.contact-thanks .link {
  display: inline-block;
  padding: 4px 32px;
  margin-top: 40px;
  border-radius: 24px;
  color: #ffffff;
  background: #5279c8; }
.contact-thanks .container + .container {
  margin-top: 24px; }

/*-- about --*/
.l-about {
  background-color: #dcdcdc; }
.about-grid {
  display: grid;
  grid-template-columns: 360px 360px;
  grid-template-rows: 360px 360px;
  row-gap: 42px;
  column-gap: 42px;
  width: 762px;
  margin: 0 auto;
  position: relative;
  top: -80px; }
@media screen and (min-width: 768px) {
  .about-grid .about-text {
    letter-spacing: .12em; } }
@media screen and (max-width: 767px) {
  .about-grid {
    grid-template-columns: 100%;
    width: 100%;
    top: -100px; } }
.about-grid .about-item {
  position: relative;
  width: 360px;
  height: 360px;
  letter-spacing: .18em;
  padding: 20px 20px 0;
  background-color: #fff;
  float: left; }
@media screen and (max-width: 767px) {
  .about-grid .about-item {
    width: 100%;
    height: auto;
    min-height: 360px;
    padding: 14px 14px 0; } }
.about-grid .about-item .about-content {
  clear: both; }
.about-grid .about-item .about-content .link-contact {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 0;
  border-radius: 24px;
  background-color: #dcdcdc; }
.about-grid .about-item .image-about-0 {
  margin-top: 16px; }
.about-grid .about-item .image-about-1 {
  width: 268px;
  height: auto;
  position: absolute;
  right: 8px;
  top: 200px;
  z-index: 5; }
@media screen and (max-width: 767px) {
  .about-grid .about-item .image-about-1 {
    width: 60%;
    right: -12px;
    top: auto;
    bottom: -40px; } }
.about-grid .about-item .image-about-2 {
  width: 210px;
  height: auto;
  margin: 10px auto; }
@media screen and (max-width: 767px) {
  .about-grid .about-item .image-about-2 {
    width: 72%;
    height: auto;
    margin: 16px auto; } }
.l-logo-mark .label {
  display: inline;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #000;
  padding: 4px 8px;
  margin-left: 64px; }
.l-logo-mark .logo-mark-wrap {
  overflow: hidden;
  margin-top: 32px;
  padding-left: 64px; }
.l-logo-mark .logo-mark-wrap .logo-mark {
  width: 430px;
  height: auto;
  float: left; }
.l-logo-mark .logo-mark-wrap .logo-mark .logo-text {
  margin-top: 32px; }
.l-logo-mark .logo-mark-wrap .logo-image {
  width: 300px;
  height: auto;
  float: right; }
@media screen and (max-width: 767px) {
  .l-logo-mark .label {
    margin-left: 0; }
  .l-logo-mark .logo-mark-wrap {
    padding-left: 0;
    margin-bottom: 48px; }
  .l-logo-mark .logo-mark-wrap .logo-mark {
    width: 100%; }
  .l-logo-mark .logo-mark-wrap .logo-mark .logo-text {
    margin-bottom: 32px; }
  .l-logo-mark .logo-mark-wrap .logo-image {
    width: 90%;
    margin: 10px auto 0;
    float: none; } }

/*-- wood-house --*/
.l-faq {
  background-color: #dcdcdc; }
.l-faq .faq-wrap {
  position: relative;
  top: -80px;
  width: 876px;
  height: auto;
  margin: 0 auto; }
@media screen and (max-width: 767px) {
  .l-faq .faq-wrap {
    width: 90%;
    margin: 40px auto 0; } }
.l-faq .faq-wrap .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 430px 254px 460px;
  row-gap: 4px;
  column-gap: 4px;
  grid-template-areas: "areaA areaB" "areaC areaC" "areaD areaE";
  background-color: #5279c8;
  border-radius: 0 0 24px 24px;
  border: 4px solid #5279c8; }
@media screen and (max-width: 767px) {
  .l-faq .faq-wrap .faq-grid {
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    grid-template-areas: "areaA" "areaB" "areaC" "areaD" "areaE"; } }
.l-faq .faq-wrap .faq-grid .faq-title {
  margin-bottom: 4px; }
.l-faq .faq-wrap .faq-grid .faq-text {
  color: #5279c8;
  letter-spacing: .1px;
  text-align: justify;
  line-height: 1.6;
  width: 390px;
  height: auto;
  padding: 16px 0 0 48px; }
@media screen and (max-width: 767px) {
  .l-faq .faq-wrap .faq-grid .faq-text {
    width: 100%;
    padding-left: 0; } }
.l-faq .faq-wrap .faq-grid .faq-content {
  overflow: hidden; }
.l-faq .faq-wrap .faq-grid .faq-content .faq-text {
  float: left; }
.l-faq .faq-wrap .faq-grid .faq-content .faq-image {
  float: right; }
.l-faq .faq-wrap .faq-grid .faq-grid-item {
  padding: 16px;
  background-color: #fff; }
.l-faq .faq-wrap .faq-grid .faq-grid-item-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  grid-area: areaA; }
.l-faq .faq-wrap .faq-grid .faq-grid-item-1 .faq-title {
  width: 267px;
  height: auto; }
.l-faq .faq-wrap .faq-grid .faq-grid-item-1 .faq-text {
  width: 210px;
  height: auto;
  padding: 16px 0 0 48px; }
@media screen and (max-width: 767px) {
  .l-faq .faq-wrap .faq-grid .faq-grid-item-1 .faq-text {
    width: 50%;
    padding-left: 0; } }
.l-faq .faq-wrap .faq-grid .faq-grid-item-1 .faq-image {
  width: 148px;
  height: auto;
  margin: 18px auto 0; }
@media screen and (max-width: 767px) {
  .l-faq .faq-wrap .faq-grid .faq-grid-item-1 .faq-image {
    width: 45%;
    margin: 48px auto 0; } }
.l-faq .faq-wrap .faq-grid .faq-grid-item-2 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  grid-area: areaB; }
.l-faq .faq-wrap .faq-grid .faq-grid-item-2 .faq-title {
  width: 290px;
  height: auto; }
@media screen and (max-width: 767px) {
  .l-faq .faq-wrap .faq-grid .faq-grid-item-2 .faq-title {
    width: 80%; } }
.l-faq .faq-wrap .faq-grid .faq-grid-item-2 .faq-image {
  width: 298px;
  height: auto;
  margin: 0 auto; }
@media screen and (max-width: 767px) {
  .l-faq .faq-wrap .faq-grid .faq-grid-item-2 .faq-image {
    width: 100%;
    margin: 24px auto 10px; } }
.l-faq .faq-wrap .faq-grid .faq-grid-item-3 {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
  grid-area: areaC; }
.l-faq .faq-wrap .faq-grid .faq-grid-item-3 .faq-title {
  width: 318px;
  height: auto; }
@media screen and (max-width: 767px) {
  .l-faq .faq-wrap .faq-grid .faq-grid-item-3 .faq-title {
    width: 90%; } }
.l-faq .faq-wrap .faq-grid .faq-grid-item-3 .faq-image {
  width: 350px;
  height: auto;
  margin: -4px 14px 0px 0px; }
@media screen and (max-width: 767px) {
  .l-faq .faq-wrap .faq-grid .faq-grid-item-3 .faq-image {
    width: 100%;
    margin: 24px auto 10px; } }
.l-faq .faq-wrap .faq-grid .faq-grid-item-4 {
  grid-column: 1 / 2;
  grid-row: 4 / 5;
  grid-area: areaD;
  border-radius: 0 0 0 24px; }
@media screen and (max-width: 767px) {
  .l-faq .faq-wrap .faq-grid .faq-grid-item-4 {
    border-radius: 0; } }
.l-faq .faq-wrap .faq-grid .faq-grid-item-4 .faq-title {
  width: 310px;
  height: auto; }
@media screen and (max-width: 767px) {
  .l-faq .faq-wrap .faq-grid .faq-grid-item-4 .faq-title {
    width: 88%; } }
.l-faq .faq-wrap .faq-grid .faq-grid-item-4 .faq-image {
  width: 334px;
  height: auto;
  margin: 0 auto; }
@media screen and (max-width: 767px) {
  .l-faq .faq-wrap .faq-grid .faq-grid-item-4 .faq-image {
    width: 100%;
    margin: 24px auto 10px; } }
.l-faq .faq-wrap .faq-grid .faq-grid-item-5 {
  grid-column: 2 / 3;
  grid-row: 5 / 6;
  grid-area: areaE;
  border-radius: 0 0 24px 0; }
@media screen and (max-width: 767px) {
  .l-faq .faq-wrap .faq-grid .faq-grid-item-5 {
    border-radius: 0 0 24px 24px; } }
.l-faq .faq-wrap .faq-grid .faq-grid-item-5 .faq-title {
  width: 370px;
  height: auto; }
@media screen and (max-width: 767px) {
  .l-faq .faq-wrap .faq-grid .faq-grid-item-5 .faq-title {
    width: 100%; } }
.l-faq .faq-wrap .faq-grid .faq-grid-item-5 .faq-image {
  width: 334px;
  height: auto;
  margin: 30px auto 0; }
@media screen and (max-width: 767px) {
  .l-faq .faq-wrap .faq-grid .faq-grid-item-5 .faq-image {
    width: 100%;
    margin: 24px auto 10px; } }

.m-wood-house {
  position: relative;
  width: 1000px;
  text-align: justify;
  height: auto;
  margin: 0 auto; }
@media screen and (max-width: 767px) {
  .m-wood-house {
    width: 90%; } }
.m-wood-house .wood-house-tag {
  width: 258px;
  height: auto;
  position: absolute;
  top: -10px;
  left: 0; }
@media screen and (max-width: 767px) {
  .m-wood-house .wood-house-tag {
    width: 200px;
    left: -10px; } }
.m-wood-house .wood-house-subsidy {
  position: absolute;
  top: -14px;
  right: 0;
  padding: 4px 16px;
  line-height: 1;
  border: 1px solid #000;
  background-color: #fff; }
@media screen and (max-width: 767px) {
  .m-wood-house .wood-house-subsidy {
    width: 80%;
    min-width: 270px;
    top: 32px;
    line-height: 1.2;
    letter-spacing: .1em; } }
.m-wood-house .wood-house-wrap {
  width: 875px;
  height: auto;
  padding: 2px;
  margin: 0 auto;
  border: 1px solid #000; }
@media screen and (max-width: 767px) {
  .m-wood-house .wood-house-wrap {
    width: 100%;
    margin: 60px auto 0;
    padding: 56px 0 10px; } }
.m-wood-house .wood-house-wrap .wood-house-text {
  width: 290px;
  height: auto;
  padding: 0 24px;
  margin-top: 40px;
  border-right: 1px dashed #000; }
@media screen and (max-width: 767px) {
  .m-wood-house .wood-house-wrap .wood-house-text {
    width: 100%;
    padding: 0 24px 16px;
    margin-bottom: 24px;
    border-right: none;
    border-bottom: 1px dashed #000; } }
@media screen and (min-width: 768px) {
  .m-wood-house.m-wood-house-1 .wood-house-image {
    display: grid;
    grid-template-columns: 246px 360px;
    grid-template-rows: 278px;
    grid-gap: 10px;
    width: 616px;
    height: auto;
    position: absolute;
    top: 44px;
    bottom: 0;
    right: 0;
    margin: auto; }
  .m-wood-house.m-wood-house-1 .wood-house-image .image-item {
    content: '';
    display: inline-block; }
  .m-wood-house.m-wood-house-1 .wood-house-image .image-item.image-1 {
    width: 246px;
    height: 278px;
    background: url("../images/wood-house/tabuchi-4.jpg") no-repeat center;
    background-size: cover; }
  .m-wood-house.m-wood-house-1 .wood-house-image .image-item.image-2 {
    width: 360px;
    height: 278px;
    background: url("../images/wood-house/tabuchi-1.jpg") no-repeat center;
    background-size: cover; }
  .m-wood-house.m-wood-house-1 .wood-house-wrap .wood-house-text {
    line-height: 1.6em;
    margin-bottom: 6px; }
  .m-wood-house.m-wood-house-2 .wood-house-image {
    display: grid;
    grid-template-columns: 362px 244px;
    grid-template-rows: 190px 190px;
    grid-template-areas: "houseA houseB" "houseA houseC";
    grid-gap: 10px;
    width: 616px;
    height: auto;
    position: absolute;
    top: 44px;
    bottom: 0;
    right: 0;
    margin: auto; } }
@media screen and (min-width: 768px) and (max-width: 767px) {
  .m-wood-house.m-wood-house-2 .wood-house-image {
    position: relative; } }
@media screen and (min-width: 768px) {
  .m-wood-house.m-wood-house-2 .wood-house-image .image-item {
    content: '';
    display: inline-block; }
  .m-wood-house.m-wood-house-2 .wood-house-image .image-item.image-3 {
    width: 362px;
    height: 390px;
    background: url("../images/wood-house/tabuchi-22.jpg") no-repeat center;
    background-size: cover;
    grid-area: houseA; }
  .m-wood-house.m-wood-house-2 .wood-house-image .image-item.image-4 {
    width: 244px;
    height: 190px;
    background: url("../images/wood-house/tabuchi-11.jpg") no-repeat center;
    background-size: cover;
    grid-area: houseB; }
  .m-wood-house.m-wood-house-2 .wood-house-image .image-item.image-5 {
    width: 244px;
    height: 190px;
    background: url("../images/wood-house/tabuchi-16.jpg") no-repeat center;
    background-size: cover;
    grid-area: houseC; } }
@media screen and (max-width: 767px) {
  .m-wood-house .wood-house-image {
    display: block;
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto 10px; }
  .m-wood-house .wood-house-image .image-item {
    content: '';
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 66.6%;
    vertical-align: bottom; }
  .m-wood-house .wood-house-image .image-item + .image-item {
    margin-top: 8px; }
  .m-wood-house .wood-house-image .image-item.image-1 {
    background: url("../images/wood-house/tabuchi-4.jpg") no-repeat center;
    background-size: cover; }
  .m-wood-house .wood-house-image .image-item.image-2 {
    background: url("../images/wood-house/tabuchi-1.jpg") no-repeat center;
    background-size: cover; }
  .m-wood-house .wood-house-image .image-item.image-3 {
    background: url("../images/wood-house/tabuchi-22.jpg") no-repeat center;
    background-size: cover; }
  .m-wood-house .wood-house-image .image-item.image-4 {
    background: url("../images/wood-house/tabuchi-11.jpg") no-repeat center;
    background-size: cover; }
  .m-wood-house .wood-house-image .image-item.image-5 {
    background: url("../images/wood-house/tabuchi-16.jpg") no-repeat center;
    background-size: cover; } }
.m-wood-house .wood-house-note {
  text-align: right; }
@media screen and (max-width: 767px) {
  .m-wood-house .wood-house-note {
    width: 90%;
    margin: 0 auto; } }
.m-wood-house + .m-wood-house {
  margin-top: 48px; }
.related-builder-wrap {
  margin-top: 32px; }
.related-builder-item {
  display: grid;
  grid-template-columns: 350px 444px;
  grid-template-rows: 1fr;
  margin-bottom: 24px; }
.related-builder-item.__url {
  grid-template-columns: 350px 360px 84px; }
@media screen and (max-width: 767px) {
  .related-builder-item {
    grid-template-columns: 100%; }
  .related-builder-item.__url {
    grid-template-columns: 100%; } }
.related-builder-item .related-builder-name {
  font-size: 22px; }
.related-builder-item .related-builder-name .tight {
  letter-spacing: .01rem; }
.related-builder-item .related-builder-name {
  margin-top: 13px;
  font-weight: bold; }
.related-builder-item .related-builder-info {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.4em;
  border-left: 1px solid #000;
  padding-left: 16px; }
@media screen and (min-width: 768px) {
  .related-builder-item:nth-child(9) .related-builder-info {
    padding-top: .5rem; } }
@media screen and (max-width: 767px) {
  .related-builder-item .related-builder-info {
    margin-top: 12px; }
  .related-builder-item .related-builder-info .postal-code {
    display: block; } }
.related-builder-item .related-builder-info .tel {
  font-size: 22px;
  font-weight: bold; }
.related-builder-item .related-builder-url {
  text-align: right;
  margin-top: 13px; }
.related-builder-item .related-builder-url a {
  display: block;
  font-size: 18px;
  width: 84px;
  height: 28px;
  color: #fff;
  text-align: center;
  background-color: #5279c8;
  border-radius: 24px;
  text-decoration: none; }

/*-- charm --*/
.l-charm {
  position: relative;
  padding-top: 140px; }
.l-charm .image-point {
  position: absolute;
  top: -160px;
  left: 0;
  width: 200px;
  height: auto; }
@media screen and (max-width: 767px) {
  .l-charm .image-point {
    width: 120px;
    top: -64px; } }

.m-charm {
  position: relative;
  width: 1000px;
  height: auto;
  margin: 0 auto; }
.m-charm .charm-wrap {
  padding-left: 68px; }
.m-charm .charm-title img {
  width: auto;
  height: 90px; }
.m-charm .charm-text {
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px dashed #000; }
.m-charm .charm-text p {
  width: 410px;
  height: auto; }
.m-charm .charm-image img {
  width: 408px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 68px;
  margin: auto; }
.m-charm + .m-charm {
  margin-top: 48px; }
@media screen and (max-width: 767px) {
  .m-charm {
    width: 90%; }
  .m-charm .charm-wrap {
    padding-left: 0; }
  .m-charm .charm-text p {
    width: 100%; }
  .m-charm .charm-image img {
    width: 100%;
    position: relative;
    right: 0;
    margin: 8px auto 0; } }

.l-related-builder {
  padding: 24px 0 40px; }

.tokuichi-header {
  display: grid;
  grid-template-columns: 613px 262px;
  grid-template-rows: 1fr;
  row-gap: 4px;
  column-gap: 4px; }
@media screen and (max-width: 767px) {
  .tokuichi-header {
    position: relative;
    grid-template-columns: 100%; } }
.tokuichi-header .tokuichi-text {
  position: relative; }
.tokuichi-header .tokuichi-text .tokuichi-lead {
  width: 390px;
  height: auto;
  transform: rotate(-2deg);
  position: absolute;
  top: -24px;
  left: -24px; }
@media screen and (max-width: 767px) {
  .tokuichi-header .tokuichi-text .tokuichi-lead {
    width: 64%;
    position: relative;
    left: 0;
    top: 4px; } }
.tokuichi-header .tokuichi-text .tokuichi-title {
  width: 100%;
  height: auto;
  font-size: 38px;
  line-height: 5.8rem; }
.tokuichi-header .tokuichi-text .tokuichi-title .large {
  font-size: 55px; }
@media screen and (max-width: 767px) {
  .tokuichi-header .tokuichi-text .tokuichi-title {
    font-size: 24px; }
  .tokuichi-header .tokuichi-text .tokuichi-title .large {
    font-size: 45px; } }
.tokuichi-header .tokuichi-image {
  position: relative;
  width: 262px;
  height: auto; }
.tokuichi-header .tokuichi-image img {
  position: absolute;
  top: -60px;
  right: 0; }
@media screen and (max-width: 767px) {
  .tokuichi-header .tokuichi-image {
    width: 120px;
    margin-left: 64%;
    top: -24px; }
  .tokuichi-header .tokuichi-image img {
    position: relative;
    top: 0;
    float: right; } }

.tokuichi-photo-wrap {
  position: relative;
  margin-top: 40px; }
@media screen and (max-width: 767px) {
  .tokuichi-photo-wrap {
    margin-top: 0; } }
.tokuichi-photo-wrap .tokuichi-photo-tag {
  position: absolute;
  width: 94px;
  height: auto;
  top: -56px;
  right: -32px; }
@media screen and (max-width: 767px) {
  .tokuichi-photo-wrap .tokuichi-photo-tag {
    width: 74px;
    top: -16px;
    right: -12px; } }
.tokuichi-photo-wrap .tokuichi-photo + .tokuichi-photo {
  margin-top: 16px; }

.calendar-wrap {
  position: relative;
  width: 880px;
  height: auto;
  margin: 0 auto 24px; }
.calendar-wrap #loading {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px; }
.calendar-wrap #calendar {
  max-width: 880px;
  margin: 0 auto; }
@media screen and (max-width: 767px) {
  .calendar-wrap {
    width: 100%; }
  .calendar-wrap #calendar {
    max-width: 100%; } }

/*-- company --*/
.company-concept {
  display: inline-block;
  width: 660px;
  height: auto;
  text-indent: 1em;
  text-align: justify;
  margin: 80px 0 120px 40px; }
.company-concept .president-name {
  text-align: right; }
@media screen and (max-width: 767px) {
  .company-concept {
    width: 80%;
    margin: -80px 0 60px 56px; } }

.company-information-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: 1fr;
  row-gap: 16px;
  margin-left: 50px; }
@media screen and (max-width: 767px) {
  .company-information-item {
    grid-template-columns: 100%;
    margin-left: 0;
    row-gap: 0; }
  .company-information-item + .company-information-item {
    margin-top: 24px; } }

.access-wrap {
  width: 800px;
  height: auto;
  margin: 0 auto;
  overflow: hidden; }
.access-wrap .access-text-wrap {
  width: 454px;
  height: auto;
  float: left; }
.access-wrap .access-map-wrap {
  width: 340px;
  height: auto;
  float: right; }
@media screen and (max-width: 767px) {
  .access-wrap {
    display: block;
    width: 100%; }
  .access-wrap .access-text-wrap {
    display: block;
    width: 100%; }
  .access-wrap .access-map-wrap {
    display: block;
    width: 100%;
    margin-top: 32px; } }

.access-text-item {
  display: grid;
  grid-template-columns: 42px 260px 116px;
  grid-template-rows: 1fr;
  column-gap: 16px;
  grid-template-areas: "accessA accessB accessC" "accessA accessE accessE"; }
@media screen and (max-width: 767px) {
  .access-text-item {
    grid-template-columns: 42px 1fr;
    grid-template-areas: "accessA accessB" "accessA accessC" "accessA accessE"; } }
.access-text-item .access-icon {
  width: 42px;
  height: auto;
  grid-area: accessA; }
.access-text-item .access-icon .icon-bus {
  margin: 3px 0 0 0; }
.access-text-item .access-icon .icon-airplane {
  width: 30px;
  height: 30px;
  margin: 6px 0 0 6px; }
.access-text-item .access-route {
  font-size: 22px;
  font-weight: bold;
  grid-area: accessB; }
@media screen and (max-width: 767px) {
  .access-text-item .access-route {
    font-size: 20px; } }
.access-text-item .access-route .small {
  font-size: 15px; }
.access-text-item .access-route-distance {
  font-size: 22px;
  font-weight: bold;
  text-align: right;
  grid-area: accessC; }
@media screen and (max-width: 767px) {
  .access-text-item .access-route-distance {
    font-size: 20px; } }
.access-text-item .access-route-detail {
  line-height: 1.4rem;
  grid-area: accessE; }
.access-text-item + .access-text-item {
  margin-top: 24px; }
.access-text-item.access-time {
  margin-top: 64px; }

.l-google-map {
  width: 800px;
  height: auto;
  padding-bottom: 56.25%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  top: -120px; }
.l-google-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }
@media screen and (max-width: 767px) {
  .l-google-map {
    width: 100%;
    top: -60px; } }

/*-- illust --*/
.illust-1 {
  content: '';
  display: inline-block;
  width: 58px;
  height: 86px;
  background: url("../images/top/illust-1.png") no-repeat center;
  background-size: contain; }
@media screen and (max-width: 767px) {
  .illust-1 {
    width: 38px;
    height: 56px; } }

.illust-2 {
  content: '';
  display: inline-block;
  width: 40px;
  height: 34px;
  background: url("../images/top/illust-2.png") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 30px; }
@media screen and (max-width: 767px) {
  .illust-2 {
    bottom: 0;
    right: 0; } }

/*-- header --*/
.l-header {
  position: relative;
  z-index: 55; }

.header-roof {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 1000px;
  height: auto;
  margin: auto; }
@media screen and (max-width: 767px) {
  .header-roof {
    min-width: 100%; } }
.header-roof img {
  width: 100%;
  height: auto; }
.header-roof #logo {
  position: absolute;
  top: 16px;
  left: 44px; }
@media screen and (max-width: 767px) {
  .header-roof #logo {
    left: 10px;
    top: 10px; } }
.header-roof #logo .header-copy {
  letter-spacing: .2rem; }
@media screen and (max-width: 767px) {
  .header-roof #logo .header-copy {
    font-size: 10px;
    line-height: 1.8em; } }
.header-roof #logo .logo img {
  width: 308px;
  height: auto;
  margin-top: 8px; }
@media screen and (max-width: 767px) {
  .header-roof #logo .logo img {
    width: 40%;
    margin-top: 0px; } }

.top-lead {
  width: 288px;
  height: auto;
  position: absolute;
  top: 0;
  right: 44px; }
@media screen and (max-width: 767px) {
  .top-lead {
    width: 28%;
    right: 8px; } }

/*-- footer --*/
.l-footer {
  padding-bottom: 40px; }

.footer-nav {
  background-color: #585858;
  padding: 4px 0;
  text-align: center; }
.footer-nav .nav {
  height: auto;
  display: inline;
  border-left: 1px solid #fff; }
.footer-nav .nav:last-child {
  border-right: 1px solid #fff; }
@media screen and (max-width: 767px) {
  .footer-nav .nav:last-child {
    border: none; } }
.footer-nav .nav a {
  color: #ffffff;
  padding: 4px 16px;
  text-decoration: none; }
@media screen and (max-width: 767px) {
  .footer-nav .nav {
    display: block;
    border-left: none;
    border-bottom: 1px solid #fff; }
  .footer-nav .nav a {
    display: block;
    padding: 8px 16px; } }

.campany-wrap {
  padding: 40px 0;
  display: inline-block; }
.campany-wrap .footer-logo {
  display: inline-block;
  width: 200px;
  height: auto; }
.campany-wrap .footer-logo .footer-logo-image {
  width: 190px;
  margin-bottom: 2px; }
.campany-wrap .company-imformation {
  display: inline-block;
  letter-spacing: .1em;
  width: 310px;
  height: auto;
  padding: 0 14px; }
.campany-wrap .company-imformation + .company-imformation {
  border-left: 1px solid #000; }
@media screen and (max-width: 767px) {
  .campany-wrap .company-imformation {
    width: 100%;
    padding: 0; }
  .campany-wrap .company-imformation + .company-imformation {
    border: none;
    margin-top: 6px; } }
.campany-wrap .company-imformation .name {
  letter-spacing: .28rem; }
.campany-wrap .company-imformation .tel {
  font-weight: bold; }
.campany-wrap .company-imformation .tel .tel-number {
  font-size: 28px; }
.campany-wrap .twitter {
  display: inline-block; }
.campany-wrap .twitter .twitter-icon {
  width: 34px;
  height: auto; }
@media screen and (max-width: 767px) {
  .campany-wrap .twitter {
    margin-top: 8px; } }

.copyright {
  text-align: center; }

@media screen and (max-width: 767px) {
  .p-charm .fc .fc-toolbar {
    position: relative; }
  .p-charm .fc .fc-toolbar.fc-header-toolbar {
    display: block; }
  .p-charm .fc .fc-toolbar .fc-toolbar-title {
    text-align: center;
    margin: 24px 0 0; }
  .p-charm .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0; } }
form#mail_form dl dd.required {
  font-size: 12px;
  color: red;
  letter-spacing: 0.1em;
}
form#mail_form dt span.required {
  display: none;
}