@charset "UTF-8";
/*=============================================
 * HOME
*=============================================*/
.btn-scroll {
  width: 12px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  text-align: center; }

.btn-scroll dd {
  background-color: #ccc;
  width: 1px;
  height: 180px;
  margin: 10px auto 0;
  position: relative;
  overflow: hidden; }

.btn-scroll dd:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #008570;
  position: absolute;
  top: 0;
  left: 0;
  animation: sdl01 2s infinite; }

.btn-scroll:hover {
  opacity: 0.7; }

@keyframes sdl01 {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(100%); } }
/* -- -- */
#mv {
  background: url("../img/index/mv-bg.webp") no-repeat center top/cover;
  color: #fff;
  padding: 190px 0 150px; }
  #mv h2 {
    position: relative; }
    #mv h2 img {
      max-width: 427px;
      position: absolute;
      bottom: 8px;
      left: 220px; }
    #mv h2 span {
      display: block;
      padding-bottom: 8px;
      position: relative; }
    #mv h2 strong {
      display: block;
      font-weight: 900;
      font-size: 45px;
      line-height: 1.5;
      position: relative; }
  #mv .txt {
    max-width: 406px;
    font-weight: 600;
    line-height: 35px;
    padding-top: 35px; }
  #mv .cv-btn {
    gap: 24px;
    padding-top: 70px; }
    #mv .cv-btn a {
      justify-content: center;
      width: 335px;
      box-sizing: border-box; }

@media screen and (max-width: 767px) {
  #mv {
    background-image: url("../img/index/mv-bg_sp.webp");
    padding: 8.3rem 0 3.2rem; }
    #mv h2 {
      padding-bottom: 3rem; }
      #mv h2 img {
        width: 28rem;
        bottom: -1.5rem;
        left: 0; }
      #mv h2 span {
        padding-bottom: 0.8rem; }
      #mv h2 strong {
        font-size: 4.5rem; }
    #mv .txt {
      max-width: 100%;
      line-height: 3.5rem;
      padding-top: 0; }
    #mv .cv-btn {
      gap: 1.5rem;
      padding-top: 2rem; }
      #mv .cv-btn a {
        width: 100%; } }
/* -- --*/
#strengths {
  background: url("../img/common/bg-1.webp") no-repeat center top/cover;
  color: #fff;
  padding: 75px 0 85px; }
  #strengths h2 {
    max-width: 263px;
    margin: 0 auto;
    padding-bottom: 75px; }
  #strengths .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-width: 0 1px;
    border-color: #fff;
    border-style: solid; }
    #strengths .box .col {
      padding: 0 20px; }
      #strengths .box .col:not(:last-child) {
        border-right: 1px solid #fff; }
    #strengths .box figure {
      width: 60px;
      margin: 0 auto; }
    #strengths .box h3 {
      padding-top: 25px; }
    #strengths .box h4 {
      padding-top: 15px; }
    #strengths .box .txt {
      line-height: 35px;
      padding-top: 18px; }

@media screen and (max-width: 1200px) {
  #strengths .box h3 {
    font-size: 23px; }
  #strengths .box h4 {
    font-size: 18px; } }
@media screen and (max-width: 1023px) {
  #strengths .box {
    grid-template-columns: 1fr;
    border-width: 0; }
    #strengths .box .col {
      padding: 0 20px; }
      #strengths .box .col:not(:last-child) {
        border-bottom: 1px solid #fff;
        border-right: 0;
        margin-bottom: 50px;
        padding-bottom: 50px; }
    #strengths .box h3 {
      font-size: 26px; }
    #strengths .box h4 {
      font-size: 20px; } }
@media screen and (max-width: 767px) {
  #strengths {
    padding: 5rem 0 11rem; }
    #strengths h2 {
      max-width: 26.3rem;
      padding-bottom: 6rem; }
    #strengths .box .col {
      padding: 0 0; }
      #strengths .box .col:not(:last-child) {
        margin-bottom: 5.6rem;
        padding-bottom: 5.6rem; }
    #strengths .box figure {
      width: 6rem; }
    #strengths .box h3 {
      font-size: 2.6rem;
      padding-top: 2rem; }
    #strengths .box h4 {
      font-size: 2rem;
      padding-top: 1rem; }
    #strengths .box .txt {
      line-height: 3.5rem;
      padding-top: 2rem; } }
/* -- --*/
#about {
  padding: 100px 0; }
  #about .desc {
    padding-top: 30px; }
  #about .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    padding-top: 45px; }
    #about .box h3 {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 10px;
      padding-top: 25px; }
      #about .box h3 img {
        max-height: 37px; }
    #about .box .txt {
      padding-top: 25px; }

@media screen and (max-width: 1023px) {
  #about .box {
    grid-template-columns: 360px;
    justify-content: center; } }
@media screen and (max-width: 767px) {
  #about {
    padding: 9rem 0 7rem; }
    #about .desc {
      padding-top: 3rem; }
    #about .box {
      grid-template-columns: 1fr;
      gap: 6rem;
      padding-top: 5rem; }
      #about .box h3,
      #about .box .txt {
        padding-top: 2.5rem; }
      #about .box h3 {
        gap: 1rem; }
        #about .box h3 img {
          max-height: 3.7rem; } }
/* -- --*/
#case {
  background: url("../img/common/bg-1.webp") no-repeat center top/cover;
  color: #fff;
  padding: 150px 0 140px; }
  #case .tab-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 65px; }
    #case .tab-link li {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 112px;
      min-height: 46px;
      color: #fff;
      border: 1px solid #04834F;
      padding: 0 10px;
      transition: all 0.3s; }
      #case .tab-link li:hover, #case .tab-link li.active {
        background-color: #04834F;
        opacity: 1; }
  #case .tab-content {
    padding-top: 80px; }
  #case .button {
    padding-top: 105px; }
    #case .button a {
      width: 246px; }

@media screen and (max-width: 767px) {
  #case {
    padding: 8.5rem 0 10rem; }
    #case .tab-link {
      flex-wrap: wrap;
      gap: 0.5rem;
      padding-top: 4.5rem; }
      #case .tab-link li {
        min-width: 12rem;
        min-height: 4.8rem;
        padding: 0 1rem;
        box-sizing: border-box; }
        #case .tab-link li:nth-child(2) {
          min-width: 13rem; }
    #case .tab-content {
      padding-top: 4.5rem; }
    #case .button {
      padding-top: 9rem; }
      #case .button a {
        width: 24.6rem; } }
/*=============================================
 * 会社概要
*=============================================*/
#greeting {
  padding-bottom: 100px; }
  #greeting .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 50px; }
  #greeting figure {
    width: 50%; }
  #greeting .col {
    width: 445px; }
  #greeting h2:after {
    margin-left: 0; }
  #greeting .txt {
    line-height: 35px;
    padding-top: 40px; }
  #greeting .name {
    padding-top: 40px; }
    #greeting .name img {
      display: block;
      max-width: 155px;
      margin-top: 10px; }

@media screen and (max-width: 1023px) {
  #greeting .wrap {
    flex-direction: column; }
  #greeting .col,
  #greeting figure {
    width: 100%; } }
@media screen and (max-width: 767px) {
  #greeting {
    padding-bottom: 5rem; }
    #greeting .wrap {
      gap: 5rem; }
    #greeting .txt {
      line-height: 3.5rem;
      padding-top: 2rem; }
    #greeting .name {
      padding-top: 2rem; }
      #greeting .name img {
        max-width: 16rem;
        margin-top: 1rem; } }
#company {
  background-color: #F0F0F0;
  padding: 100px 0 115px; }
  #company .tb-style {
    background-color: #fff;
    margin-top: 60px;
    padding: 100px 95px; }

@media screen and (max-width: 1023px) {
  #company .tb-style {
    padding: 100px 40px; } }
@media screen and (max-width: 767px) {
  #company {
    padding: 5rem 0; }
    #company .wrap {
      padding: 0; }
    #company .tb-style {
      margin-top: 3rem;
      padding: 5rem 3rem; } }
#access {
  padding: 100px 0 115px; }
  #access .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px; }
  #access h2:after {
    margin-left: 0; }
  #access .txt {
    line-height: 35px;
    padding-top: 40px; }
  #access .button {
    padding-top: 70px; }
    #access .button a:after {
      background: url("../img/common/icon-blank.webp") no-repeat center top/cover;
      width: 17px;
      height: 17px;
      border: 0; }
  #access .gmap {
    width: 50%;
    height: 375px; }
    #access .gmap iframe {
      display: block;
      width: 100%;
      height: 100%; }

@media screen and (max-width: 1023px) {
  #access .wrap {
    flex-direction: column; }
  #access .col,
  #access .gmap {
    width: 100%; } }
@media screen and (max-width: 767px) {
  #access {
    padding: 5rem 0; }
    #access .wrap {
      gap: 5rem; }
    #access .txt {
      line-height: 3.5rem;
      padding-top: 2rem; }
    #access .button {
      padding-top: 3rem; }
    #access .gmap {
      height: 37.5rem; } }
/*=============================================
 * Mailform
*=============================================*/
.mailform {
  line-height: 35px;
  padding-bottom: 130px; }
  .mailform h2:after {
    margin-left: 0; }
  .mailform .desc {
    padding-top: 40px; }
  .mailform .box {
    display: flex;
    flex-direction: row-reverse;
    gap: 35px;
    padding-top: 100px; }
    .mailform .box h3 {
      color: #000; }
      .mailform .box h3:after {
        content: '';
        display: block;
        width: 32px;
        height: 0;
        border-top: 3px solid #04834F;
        margin: 20px auto 0; }
  .mailform .col-tel {
    width: 400px;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    padding: 50px 40px; }
    .mailform .col-tel hr {
      border-bottom-color: #D8D8D8;
      margin-top: 48px; }
    .mailform .col-tel .number {
      padding-top: 30px; }
      .mailform .col-tel .number span {
        display: block;
        background: url("../img/common/icon-tel.webp") no-repeat center left/34px auto;
        font-weight: 700;
        font-size: 37px;
        line-height: 40px;
        padding-left: 40px; }
      .mailform .col-tel .number small {
        display: block;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 24px;
        padding-left: 32px; }
    .mailform .col-tel .txt {
      padding-top: 48px; }
      .mailform .col-tel .txt p:not(:last-child) {
        padding-bottom: 30px; }
  .mailform .col-form {
    width: calc(100% - 435px);
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    padding: 50px 40px; }

.mailform .form-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: flex-start;
  gap: 20px;
  padding-top: 40px; }

.mailform .form-row .caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0 0; }
  .mailform .form-row .caption span {
    display: inline-block;
    width: 45px;
    background-color: #04834F;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center; }

.mailform .form-row:has(.wpcf7-checkbox, .wpcf7-radio) .caption {
  padding-top: 0px; }
.mailform .form-row:has(.wpcf7-checkbox, .wpcf7-radio) .input {
  padding-top: 10px; }

.mailform .form-pp {
  text-align: center;
  padding-top: 30px; }

.mailform .form-pp .wpcf7-checkbox {
  justify-content: center; }

.mailform .form-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 30px; }

.mailform .form-submit input,
.mailform .form-submit a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer; }

.mailform .form-submit .wpcf7-spinner {
  display: none; }

.mailform .form-submit p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 335px;
  height: 68px;
  border-radius: 0;
  background-color: #04834F;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 2px;
  transition: all 0.3s linear; }

.mailform .form-submit p:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  display: block;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%); }

.mailform .form-submit p:hover {
  background-color: #000;
  opacity: 1; }

.mailform .form-submit p:hover:after {
  transform: translate(5px, -50%); }

.mailform .form-submit .btn-back {
  background-color: #afaaaa; }

.mailform .form-submit .btn-back:after {
  transform: translate(0px, -50%) rotate(180deg);
  right: 0;
  left: 20px; }

.mailform .form-submit .btn-back:hover:after {
  transform: translate(-5px, -50%) rotate(180deg); }

.mailform.confirm .form-row .caption {
  padding-top: 0; }

.mailform.thanks .form-wrap {
  text-align: center; }

.mailform.thanks .txt {
  padding-top: 30px; }

.mailform.thanks .txt p:not(:last-child) {
  padding-bottom: 30px; }

.mailform.thanks .button {
  padding-top: 40px; }
  .mailform.thanks .button a {
    padding-right: 0; }

@media screen and (max-width: 1023px) {
  .mailform .box {
    flex-direction: column;
    align-items: center; }
  .mailform .col-form {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .mailform {
    line-height: 3.5rem;
    padding-bottom: 8rem; }
    .mailform .desc {
      padding-top: 2rem; }
    .mailform .box {
      gap: 3rem;
      padding-top: 5rem; }
      .mailform .box h3:after {
        width: 3.2rem;
        margin-top: 2rem; }
    .mailform .col-tel {
      width: 100%;
      padding: 3rem 2rem; }
      .mailform .col-tel .number {
        padding-top: 3rem; }
        .mailform .col-tel .number span {
          background-size: 3rem auto;
          font-size: 3.7rem;
          line-height: 1.2;
          padding-left: 4rem; }
        .mailform .col-tel .number small {
          font-size: 1.6rem;
          line-height: 1.5;
          padding-left: 3.2rem; }
      .mailform .col-tel .txt {
        padding-top: 3rem; }
        .mailform .col-tel .txt p:not(:last-child) {
          padding-bottom: 2rem; }
      .mailform .col-tel hr {
        margin-top: 3rem; }
    .mailform .col-form {
      padding: 3rem 2rem; }

  .mailform .form-row {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-top: 4rem; }

  .mailform .form-row .caption {
    justify-content: flex-start;
    gap: 1rem;
    padding: 0; }
    .mailform .form-row .caption span {
      width: 4.5rem;
      font-size: 1.4rem;
      line-height: 1.8; }

  .mailform .form-pp {
    padding-top: 3rem; }
    .mailform .form-pp .wpcf7-checkbox {
      align-items: center; }

  .mailform .form-submit {
    gap: 2rem;
    padding-top: 3rem; }

  .mailform .form-submit p {
    width: 100%;
    height: 6.8rem;
    font-size: 1.6rem; }
    .mailform .form-submit p:after {
      right: 4rem; }

  .mailform.thanks .txt {
    text-align: justify;
    padding-top: 2rem; }

  .mailform.thanks .txt p:not(:last-child) {
    padding-bottom: 2rem; }

  .mailform.thanks .button {
    padding-top: 3rem; } }
/*=============================================
 * 施工実績
 *=============================================*/
.pt-works {
  padding-bottom: 250px; }
  .pt-works .txt {
    line-height: 35px; }
  .pt-works .sidebar {
    padding-top: 70px; }
  .pt-works .list-works {
    padding-top: 80px; }

.pt-works .wp-pagenavi {
  padding-top: 180px; }

@media screen and (max-width: 767px) {
  .pt-works {
    padding-bottom: 8rem; }
    .pt-works .txt {
      line-height: 3.5rem; }
    .pt-works .sidebar {
      padding-top: 5rem; }
    .pt-works .list-works {
      padding-top: 5rem; }

  .pt-works .wp-pagenavi {
    padding-top: 5rem; } }
/*=============================================
 * Post Detail
 *=============================================*/
.pt-detail {
  position: relative;
  padding-bottom: 100px; }

.pt-detail-title {
  padding-top: 25px; }

.pt-detail-cate {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 25px;
  line-height: 1.5;
  text-align: center; }

.pt-detail-cate a {
  display: block;
  width: 114px;
  background-color: #04834F;
  color: #fff;
  padding: 12px 10px; }
  .pt-detail-cate a:hover {
    background-color: #000;
    opacity: 1; }

.pt-detail-thumb {
  padding-top: 50px; }

.pt-detail-content {
  line-height: 35px;
  padding-top: 50px; }

.pt-detail-content h2,
.pt-detail-content h3,
.pt-detail-content h4,
.pt-detail-content h5,
.pt-detail-content h6 {
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 50px 0 20px;
  color: #000; }

.pt-detail-content h2 {
  background-color: #f5f5f5;
  font-size: 24px;
  padding: 12px 20px; }

.pt-detail-content h3 {
  font-size: 22px;
  border-bottom: 2px solid #04834F;
  padding-bottom: 10px; }

.pt-detail-content h4 {
  font-size: 20px;
  border-left: 5px solid #04834F;
  padding-left: 10px; }

.pt-detail-content h5,
.pt-detail-content h6 {
  font-size: 18px; }

.pt-detail-content h1:first-child,
.pt-detail-content h2:first-child,
.pt-detail-content h3:first-child,
.pt-detail-content h4:first-child,
.pt-detail-content h5:first-child,
.pt-detail-content h6:first-child {
  margin-top: 0; }

.pt-detail-content h2 + h3,
.pt-detail-content h2 + h4,
.pt-detail-content h3 + h4 {
  margin-top: 0; }

.pt-detail-content mark {
  background-color: #FFF6A8;
  color: #333; }

.pt-detail-content strong {
  font-weight: 700; }

.pt-detail-content a {
  text-decoration: underline; }

.pt-detail-content a:hover {
  text-decoration: none; }

.pt-detail-content hr {
  margin: 30px 0; }

.pt-detail-nav {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 100px; }

.pt-detail-nav a {
  display: flex;
  justify-content: center;
  align-items: center; }

.pt-detail-nav a:hover {
  opacity: 1; }

.pt-detail-nav .button a {
  width: 246px; }

.pt-detail-nav .prev {
  width: 0;
  height: 0;
  border-width: 8px 14px 8px 0;
  border-color: transparent #04834F transparent transparent;
  border-style: solid;
  font-size: 0; }
  .pt-detail-nav .prev:hover {
    border-right-color: #000; }

.pt-detail-nav .next {
  width: 0;
  height: 0;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #04834F;
  border-style: solid;
  font-size: 0; }
  .pt-detail-nav .next:hover {
    border-left-color: #000; }

@media screen and (max-width: 1023px) {
  .pt-detail-content p img {
    display: block;
    margin: 0 auto; }

  .pt-detail-content p img:not(:last-child) {
    margin-bottom: 15px; } }
@media screen and (max-width: 767px) {
  .pt-detail {
    padding-bottom: 5rem; }

  .pt-detail-cate {
    gap: 1rem;
    padding-top: 2rem; }
    .pt-detail-cate a {
      width: calc(50% - 0.5rem);
      box-sizing: border-box;
      padding: 1.2rem; }

  .pt-detail-title {
    padding-top: 2rem; }

  .pt-detail-thumb {
    padding-top: 4rem; }

  .pt-detail-content {
    line-height: 3.5rem;
    padding-top: 4rem; }

  .pt-detail-content h2,
  .pt-detail-content h3,
  .pt-detail-content h4,
  .pt-detail-content h5,
  .pt-detail-content h6 {
    margin: 5rem 0 2rem; }

  .pt-detail-content h2 {
    font-size: 2.4rem;
    padding: 1rem 2rem; }

  .pt-detail-content h3 {
    font-size: 2.2rem; }

  .pt-detail-content h4 {
    font-size: 2rem; }

  .pt-detail-content p img {
    display: block;
    margin: 0 auto; }

  .pt-detail-content p img.alignright {
    margin: 0 auto; }

  .pt-detail-content p img:not(:last-child) {
    margin-bottom: 2rem; }

  .pt-detail-content .wp-block-group-is-layout-flex {
    flex-direction: column; }

  .pt-detail-nav {
    gap: 2rem;
    padding-top: 5rem; }

  .pt-detail-nav .button a {
    width: 24rem; } }
/*=============================================
 * privacy
*=============================================*/
@media screen and (min-width: 768px) {
  .privacy {
    line-height: 35px; } }
/*=============================================
 * 桑木給食について
*=============================================*/
#about-lead {
  padding-bottom: 240px; }

#about-lead h2 {
  padding-bottom: 40px; }

#about-lead h2 .tag {
  display: inline-block;
  background-color: #0F8633;
  color: #fff;
  font-weight: 700;
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 2px 20px; }

#about-lead .box-1 {
  display: grid;
  grid-template-columns: repeat(3, 283px);
  justify-content: center;
  gap: 70px;
  text-align: center;
  padding-bottom: 120px; }

#about-lead .box-1 dt {
  height: 64px;
  margin-bottom: 20px; }

#about-lead .box-1 dt img {
  max-height: 100%; }

#about-lead .box-1 dd {
  position: relative;
  padding-bottom: 50px; }

#about-lead .box-1 dd img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1; }

#about-lead .box-2 {
  display: grid;
  grid-template-columns: 1fr 554px;
  gap: 48px;
  padding: 64px 70px; }

#about-lead .box-2 .txt {
  padding-top: 60px; }

@media screen and (max-width: 1200px) {
  #about-lead .box-1 {
    gap: 50px; }

  #about-lead .box-2 {
    grid-template-columns: repeat(2, 1fr);
    padding: 64px 40px; } }
@media screen and (max-width: 1023px) {
  #about-lead .box-1 {
    grid-template-columns: 283px;
    gap: 10px; }

  #about-lead .box-2 {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 767px) {
  #about-lead {
    padding-bottom: 100px; }

  #about-lead .box-1 {
    padding-bottom: 50px; }

  #about-lead .box-2 {
    gap: 30px;
    padding: 30px 20px; }

  #about-lead .box-2 .txt {
    padding-top: 20px; } }
#case-study {
  padding: 120px 0 150px; }

#case-study h2 {
  max-width: 333px;
  margin: 0 auto; }

#case-study h2 .sub {
  display: inline-block;
  margin-top: -20px; }

#case-study .slider {
  margin-top: 75px;
  padding: 0 20px; }

#case-study .slider .slick-arrow {
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
  z-index: 1; }

#case-study .slider .slick-prev {
  left: 0; }

#case-study .slider .slick-next {
  right: 0; }

#case-study .slider .slick-list {
  overflow: visible;
  padding: 0 !important; }

#case-study .slider .slick-track {
  display: flex; }

#case-study .slider .slick-track:before,
#case-study .slider .slick-track:after {
  display: none; }

#case-study .slider .slide {
  width: 360px;
  height: auto;
  float: none;
  margin: 0 20px;
  padding: 0 40px 40px;
  position: relative;
  box-sizing: border-box; }

#case-study .slider .slide:before {
  content: '';
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 0; }

#case-study .slider .slide > * {
  position: relative; }

#case-study .slider .slide figure {
  width: 228px;
  margin: 8px auto 0; }

#case-study .slider .slide .txt,
#case-study .slider .slide h3 {
  padding-top: 24px; }

#case-study .slider .slide .txt {
  text-align: justify; }

@media screen and (max-width: 1440px) {
  #case-study .slider .slide {
    width: 345px; } }
@media screen and (max-width: 1200px) {
  #case-study .slider .slide {
    width: 285px; } }
@media screen and (max-width: 1023px) {
  #case-study .slider .slide {
    width: 360px; }

  #case-study .slider .slick-prev {
    left: 150px; }

  #case-study .slider .slick-next {
    right: 150px; } }
@media screen and (max-width: 767px) {
  #case-study {
    padding: 100px 0; }

  #case-study h2 .img {
    display: inline-block;
    max-width: 230px; }

  #case-study .slider {
    margin-top: 30px; }

  #case-study .slider .slide {
    width: 80vw;
    margin: 0 10px;
    padding: 0 30px 30px; }

  #case-study .slider .slide figure {
    width: 100%; }

  #case-study .slider .slide h3 {
    font-size: 16px; }

  #case-study .slider .slide .txt {
    padding-top: 15px; }

  #case-study .slider .slick-prev {
    left: 0; }

  #case-study .slider .slick-next {
    right: 0; } }
#message {
  padding: 170px 0 220px; }

#message h2 {
  width: 332px;
  position: relative; }

#message h2 .h-20 {
  position: absolute;
  bottom: 0;
  left: 0; }

#message .box {
  display: grid;
  grid-template-columns: 486px 1fr;
  gap: 70px;
  padding-top: 65px; }

#message .box .txt p:not(:last-child) {
  padding-bottom: 30px; }

#message .box .txt-name {
  width: 328px;
  padding-top: 40px; }

@media screen and (max-width: 1023px) {
  #message .box {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 767px) {
  #message {
    padding: 100px 0; }

  #message h2 {
    width: 230px; }

  #message .box {
    gap: 40px;
    padding-top: 30px; }

  #message .box .txt-name {
    width: 250px; } }
#outline {
  position: relative; }

#outline .bg-cl01 {
  padding: 120px 0 150px;
  border-radius: 40px 40px 0 0; }

#outline .photo {
  width: 100%;
  height: 502px;
  position: absolute;
  top: 0;
  left: 0; }

#outline .photo img {
  border-radius: 40px 40px 0 0; }

#outline h2 {
  max-width: 292px;
  margin: 0 auto 145px;
  color: #fff;
  position: relative; }

#outline h2 .h-20 {
  position: absolute;
  top: 75px;
  right: 0;
  left: 0; }

#outline .wrap {
  background-color: #fff;
  padding: 160px 150px 100px; }

#outline .gmap {
  width: 100%;
  height: 360px;
  overflow: hidden;
  margin-top: 60px; }

#outline .gmap iframe {
  display: block;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1200px) {
  #outline .wrap {
    padding: 160px 50px 100px; } }
@media screen and (max-width: 767px) {
  #outline .photo {
    height: 320px; }

  #outline .bg-cl01 {
    padding: 100px 0; }

  #outline h2 {
    width: 232px;
    margin-bottom: 100px; }

  #outline h2 .h-20 {
    top: 50px; }

  #outline .wrap {
    padding: 50px 5.8vw; }

  #outline .gmap {
    height: 300px;
    margin-top: 50px; } }
#store {
  padding-top: 250px; }

#store h2 {
  position: relative; }

#store h2 span {
  display: inline-block; }

#store h2 .img {
  max-width: 453px; }

#store h2 .h-20 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

#store .box {
  display: grid;
  grid-template-columns: 345px 1fr;
  gap: 115px;
  padding-top: 142px; }

#store .box .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px; }

#store .box h3 {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 15px; }

#store .box .txt {
  line-height: 23px; }

#store .box .txt dl {
  display: grid;
  grid-template-columns: 86px 1fr; }

#store .box .txt dl + dl {
  border-top: 2px solid #F8F6EF;
  margin-top: 15px;
  padding-top: 15px; }

#store .box .txt dl dd {
  font-weight: 500;
  position: relative;
  padding-left: 20px; }

#store .box .txt dl dd:before {
  content: "：";
  position: absolute;
  top: 0;
  left: 0; }

#store .box figure {
  position: relative;
  align-self: flex-start; }

#store .box figure:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #F8F6EF;
  border-radius: 20px;
  position: absolute;
  top: 25px;
  right: 25px; }

@media screen and (max-width: 1023px) {
  #store .box {
    grid-template-columns: 1fr;
    gap: 50px; }

  #store .box figure:before {
    right: 15px; } }
@media screen and (max-width: 767px) {
  #store {
    padding-top: 100px; }

  #store h2 {
    padding-bottom: 10px; }

  #store h2 .img {
    max-width: 280px; }

  #store .box {
    gap: 30px;
    padding-top: 50px; }

  #store .box + .box {
    padding-top: 80px; }

  #store .box figure:before {
    right: 15px; }

  #store .box .txt dl {
    grid-template-columns: 70px 1fr; }

  #store .box .txt dl dd {
    padding-left: 14px; } }
/*=============================================
 * 採用情報
*=============================================*/
#recruit-kv {
  overflow: hidden;
  position: relative;
  color: #fff;
  padding-top: 220px; }

#recruit-kv .photo {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 75px;
  left: 0; }

#recruit-kv .wrap {
  z-index: 1;
  padding-top: 70px; }

#recruit-kv .deco {
  width: 1462px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

#recruit-kv h1 {
  width: 332px;
  position: relative;
  margin: 0 auto; }

#recruit-kv h1 .sub {
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

#recruit-kv h2 {
  line-height: 1.75;
  padding-top: 48px; }

#recruit-kv .slider {
  padding-top: 100px;
  position: relative;
  z-index: 1; }

#recruit-kv .slider .infiniteslide {
  display: flex;
  gap: 35px;
  width: max-content; }

#recruit-kv .slider figure {
  width: 455px; }

#recruit-kv .slider figure img {
  border-radius: 20px; }

.page-id-188 #recruit-kv,
.page-id-192 #recruit-kv {
  background-color: #F8F6EF; }

@media screen and (max-width: 1023px) {
  #recruit-kv {
    padding-top: 0px; }

  #recruit-kv .wrap {
    padding-top: 220px; }

  #recruit-kv .deco {
    width: 960px; } }
@media screen and (max-width: 767px) {
  #recruit-kv .wrap {
    padding-top: 32vw; }

  #recruit-kv .deco {
    width: 120%; }

  #recruit-kv h1 {
    width: 240px;
    padding-bottom: 10px; }

  #recruit-kv h2 {
    font-size: 18px;
    padding-top: 20px; }

  #recruit-kv .slider {
    padding-top: 50px; }

  #recruit-kv .slider .infiniteslide {
    gap: 23px; }

  #recruit-kv .slider figure {
    width: 74vw; } }
#recruit-lead {
  padding: 200px 0 110px; }

#recruit-lead h2 {
  width: 332px;
  margin: 0 auto; }

#recruit-lead ul {
  display: grid;
  grid-template-columns: 288px 50px 288px 50px 288px;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding-top: 85px; }

#recruit-lead ul li:not(.icon) {
  height: 170px;
  position: relative;
  padding-top: 118px;
  color: #fff; }

#recruit-lead ul figure {
  position: absolute;
  top: 0;
  left: 0; }

#recruit-lead ul h3 {
  position: relative; }

#recruit-lead ul .txt {
  line-height: 20px;
  padding-top: 14px;
  position: relative; }

@media screen and (max-width: 1200px) {
  #recruit-lead ul {
    grid-template-columns: 288px 30px 288px 30px 288px;
    gap: 10px; } }
@media screen and (max-width: 1023px) {
  #recruit-lead ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px; }

  #recruit-lead ul li {
    width: 288px; }

  #recruit-lead ul li.icon {
    width: 50px; } }
@media screen and (max-width: 767px) {
  #recruit-lead {
    padding: 100px 0; }

  #recruit-lead h2 {
    width: 250px; }

  #recruit-lead ul {
    padding-top: 50px; } }
#interview {
  padding: 60px 0 180px; }

#interview .wrap {
  padding-top: 100px; }

#interview h2 {
  width: 439px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

#interview .box {
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 60px 60px; }

#interview .box + .box {
  margin-top: 55px; }

#interview .box:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important; }

#interview .box figure {
  width: 530px;
  float: right;
  margin-bottom: 20px;
  margin-left: 40px; }

#interview .box h3 .tag {
  display: inline-block;
  background-color: #0F8633;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 5px 0 15px; }

#interview .box dl {
  padding-top: 50px; }

#interview .box dl dt {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 12px; }

#interview .box dl dt span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #DE3E2D;
  color: #fff;
  font-size: 21px;
  text-align: center;
  padding-top: 3px;
  box-sizing: border-box; }

#interview .box dl dd {
  line-height: 25px;
  padding-top: 20px; }

#interview .box.img-l figure {
  float: left;
  margin-right: 40px;
  margin-left: 0; }

@media screen and (max-width: 1200px) {
  #interview .box figure {
    width: 50%; } }
@media screen and (max-width: 767px) {
  #interview {
    padding: 50px 0 100px; }

  #interview .wrap {
    padding-top: 50px; }

  #interview h2 {
    width: 250px; }

  #interview .box {
    padding: 50px 20px 30px; }

  #interview .box + .box {
    margin-top: 30px;
    padding-top: 30px; }

  #interview .box figure {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    margin-left: 0; }

  #interview .box dl {
    padding-top: 30px; }

  #interview .box.img-l figure {
    float: none;
    margin-right: 0; } }
#schedule {
  padding: 40px; }

#schedule .row {
  padding: 180px 40px 230px;
  border-radius: 40px; }

#schedule h2 {
  width: 332px;
  margin: 0 auto;
  position: relative; }

#schedule h2 .sub {
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

#schedule h3 {
  padding-top: 50px; }

#schedule .calendar {
  background-color: #fff;
  width: 100%;
  margin-top: 100px;
  padding-top: 66%;
  position: relative; }

#schedule .calendar > * {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

@media screen and (max-width: 767px) {
  #schedule {
    padding: 0; }

  #schedule .row {
    padding: 100px 0;
    border-radius: 0; }

  #schedule h2 {
    width: 230px;
    padding-bottom: 10px; }

  #schedule h3 {
    padding-top: 30px; }

  #schedule .calendar {
    margin-top: 40px; } }
#number {
  overflow: hidden;
  padding: 150px 0 220px; }

#number h2 {
  width: 210px;
  position: relative;
  padding-bottom: 20px; }

#number h2 .sub {
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

#number .slider {
  margin-top: 80px;
  position: relative; }

#number .slider .slick-list {
  overflow: visible; }

#number .slider .slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #DE3E2D;
  color: #fff;
  width: 256px;
  height: 256px;
  border-radius: 50%;
  margin: 0 25px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-style: normal; }

#number .slider .slide dt {
  font-size: 40px;
  line-height: 1; }

#number .slider .slide dt span {
  font-size: 70px; }

@media screen and (max-width: 767px) {
  #number {
    padding: 100px 0; }

  #number h2 {
    width: 160px; }

  #number .slider {
    margin-top: 30px; }

  #number .slider .slide {
    margin: 0 10px; } }
#job-desc {
  padding-bottom: 180px;
  position: relative; }

#job-desc .photo {
  height: 495px; }

#job-desc .wrap:before {
  content: '';
  width: 890px;
  height: 150px;
  background: url("../img/index/strength-deco-1.webp") no-repeat center top/cover;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%); }

#job-desc h2 {
  width: 368px;
  margin: 0 auto;
  position: relative;
  top: -20px; }

#job-desc h2 .sub {
  display: block;
  margin-top: -10px; }

#job-desc .tb-style {
  padding-top: 200px; }

@media screen and (max-width: 1023px) {
  #job-desc .wrap:before {
    width: 720px;
    height: 120px; } }
@media screen and (max-width: 767px) {
  #job-desc {
    padding-bottom: 100px; }

  #job-desc .photo {
    height: 56.25vw; }

  #job-desc .wrap:before {
    width: 100%;
    height: 17vw; }

  #job-desc h2 {
    width: 240px;
    top: 0; }

  #job-desc .tb-style {
    padding-top: 40px; } }
#entry-form.mailform {
  padding: 165px 0; }

#entry-form.mailform h2 {
  max-width: 284px;
  margin: 0 auto 70px;
  padding-bottom: 10px;
  position: relative; }

#entry-form.mailform h2 .sub {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

#entry-form.mailform .note {
  padding-bottom: 90px; }

#entry-form.mailform .wpcf7 .select select,
#entry-form.mailform .wpcf7 input:not([type="checkbox"], [type="radio"]),
#entry-form.mailform .wpcf7 textarea {
  background-color: #F8F6EF; }

#entry-form.mailform .form-wrap {
  background-color: #fff; }

#entry-form.mailform .form-row + .form-row {
  border-top-color: #F8F6EF; }

@media screen and (max-width: 1023px) {
  #entry-form.mailform .form-row {
    grid-template-columns: 280px 1fr; } }
@media screen and (max-width: 767px) {
  #entry-form.mailform {
    padding: 100px 0; }

  #entry-form.mailform h2 {
    width: 180px;
    padding-bottom: 15px; }

  #entry-form.mailform .note {
    padding-bottom: 50px; }

  #entry-form.mailform .form-row {
    grid-template-columns: 1fr; } }

/*# sourceMappingURL=contents.css.map */
