@charset "UTF-8";
.wrap {
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 900px) {
  .wrap {
    overflow: hidden;
  }
}

.site-main {
  flex: 1;
  transition: 200ms;
}

.c-nav-list__item > ul > li.title > a {
  cursor: inherit;
  pointer-events: none;
}
.c-nav-list__item > ul > li > ul > li > a {
  position: relative;
  display: inline-block;
  padding-left: 1rem;
}
.c-nav-list__item > ul > li > ul > li > a::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5rem;
}

.footernav .ft-none {
  display: none;
}

.globalnav .hd-none {
  display: none;
}

.mincho {
  font-family: "Noto Sans JP","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "ＭＳ Ｐ明朝", "MS P Mincho", serif;
}
.mincho--s {
  font-family: "Shippori Mincho B1", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.article {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 900px) {
  .article {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.article.english {
  word-break: normal;
}

.article-block:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 900px) {
  .article-block:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.article-block > * {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.article-block > *:first-child {
  margin-top: 0 !important;
}
.article-block > *:last-child {
  margin-bottom: 0 !important;
}
.article-block .assist-line {
  border-bottom: 2px solid #333;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 900px) {
  .article-block .assist-line {
    border-width: 1px;
  }
}

.page-fv {
  background: var(--themeColor);
  position: relative;
}
.page-fv .profile-img {
  min-height: 30rem;
}
@media only screen and (max-width: 900px) {
  .page-fv .profile-img {
    min-height: 24rem;
  }
}
.page-fv .profile-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 900px) {
  .page-fv .profile-img img {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0%);
  }
}
.page-fv .thumbnail {
  width: 100%;
  min-height: 30rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .page-fv .thumbnail {
    min-height: 24rem;
  }
}
.page-fv .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-fv .thumbnail::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, #fff, #c9caca);
  z-index: 1;
  mix-blend-mode: multiply;
}
.page-fv .page-title {
  position: absolute;
  top: 50%;
  left: 6.5rem;
  transform: translate(0%, -50%);
  z-index: 9;
  color: #fff;
  text-shadow: 0 0 5px rgba(35, 24, 21, 0.5);
}
@media only screen and (max-width: 900px) {
  .page-fv .page-title {
    left: 2rem;
  }
}
.page-fv .page-title .ja {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.29em;
}
@media only screen and (max-width: 900px) {
  .page-fv .page-title .ja {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.15em;
  }
}
.page-fv .page-title .en {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.29em;
  line-height: 1;
}
@media only screen and (max-width: 900px) {
  .page-fv .page-title .en {
    font-size: 1.4rem;
  }
}

.section-cta {
  padding-bottom: 4rem;
}
.section-cta .cta {
  padding: 2rem 2rem 3rem;
  background: #1a1a1a;
  text-align: center;
  color: #fff;
}
.section-cta .cta-title {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 900px) {
  .section-cta .cta-title {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.section-cta .cta-contact {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 900px) {
  .section-cta .cta-contact {
    gap: 1.3rem;
  }
}
.section-cta .cta-contact .tel span {
  font-size: 1.8rem;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.22em;
}
@media only screen and (max-width: 900px) {
  .section-cta .cta-contact .tel span {
    font-size: 1.4rem;
  }
}
.section-cta .cta-contact .tel span.num {
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .section-cta .cta-contact .tel span.num {
    font-size: 2.2rem;
  }
}

/*共通
=============================*/
.all_link a {
  background: #fff;
  padding: 7px 7px 7px 0;
  display: block;
  position: relative;
  box-shadow: 2px 2px 0 #cd6690;
  text-align: center;
  font-size: 13px;
  color: #000;
}

.all_link a:after {
  content: "";
  background: url(../images/top_bg_link_arrow.png) no-repeat center/100% 100%;
  width: 8px;
  height: 13px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/*company
=============================*/
.company_internal_link {
  margin: 100px auto 0;
  letter-spacing: 0;
  font-size: 0;
}

.company_internal_link li {
  width: 12.5%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
}

.company_internal_link li:nth-child(6n) {
  margin-right: 0;
}

.company_internal_link a {
  box-shadow: 2px 2px 0 #cc6690, -1px -1px 0 #cbcbcb;
  font-size: 16px;
}

.company_internal_link a:after {
  background-image: url(../images/all_bg_link_arrow_internal.png);
  width: 13px;
  height: 8px;
}

#contents .company_sec:nth-child(n+2) {
  margin-top: 160px;
}

.all_big_bg_title {
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

.all_big_bg_title_main {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 38px;
  color: #4d4d4d;
}

.all_big_bg_title_bg {
  line-height: 1;
  font-size: 160px;
  font-family: "stretch";
  color: #faf8fa;
}

.company_message_eco_list li:nth-child(n+2) {
  margin-top: 40px;
}

.company_message_eco_list_title {
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-size: 22px;
  color: #b85c82;
}

.company_message_eco_list p {
  line-height: 2em;
  letter-spacing: 0;
  font-size: 15px;
  color: #4d4d4d;
}

.company_message_eco_list span {
  display: inline-block;
}

.company_ceo_name {
  margin-top: 90px;
  text-align: right;
  font-weight: 600;
  font-size: 24px;
  color: #4d4d4d;
}

.company_philosophy_copy {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #4d4d4d;
}

.company_philosophy_copy span {
  display: block;
  line-height: 2.3em;
  letter-spacing: 2px;
}

.company_pholosophy_list {
  margin-top: 80px;
}

.company_pholosophy_list li:nth-child(n+2) {
  margin-top: 70px;
}

.company_pholosophy_list_text {
  line-height: 1.8;
  font-size: 18px;
  color: #4d4d4d;
}

.company_profile_sec {
  margin-top: 90px;
}

.company_profile_sec_first .contents_title {
  margin-bottom: 30px;
}

.company_outline_table th {
  width: 200px;
  min-width: 200px;
  padding: 20px 10px 20px 25px;
  border-bottom: 1px #b1b1b1 solid;
  vertical-align: top;
  font-weight: 600;
  font-size: 16px;
  color: #003d51;
}

.company_outline_table td {
  padding: 20px 10px 20px 30px;
  border-bottom: 1px #989898 dashed;
  line-height: 1.8;
  vertical-align: top;
  font-size: 14px;
  color: #4d4d4d;
}

.company_outline_table td a {
  color: #4d4d4d;
}

.company_outline_table_list li:nth-child(n+2) {
  margin-top: 20px;
}

.company_outline_table_list_title {
  font-weight: 600;
  color: #003d51;
}

.company_outline_table_list_text span {
  display: inline-block;
}

.company_profile_history .contents_title {
  margin-bottom: 40px;
}

.company_history_table th,
.company_history_table td {
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px #989898 dashed;
  vertical-align: top;
}

.company_history_table th,
.company_history_cell_second {
  font-weight: 600;
  font-size: 16px;
  color: #003d51;
}

.company_history_table th {
  width: 210px;
  min-width: 210px;
}

.company_history_cell_second {
  width: 45px;
  min-width: 45px;
  text-align: right;
}

.company_history_table .company_history_cell_third {
  padding-left: 45px;
  vertical-align: middle;
  font-size: 14px;
  color: #4d4d4d;
}

.company_history_cell_third a {
  color: #cd6690;
}

.company_history_table th:before {
  content: "■";
  color: #b85c82;
  margin-right: 10px;
}

.company_history_cell_pb_small td {
  padding-bottom: 4px;
}

.company_history_cell_p_small td {
  padding-top: 4px;
  padding-bottom: 4px;
}

.company_history_cell_pt_small td {
  padding-top: 4px;
}

.company_access_sec {
  letter-spacing: 0;
  font-size: 0;
}

.company_access_sec_left {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #4d4d4d;
}

.company_access_sec_right {
  width: 50%;
  height: 258px;
  min-height: 258px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.company_access_list li:nth-child(n+2) {
  margin-top: 60px;
}

.company_access_text_sec {
  padding-right: 32px;
}

.company_access_text_sec_second {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px #989898 dashed;
}

.company_access_text_sec p:nth-child(n+2) {
  margin-top: 10px;
}

.company_access_text_sec a {
  color: #4d4d4d;
}

.company_access_text_sec span {
  display: inline-block;
}

.company_access_text_sec p.all_link {
  width: 152px;
  margin-top: 20px;
}

.company_access_text_sec .all_link a {
  box-shadow: 2px 2px 0 #cc6690, -1px -1px 0 #cbcbcb;
  color: #000;
}

.company_map {
  width: 100%;
  height: 100%;
}

.company_eco_list {
  background: rgba(187, 187, 187, 0.05);
  margin-top: 40px;
  padding: 40px;
  font-size: 15px;
  color: #4d4d4d;
}

.company_eco_list > li:nth-child(n+2) {
  margin-top: 20px;
}

.all_tri_text {
  padding: 4px 0 0 18px;
  position: relative;
}

.all_tri_text:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #cd6690 transparent transparent transparent;
}

.company_eco_list_sub {
  padding: 15px 0 0 20px;
}

.company_privacy_sec {
  font-size: 15px;
  color: #4d4d4d;
}

.company_privacy_list {
  margin-top: 35px;
}

.company_privacy_list > li:nth-child(n+2) {
  margin-top: 35px;
}

.company_privacy_list_title {
  letter-spacing: 3px;
  font-size: 19px;
}

.company_privacy_list_sub {
  padding: 15px 0 0 25px;
}

.company_privacy_list_sub li:nth-child(n+2) {
  margin-top: 10px;
}

/*追加調整
=============================*/
@media only screen and (max-width: 900px) {
  .company_access_sec_left {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .company_access_sec_right {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .company_access_sec .company_access_text_sec {
    padding-right: 0;
  }
}

.entry {
  font-weight: 400;
  letter-spacing: 0;
}
.entry > * {
  margin: 2.4rem 0;
}
@media only screen and (max-width: 900px) {
  .entry > * {
    margin: 1.6rem 0;
  }
}
.entry > *:first-child {
  margin-top: 0;
}
.entry > *:last-child {
  margin-bottom: 0;
}
.entry.small > *:first-child {
  margin-top: -2em;
}
.entry small {
  font-size: 0.935em;
}
.entry a {
  text-decoration: underline;
  color: var(--themeColor);
}
@media only screen and (min-width: 901px) {
  .entry a:hover {
    text-decoration: none;
  }
}
.entry strong.bold {
  border-bottom: 4px solid #FFD800;
}
.entry ul {
  padding-left: 1em;
}
.entry ul li:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
.entry ul li::before {
  margin-left: -1em;
  display: inline-block;
  content: "・";
}
.entry ul.color {
  padding-left: 1.5em;
}
.entry ul.color li:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
.entry ul.color li::before {
  margin-left: -1.5em;
  display: inline-block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50vw;
  background: var(--themeColor);
  margin-right: 1.5rem;
}
.entry ol {
  padding-left: 1.5em;
}
.entry ol li {
  counter-increment: entry-ol;
}
.entry ol li:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
.entry ol li::before {
  text-indent: -1.5em;
  display: inline-block;
  content: counter(entry-ol);
  font-size: 1em;
  color: var(--themeColor);
  font-weight: 700;
}
.entry ol.def li::before {
  color: #333;
  font-weight: normal;
}

.headline-2,
.entry h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 4.8rem 0 2.4rem;
  border-bottom: 4px solid #CCCCCC;
  position: relative;
  padding-bottom: 1rem;
  letter-spacing: 0;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 900px) {
  .headline-2,
.entry h2 {
    font-size: 2.2rem;
    margin: 3.6rem 0 1.6rem;
  }
}
.headline-2::after,
.entry h2::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.4rem;
  background: var(--themeColor);
  position: absolute;
  bottom: -0.4rem;
  left: 0;
}

.headline-3,
.entry h3 {
  font-size: 3rem;
  font-weight: 700;
  margin: 4.8rem 0 2.4rem;
  border-left: 0.4rem solid var(--themeColor);
  padding-bottom: 0.5rem;
  padding-left: 1.6rem;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 900px) {
  .headline-3,
.entry h3 {
    font-size: 1.8rem;
    border-width: 0.3rem;
    padding-left: 1rem;
    padding-bottom: 0.3rem;
    line-height: 1.3;
    margin-bottom: 1.6rem;
  }
}

.headline-2 + .headline-3 {
  margin: 2.4rem 0;
}

.headline-4,
.entry h4 {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 4.8rem 0 2.4rem;
  position: relative;
  padding-left: 2.4rem;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 900px) {
  .headline-4,
.entry h4 {
    font-size: 1.6rem;
    padding-left: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.headline-4::before,
.entry h4::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background: var(--themeColor);
  position: absolute;
  top: 2rem;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .headline-4::before,
.entry h4::before {
    top: 1.2rem;
    width: 1rem;
  }
}

.headline-5,
.entry h5 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 1em 0 0.7em;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 900px) {
  .headline-5,
.entry h5 {
    font-size: 1.5rem;
  }
}
.headline-5 + p,
.entry h5 + p {
  margin-top: -1rem;
}

.headline-6,
.entry h6 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1em 0 0.5em;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 900px) {
  .headline-6,
.entry h6 {
    font-size: 1.4rem;
  }
}
.headline-6 + p,
.entry h6 + p {
  margin-top: 0;
}

.table-main,
.entry table {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 900px) {
  .table-main,
.entry table {
    display: block;
    overflow: auto;
    width: 100%;
  }
}
.table-main.bg-none tbody tr,
.entry table.bg-none tbody tr {
  background: none !important;
}
@media only screen and (min-width: 901px) {
  .table-main.fixed,
.entry table.fixed {
    table-layout: fixed;
  }
}
.table-main.fixed tr > *:first-child,
.entry table.fixed tr > *:first-child {
  width: 13.8rem;
}
.table-main.equal tr > *:first-child,
.entry table.equal tr > *:first-child {
  width: auto;
}
.table-main.sp-nowrap,
.entry table.sp-nowrap {
  min-width: 24rem;
}
@media only screen and (max-width: 900px) {
  .table-main.sp-nowrap,
.entry table.sp-nowrap {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 900px) {
  .table-main.sp-nowrap tbody td,
.entry table.sp-nowrap tbody td {
    min-width: auto;
  }
}
.table-main tr > *:first-child,
.entry table tr > *:first-child {
  padding-left: 2.4rem;
  padding-right: 1.2rem;
}
.table-main tr > *:last-child,
.entry table tr > *:last-child {
  padding-right: 2.4rem;
  padding-left: 1.2rem;
}
.table-main thead th,
.entry table thead th {
  text-align: left;
  padding: 2.4rem 1.8rem;
  background: #333;
  color: #fff;
  vertical-align: top;
}
@media only screen and (max-width: 900px) {
  .table-main thead th,
.entry table thead th {
    padding: 1rem;
  }
}
.table-main thead + tbody,
.entry table thead + tbody {
  border-top: none;
}
@media only screen and (max-width: 900px) {
  .table-main thead + tbody,
.entry table thead + tbody {
    display: table-row-group;
  }
}
.table-main tbody,
.entry table tbody {
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 900px) {
  .table-main tbody,
.entry table tbody {
    display: table;
    width: 100%;
  }
}
.table-main tbody tr,
.entry table tbody tr {
  border-bottom: 1px solid #ccc;
}
.table-main tbody tr:nth-of-type(even),
.entry table tbody tr:nth-of-type(even) {
  background: #F1EFE8;
}
.table-main tbody th,
.entry table tbody th {
  vertical-align: top;
  text-align: left;
  padding: 2.4rem 1.8rem;
  padding-right: 0;
}
@media only screen and (min-width: 901px) {
  .table-main tbody th,
.entry table tbody th {
    width: 13.8rem;
  }
}
@media only screen and (max-width: 900px) {
  .table-main tbody th,
.entry table tbody th {
    padding: 1rem;
    white-space: nowrap;
  }
}
.table-main tbody td,
.entry table tbody td {
  padding: 2.4rem 1.8rem;
  vertical-align: top;
}
@media only screen and (max-width: 900px) {
  .table-main tbody td,
.entry table tbody td {
    padding: 1rem;
    min-width: 18rem;
  }
}
@media only screen and (max-width: 900px) {
  .table-main tbody td:last-of-type,
.entry table tbody td:last-of-type {
    width: 100%;
  }
}
.table-main tbody td > *:first-child,
.entry table tbody td > *:first-child {
  margin-top: 0;
}
.table-main tbody td > *:last-child,
.entry table tbody td > *:last-child {
  margin-bottom: 0;
}
.table-main tbody td a,
.entry table tbody td a {
  color: var(--themeColor);
  text-decoration: underline;
}
@media only screen and (min-width: 901px) {
  .table-main tbody td a:hover,
.entry table tbody td a:hover {
    text-decoration: none;
  }
}
.table-main tbody td ul,
.entry table tbody td ul {
  padding-left: 1em;
}
.table-main tbody td ul li,
.entry table tbody td ul li {
  padding-left: 0;
}
.table-main tbody td ul li::before,
.entry table tbody td ul li::before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
  margin-left: 0;
  width: auto;
  height: auto;
  border-radius: 50vw;
  background: none;
  margin-right: 0;
}

.article-products .article-block > * {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.article-products .article-block .page-title {
  font-size: 3.4rem;
  letter-spacing: 0.16em;
  color: #999;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .article-products .article-block .page-title {
    font-size: 2rem;
  }
}
.article-products .article-block .flex h2, .article-products .article-block .flex--pc h2 {
  margin-top: 6rem !important;
}
.article-products .article-block .flex .text > *:first-child, .article-products .article-block .flex--pc .text > *:first-child {
  margin-top: 0;
}
.article-products .article-block .flex .text > *:last-child, .article-products .article-block .flex--pc .text > *:last-child {
  margin-bottom: 0;
}
.article-products .article-block .img.sp-full {
  margin-left: -2rem;
  margin-right: -2rem;
}
.article-products .article-block h2 {
  letter-spacing: 0.36em;
  padding-left: 1.6rem;
  font-weight: 600;
  color: #666;
  line-height: 1.4;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  position: relative;
  margin-top: 6rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 900px) {
  .article-products .article-block h2 {
    letter-spacing: 0.1em;
  }
}
.article-products .article-block h2 + * {
  margin-top: 2.4rem;
}
.article-products .article-block h2::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: calc(100% - 1rem);
  background: var(--themeColor);
  position: absolute;
  top: 0;
  left: 0;
}
.article-products .article-block p {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.88;
  font-feature-settings: normal;
  text-align: justify;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 900px) {
  .article-products .article-block p {
    font-size: 1.6rem;
  }
}
.article-products .article-block p span.line {
  background: linear-gradient(to bottom, transparent, transparent 0.75em, rgba(231, 51, 110, 0.3) 0.75em, rgba(231, 51, 110, 0.3));
}
.article-products .article-block .btn--products {
  margin-top: 6rem;
}

.article-service .article-block > * {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.article-service .article-block-inner > * {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.article-service .article-block .page-title {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 900px) {
  .article-service .article-block .page-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.article-service .article-block .page-lead {
  font-size: 2.4rem;
  text-align: center;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 900px) {
  .article-service .article-block .page-lead {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
.article-service .article-block h2 {
  color: #999;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.56em;
  border-bottom: 1px solid #999;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 900px) {
  .article-service .article-block h2 {
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    margin-bottom: 2.4rem;
  }
}
.article-service .article-block h2::after {
  content: attr(data-en);
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.56em;
}
@media only screen and (max-width: 900px) {
  .article-service .article-block h2::after {
    font-size: 1.2rem;
    margin-left: 1rem;
  }
}
.article-service .article-block h3 {
  background: #1a1a1a;
  color: #fff;
  font-weight: 600;
  padding: 0.2rem 1.5rem;
  letter-spacing: 0.36em;
}
@media only screen and (max-width: 900px) {
  .article-service .article-block h3 {
    letter-spacing: 0.2em;
    font-size: 1.8rem;
  }
}
.article-service .article-block .grid2--pc {
  margin-top: -1.6rem;
  margin-bottom: -1.6rem;
}
.article-service .article-block .grid2--pc span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 900px) {
  .article-service .article-block .grid2--pc span {
    font-size: 1.6rem;
  }
}
.article-service .article-block .grid2--pc .grid-item {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.article-service .article-block .grid2--pc .iframe {
  flex: 1;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .article-service .article-block .grid2--pc .iframe {
    padding-top: 70.5%;
  }
}
.article-service .article-block .grid2--pc .iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.article-service .article-block ul.list li {
  position: relative;
  padding-left: 1em;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1.88;
}
.article-service .article-block ul.list li::after {
  content: "・";
  display: block;
  color: var(--themeColor);
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.article-service .article-block .text-end {
  border-top: 1px solid #000;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  color: #4d4d4d;
}
@media only screen and (max-width: 900px) {
  .article-service .article-block .text-end {
    font-size: 1.8rem;
  }
}
.article-service .article-block .text-end p {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.article-service .article-block .text-end p span.large {
  font-size: 2.8rem;
}
@media only screen and (max-width: 900px) {
  .article-service .article-block .text-end p span.large {
    font-size: 2.2rem;
  }
}
.article-service .article-block .text-end p span.line {
  background: linear-gradient(to bottom, transparent, transparent 0.5em, #ffff00 0.5em, #ffff00);
}

.article-lighting .development h2,
.article-lighting .products h2 {
  margin-bottom: 2.4rem;
}
.article-lighting .development .lead,
.article-lighting .products .lead {
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
.article-lighting .development-item h3,
.article-lighting .products-item h3 {
  margin-bottom: 0.5rem;
  font-size: 2.1rem;
}
@media only screen and (max-width: 900px) {
  .article-lighting .development-item h3,
.article-lighting .products-item h3 {
    font-size: 1.8rem;
  }
}
.article-lighting .development-item p,
.article-lighting .products-item p {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  text-align: justify;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 900px) {
  .article-lighting .development {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 900px) {
  .article-lighting .products {
    padding-top: 4rem;
  }
}
.article-lighting .products-item h4 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.article-lighting .products-item .img {
  margin-bottom: 1rem;
}
.article-lighting .products-item p.comment {
  font-size: 1.5rem;
  border-top: 1px solid #808080;
  padding-top: 0.5rem;
}
.article-lighting .products-table {
  border: 1px solid #808080;
  border-collapse: collapse;
  font-size: 1.4rem;
}
.article-lighting .products-table th, .article-lighting .products-table td {
  padding: 0.4rem 0.8rem;
}
.article-lighting .products-table th {
  background: #808080;
  color: #fff;
  font-weight: normal;
}
.article-lighting .products-table td {
  text-align: left;
  border-bottom: 1px solid #808080;
}
.article-lighting .products-table td:not(:last-of-type) {
  border-right: 1px solid #808080;
}
.article-lighting .products-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.article-lighting .products-table + .comment {
  padding-top: 0 !important;
  border: none !important;
}
@media only screen and (max-width: 900px) {
  .article-lighting .ems,
.article-lighting .abroad {
    padding-top: 4rem;
  }
}
.article-lighting .ems p,
.article-lighting .abroad p {
  letter-spacing: 0.12em;
  font-size: 1.8rem;
}
.article-news .page-title {
  color: var(--themeColor);
  font-size: 3.8rem;
  letter-spacing: 0.3em;
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  .article-news .page-title {
    font-size: 2.6rem;
  }
}
.article-news .news-list {
  border-top: 1px solid #959595;
}
.article-news .news-list__item {
  border-bottom: 1px solid #959595;
  font-size: 1.4rem;
}
@media only screen and (min-width: 901px) {
  .article-news .news-list__item {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media only screen and (max-width: 900px) {
  .article-news .news-list__item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.article-news .news-list__item .meta {
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  .article-news .news-list__item .meta {
    border-bottom: 1px dashed #ccc;
    width: 100%;
  }
}
.article-news .news-list__item time {
  display: inline-block;
  padding: 1rem 0;
}
@media only screen and (min-width: 901px) {
  .article-news .news-list__item time {
    min-width: 13.5rem;
  }
}
.article-news .news-list__item .category {
  color: var(--themeColor);
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 901px) {
  .article-news .news-list__item .category {
    min-width: 8rem;
  }
}
@media only screen and (max-width: 900px) {
  .article-news .news-list__item .category {
    margin-left: 1rem;
  }
}
.article-news .news-list__item .tag {
  display: inline-block;
  text-align: center;
  background: #eee;
  padding: 1rem;
}
@media only screen and (min-width: 901px) {
  .article-news .news-list__item .tag {
    min-width: 11rem;
  }
}
@media only screen and (max-width: 900px) {
  .article-news .news-list__item .tag {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 901px) {
  .article-news .news-list__item a {
    padding-left: 1rem;
    transition: 400ms;
  }
  .article-news .news-list__item a:hover {
    color: var(--themeColor);
  }
}
@media only screen and (max-width: 900px) {
  .article-news .news-list__item a {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 1rem 0;
  }
}

.article-post .article-head .meta {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 900px) {
  .article-post .article-head .meta {
    margin-bottom: 0.5rem;
  }
}
.article-post .article-head .meta .category {
  color: var(--themeColor);
  padding: 0 3rem;
}
@media only screen and (max-width: 900px) {
  .article-post .article-head .meta .category {
    padding: 0 1rem;
  }
}
.article-post .article-head-title {
  color: var(--themeColor);
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 900px) {
  .article-post .article-head-title {
    font-size: 2rem;
    letter-spacing: 0.15em;
  }
}
.article-post .article-block h2 {
  font-size: 2rem;
  font-weight: 600;
  background: #eee;
  border-left: 1rem solid var(--themeColor);
  padding: 0.5rem 1.5rem;
}
.article-post .article-block p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.article-post .article-block a {
  color: var(--themeColor);
  text-decoration: underline;
}
@media only screen and (min-width: 901px) {
  .article-post .article-block a:hover {
    text-decoration: none;
  }
}
.article-post .article-block table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .article-post .article-block table {
    display: block;
    overflow: auto;
    width: 100%;
  }
}
.article-post .article-block table tbody {
  display: table-row-group;
}
@media only screen and (max-width: 900px) {
  .article-post .article-block table th, .article-post .article-block table td {
    white-space: nowrap;
  }
}
.article-post .article-block table th[rowspan] img, .article-post .article-block table td[rowspan] img {
  min-width: 15rem;
}
.article-post .article-block table th {
  font-weight: normal;
  text-align: left;
}
.article-post .article-block iframe {
  max-width: 100%;
}
@media only screen and (max-width: 900px) {
  .article-post .article-block iframe {
    width: 100%;
    height: 60vw;
  }
}
@media only screen and (max-width: 900px) {
  .article-post .article-block iframe.company_map {
    height: 100% !important;
  }
}
.article-post .article-block #aptoenqform {
  max-width: 100%;
  overflow: hidden;
}
.article-post #aptoenqform {
  border: 0.1rem solid #666;
  border-radius: 0.9rem;
  padding: 4.5rem 5rem;
  margin-top: 6rem;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .article-post #aptoenqform {
    padding: 1.5rem;
  }
}
.article-post #aptoenqform .aptoenq_cusinfo_subj {
  background-color: rgb(240, 240, 240);
  color: rgb(0, 0, 0);
  padding: 0.5rem 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 900px) {
  .article-post #aptoenqform .aptoenq_cusinfo_subj {
    padding: 0.2rem 1rem;
  }
}
.article-post #aptoenqform .aptoenq_necessary {
  text-align: right;
  margin-bottom: 2rem;
}
.article-post #aptoenqform .aptoenq_red {
  color: #E7336E;
}
.article-post #aptoenqform .aptoenq_question + .aptoenq_question {
  margin-top: 2rem;
}
.article-post #aptoenqform .aptoenq_q {
  padding: 0.5rem 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 900px) {
  .article-post #aptoenqform .aptoenq_q {
    padding: 0.2rem 1rem;
  }
}
.article-post #aptoenqform [name=ans2other] {
  margin-top: 1rem;
}
.article-post #aptoenqform [name=ans2other]:disabled {
  background: #f8f8f8;
}
.article-post #aptoenqform .aptoenq_choice_2 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 580px) {
  .article-post #aptoenqform .aptoenq_choice_2 {
    min-width: 50%;
  }
}
@media only screen and (min-width: 901px) {
  .article-post #aptoenqform .aptoenq_cusinfo_item {
    width: 15rem;
    float: left;
    text-align: right;
    padding: 1rem;
  }
}
@media only screen and (min-width: 901px) {
  .article-post #aptoenqform .aptoenq_cusinfo_fm {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 900px) {
  .article-post #aptoenqform .aptoenq_cusinfo_fm input {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 901px) {
  .article-post #aptoenqform .aptoenq_cusinfo_msg {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 900px) {
  .article-post #aptoenqform .aptoenq_cusinfo_msg {
    display: block;
    margin-top: -1rem;
  }
}
.article-post #aptoenqform .aptoenq_br {
  clear: both;
}
.article-post #aptoenqform .aptoenq_cusinfo .aptoenq_cusinfo_exp {
  text-align: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #666;
}
.article-post #aptoenqform .aptoenq_bt_set {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 900px) {
  .article-post #aptoenqform .aptoenq_bt_set {
    gap: 2rem;
  }
}
.article-post #aptoenqform .aptoenq_bt_set button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  min-width: 20rem;
  min-height: 4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.article-post #aptoenqform .aptoenq_bt_set .aptoenq_bt_send button {
  background: var(--themeColor);
  color: #fff;
}
.article-post #aptoenqform .aptoenq_bt_set .aptoenq_bt_back button {
  background: #808080;
  color: #fff;
}
.article-post #aptoenqform input[type=text],
.article-post #aptoenqform input[type=tel],
.article-post #aptoenqform input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
  font-size: 1em;
  max-width: 100%;
}
@media only screen and (max-width: 900px) {
  .article-post #aptoenqform input[type=text],
.article-post #aptoenqform input[type=tel],
.article-post #aptoenqform input[type=email] {
    width: 100%;
  }
}
.article-post #aptoenqform input[type=radio] {
  accent-color: var(--themeColor);
  inline-size: 1.8rem;
  block-size: 1.8rem;
  margin: 0;
  margin-right: 0.5rem;
  vertical-align: -0.4rem;
}
.article-post #aptoenqform input[type=checkbox] {
  accent-color: var(--themeColor);
  inline-size: 1.8rem;
  block-size: 1.8rem;
  vertical-align: -0.3rem;
}
.article-post #aptoenqform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-size: 1em;
  color: inherit;
  background-image: url(../img/common/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 2rem;
  margin-top: 1rem;
  width: 100%;
  max-width: 50rem;
}
@media only screen and (max-width: 900px) {
  .article-post #aptoenqform select {
    background-size: 1.5rem;
  }
}
.article-post #aptoenqform textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  width: 100%;
  height: 30rem;
  border: 1px solid #afafaf;
  resize: vertical;
  padding: 1rem;
}
.article-post #aptoenqform select,
.article-post #aptoenqform input[type=text],
.article-post #aptoenqform input[type=tel],
.article-post #aptoenqform input[type=email] {
  border: 1px solid #afafaf;
  padding: 1rem;
}

.article-mail .page-title {
  color: var(--themeColor);
  font-size: 3.8rem;
  letter-spacing: 0.3em;
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  .article-mail .page-title {
    font-size: 2.6rem;
  }
}
.article-mail .intro {
  border-bottom: 1px solid #333;
  padding-bottom: 4rem;
}
.article-mail .intro p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media only screen and (max-width: 900px) {
  .article-mail .intro p {
    font-size: 1.6rem;
  }
}
.article-mail .intro p a {
  color: var(--themeColor);
  text-decoration: underline;
}
@media only screen and (min-width: 901px) {
  .article-mail .intro p a:hover {
    text-decoration: none;
  }
}
.article-mail .mailform input[type=text],
.article-mail .mailform input[type=tel],
.article-mail .mailform input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
  font-size: 1em;
}
.article-mail .mailform input[type=radio] {
  display: none;
}
.article-mail .mailform input[type=checkbox] {
  display: none;
}
.article-mail .mailform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-size: 1em;
  color: inherit;
}
.article-mail .mailform textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
}
.article-mail .mailform-table {
  width: 100%;
  border-collapse: collapse;
}
.article-mail .mailform-table thead th {
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
}
.article-mail .mailform-table thead th span {
  color: var(--themeColor);
  font-size: 2rem;
  vertical-align: -webkit-baseline-middle;
}
.article-mail .mailform-table tbody th {
  text-align: left;
  font-weight: normal;
  width: 20%;
  vertical-align: top;
  font-size: 2rem;
  font-feature-settings: normal;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 900px) {
  .article-mail .mailform-table tbody th {
    display: block;
    width: 100%;
    font-size: 1.8rem;
  }
}
.article-mail .mailform-table tbody th span {
  border-left: 0.7rem solid var(--themeColor);
  padding-left: 0.8rem;
}
.article-mail .mailform-table tbody th.required span::after {
  content: "*";
  color: var(--themeColor);
}
.article-mail .mailform-table tbody td {
  padding-bottom: 2.4rem;
}
@media only screen and (min-width: 901px) {
  .article-mail .mailform-table tbody td {
    width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  .article-mail .mailform-table tbody td {
    display: block;
    font-size: 1.6rem;
  }
}
.article-mail .mailform-table tbody td select,
.article-mail .mailform-table tbody td input[type=text],
.article-mail .mailform-table tbody td input[type=tel],
.article-mail .mailform-table tbody td input[type=email] {
  border: 1px solid #afafaf;
  padding: 1rem;
  max-width: 50rem;
  width: 100%;
}
.article-mail .mailform-table tbody td textarea {
  width: 100%;
  height: 30rem;
  border: 1px solid #afafaf;
  resize: vertical;
  padding: 1rem;
}
.article-mail .mailform-table tbody td .select {
  position: relative;
  display: inline-block;
  max-width: 50rem;
  width: 100%;
}
@media only screen and (min-width: 901px) {
  .article-mail .mailform-table tbody td .select.pref {
    max-width: 19rem;
  }
}
.article-mail .mailform-table tbody td .select select {
  padding: 1.3rem 1rem;
}
.article-mail .mailform-table tbody td .select .arrow {
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(-50%, -75%) rotate(45deg);
  border-right: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  pointer-events: none;
}
@media only screen and (max-width: 900px) {
  .article-mail .mailform-table tbody td.name {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.article-mail .mailform-table tbody td.name input[type=text] {
  display: inline-block;
}
@media only screen and (min-width: 901px) {
  .article-mail .mailform-table tbody td.name input[type=text] {
    width: auto;
  }
}
@media only screen and (max-width: 900px) {
  .article-mail .mailform-table tbody td.name input[type=text] {
    flex: 1;
  }
}
.article-mail .mailform-table tbody td.name input[type=text] + input[type=text] {
  margin-left: 2rem;
}
@media only screen and (max-width: 900px) {
  .article-mail .mailform-table tbody td.name input[type=text] + input[type=text] {
    margin-left: 1rem;
  }
}
.article-mail .mailform-table tbody td .comment {
  display: inline-block;
  padding: 0.9rem 2.2rem 0.9rem 1rem;
  font-size: 1.4rem;
}
@media only screen and (min-width: 901px) {
  .article-mail .mailform-table tbody td .comment {
    margin-left: 2rem;
    border: 1px solid #afafaf;
    max-width: 30rem !important;
  }
}
@media only screen and (max-width: 900px) {
  .article-mail .mailform-table tbody td .comment {
    padding: 0;
    margin-top: 1rem;
  }
}
.article-mail .mailform .agree {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px solid var(--themeColor);
  margin-bottom: 4rem;
  margin-top: 2rem;
  font-size: 1.4rem;
}
.article-mail .mailform .agree > span {
  display: block;
}
.article-mail .mailform .agree label {
  padding: 1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.article-mail .mailform .agree label span {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.article-mail .mailform .agree label span::before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid #afafaf;
  display: block;
  margin-right: 1rem;
}
@media only screen and (max-width: 900px) {
  .article-mail .mailform .agree label span::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.article-mail .mailform .agree label span::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1.4rem;
  border-left: 0.5rem solid #fff;
  border-bottom: 0.5rem solid #fff;
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translate(-50%, -66%) rotate(-45deg);
}
@media only screen and (max-width: 900px) {
  .article-mail .mailform .agree label span::after {
    width: 1.3rem;
    height: 0.8rem;
    left: 1.2rem;
    border-width: 0.3rem;
  }
}
.article-mail .mailform .agree input:checked + span::before {
  background: var(--themeColor);
  border-color: var(--themeColor);
}
.article-mail .enform-info dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 2.4rem;
  margin: 1em 0;
}
.article-mail .enform-info dl dt {
  font-weight: bold;
  color: var(--themeColor);
}
@media only screen and (min-width: 901px) {
  .article-mail .enform-info dl dt {
    margin-right: 0.5em;
  }
}
.article-mail .enform-info dl dd span {
  font-size: 1.6rem;
  margin-left: 1em;
}
.article-mail .policy-box {
  border: 1px solid #afafaf;
  padding: 3rem 5rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 900px) {
  .article-mail .policy-box {
    padding: 1.5rem 2rem;
  }
}
.article-mail .policy-box h2 {
  text-align: center;
  font-size: 2rem;
}
.article-mail .policy-box p {
  margin-top: 1em;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.article-mail .tel .title {
  letter-spacing: 0.16em;
  border-bottom: 1px solid #333;
  text-align: center;
  color: #666;
}
@media only screen and (max-width: 900px) {
  .article-mail .tel .title {
    padding-bottom: 1rem;
  }
}
.article-mail .tel .title h2 {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (max-width: 900px) {
  .article-mail .tel .title h2 {
    font-size: 2rem;
  }
}
.article-mail .tel .title span {
  font-size: 2rem;
}
@media only screen and (max-width: 900px) {
  .article-mail .tel .title span {
    display: block;
    font-size: 1.4rem;
  }
}
.article-mail .tel-list {
  margin-top: -2.4rem;
  color: #666;
}
.article-mail .tel-list dl {
  border-bottom: 1px solid #000;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1.2rem 0;
}
.article-mail .tel-list dl dt {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  width: 30%;
}
@media only screen and (max-width: 900px) {
  .article-mail .tel-list dl dt {
    width: 100%;
    text-align: center;
    font-size: 2rem;
  }
}
.article-mail .tel-list dl dd {
  font-family: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed, sans-serif;
  font-size: 4rem;
  flex: 1;
}
@media only screen and (max-width: 900px) {
  .article-mail .tel-list dl dd {
    font-size: 2.6rem;
  }
}
.article-mail .tel-list dl dd span span {
  font-size: 3rem;
}
@media only screen and (max-width: 900px) {
  .article-mail .tel-list dl dd span span {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 901px) {
  .article-mail .tel-list-item {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 900px) {
  .article-mail .tel-list-item {
    display: block;
    text-align: center;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 901px) {
  .article-mail .tel-list-item:not(:last-of-type) {
    margin-right: 1rem;
  }
}
.article-mail .thanks {
  text-align: center;
}

.article-mail .pp-h-link { 
	text-align:center; 
} 
.article-mail .pp-h-link a { 
	display:inline-block;
	padding-left:1em;
	margin:2rem 0;
	background:url(https://leimac.jp/wp-content/themes/sample_temp/images/top_bg_link_arrow.png) left center / auto 1em no-repeat;
	text-align:center;
	color:#cd6690;
	font-weight:bold;}
.article-mail .pp-h-link a:hover { 
	text-decoration: underline;
}

.mw_wp_form.mw_wp_form_confirm .intro,
.mw_wp_form.mw_wp_form_complete .intro {
  display: none !important;
}
.mw_wp_form.mw_wp_form_confirm .comment,
.mw_wp_form.mw_wp_form_complete .comment {
  display: none !important;
}
.mw_wp_form.mw_wp_form_confirm .agree,
.mw_wp_form.mw_wp_form_complete .agree {
  display: none !important;
}
.mw_wp_form.mw_wp_form_confirm .arrow,
.mw_wp_form.mw_wp_form_complete .arrow {
  display: none !important;
}
.mw_wp_form.mw_wp_form_confirm .policy-box,
.mw_wp_form.mw_wp_form_complete .policy-box {
  display: none !important;
}
.mw_wp_form.mw_wp_form_confirm .tel,
.mw_wp_form.mw_wp_form_complete .tel {
  display: none !important;
}

@media only screen and (max-width: 900px) {
  .mw_wp_form .error {
    font-size: 1.2rem;
  }
}

.article-404 .page-title {
  color: var(--themeColor);
  font-size: 3.8rem;
  letter-spacing: 0.3em;
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  .article-404 .page-title {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.article-404 .page404 {
  text-align: center;
}

.page--top .headline__title--top {
  color: #999;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.page--top .headline__title--top.line {
  border-bottom: 1px solid #999;
}
.page--top .headline__title--top .ja {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 900px) {
  .page--top .headline__title--top .ja {
    font-size: 2.4rem;
  }
}
.page--top .headline__title--top .en {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.56em;
}
@media only screen and (max-width: 900px) {
  .page--top .headline__title--top .en {
    font-size: 1.4rem;
  }
}
.page--top .sub-title {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  border-bottom: 1px solid #919292;
  margin-bottom: 2rem;
  color: #4d4d4d;
}
@media only screen and (max-width: 900px) {
  .page--top .sub-title {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.page--top .sub-title::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #E7336E;
  border-radius: 50vw;
  position: absolute;
  top: 1.4rem;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .page--top .sub-title::before {
    top: 1.2rem;
  }
}
.page--top .link-list {
  margin-top: 2rem;
}
.page--top .link-list-item {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .page--top .link-list-item:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
.page--top .link-list-item .title {
  font-size: 1.8rem;
  color: #666;
}
@media only screen and (max-width: 900px) {
  .page--top .link-list-item .title {
    font-size: 1.6rem;
  }
}
.page--top .link-list-item .img {
  position: relative;
  display: block;
  overflow: hidden;
}
.page--top .link-list-item .img img {
  transition: 500ms;
  width: 100%;
}
@media only screen and (min-width: 901px) {
  .page--top .link-list-item .img:hover img {
    transform: scale(1.05);
    opacity: 0.6;
  }
}
.page--top .link-list + .sub-title {
  margin-top: 6rem;
}
.page--top .fv {
  position: relative;
}
@media only screen and (max-width: 900px) {
  .page--top .fv-img img {
    width: 100%;
  }
}
.page--top .fv-img-hv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: 1500ms;
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  .page--top .fv-img-hv {
    transition-delay: 3000ms;
  }
}
@media only screen and (max-width: 900px) {
  .page--top .fv-img-hv img {
    width: 100%;
  }
}
.page--top .fv-img-text {
  z-index: 99;
  width: 22.3%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 49.1%;
  left: 19.5%;
  transition: 1500ms;
  opacity: 0;
}
.page--top .fv-img-dm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
@media only screen and (min-width: 901px) {
  .page--top .fv:hover .fv-img-hv,
.page--top .fv:hover .fv-img-text {
    opacity: 1;
  }
}
.page--top .kv {
  position: relative;
}
@media only screen and (min-width: 901px) {
  .page--top .kv {
    padding-top: 56.25%;
  }
}
.page--top .kv::before {
  content: "";
  display: block;
  width: 100%;
  height: 9rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 9rem, transparent);
  z-index: 9;
}
.page--top .kv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--top .section-intro {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.page--top .section-intro p {
  font-size: 3rem;
  letter-spacing: 0.0em;
  color: #4d4d4d;
}
@media only screen and (max-width: 900px) {
  .page--top .section-intro p {
    font-size: 2rem;
  }
}
.page--top .section-news {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page--top .section-news .news-list--top {
  margin-top: 2.4rem;
}
@media only screen and (min-width: 901px) {
  .page--top .section-news .news-list--top__item {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.page--top .section-news .news-list--top__item:not(:last-of-type) {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 900px) {
  .page--top .section-news .news-list--top__item:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
.page--top .section-news .news-list--top__item .meta {
  display: inline-block;
}
@media only screen and (min-width: 901px) {
  .page--top .section-news .news-list--top__item .meta {
    margin-right: 0.5em;
  }
}
@media only screen and (max-width: 900px) {
  .page--top .section-news .news-list--top__item .meta {
    display: block;
  }
}
.page--top .section-news .news-list--top__item .meta .category {
  min-width: 8.5rem;
  background: #1a1a1a;;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0.2rem 0.5rem 0.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1.2rem;
  margin-left: 0.5em;
}
@media only screen and (min-width: 901px) {
  .page--top .section-news .news-list--top a {
    transition: 200ms;
  }
  .page--top .section-news .news-list--top a:hover {
    color: var(--themeColor);
  }
}
@media only screen and (max-width: 900px) {
  .page--top .section-news .news-list--top a {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.page--top .section-products {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page--top .section-products .headline__title--top {
  margin-bottom: 2rem;
}
.page--top .section-service {
  padding-top: 4rem;
  padding-bottom: 8rem;
}
.page--top .section-service .headline__title--top {
  margin-bottom: 2rem;
}
.page--top .section-hero .content {
  height: 500px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #222;
}
.page--top .section-hero .content .page__title {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}
.page--top .section-x {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 900px) {
  .page--top .section-x {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page--top .section-xx {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 900px) {
  .page--top .section-xx {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page--top .section-xx .headline .lead {
  text-align: center;
  font-size: 1.8rem;
  padding: 40px 0;
}
.page--top .section-xx .content .gridarea__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page--top .section-xx .content .gridarea__block:nth-of-type(odd) {
  flex-flow: row wrap;
}
@media only screen and (min-width: 901px) {
  .page--top .section-xx .content .gridarea__block:nth-of-type(odd) .txt {
    padding-left: 40px;
  }
}
.page--top .section-xx .content .gridarea__block:nth-of-type(even) {
  flex-flow: row-reverse wrap;
}
@media only screen and (min-width: 901px) {
  .page--top .section-xx .content .gridarea__block:nth-of-type(even) .txt {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 901px) {
  .page--top .section-xx .content .gridarea .img {
    width: 50%;
  }
}
@media only screen and (min-width: 901px) {
  .page--top .section-xx .content .gridarea .txt {
    width: 50%;
  }
}
.page--top .section-xx .content .gridarea .txt .letter {
  margin-top: 20px;
  font-size: 1.4rem;
}
.page--top .section-xx .content .gridarea .txt .letter p:not(:last-of-type) {
  margin-bottom: 10px;
}