@charset 'UTF-8';
/*************
/* 100%表示用
*************/
/* 基本設定 */
#page-main {
  width: 100%;
}
#page-main img {
  max-width: 100%;
  height: auto;
}
/***************************************
/* 固定ページ用container
***************************************/
.page-container-1300, .page-container-1600, .page-container-1400 {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-container-1300 {
    width: 80%;
    max-width: 1300px;
  }
  .page-container-1600 {
    width: 94.117%;
  }
  .page-container-1400 {
    width: 82.35%;
    max-width: 1400px;
  }
}
@media screen and (min-width: 1400px) {
  .page-container-1300 {
    width: 76.47%;
  }
  .page-container-1400 {
    width: 82.35%;
  }
}
/***************************************
/* 会社概要
***************************************/
/*代表メッセージ*/
.company-message {
  display: flex;
  flex-direction: column-reverse;
}
.company-message .unit2 {
  margin-bottom: 3rem;
}
.company-message .unit1 {
  width: 70%;
  margin: 0 auto;
}
.title.f-eng {
  letter-spacing: 0.03rem;
  margin-bottom: 1.8rem;
}
.txt32 {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.txt505050 {
  color: #505050;
}
.br1600 {
  display: none;
}
.president-img{
	display: flex;
    align-items: center;
    margin-top: 2rem;
}
.president-img .img{
	max-width: 80px;
}
.president-name {
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1.5rem;
}
.president-name span {
  display: block;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .company-message {
    flex-direction: unset;
    justify-content: space-between;
  }
  .company-message .unit1 {
    width: 40.76%;
    margin: 0;
  }
  .company-message .unit2 {
    margin-bottom: 0;
    width: 50.15%;
  }
}
@media screen and (min-width: 992px) {
  .company-message .unit2 {
    width: 46.15%;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .title.f-eng {
    margin-bottom: 3.8rem;
    font-size: 1.06rem;
  }
  .txt32 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .lh22 {
    line-height: 2.2;
  }
	.president-img .img {
    max-width: 110px;
}
}
@media screen and (min-width: 1400px) {
  .company-message .unit2 {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .br1600 {
    display: block;
  }
}
/*会社概要*/
.company-outline {
  margin-top: 4.76rem;
}
.company-outline .page-container-1600 {
  background: #f5f5f5;
  padding: 3.75rem 0 4.75rem;
}
.company-outline .outline-tab {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .company-outline {
    margin-top: 8.61rem;
  }
  .company-outline .page-container-1600 {
    padding: 7.5rem 0 8.61rem;
  }
  .company-outline .outline-tab {
    width: 75%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1400px) {
  .company-outline .page-container-1600 {
    padding: 9.06rem 0 10.625rem;
  }
  .company-outline {
    margin-top: 9.3rem;
  }
}
/*概要table*/
.outline-tab {
  width: 100%;
  font-weight: 400;
}
.outline-tab .map {
  margin-top: 1.5rem;
}
.outline-tab p {
  line-height: 1.7;
  margin-bottom: 0.7rem;
}
.outline-tab tr {
  border-top: 1px solid #cccccc;
}
.outline-tab tr:last-child {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.outline-tab td, .outline-tab th {
  padding: 30px 0;
  line-height: 2.133;
}
.outline-tab th {
  width: 23.28%;
  font-weight: 400;
}
.outline-tab td {
  width: 76.72%;
  color: #505050;
}
.outline-wrap.fir, .c_staff_img {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .outline-tab .map {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .outline-tab th {
    display: block;
    padding: 17px 0 1px;
  }
  .outline-tab td {
    display: block;
    padding: 1px 0 18px;
  }
  .outline-tab th {
    width: 100%;
  }
  .outline-tab td {
    width: 100%;
  }
}
/*沿革*/
.company-history {
  margin-top: 4.76rem;
}
.company-history .inner {
  margin-left: 5%;
  position: relative;
  padding-right: 10%;
  overflow: hidden;
}
.company-history .inner .slick-list {
  overflow: visible;
}
.company-history .inner::before {
  content: "";
  height: 1px;
  width: 100%;
  top: 55px;
  left: 0;
  background: #b4b4b4;
  display: block;
  position: absolute;
}
.company-history .inner .item {
  margin-right: 2rem;
}
.company-history .btn {
  width: 90%;
  margin: 0 auto 1rem;
  display: flex;
  justify-content: center;
}
.slick-arrow-prev, .slick-arrow-next {
  width: 40px;
  height: 28px;
  border-radius: 30px;
  cursor: pointer;
  background: #000;
  position: relative;
  border: none;
}
.slick-arrow-prev {
  margin-right: 10px;
}
.slick-arrow-prev::after, .slick-arrow-next::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 9px;
  background-image: url(../images/arrow_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-arrow-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.company-history .inner .item .c-calendar {
  font-size: 1.8rem;
}
.company-history .inner .item .bottom {
  padding-top: 65px;
  position: relative;
}
.company-history .inner .item .bottom::before {
  content: "";
  background: #bce2e8;
  width: 12px;
  height: 12px;
  left: 0;
  top: 6px;
  display: inline-block;
  position: absolute;
  border-radius: 50px;
}
.company-history .inner .item .bottom::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 18px;
  height: 35px;
  border-left: 1px dashed #bce2e8;
  display: inline-block;
}
.company-history .inner .item .c-day {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
.company-history .inner .item .c-note {
  color: #505050;
  font-size: 0.95rem;
  text-align: justify;
}
.company-history .unit {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 2.5rem;
  align-items: end;
}
.company-history .unit .btn {
  justify-content: right;
  margin-bottom: 0;
}
.company-history .unit .c-title1 {
  margin-bottom: 0;
}
.slick-arrow-prev:focus, .slick-arrow-next:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  .company-history {
    margin-top: 7.5rem;
  }
  .company-history .unit {
    width: 80%;
  }
  .company-history .inner {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .company-history .inner .item .c-calendar {
    font-size: 1.875rem;
  }
  .company-history .inner .item .bottom {
    padding-top: 80px;
  }
  .company-history .inner .item .c-day {
    margin-bottom: 0.6rem;
  }
  .company-history .inner::before {
    top: 66px;
  }
  .company-history .inner .item .bottom::before {
    top: 7px;
  }
  .company-history .inner .item .bottom::after {
    top: 20px;
    height: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .company-history {
    margin-top: 9.06rem;
  }
  .company-history .inner {
    margin-left: 32.33%;
  }
  .company-history .unit {
    margin: 0 auto 1.125rem;
    width: 76.47%;
    max-width: 1300px;
    align-items: flex-start;
  }
}
/*アクセス*/
.company-access {
  margin-top: 3.75rem;
}
.company-access .unit .item {
  margin-bottom: 3rem;
}
.company-access .unit .item:last-child {
  margin-bottom: 0;
}
.company-access .img {
  margin-bottom: 1.5rem;
}
.company-access .name {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.company-access .address {
  font-size: 0.9rem;
  line-height: 1.8;
}
.company-access-btn {
  margin-top: 1.5rem;
}
.company-access .unit .item .mb-0 {
  margin-top: 2rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .company-access {
    margin-top: 7.5rem;
    display: flex;
    justify-content: space-between;
  }
  .company-access .c-title1 {
    width: 150px;
  }
  .company-access .unit {
    width: calc(100% - 180px);
  }
}
@media screen and (min-width: 992px) {
  .company-access .unit .item {
    margin-bottom: 3.125rem;
    display: flex;
    justify-content: space-between;
  }
  .company-access .unit {
    width: 73.07%;
  }
  .company-access .img {
    margin-bottom: 0;
    width: 42.31%;
  }
  .company-access .txt {
    width: 47.36%;
  }
  .company-access .c-title1 {
    width: calc(100% - 73.07%);
  }
}
@media screen and (min-width: 1200px) {
  .company-access-btn {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .company-access {
    margin-top: 9.6rem;
  }
}
@media screen and (min-width: 1600px) {
  .company-access .unit .item {
    align-items: center;
  }
}
/***************************************
/* 採用情報
***************************************/
.recruit-join {
  margin-top: 4.76rem;
}
.recruit-join ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit-join ul li {
  width: calc(50% - 0.7rem);
  margin-bottom: 2.5rem;
}
.recruit-join ul li:nth-child(n+5) {
  margin-bottom: 0;
}
.recruit-join ul li .title {
  margin: 1rem 0 0.4rem;
  font-size: 1.1rem;
}
.recruit-join ul li .txt505050 {
  text-align: justify;
}
.txt-red {
  color: red;
}
@media screen and (min-width: 768px) {
  .recruit-join {
    margin-top: 6rem;
  }
  .recruit-join ul li {
    width: calc(33.33% - 1.5rem);
  }
  .recruit-join ul li:nth-child(n+4) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .recruit-join ul li .title {
    margin: 1.4rem 0 0.4rem;
    font-size: 1.25rem;
  }
  .recruit-join ul li {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .recruit-join {
    margin-top: 4.76rem;
    margin-top: 9.3rem;
  }
}
/*エントリーフォーム*/
.recruit-entry {
  margin-top: 3.75rem;
}
.recruit-entry ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2rem;
}
.recruit-entry ul li {
  border-top: 1px solid #c8c8c8;
  padding: 2rem 0 2.5rem;
}
.recruit-entry ul li:last-child {
  border-bottom: 1px solid #c8c8c8;
}
.recruit-entry ul li .title {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.recruit-entry ul li .title span {
  background: #bce2e8;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  margin-right: 0.4rem;
}
.recruit-entry ul li a.f-eng {
  color: #000;
  font-size: 1.8rem;
}
.recruit-entry ul li a.f-eng span {
  font-size: 1.2rem;
}
.recruit-entry ul li a.f-eng:hover {
  text-decoration: none;
}
.recruit-entry ul li .time {
  font-size: 0.85rem;
  color: #505050;
  line-height: 1.7;
}
.recruit-entry-btn {
  margin-top: 1.4rem;
}
.recruit-entry .unit1 {
  margin-bottom: 3rem;
}
.recruit-entry .unit1 .txt505050 span {
  font-weight: 500;
  color: #bce2e8;
}
@media screen and (min-width: 768px) {
  .recruit-entry {
    margin-top: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .recruit-entry.form-2col ul {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .recruit-entry.form-2col ul::before {
    content: "";
    background: #c8c8c8;
    width: 1px;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: block;
  }
  .recruit-entry.form-2col ul li {
    border-bottom: 1px solid #c8c8c8;
    width: 50%;
    text-align: center;
  }
  .recruit-entry.form-2col ul li .title {
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .recruit-entry ul {
    display: block;
    margin-top: 3rem;
  }
  .recruit-entry ul li {
    border-bottom: none;
    width: 100%;
    text-align: left;
  }
  .recruit-entry ul li .title {
    justify-content: unset;
  }
  .recruit-entry ul::before {
    content: "";
    display: none;
  }
  .recruit-entry {
    margin-top: 7.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .recruit-entry .unit1 {
    margin-bottom: 0;
    width: 33.61%;
    display: block;
    position: sticky;
    top: 120px;
  }
  .recruit-entry .unit2 {
    width: 58.5%;
  }
  .recruit-entry #form_customize .form_block:first-child {
    margin-top: 0;
  }
  .recruit-entry .c-title1 {
    margin-bottom: 3.375rem;
  }
	.recruit-entry ul li:last-child {
  border-bottom: none;
}
}
@media screen and (min-width: 1200px) {
  .recruit-entry ul li {
    padding: 2.5rem 0 3rem;
  }
  .recruit-entry ul {
    display: block;
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .recruit-entry {
    margin-top: 10.625rem;
  }
  .recruit-entry .unit1 {
    width: 28.61%;
  }
}
@media screen and (min-width: 1600px) {
  .recruit-entry .unit1 {
    width: 24.61%;
  }
  .recruit-entry .unit2 {
    width: 61.53%;
  }
}
/**************************
/* プライバシーポリシー
**************************/
.privacy_inner {
  margin-right: auto;
  margin-left: auto;
  padding: 4rem 0 4.36rem;
}
.privacy-con {
  padding-bottom: 2.4rem;
}
.privacy-con.pb-0 {
  padding-bottom: 0;
}
.privacy_h2 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.indices {
  margin-left: 20px;
}
.indices li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 10px;
}
.indices li.annotation {
  padding-left: 2.9em;
  text-indent: -2.9em;
  margin-bottom: 5px;
}
.indices li:last-child {
  margin-bottom: 0;
}
.privacy-list {
  margin-left: 20px;
  margin-bottom: 15px
}
.privacy-list li {
  margin-left: 20px;
  list-style: disc;
}
.privacy-list li:first-child {
  list-style: none;
  margin-left: 0;
}
.privacy-area {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .privacy_inner {
    padding: 6rem 0 6.36rem;
  }
  .privacy_h2 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .privacy_inner {
    padding: 7rem 0 7.36rem;
  }
  .privacy_h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .privacy_inner {
    padding: 8rem 0 8.36rem;
  }
}
@media screen and (min-width: 1400px) {
  .privacy_inner {
    padding: 10rem 0 10.36rem;
  }
}
/***************************************
/* 初めての方へ
***************************************/
/*メッセージ*/
@media screen and (min-width: 768px) {
  .visit-message {
    text-align: center;
  }
}
/*ギャラリー*/
ul.gallery-slider1 {
  margin: 4.75rem 0 4.76rem;
}
@media screen and (min-width: 768px) {
  ul.gallery-slider1 {
    margin: 6.5rem 0 7.5rem;
  }
}
@media screen and (min-width: 1400px) {
  ul.gallery-slider1 {
    margin: 7.5rem 0 9.375rem;
  }
}
/*選ばれる理由*/
.visit-reason ul {
  list-style: none;
  margin-bottom: 0;
}
.visit-reason ul li .unit1 {
  margin-bottom: 2rem;
}
.visit-reason ul li {
  margin-bottom: 4rem;
}
.visit-reason ul li:last-child {
  margin-bottom: 0;
}
.visit-btn {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .visit-reason ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.5rem;
  }
  .visit-reason ul li .unit1 {
    margin-bottom: 0;
    width: 52.14%;
  }
  .visit-reason ul li .unit2 {
    width: 39.21%;
  }
  .visit-reason ul li:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .visit-reason ul li {
    margin-bottom: 7.5rem;
  }
  .visit-reason .c-title1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .visit-reason ul li {
    align-items: center;
  }
  .visit-reason ul li .unit1 {
    width: 57.14%;
  }
  .visit-reason ul li .unit2 {
    width: 32.21%;
  }
  .visit-btn {
    margin-top: 3.5rem;
  }
}
/***************************************
/* ダイヤスタイル
***************************************/
/*メッセージ*/
@media screen and (min-width: 768px) {
  .Dstyle-message {
    text-align: center;
  }
}
/*3つの特徴*/
.Dstyle-feature {
  background: #f5f5f5;
  padding: 3.75rem 0 4.75rem;
  margin: 4.75rem auto 4.76rem;
}
.Dstyle-feature ul {
  list-style: none;
  margin: 0;
}
.Dstyle-feature ul li {
  margin-bottom: 2.5rem;
}
.Dstyle-feature ul li:last-child {
  margin-bottom: 0;
}
.Dstyle-feature ul li .img {
  margin-bottom: 1.7rem;
}
.txt20 {
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
}
.Dstyle-feature ul li .txt505050 {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .Dstyle-feature {
    margin: 6.5rem auto 7.5rem;
    padding: 7.5rem 0 8.61rem;
  }
  .Dstyle-feature ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Dstyle-feature ul li {
    margin-bottom: 3rem;
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 992px) {
  .Dstyle-feature ul li {
    margin-bottom: 0;
    width: calc(33.33% - 1.7rem);
  }
}
@media screen and (min-width: 1400px) {
  .Dstyle-feature {
    margin: 7.5rem auto 9.375rem;
    padding: 9.06rem 0 10.625rem;
  }
  .Dstyle-feature ul li {
    width: calc(33.33% - 2.5rem);
  }
}
/*タブ*/
.Dstyle-series .nav-tabs .nav-link.active, .Dstyle-series .nav-tabs .nav-item.show .nav-link {
  color: #000;
  background-color: #f5f5f5;
  border-color: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Dstyle-series .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  background: #c8c8c8;
  color: #fff;
  padding: 0.9rem;
  line-height: 1.5;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Dstyle-series .nav-tabs .nav-link:hover, .Dstyle-series .nav-tabs .nav-link:focus {
  border: none;
}
.Dstyle-series .tab-content {
  background: #f5f5f5;
  padding: 3rem 2rem 4rem;
}
.Dstyle-series .tab-content .inner {
  display: flex;
  flex-direction: column-reverse;
}
.Dstyle-price {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding: 0.2rem 0 0.5rem;
  margin: 1.8rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Dstyle-price .txt1 {
  font-size: 0.85rem;
  line-height: 1.4;
}
.Dstyle-price .txt2 {
  font-size: 2.7rem;
  margin: 0 0.2rem 0 0.5rem;
  position: relative;
  top: -2px;
}
.Dstyle-price .txt3-wrap {
  line-height: 1.3;
}
.Dstyle-price .txt3 {
  font-size: 0.8rem;
  color: #8c8c8c;
}
.Dstyle-spec {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
.Dstyle-spec-item {
  background: #fff;
  aspect-ratio: 1 / 1;
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100px;
  margin-right: 0.5rem;
}
.Dstyle-spec .Dstyle-spec-item:last-child {
  margin-right: 0;
}
.Dstyle-spec-item .txt1 {
  line-height: 1;
  font-size: 0.85rem;
  margin-bottom: 0;
}
.Dstyle-spec-item .txt2 {
  line-height: 1;
  margin-bottom: 0;
  font-size: 3rem;
  margin-top: 0.2rem;
  margin-right: 0.2rem;
}
.Dstyle-spec-item .txt2 .tate {
  font-size: 1rem;
}
.Dstyle-spec-item .txt2 .tate span {
  position: relative;
  left: 2px;
}
.Dstyle-spec .Dstyle-spec-item:last-child .txt2 {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
. .Dstyle-spec .Dstyle-spec-item:last-child .txt2 .tate {
  font-size: 1rem;
  margin-right: 0.15rem;
}
.Dstyle-spec .Dstyle-spec-item:last-child .txt2 .f-eng {
  font-size: 2.5rem;
}
.Dstyle-series .unit1 .txt505050 {
  margin-top: 1rem;
  font-size: 0.81rem;
  line-height: 1.7;
}
.Dstyle-series .nav-tabs {
  border-bottom: none;
  justify-content: space-between;
  align-items: normal;
}
.Dstyle-series .nav-fill > .nav-link, .Dstyle-series .nav-fill .nav-item {
  flex: unset;
  width: calc(33.33% - 0.5rem);
  height: auto;
}
@media screen and (min-width: 768px) {
  .Dstyle-series .tab-content .inner {
    display: flex;
    flex-direction: unset;
    justify-content: space-between;
  }
  .Dstyle-series .tab-content .inner .unit1 {
    width: 45%;
  }
  .Dstyle-series .tab-content .inner .unit2 {
    width: 47%;
  }
  .Dstyle-spec {
    margin-bottom: 0;
  }
  .Dstyle-series .nav-tabs .nav-link {
    padding: 1.15rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  .Dstyle-series .tab-content {
    padding: 4rem 5rem;
  }
  .Dstyle-series .tab-content .inner .unit1 {
    width: 54%;
  }
  .Dstyle-series .tab-content .inner .unit2 {
    width: 38%;
  }
}
@media screen and (min-width: 1200px) {
  .Dstyle-series .tab-content {
    padding: 5rem 4rem;
  }
  .Dstyle-series .tab-content .inner .unit1 {
    width: 62.5%;
  }
  .Dstyle-series .tab-content .inner .unit2 {
    width: 30%;
  }
  .Dstyle-series .tab-content #tab3-item .inner .unit1 {
    width: 53.5%;
  }
  .Dstyle-series .tab-content #tab3-item .inner .unit2 {
    width: 38%;
  }
  .Dstyle-series .unit1 .txt505050 {
    margin-top: 1.5rem;
  }
  .Dstyle-price {
    padding: 0.7rem 0 1rem;
    margin: 2rem 0 1.8rem;
  }
  .Dstyle-price .txt1 {
    font-size: 1rem;
  }
  .Dstyle-price .txt2 {
    font-size: 3.125rem;
  }
  .Dstyle-series .nav-tabs .nav-link {
    padding: 1.25rem;
    font-size: 1.45rem;
  }
  .Dstyle-series .nav-fill > .nav-link, .Dstyle-series .nav-fill .nav-item {
    width: calc(33.33% - 1rem);
  }
  .Dstyle-spec-item {
    max-width: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .Dstyle-series .tab-content {
    padding: 5rem 6.8rem;
  }
  .Dstyle-series .txt20 {
    margin-bottom: 0.9rem;
  }
  .Dstyle-price {
    margin: 2.2rem 0 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .Dstyle-series .tab-content #tab3-item .inner .unit1 {
    width: 62.5%;
  }
  .Dstyle-series .tab-content #tab3-item .inner .unit2 {
    width: 30%;
  }
}
/*施主得*/
.Dstyle-price2 {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding: 1rem 0 1.5rem;
  margin: 1.8rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Dstyle-price2 .txt1 {
  background: #000;
  color: #fff;
  padding: 0.4rem 0.8rem;
  display: inline-block;
  line-height: 1.5;
  font-size: 0.85rem;
}
.Dstyle-price2 .txt2 {
  font-size: 4rem;
  line-height: 1;
  margin: 0 0.4rem 0 0.8rem;
}
.Dstyle-price2 .txt3-wrap {
  line-height: 1.4;
  position: relative;
  top: 6px;
}
.Dstyle-price2 .txt3-wrap .txt3 {
  color: #8c8c8c;
  font-size: 0.8rem;
}
.Dstyle-price2 .txt5 {
  margin: 0 0.8rem;
  font-size: 2rem;
  font-weight: 500;
}
.Dstyle-price2 .txt6 {
  line-height: 1.6;
  font-size: 1.15rem;
  position: relative;
  top: 2px;
}
.Dstyle-btn {
  margin-top: 2rem;
}
/*オプション*/
.Dstyle-option {
  margin-top: 2rem;
}
.Dstyle-option ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Dstyle-option ul li {
  display: inline-block;
  background: #fff;
  padding: 0.4rem 0.8rem;
  font-size: 0.85rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
.Dstyle-option ul li:last-child {
  background: none;
}
@media screen and (min-width: 1600px) {
  .Dstyle-option {
    margin-top: 2.5rem;
  }
  .Dstyle-price2 {
    padding: 1.5rem 0 2rem;
    margin: 2rem 0;
  }
}
/*slick*/
/* プレースホルダーとスライダーのスタイル */
.slider-placeholder {
  text-align: center;
}
.Dstyle-series-slider {
  visibility: hidden;
}
.Dstyle-series-slider .slick-prev, .Dstyle-series-slider .slick-next {
  background: none;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.Dstyle-series-slider .slick-prev:hover, .Dstyle-series-slider .slick-prev:focus, .Dstyle-series-slider .slick-next:hover, .Dstyle-series-slider .slick-next:focus {
  background: none;
}
.Dstyle-series-slider .slick-prev::before, .Dstyle-series-slider .slick-next::before {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Dstyle-series-slider .slick-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.Dstyle-series-slider .slick-next {
  right: 10px;
}
.Dstyle-series-slider .slick-prev {
  left: 10px;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .Dstyle-series-slider .slick-prev, .Dstyle-series-slider .slick-next {
    width: 60px;
    height: 60px;
  }
  .Dstyle-series-slider .slick-prev::before, .Dstyle-series-slider .slick-next::before {
    width: 17px;
    height: 14px;
  }
  .Dstyle-series-slider .slick-next {
    right: 20px;
  }
  .Dstyle-series-slider .slick-prev {
    left: 20px;
  }
}
/***************************************
/* 性能と品質
***************************************/
.spec-select1 {
  background: #f5f5f5;
  padding: 3.75rem 0 4.75rem;
  margin: 4.75rem auto 4.76rem;
}
ul.spec-select-wrap {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.spec-select-wrap li {
  width: calc(50% - 0.25rem);
  margin-bottom: 0.5rem;
  background: #fff;
}
ul.spec-select-wrap li a {
  color: #000;
  padding: 1.5rem 1rem 1.8rem;
  display: block;
}
ul.spec-select-wrap li a .txt1 {
  font-size: 0.8rem;
}
ul.spec-select-wrap li a .txt2 {
  font-size: 1.15rem;
  margin-bottom: 0.7rem;
}
ul.spec-select-wrap li a .txt3 {
  font-size: 0.9rem;
  line-height: 1.7;
  height: 55px;
  margin-bottom: 0;
}
ul.spec-select-wrap li a .txt3 span {
  font-size: 0.8rem;
}
ul.spec-select-wrap li:last-child a .txt3 {
  font-size: 0.8rem;
}
ul.spec-select-wrap li a:hover {
  text-decoration: none;
}
ul.spec-select-wrap li a .arrow {
  width: 30px;
  height: 30px;
  background: #bce2e8;
  border-radius: 50%;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
ul.spec-select-wrap li a:hover .arrow {
  background: #000;
  transition: background 0.3s ease;
}
ul.spec-select-wrap li a .arrow img {
  width: 8px;
  height: 19px;
}
ul.spec-select-wrap li:nth-child(4) a .txt3 {
  padding-top: 7px;
}
@media screen and (min-width: 768px) {
  .spec-select1 {
    margin: 6.5rem auto 7.5rem;
    padding: 7.5rem 0 8.61rem;
  }
  ul.spec-select-wrap li {
    width: calc(33.33% - 0.3rem);
  }
  ul.spec-select-wrap::after {
    content: "";
    display: block;
    width: calc(33.33% - 0.3rem);
  }
}
@media screen and (min-width: 992px) {
  ul.spec-select-wrap li {
    width: calc(25% - 0.3rem);
  }
}
@media screen and (min-width: 1200px) {
  ul.spec-select-wrap li a {
    padding: 2.25rem 1rem 2.35rem;
  }
  ul.spec-select-wrap li a .txt2 {
    font-size: 1.375rem;
  }
  ul.spec-select-wrap li a .txt3 {
    font-size: 1rem;
    line-height: 1.6;
    height: 70px;
  }
  ul.spec-select-wrap li:nth-child(4) a .txt3 {
    padding-top: 10px;
  }
  ul.spec-select-wrap li a .arrow {
    width: 35px;
    height: 35px;
  }
  ul.spec-select-wrap li a .arrow img {
    width: 8px;
  }
  ul.spec-select-wrap li:last-child a .txt3 {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1400px) {
  .spec-select1 {
    margin: 7.5rem auto 9.375rem;
    padding: 9.06rem 0 10.625rem;
  }
}
/*選べる性能*/
ul.spec-select-contents {
  list-style: none;
  margin: 4rem 0 0;
}
ul.spec-select-contents li .unit1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
ul.spec-select-contents li {
  margin-bottom: 3.5rem;
}
ul.spec-select-contents li:last-child {
  margin-bottom: 0;
}
ul.spec-select-contents li .unit1 .mb-0 {
  writing-mode: tb;
  margin: 0;
  width: 30px;
  display: flex;
  align-items: end;
  line-height: 1;
  font-size: 1.15rem;
}
ul.spec-select-contents li .unit1 .img {
  width: calc(100% - 35px);
}
ul.spec-select-contents li .txt1 {
  font-size: 1.15rem;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 0.8rem;
  margin-bottom: 1.2rem;
  line-height: 1.8;
}
ul.spec-select-contents li .unit2 {
  padding-left: 35px;
}
ul.spec-select-contents li .txt2 {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  ul.spec-select-contents {
    margin: 5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.spec-select-contents li {
    margin-bottom: 3.5rem;
    width: calc(50% - 1.2rem);
  }
  ul.spec-select-contents li:nth-child(n+7) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  ul.spec-select-contents {
    margin: 7.5rem 0 0;
  }
  ul.spec-select-contents li {
    margin-bottom: 5rem;
    width: calc(50% - 2rem);
  }
  ul.spec-select-contents li .unit1 .mb-0 {
    width: 50px;
    font-size: 1.375rem;
  }
  ul.spec-select-contents li .unit1 {
    margin-bottom: 1.8rem;
  }
  ul.spec-select-contents li .txt1 {
    font-size: 1.25rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
  ul.spec-select-contents li .unit2 {
    padding-left: 50px;
  }
}
/*選べる仕様*/
.spec-select2 .container_1560 {
  max-width: 1560px;
}
.spec-select2 h3.title {
  background: #000;
  color: #fff;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.spec-select-box1 .item .txt1 {
  font-size: 1.15rem;
  margin: 1.5rem 0 0.6rem;
}
.spec-select-box1 .item .txt2 {
  text-align: justify;
}
/*スリック*/
.spec-sp-slider {
  position: relative;
}
.spec-sp-slider .slick-prev, .spec-sp-slider .slick-next {
  background: #bce2e8;
  border: none;
  width: 40px;
  height: 40px;
  display: inline-block;
  top: 28%;
}
.spec-sp-slider .slick-next {
  right: 10px;
}
.spec-sp-slider .slick-prev {
  left: 10px;
  z-index: 2;
}
.spec-sp-slider::before, .spec-sp-slider::before {
  font-size: 11px;
}
.spec-sp-slider .slick-prev::before, .spec-sp-slider .slick-next::before {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spec-sp-slider .slick-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.spec-sp-slider.slick-initialized .slick-slide {
  padding: 0 1rem;
}
.spec-sp-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 3rem;
}
.spec-select-box1 {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .spec-select2 h3.title {
    padding: 1.2rem;
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
  }
  .spec-select-box1 {
    margin-bottom: 5rem;
  }
  .spec-sp-slider .slick-prev, .spec-sp-slider .slick-next {
    top: 28%;
  }
}
@media screen and (min-width: 992px) {
  .spec-sp-slider .slick-list {
    width: 91.76%;
    max-width: 1560px;
    padding: 0 !important;
    margin: 0 auto;
  }
  .spec-sp-slider .slick-track {
    display: flex;
    width: 100% !important;
    margin: 0 auto;
    justify-content: space-between;
  }
  .spec-sp-slider.slick-initialized .slick-slide {
    padding: 0;
    width: calc(33.33% - 1.5rem) !important;
  }
  .spec-sp-slider.col4.slick-initialized .slick-slide {
    width: calc(25% - 1.5rem) !important;
  }
  .spec-sp-slider .slick-track:before, .spec-sp-slider .slick-track:after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .spec-sp-slider.slick-initialized .slick-slide {
    width: calc(33.33% - 1.85rem) !important;
  }
  .spec-sp-slider.col4.slick-initialized .slick-slide {
    width: calc(25% - 1.85rem) !important;
  }
  .spec-select-box1 {
    margin-bottom: 6.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .spec-sp-slider.slick-initialized .slick-slide {
    width: calc(33.33% - 2.2rem) !important;
  }
}
/*slick-dots*/
.spec-sp-slider .slick-dots {
  flex-direction: row;
  justify-content: center;
  top: unset;
  right: unset;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.spec-sp-slider .slick-dots {
  justify-content: flex-start;
  bottom: 0;
  left: 7.5%;
  transform: unset;
  margin-left: -0.4rem;
}
.spec-sp-slider .slick-dots {
  left: 50%;
  transform: translateX(-50%);
}
.spec-sp-slider .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 0.4rem;
}
.spec-sp-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}
.spec-sp-slider .slick-dots li button::before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #a5a5a5;
  border-radius: 50%;
}
.spec-sp-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  border: none;
  background-color: #bce2e8;
}
@media screen and (min-width: 577px) {
  .spec-sp-slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 0.5rem;
  }
  .spec-sp-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 4rem;
  }
}
/*住宅設備*/
.spec-select-box1 .col8{
	display: none;
}
.spec-select-btn {
  text-align: center;
  margin-top: 2rem;
}
.spec-select-box1 .ti-item-nav-container {
    width: 80%;
}
@media screen and (min-width: 540px) {
	.spec-select-box1 .ti-item-nav-container {
    width: 60%;
}
}
@media screen and (min-width: 768px) {
	.spec-select-box1 .col8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
  .spec-select-box1 .col8 .item {
    width: calc(25% - 0.55rem);
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .spec-select-btn {
    margin-top: 3.75rem;
  }
}
/*注文住宅*/
.spec-custom {
  background: #f5f5f5;
  padding: 4.75rem 0;
  margin: 4.75rem auto 4.76rem;
}
.spec-custom .unit2 {
  margin-top: 2rem;
}
.spec-custom-btn {
  margin-top: 2rem;
}
.spec-custom .txt505050 {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .spec-custom {
    margin: 7.5rem auto;
    padding: 7.5rem 0 8.61rem;
  }
  .spec-custom .inner {
    display: flex;
    justify-content: space-between;
  }
  .spec-custom .unit1 {
    width: 47%;
  }
  .spec-custom .unit2 {
    margin-top: 0;
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  .spec-custom .unit1 {
    width: 57.14%;
  }
  .spec-custom .unit2 {
    width: 32.12%;
  }
}
@media screen and (min-width: 1400px) {
  .spec-custom {
    margin: 9.375rem auto;
    padding: 7.5rem 0 10.625rem;
  }
  .spec-custom .inner {
    align-items: center;
  }
  .spec-custom-btn {
    margin-top: 3.75rem;
  }
}
/*保証*/
.spec-warranty ul {
  list-style: none;
  margin: 0;
}
.spec-warranty.container_1560 {
  max-width: 1560px;
}
.spec-warranty ul li {
  margin-bottom: 3rem;
}
.spec-warranty ul li:last-child {
  margin-bottom: 0;
}
.txt18 {
  font-size: 1.15rem;
  margin: 1rem 0 0.5rem;
}
.spec-warranty .txt505050 {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .spec-warranty ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .spec-warranty ul li {
    margin-bottom: 0;
    width: calc(33.33% - 1.5rem);
  }
}
@media screen and (min-width: 992px) {
  .spec-warranty ul li {
    width: calc(33.33% - 2rem);
  }
}
@media screen and (min-width: 1200px) {
  .txt18 {
    font-size: 1.25rem;
    margin: 1.4rem 0 0.7rem;
  }
}
@media screen and (min-width: 1400px) {
  .spec-warranty ul li {
    width: calc(33.33% - 2.3rem);
  }
}
/***************************************
/* 性能と品質
***************************************/
.renovation-plan {
  background: #f5f5f5;
  padding: 3.75rem 0 4.75rem;
  margin: 4.75rem auto 4.76rem;
}
.renovation-plan ul{
	list-style: none;
    margin: 0;
}
.renovation-plan ul li{
	margin-bottom: 2.7rem;
}
.renovation-plan ul li .img{
	margin-bottom: 1.2rem;
}
.renovation-plan ul li:last-child{
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .renovation-plan {
    margin: 6.5rem auto 7.5rem;
    padding: 7.5rem 0 8.61rem;
  }
	.renovation-plan ul {
    margin: 0 -1.5rem;
    display: flex;
    flex-wrap: wrap;
}
	.renovation-plan ul li {
    margin-bottom: 2.7rem;
    width: 50%;
    padding: 0 1.5rem;
}
}
@media screen and (min-width: 992px) {
	.renovation-plan ul {
    justify-content: center;
}
	.renovation-plan ul li {
    margin-bottom: 3.4rem;
    width: 33.33%;
    padding: 0 1.5rem;
}
	.renovation-plan ul li:nth-child(4){
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1200px) {
	.renovation-plan ul li .img{
	margin-bottom: 1.35rem;
}
}
@media screen and (min-width: 1400px) {
  .renovation-plan {
    margin: 7.5rem auto 9.375rem;
    padding: 9.06rem 0 10.625rem;
  }
}
/*gallery*/
.ti-item, .ti-item-nav {
  visibility: hidden;
}
/*メイン*/
.ti-item {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .ti-item {
    margin-bottom: 30px;
  }
    .ti-item li {
        margin-right: 8px;
        margin-left: 8px;
    }
}
@media screen and (min-width: 1400px) {
	  .ti-item {
    margin-bottom: 50px;
  }
	    .ti-item li {
        margin-right: 25px;
        margin-left: 25px;
    }
}
/*サムネイル*/
.ti-item-nav-container {
  width: 87.17%;
  margin: 0 auto;
  max-width: 600px;
}
.ti-item-nav li {
  margin: 0;
  position: relative;
}
.ti-item-nav li::before {
  content: "";
  opacity: 0.7;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ti-item-nav li.slick-current::before {
  display: none;
}
.ti-item-nav .slick-list {
  margin: 0 -5px;
}
@media screen and (min-width: 768px) {
  .ti-item-nav-container {
    width: 50%;
  }
}
/*リフォームメニュー*/
.renovation-menu{
	margin-top: 4.76rem;
}
.renovation-menu ul{
	list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.renovation-menu ul li {
    width: 33.33%;
    padding: 0.5rem 1.2rem 1rem;
    position: relative;
    margin-bottom: 0.5rem;
}
.renovation-menu ul li:nth-child(1),
.renovation-menu ul li:nth-child(2),
.renovation-menu ul li:nth-child(3){
	padding-top: 0;
}
.renovation-menu ul li:nth-child(19),
.renovation-menu ul li:nth-child(20){
	padding-bottom: 0;
	margin-bottom: 0;
}
.renovation-menu ul li p{
	font-size: 0.8rem;
    margin-top: 0.8rem;
}
.renovation-menu ul li::before{
	content: "";
	background: #e6e6e6;
height: calc(100% - 0.5rem);
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
}
.renovation-menu ul li:nth-child(3n)::before{
	display: none;
}
.renovation-menu ul li::after {
    content: "";
    background: #e6e6e6;
    height: 1px;
    width: calc(100% - 1.5rem);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.renovation-menu ul li:nth-child(19)::after,
.renovation-menu ul li:nth-child(20)::after{
	display: none;
}
.renovation-menu ul li .img{
	    max-width: 90px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.renovation-menu{
	margin-top: 7.5rem;
}
	.renovation-menu ul li {
    width: 25%;
}
	.renovation-menu ul li:nth-child(4){
		padding-top: 0;
	}
	.renovation-menu ul li:nth-child(n+17){
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.renovation-menu ul li:nth-child(3n)::before{
	display: block;
}
	.renovation-menu ul li:nth-child(4n)::before{
		display: none;
	}
	.renovation-menu ul li:nth-child(n+17)::after{
		display: none;
	}
}
@media screen and (min-width: 992px) {
	    .renovation-menu ul li {
        width: 20%;
    }
		.renovation-menu ul li:nth-child(4n)::before{
		display: block;
	}
	.renovation-menu ul li:nth-child(5n)::before{
		display: none;
	}
		.renovation-menu ul li:nth-child(n+16)::after{
		display: none;
	}
		.renovation-menu ul li:nth-child(5){
		padding-top: 0;
	}
	.renovation-menu ul li:nth-child(n+16){
		padding-bottom: 0;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1200px) {
	.renovation-menu ul li .img {
    max-width: 150px;
}
    .renovation-menu ul li {
        padding: 0.75rem 2rem 1.5rem;
        margin-bottom: 0.75rem;
    }
	.renovation-menu ul li p {
    font-size: 1rem;
    margin-top: 1rem;
}
}
@media screen and (min-width: 1400px) {
	.renovation-menu{
	margin-top: 9.375rem;
}
}
/***************************************
/* お問い合わせ
***************************************/
@media screen and (min-width: 768px) {
	.recruit-entry.form-3col ul .img{
		max-width: 300px;
	}
}
@media screen and (min-width: 992px) {
	    .recruit-entry.form-3col ul {
        margin-top: 0;
    }
		.recruit-entry.form-3col ul .img{
		max-width: unset;
	}
	.recruit-entry.form-3col ul li:first-child{
		padding-top: 0;
		border-top: none;
	}
}