@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


.home .l-content.l-container {
  margin-bottom: 0 !important;
}
.home h2 {
  margin-top: 12px;
}
.home .section__title {
  font-size: clamp(20px, 0.545rem + 2.27vw, 32px) !important;
}
.home .section__sub-title {
  margin-bottom: 0;
  color: #646464;
}
@media (max-width: 600px) {
  .home .section__sub-title {
    font-size: 14px;
  }
}

/* ヘッダー上部のバー非表示 */
.l-header__bar {
  display: none;
}

@media (max-width: 960px) {
  .l-header__inner.l-container {
    background: #fff;
  }
}

/* グローバルナビ　ホバー下線 */
.c-gnav > .menu-item > a:after {
  bottom: 12px;
}

.c-gnav > .menu-item {
  margin-left: 28px;
}

.c-gnav > .menu-item > a .ttl {
  font-size: clamp(14px, -0.125rem + 1.67vw, 18px);
}

.c-headLogo.-img {
  height: 52px;
}

.line-btn .swell-block-button__link {
  background: #00B900;
  box-shadow: none;
  padding: 0;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.48px;
  border-radius: 0;
  margin-left: 20px;
  background: #00B900;
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 960px) {
  .line-btn .swell-block-button__link {
    font-size: 16px;
    border-radius: 16px;
    height: 80px;
  }
}
@media (max-width: 600px) {
  .line-btn .swell-block-button__link {
    width: 140px;
    height: 72px;
  }
}

.l-fixHeader__logo {
  padding: 12px 0;
}

.l-fixHeader__inner.l-container .line-btn .swell-block-button__link {
  height: 76px;
}

@media (max-width: 960px) {
  .p-mainVisual {
    margin-top: 60px;
  }
}

.p-mainVisual__inner .p-blogParts.post_content {
  display: none;
  position: absolute;
  top: 5%;
  right: -2%;
}
@media (max-width: 960px) {
  .p-mainVisual__inner .p-blogParts.post_content {
    display: block;
  }
}

/******************************************
    サービス
******************************************/
.service__item {
  padding-left: 7.8125% !important;
  padding-right: 6.25% !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  border: 1px solid #142D50;
}
.service__item .wp-block-media-text__content {
  padding: 0;
  max-width: 650px;
}
.service__item h4 {
  margin-top: 24px !important;
}

.service__item-title, .philosophy__item-lead {
  font-size: clamp(16px, 0.909rem + 0.45vw, 20px);
  color: #142D50;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 38px !important;
}
@media (max-width: 767px) {
  .service__item-title, .philosophy__item-lead {
    text-align: center;
  }
}
.service__item-title .line, .philosophy__item-lead .line {
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}
.service__item-title .line::before, .philosophy__item-lead .line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5em;
  transform: translateY(-50%);
  background: currentColor;
  width: 2em;
  height: 1px;
}
.service__item-title .line::after, .philosophy__item-lead .line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%);
  background: currentColor;
  width: 2em;
  height: 1px;
}

@media (max-width: 767px) {
  .service__item.is-sm {
    display: none;
  }
}

.service__item-sp {
  display: none;
  padding: 10.44% 6.66%;
  position: relative;
}
@media (max-width: 767px) {
  .service__item-sp {
    display: block;
  }
}
.service__item-sp::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94%;
  height: 94%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
}

.service__item-sp01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: transparent url(http://wp185273.wpx.jp/test__ttcompany/wp-content/uploads/2024/07/service01-sp.png) no-repeat center center/cover;
  z-index: -2;
}

.service__item-sp02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: transparent url(http://wp185273.wpx.jp/test__ttcompany/wp-content/uploads/2024/07/service02-sp.png) no-repeat center center/cover;
  z-index: -2;
}

.service__item-sp03::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: transparent url(http://wp185273.wpx.jp/test__ttcompany/wp-content/uploads/2024/07/service03-sp.png) no-repeat center center/cover;
  z-index: -2;
}

.service__h4 {
  margin-top: 24px !important;
}

/******************************************
    代表挨拶
******************************************/
.message .swell-block-fullWide__inner.l-article {
  max-width: 716px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0.36px;
}
@media (max-width: 600px) {
  .message .swell-block-fullWide__inner.l-article {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/******************************************
    経営理念
******************************************/
.philosophy__item {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 10% 40px 10.9% !important;
  background: #FFF;
  box-shadow: 2px 2px 4px 0px rgba(92, 112, 117, 0.7);
}
.philosophy__item .philosophy__item-title {
  margin-top: 38px !important;
}

/******************************************
    会社概要
******************************************/
.company .swell-block-fullWide__inner.l-container {
  max-width: 1180px;
}

.company__table tr:first-child td {
  padding-top: 0;
}
.company__table td, .company__table th, .company__table tr {
  border: none !important;
  outline: none !important;
}
@media (max-width: 600px) {
  .company__table td, .company__table th, .company__table tr {
    font-size: 14px;
  }
}
.company__table td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  padding-left: 0;
}
.company__table td:nth-of-type(1) {
  width: 130px !important;
}
@media (max-width: 767px) {
  .company__table td:nth-of-type(1) {
    width: 100px !important;
  }
}

/******************************************
    お問い合わせ
******************************************/
.contact__lead.is-sm {
  display: block;
}
@media (max-width: 767px) {
  .contact__lead.is-sm {
    display: none;
  }
}

.contact__lead.is-md {
  display: none;
}
@media (max-width: 767px) {
  .contact__lead.is-md {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.form {
  margin-top: 60px;
  max-width: 670px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .form {
    margin-top: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.form-item {
  margin-top: 32px;
}
.form-item:first-child {
  margin-top: 0;
}
.form-item input[type=text],
.form-item input[type=email],
.form-item input[type=tel],
.form-item textarea {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  background: #fff;
  font-size: 18px;
  margin-top: 8px;
  padding: 0.5em 1em;
  border-radius: 4px;
}
.form-item textarea {
  resize: none;
  height: 250px;
}
.form-item input[type=checkbox] {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  opacity: 0;
  position: absolute;
  left: 0;
  transform: translateY(7px);
  z-index: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .form-item input[type=checkbox] {
    transform: translateY(10px);
  }
}

.form-checkbox {
  width: 100%;
  text-align: center;
}

.wpcf7-list-item-label {
  padding-left: 10px;
  position: relative;
}

.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 58%;
  left: -16px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #757575;
  background: #FFF;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .wpcf7-list-item-label::before {
    top: 55%;
  }
}

.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 58%;
  left: -16px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: transparent url(http://wp185273.wpx.jp/test__ttcompany/wp-content/uploads/2024/07/checkeg.png) no-repeat center center/contain;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 600px) {
  .wpcf7-list-item-label::after {
    top: 55%;
  }
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  border-color: currentColor;
}

.privacy-policy {
  text-decoration: underline;
  margin-right: 5px;
  line-height: 1;
  color: inherit;
}

.wpcf7-list-item-label {
  font-size: 18px;
}
@media (max-width: 600px) {
  .wpcf7-list-item-label {
    font-size: 16px;
  }
}

.form-item-label {
  font-size: 18px;
  line-height: 1;
}

.button-wrap {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 600px) {
  .button-wrap {
    margin-top: 24px;
  }
}

.submit-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  width: 100%;
  padding: 14px 20px;
  border-radius: 4px;
  background: #646464;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.submit-btn:hover, .submit-btn:focus {
  opacity: 0.8;
}
@media (max-width: 600px) {
  .submit-btn {
    font-size: 16px;
  }
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 14px;
}

.required {
  position: relative;
}
.required::before {
  content: "*";
  position: absolute;
  top: 50%;
  right: -0.5em;
  transform: translateY(-50%);
  color: #EC2828;
  font-weight: 400;
}

/******************************************
    フッター
******************************************/
.footer__list {
  display: flex;
}
@media (max-width: 767px) {
  .footer__list {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .footer__list {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

.footer__list-item {
  margin-left: 40px;
  transition: all 0.3s;
}
.footer__list-item:hover, .footer__list-item:focus {
  opacity: 0.7;
}
.footer__list-item:first-child {
  margin-left: 0;
}
@media (max-width: 600px) {
  .footer__list-item {
    margin-left: 0;
  }
}

.l-footer__widgetArea .w-footer__box:nth-child(1) {
  width: 70% !important;
  flex: none;
}
@media (max-width: 960px) {
  .l-footer__widgetArea .w-footer__box:nth-child(1) {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .l-footer__widgetArea .w-footer__box:nth-child(1) {
    display: flex;
  }
}
@media (max-width: 600px) {
  .l-footer__widgetArea .w-footer__box:nth-child(1) .widget_custom_html {
    margin-top: 0;
    margin-left: auto;
  }
}
.l-footer__widgetArea .w-footer__box:nth-child(2) {
  width: 30% !important;
  display: flex;
}
@media (max-width: 600px) {
  .l-footer__widgetArea .w-footer__box:nth-child(2) {
    margin-top: 0;
  }
}
.l-footer__widgetArea .w-footer__box:nth-child(2) .c-widget {
  margin-left: 24px;
}
.l-footer__widgetArea .w-footer__box:nth-child(2) .c-widget:first-child {
  margin-left: auto;
}
@media (max-width: 600px) {
  .l-footer__widgetArea .w-footer__box:nth-child(2) .c-widget:first-child {
    margin-left: 0;
  }
}
.l-footer__widgetArea .w-footer__box:nth-child(2) .c-widget + .c-widget {
  margin-top: 0;
}
@media (max-width: 600px) {
  .l-footer__widgetArea .w-footer__box:nth-child(2) .c-widget.widget_media_image {
    width: 30px;
    height: 30px;
  }
}/*# sourceMappingURL=style.css.map */