/*
Theme Name:  KMO_GENESIS-child.
Description:  Child theme for the GENESIS theme.
Template:  genesis_tcd103
Author:  Koushin
Author URI:  https://www.koushin.co.jp/
Version:  1.13.1
*/
/* Overwriting the built in padding to fix the layout */
@media screen and (max-width: 1391px) {
  #header_slider_content .content,
  .cb_design_content .item_list,
  .cb_service_category_list,
  .cb_free_space .post_content,
  #page_header .design_header,
  #page_contents .post_content,
  #lp_page_header .catch,
  .service_category_content .header,
  #single_service_header .title span,
  #author_archive_header .content,
  #copyright span,
  #bread_crumb {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1100px) {
  #header_slider_content .content,
  .cb_design_content .item_list,
  .cb_service_category_list,
  .cb_free_space .post_content,
  #page_header .design_header,
  #page_contents .post_content,
  #lp_page_header .catch,
  .service_category_content .header,
  #single_service_header .title span,
  #author_archive_header .content,
  #copyright span,
  #bread_crumb {
    padding: 0 40px;
  }
}
@media screen and (max-width: 800px) {
  #header_slider_content .content,
  .cb_design_content .item_list,
  .cb_service_category_list,
  .cb_free_space .post_content,
  #page_header .design_header,
  #page_contents .post_content,
  #lp_page_header .catch,
  .service_category_content .header,
  #single_service_header .title span,
  #author_archive_header .content,
  #copyright span,
  #bread_crumb {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1392px) {
  #header_slider_content .content,
  .cb_design_content .item_list,
  .cb_service_category_list,
  .cb_free_space .post_content,
  #page_header .design_header,
  #page_contents .post_content,
  #lp_page_header .catch,
  .service_category_content .header,
  #single_service_header .title span,
  #author_archive_header .content,
  #copyright span,
  #bread_crumb {
    max-width: 1700px;
    padding: 0 100px;
  }
}
:is(.design_header, .tcdce-body .design_header) .title_area {
  width: 100%;
}

/*-- -------------------------- -->
<---          Contact           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #contact-shinmei {
    background-color: #fbf5f1;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #contact-shinmei .cs-container {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #contact-shinmei .cs-wrapper {
    width: 100%;
    /* removed at tablet */
    max-width: 36.5rem;
    padding: var(--sectionPadding);
    /* 16px - 100px */
    padding: clamp(1rem, 4.5vw, 6.25rem);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #contact-shinmei .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    max-width: 48.125rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #contact-shinmei iframe {
    width: 100%;
    height: 20rem;
  }
  #contact-shinmei .cs-title {
    max-width: 24ch;
  }
  #contact-shinmei .cs-form {
    width: 100%;
    max-width: 48.125rem;
    /* prevents flexbox from affecting height and width */
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    position: relative;
  }
  #contact-shinmei .cs-form-content {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #contact-shinmei .cs-form-title {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0 0 0.75rem 0;
    color: var(--bodyTextColor);
    display: block;
  }
  #contact-shinmei .cs-label {
    font-size: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-column: span 12;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #contact-shinmei .cs-input,
  #contact-shinmei .cs-select {
    font-size: 1rem;
    width: 100%;
    /* 46px - 56px */
    height: clamp(2.875rem, 5.5vw, 3.5rem);
    /* prevents padding from adding to height and width */
    box-sizing: border-box;
    padding: 0 1.5rem;
    background-color: #fff;
    color: #767676;
    border: none;
  }
  #contact-shinmei .cs-input::-moz-placeholder, #contact-shinmei .cs-select::-moz-placeholder {
    color: #767676;
  }
  #contact-shinmei .cs-input::placeholder,
  #contact-shinmei .cs-select::placeholder {
    color: #767676;
  }
  #contact-shinmei .cs-textarea {
    font-family: inherit;
    min-height: 7.5rem;
    margin: 0 0 1.25rem 0;
    padding-top: 1.5rem;
  }
  #contact-shinmei .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    /* 46px - 56px */
    line-height: clamp(2.875em, 5.5vw, 3.5em);
    text-align: center;
    text-decoration: none;
    min-width: 9.375rem;
    margin: 0;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    /* 32px - 48px */
    padding: 0 clamp(2rem, 4vw, 3rem);
    background-color: var(--primary);
    overflow: hidden;
    color: #fff;
    border: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
  }
  #contact-shinmei .cs-button-solid:before {
    content: "";
    width: 0%;
    height: 100%;
    background: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #contact-shinmei .cs-button-solid:hover:before {
    width: 100%;
  }
  #contact-shinmei .cs-submit {
    width: 100%;
  }
  #contact-shinmei .cs-submit:hover {
    cursor: pointer;
  }
  #contact-shinmei .cs-button-wrapper {
    display: flex;
    justify-content: center;
    grid-column: span 12;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 600px) {
  #contact-shinmei .cs-container {
    flex-direction: row;
    align-items: stretch;
  }
  #contact-shinmei iframe {
    width: 50%;
    height: auto;
  }
  #contact-shinmei .cs-wrapper {
    width: 50%;
    max-width: 100%;
  }
  #contact-shinmei .cs-button-solid {
    width: auto;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #contact-shinmei .cs-label {
    grid-column: span 6;
  }
  #contact-shinmei .cs-label.cs-message {
    grid-column: span 12;
  }
}
/* WORDPRESS FORM STYLES */
.wpforms-container.wpforms-container-full.wpforms-render-modern {
  max-width: 1000px;
  min-width: 100%;
}

.wpforms-validate.wpforms-form.wpforms-ajax-form {
  width: 100%;
}

.wpforms-field.wpforms-field-text input,
.wpforms-field.wpforms-field-email input {
  min-width: 100%;
}

.wpforms-field-row.wpforms-field-medium {
  min-width: 100%;
}

/* Achievements page styles */
.achievements .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 960px;
  margin: 0 auto;
  /* Medium screen: max 2 columns */
  /* Mobile: 1 column */
}
.achievements .container .top-image img {
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 320px;
}
.achievements .container .full-width-table {
  width: 100%;
}
.achievements .container .image-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  border-top: 1px solid #ddd;
  padding-top: 40px;
}
.achievements .container .image-gallery img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 6px;
}
@media (max-width: 900px) {
  .achievements .container .image-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .achievements .container .image-gallery {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.achievements .container .table {
  /* Responsive: stack dt/dd vertically on small screens */
}
.achievements .container .table h3 {
  text-align: left;
  margin-bottom: 16px;
}
.achievements .container .table ul {
  margin-top: 0;
}
.achievements .container .table ul li {
  list-style: none;
}
.achievements .container .table ul li span {
  font-weight: bold;
}
@media (max-width: 600px) {
  .achievements .container .table .grid-dl {
    grid-template-columns: 1fr;
  }
  .achievements .container .table .grid-dl dt {
    margin-bottom: 0.15em;
  }
}

/*-- -------------------------- -->
<---       TOP PAGE      -->
<--- -------------------------- -*/
.sub_title {
  font-size: 24px !important;
  font-weight: bold;
}

/*-- -------------------------- -->
<---       COMPANY PROFILE      -->
<--- -------------------------- -*/
.profile_table_container {
  width: auto;
  max-width: 680px;
  margin: 0 auto;
}
.profile_table_container .s_table th, .profile_table_container .s_table td {
  padding: 0.4em 1em !important;
}
.profile_table_container .s_table th {
  min-width: 200px;
}

.member_license {
  width: auto;
  max-width: 240px;
}
.member_license .licensor {
  display: block;
  text-align: right;
  margin-top: -2.2em;
}

@media (max-width: 801px) {
  .s_table {
    white-space: normal;
  }
}
@media (max-width: 401px) {
  .member_license .licensor {
    margin-top: -2.4em;
  }
}
/*-- -------------------------- -->
<---          Recruit           -->
<--- -------------------------- -*/
/* Recruit page styles */
.interview-container {
  width: 100%;
  margin-bottom: 100px;
  border: solid 1px;
}
.interview-container details {
  border-radius: 10px;
  padding: 0 20px;
  position: relative;
  transition: 0.5s ease;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%) translateY(-100px);
  background-color: rgb(248, 248, 155);
}
.interview-container details h4 {
  color: #de9000;
}
.interview-container details summary {
  font-size: 16px;
  cursor: pointer;
  color: #333;
  font-weight: bold;
}
.interview-container details[open] {
  padding: 20px;
  left: 0;
  transform: translateX(0);
  background-color: #fff;
}
.interview-container details[open] summary {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  background-color: rgb(248, 248, 155);
  border-radius: 4px;
}

.interview-message {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.interview-image {
  width: 100%;
  max-width: 300px;
  display: block;
}
.interview-image img {
  width: 100%;
}

.interview-title {
  display: block;
  flex: 1;
  transform: translateY(100px);
}
.interview-title .name {
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
}
.interview-title .bumon, .interview-title .nyusya {
  font-weight: bold;
  display: inline-block;
  border-radius: 4px;
  padding: 0 15px;
  margin-right: 10px;
}
.interview-title .bumon {
  color: #fff;
  background: #07855d;
}
.interview-title .nyusya {
  color: #fff;
  background: #de9000;
}
.interview-title .san {
  font-size: 28px;
}

.interview-comment {
  color: #6d6d6d;
  letter-spacing: 1px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.interview-comment p {
  background-color: #fff;
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 100% 2.5em;
  line-height: 2.5em;
  padding-bottom: 1px;
}
.interview-comment .marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

/* Medium screen */
@media only screen and (max-width: 801px) {
  .interview-container details {
    transform: translateX(-50%) translateY(-20px);
  }
  .interview-message {
    flex-wrap: wrap;
  }
  .interview-image {
    max-width: 240px;
  }
  .interview-title .bumon, .interview-title .nyusya {
    font-size: 12px;
  }
}
@media only screen and (max-width: 501px) {
  .interview-image {
    max-width: 180px;
  }
  .interview-title .name {
    font-size: 50px;
  }
}
@media only screen and (max-width: 401px) {
  .interview-image {
    max-width: 160px;
  }
  .interview-title {
    font-size: 30px;
    transform: translateY(40px);
  }
  .interview-title .name {
    font-size: 48px;
  }
  .interview-title .bumon, .interview-title .nyusya {
    padding: 0 5px;
    margin-right: 5px;
    transform: translateY(-30px);
  }
  .interview-title .san {
    font-size: 14px;
  }
  details[open] summary {
    font-size: 16px;
  }
}
/* side menu */
.side_menu {
  position: fixed;
  top: 600px;
  right: 0;
  width: 400px;
  z-index: 100;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95) !important;
  border-radius: 4px;
  padding: 20px !important;
  box-shadow: rgba(0, 0, 0, 0.05) -6px 6px 10px;
}
.side_menu .side_menu_title {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 !important;
  font-weight: bold;
}
.side_menu ul {
  display: block;
  margin: 0 !important;
}
.side_menu ul li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  list-style: none !important;
}
.side_menu ul li a {
  display: block;
}
.side_menu ul li a:link {
  color: #333;
}
.side_menu ul li a:active {
  color: #333;
}
.side_menu ul li a:visited {
  color: #333;
}
.side_menu ul li a:hover {
  color: #333;
  text-decoration: none !important;
}
.side_menu ul li a span {
  font-size: 12px;
  font-weight: bold;
}
.side_menu ul li a span::before {
  content: "-";
  padding: 0 2px;
}
.side_menu ul li a span::after {
  content: "-";
  padding: 0 10px 0 2px;
}

@media only screen and (max-width: 1281px) {
  .side_menu {
    width: 200px;
    padding: 10px !important;
    display: none;
  }
  .side_menu .side_menu_title {
    font-size: 16px;
    margin-bottom: 10px !important;
  }
  .side_menu ul li {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 5px;
  }
  .side_menu ul li span {
    display: block;
    line-height: 1;
  }
}
/* attraciton */
.attraciton_list {
  background: url(https://shinmei-k.co.jp/renew/wp-content/uploads/2025/11/company_bg_attraction.jpg) no-repeat top center !important;
  background-size: contain !important;
  background-attachment: fixed !important;
}
.attraciton_list li {
  list-style: none !important;
  padding: 10px 20px;
  margin-bottom: 40px !important;
  color: #6d6d6d;
  letter-spacing: 1px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.attraciton_list li:nth-of-type(2n) {
  text-align: right;
}
.attraciton_list li:nth-of-type(2n) .bg_card {
  background: rgba(255, 252, 189, 0.8);
}
.attraciton_list li .bg_card {
  padding: 20px;
  background: rgba(225, 255, 189, 0.8);
  box-sizing: border-box;
}
.attraciton_list li .pr-point {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

@media only screen and (max-width: 801px) {
  .attraciton_list li {
    background: rgba(225, 255, 189, 0.8);
    margin-bottom: 0 !important;
  }
  .attraciton_list li:nth-of-type(2n) {
    text-align: left;
    background: rgba(255, 252, 189, 0.8);
  }
  .attraciton_list li:nth-of-type(2n) .bg_card {
    background: none;
  }
  .attraciton_list li .bg_card {
    padding: 0;
    background: none;
  }
}
/* entry */
.entry-form {
  background: #fff3e7;
  border-radius: 10px;
  padding: 20px;
}/*# sourceMappingURL=child.css.map */