@charset "UTF-8";
/*
Template: swell
Theme Name: custom-theme
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
*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.form__contact hr {
  margin: 20px 0 40px;
}
.form__contact__inner {
  background-color: #f5f5f5;
  padding: 40px 60px;
}
@media (max-width: 480px) {
  .form__contact__inner {
    padding: 20px;
  }
}
.form__contact__inner .formparts {
  margin-bottom: 16px;
}
.form__contact__inner .formparts-required, .form__contact__inner .formparts-optional {
  top: 0;
  right: 0;
}
.form__contact__inner .formparts-required {
  color: #bf0000;
  padding-left: 8px;
}
.form__contact__inner .formparts p input, .form__contact__inner .formparts p textarea {
  width: 100%;
  background-color: #fff;
}
.form__contact__inner .formparts .zipcode input {
  width: unset;
}
.form__contact__inner .formparts-submit {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.form__contact__inner .formparts-submit input[name="submitConfirm"] {
  background-color: #333;
  width: 60%;
  color: #fff;
  padding: 12px;
}
.form__contact__inner .formparts-submit input[name="submitBack"] {
  background-color: #333;
  width: 40%;
  color: #fff;
  padding: 12px;
}
.form__contact__inner .formparts-submit input[name="submit"] {
  background-color: #e60012;
  width: 40%;
  color: #fff;
  padding: 12px;
  margin-left: 20px;
}
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  font-feature-settings: "palt";
}
body {
  margin: 0 auto;
  max-width: 1920px;
  font-weight: 400;
}
img {
  max-width: 100%;
  vertical-align: middle;
  pointer-events: none;
}
.sp-only {
  display: none;
}
@media (max-width: 480px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.p-spMenu__inner {
  width: 100vw;
}
.-right .p-spMenu__inner {
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}
[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#header {
  position: fixed !important;
  z-index: 10;
  right: 3vw;
  top: 3vw;
  animation: headerFadeIn 1s 3s forwards;
}
@media (max-width: 480px) {
  #header {
    right: 16px;
    top: 32px;
  }
}
#header .l-header__inner.l-container {
  justify-content: flex-end;
}
#header .l-header__logo {
  display: none !important;
}
@media (max-width: 959px) {
  #header #gnav {
    display: block;
  }
}
#header #gnav .c-gnav {
  position: relative;
  padding-left: 3vw;
}
#header #gnav .c-gnav:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -30vw;
  margin: auto;
  width: 30vw;
  height: 1px;
  background-color: #EDEDED;
  mix-blend-mode: luminosity;
}
@media (max-width: 959px) {
  #header #gnav .c-gnav:before {
    content: none;
  }
}
#header #gnav .c-gnav .menu-item a .ttl {
  position: relative;
  color: #fff;
  font-size: clamp(13px, 1.5vw, 15px) !important;
  line-height: 1.3;
  padding: 1vw;
  mix-blend-mode: luminosity;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
#header .l-header__customBtn.sp_, #header .l-header__menuBtn.sp_ {
  display: none;
}
@keyframes headerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-header .c-gnav > li > a:after {
  background: #ededed;
}
#content {
  height: 100%;
}
.p-home {
  padding: 1vw !important;
  gap: 0 !important;
}
@media (max-width: 959px) {
  .p-home {
    flex-direction: column;
  }
}
.p-homeFV {
  position: relative;
  z-index: 1;
}
.p-homeFV .wp-block-cover {
  width: 50%;
  position: fixed;
  top: 1vh;
  left: 1vh;
  bottom: 1vh;
}
@media (max-width: 959px) {
  .p-homeFV .wp-block-cover {
    position: relative;
    width: 100%;
    height: 75vh;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
.p-homeFV .wp-block-cover .img-logo {
  width: 50%;
  margin-bottom: 2em;
}
@media (max-width: 480px) {
  .p-homeFV .wp-block-cover .img-logo {
    width: 70%;
  }
}
.wp-block-column.p-homeMain {
  margin: 20vh 0 10vh !important;
}
@media (max-width: 959px) {
  .wp-block-column.p-homeMain {
    margin: 6vw 0 !important;
  }
}
.p-homeMain {
  position: relative;
  width: 50%;
}
@media (max-width: 959px) {
  .p-homeMain {
    width: 100%;
  }
}
.p-homeMain__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
@media (max-width: 768px) {
  .p-homeMain__inner {
    padding: 25px;
  }
}
.p-homeMain__inner #company, .p-homeMain__inner #service {
  margin-bottom: 15vh;
}
.p-homeMain__inner .p-homeMain__box {
  max-width: 550px;
}
.p-homeMain .title-en {
  margin-bottom: 0;
  color: #0E0B0B;
  font-size: clamp(32px, 2vw, 48px) !important;
  line-height: 1.4;
  letter-spacing: 2px;
  font-family: "Sen", YuGothic, "Original Yu Gothic", "Lato", sans-serif, Meiryo, sans-serif;
}
.p-homeMain .title-jp {
  font-size: clamp(14px, 1.5vw, 16px) !important;
  line-height: 1.8;
  font-family: YuGothic, "Original Yu Gothic", "Sen", "Lato", sans-serif, Meiryo, sans-serif;
  margin-bottom: 5vh;
}
.p-homeMain__table {
  font-size: clamp(14px, 1.5vw, 16px) !important;
  line-height: 1.8;
  --table-border: none !important;
}
.p-homeMain__table th {
  text-align: left;
  width: 140px !important;
  padding: 2vh 0.5vh;
  background-color: transparent;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-homeMain__table th {
    display: block;
    padding-bottom: 0;
  }
}
.p-homeMain__table td {
  padding: 2vh 0.5vh;
}
@media (max-width: 768px) {
  .p-homeMain__table td {
    display: block;
  }
}
.p-homeMain .service__inner {
  margin-bottom: 5vh;
}
.p-homeMain__serviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
  list-style: none;
  padding-left: 0 !important;
}
.p-homeMain__serviceList__item {
  font-size: clamp(13px, 1.5vw, 15px) !important;
  line-height: 1.3;
  padding: 1vh 2vh;
  border-left: 1px solid #0E0B0B;
  background-color: rgba(14, 11, 11, 0.02);
}
#contact .formparts {
  margin-bottom: 2vw;
}
@media (max-width: 959px) {
  #contact .formparts {
    margin-bottom: 5vw;
  }
}
#contact .formparts p label {
  font-size: clamp(14px, 1.5vw, 16px) !important;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 0.5vw;
}
#contact .formparts input, #contact .formparts textarea {
  width: 100%;
  font-size: 16px;
  width: 100%;
  padding: 1vw;
  border-radius: 0px;
  border: 1px solid #F5F2ED;
  border-bottom: 2px solid #0E0B0B;
  background-color: transparent;
}
#contact .submit-btn p {
  text-align: center;
}
#contact .submit-btn p input {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  padding: 1vw 3vw;
  font-size: clamp(14px, 1.5vw, 16px) !important;
  line-height: 1.8;
  font-weight: bold;
  color: white;
  border-radius: 0px;
  background-color: #E84222;
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
@media (max-width: 959px) {
  #contact .submit-btn p input {
    padding: 3vw 5vw;
  }
}
#contact .submit-btn p .wpcf7-spinner {
  display: none;
}
#footer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 32px;
  text-align: center;
  margin: auto;
  color: rgba(14, 11, 11, 0.2);
  font-size: clamp(11px, 1vw, 13px) !important;
  line-height: 1.3;
  line-height: 1;
  height: 100%;
  text-orientation: initial;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}
@media (max-width: 959px) {
  #footer {
    position: relative;
    writing-mode: unset;
    right: 0;
  }
}
#footer .l-footer__inner .l-footer__foot .l-container {
  padding-right: 0;
}
@media (max-width: 959px) {
  #footer .l-footer__inner .l-footer__foot .l-container {
    padding-right: var(--swl-pad_container, 0);
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
#footer .l-footer__inner .l-footer__foot .l-container .copyright span {
  display: none;
}
.page-id-143 #breadcrumb, .page-id-143 #header {
  display: none;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1s 3s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading__logo {
  opacity: 0;
  animation: logo_fade 3s 0.5s forwards;
  width: 35vw;
}
@media (max-width: 480px) {
  .loading__logo {
    width: 60vw;
  }
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
