@charset "UTF-8";
/*------------------------------------
  Sass モジュールの読み込み
------------------------------------*/
@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=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");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap");
/*====================

====================*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  max-width: 1920px;
  margin: 0 auto;
  line-height: 2;
}

:root {
  --swl-fz--content: 15px;
}

body {
  font-weight: 400;
  font-family: "BIZ UDPGothic", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: middle;
  pointer-events: none;
}

.post_content {
  line-height: 2.2;
}
.post_content h3 {
  line-height: 1.8;
}

.sp-only {
  display: none;
}

@media (max-width: 480px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.c-widget__title.-spmenu {
  background: #fff;
  color: #333;
}

.p-spMenu__inner::before {
  background: #fff;
}

#before_footer_widget.w-beforeFooter {
  margin: 0 auto;
}

.text-shadow1 {
  text-shadow: #fff 1px 1px 14px, #fff -1px 1px 14px, #fff 1px -1px 14px, #fff -1px -1px 14px;
}

.mx-auto {
  margin-inline: auto;
}

.swell-block-button.green_.is-style-btn_normal.pe-none {
  pointer-events: none;
}
.swell-block-button.green_.is-style-btn_normal .swell-block-button__link {
  position: relative;
  width: 230px;
  min-width: unset;
  box-shadow: unset;
}
.swell-block-button.green_.is-style-btn_normal .swell-block-button__link span {
  color: #202020;
}
.swell-block-button.green_.is-style-btn_normal .swell-block-button__link::after {
  content: "";
  background-image: url("/wp-content/uploads/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: -8px;
  top: 30%;
  width: 70px;
  height: 16px;
  transition: transform 0.3s ease;
  z-index: 2;
}
.swell-block-button.green_.is-style-btn_normal .swell-block-button__link:hover::after {
  transform: translateX(8px);
}

.section-title {
  margin: 0 auto 3em;
}
.section-title .title-en {
  color: #c5efe4;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}
.section-title .swell-block-button.green_.is-style-btn_normal {
  text-align: left;
}

.contact-cta-btn {
  gap: 5em;
}
.contact-cta-btn .tel {
  width: 420px !important;
}
.contact-cta-btn .tel a {
  background-color: #9fd2c4;
  color: #202020;
  border-radius: 5px;
  letter-spacing: -1px;
}
.contact-cta-btn .mail {
  width: 420px !important;
}
.contact-cta-btn .mail a {
  background-color: #c5efe4;
  color: #202020;
  border-radius: 5px;
}
.contact-cta-btn a {
  transition: all 0.3s;
}
.contact-cta-btn a:hover {
  opacity: 0.7;
}
.contact-cta .section-title {
  margin-bottom: 5em;
}

#content.l-content.l-container {
  padding-top: 0;
  margin-bottom: 0;
}

.l-topTitleArea {
  align-items: center;
  display: flex;
  margin: 0;
  min-height: 11em;
  overflow: hidden;
  padding: 1.5em 0;
  position: relative;
  width: 100%;
}
.l-topTitleArea .c-pageTitle {
  font-size: 30px;
  text-align: center;
  color: #fff;
}
.l-topTitleArea .c-pageTitle .c-pageTitle__subTitle {
  font-size: 20px;
  display: block;
  font-style: italic;
  margin-left: 0;
}

/*====================
fadeUp
====================*/
.fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}

.fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

/*====================
コンタクトフォーム
====================*/
.form__contact {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .form__contact__inner {
    padding: 40px 20px;
  }
}
.form__contact__inner .formparts {
  margin-bottom: 56px;
}
.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 input, .form__contact__inner .formparts textarea, .form__contact__inner .formparts select {
  width: 100%;
  background-color: #fff;
  line-height: 1.4;
  padding: 6px 16px 10px;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #bcbcd0;
}
.form__contact__inner .formparts input::placeholder, .form__contact__inner .formparts textarea::placeholder, .form__contact__inner .formparts select::placeholder {
  color: #ddd;
  font-weight: 400;
}
.form__contact__inner .formparts select {
  background-color: #fff;
  width: 100%;
  padding: 14px 20px;
}
@media (max-width: 480px) {
  .form__contact__inner .formparts select {
    width: 100%;
  }
}
.form__contact__inner .formparts input[type=radio] {
  width: unset;
}
.form__contact__inner .formparts input[type=checkbox] {
  width: unset;
}
.form__contact__inner .formparts.checkbox label {
  display: inline-block;
}
.form__contact__inner .formparts.checkbox .mwform-checkbox-field.horizontal-item {
  margin-left: 0;
  margin-right: 24px;
}
.form__contact__inner .formparts-submit {
  margin-top: 40px;
}
.form__contact__inner .formparts-submit p {
  display: flex;
  justify-content: center;
  padding-left: 72px;
}
.form__contact__inner .formparts-submit input.confirm {
  background-color: #57dbcd;
  width: 100%;
  color: #fff;
  padding: 12px;
  transition: all 0.3s;
}
.form__contact__inner .formparts-submit input.confirm:hover {
  color: #57dbcd;
  background-color: #fff;
}
.form__contact__inner .formparts-submit input.back {
  background-color: #57dbcd;
  width: 50%;
  color: #fff;
  padding: 12px;
  transition: all 0.3s;
}
.form__contact__inner .formparts-submit input.back:hover {
  color: #57dbcd;
  background-color: #fff;
}
.form__contact__inner .formparts-submit input {
  background-color: #57dbcd;
  width: 50%;
  color: #fff;
  padding: 12px;
  margin-left: 20px;
  transition: all 0.3s;
}
.form__contact__inner .formparts-submit input:hover {
  color: #57dbcd;
  background-color: #fff;
}
.form__contact__inner .zipcode {
  display: flex;
  align-items: center;
}
.form__contact__inner .zipcode input {
  width: unset !important;
}
.form__contact__inner .zipcode__info {
  padding-left: 10px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .form__contact__inner .zipcode__info {
    font-size: 10px;
  }
}

.c-headLogo.-txt a {
  color: #57dbcd;
}

.w-header.pc_ .w-header__inner {
  height: 100%;
}
.w-header.pc_ .w-header__inner .widget_text.w-header__item.widget_custom_html {
  height: 100%;
}
.w-header.pc_ .w-header__inner .widget_text.w-header__item.widget_custom_html .textwidget.custom-html-widget {
  height: 100%;
}
.w-header.pc_ .w-header__inner .widget_text.w-header__item.widget_custom_html .textwidget.custom-html-widget .p-blogParts.post_content {
  height: 100%;
}
.w-header.pc_ .w-header__inner .widget_text.w-header__item.widget_custom_html .textwidget.custom-html-widget .p-blogParts.post_content .header-cta {
  height: 100%;
}
.w-header.pc_ .w-header__inner .widget_text.w-header__item.widget_custom_html .textwidget.custom-html-widget .p-blogParts.post_content .header-cta .tel {
  align-items: center;
  padding: 0 18px;
}
.w-header.pc_ .w-header__inner .widget_text.w-header__item.widget_custom_html .textwidget.custom-html-widget .p-blogParts.post_content .header-cta .contact {
  background-color: #57dbcd;
  align-items: center;
  padding: 18px 36px;
}

.c-gnav .menu-item a .ttl {
  color: #57dbcd;
}
.c-gnav .menu-item a::after {
  bottom: 20px;
}

.l-topTitleArea {
  min-height: 350px;
}
@media (max-width: 480px) {
  .l-topTitleArea {
    min-height: 240px;
  }
}

#breadcrumb {
  display: none;
}

/*====================
ハンバーガーメニュー
====================*/
.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);
}

.l-footer {
  padding-bottom: 2em;
}
.l-footer .l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15%;
}
@media (max-width: 480px) {
  .l-footer .l-footer__inner {
    flex-direction: column;
  }
}
.l-footer .l-footer__inner .footer-company .company-name {
  font-size: 2em;
  margin-bottom: 10px;
  line-height: 1;
}
.l-footer .l-footer__inner .footer-company .company-address {
  line-height: 1.4;
}
.l-footer .l-footer__inner .l-footer__nav .menu-item a {
  border-left: none;
  border-right: none;
}
.l-footer .l-footer__inner .l-footer__nav .menu-item a:hover {
  text-underline-offset: 10px;
}

/*====================

====================*/
@media (max-width: 480px) {
  .page-id-5 .intro {
    flex-direction: column;
    gap: 2em;
  }
}
.page-id-5 .intro .content {
  padding: 0 3em;
}
.page-id-5 .intro .content .text-wrap {
  margin-bottom: 3em;
}
.page-id-5 .intro .content .text-wrap p {
  margin-bottom: 1em;
}
.page-id-5 .cases {
  padding-left: 4vw;
}
@media (max-width: 480px) {
  .page-id-5 .cases {
    padding-right: 4vw;
  }
}
.page-id-5 .cases .section-title {
  max-width: var(--article_size);
}
.page-id-5 .cases .images {
  gap: 1em;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  .page-id-5 .cases .images {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .page-id-5 .cases .images figure {
    width: 40vw;
  }
}
.page-id-5 .cases .post-list .p-postList__item {
  width: 25%;
}
@media (max-width: 959px) {
  .page-id-5 .cases .post-list .p-postList__item {
    width: 33.33333%;
  }
}
@media (max-width: 480px) {
  .page-id-5 .cases .post-list .p-postList__item {
    width: 50%;
  }
}
.page-id-5 .company .inner {
  justify-content: center;
  align-items: center;
  gap: 4em;
}
@media (max-width: 480px) {
  .page-id-5 .company .inner {
    flex-direction: column;
  }
}
.page-id-5 .company .inner .tr {
  margin-bottom: 2em;
}
.page-id-5 .company .inner .tr .td {
  padding-left: 1em;
  gap: 2em;
}
@media (max-width: 480px) {
  .page-id-5 .company .inner .tr .td {
    flex-direction: column;
    gap: 0.5em;
  }
}
.page-id-5 .company .inner .tr .td p {
  font-size: 20px;
}
@media (max-width: 480px) {
  .page-id-5 .company .inner .tr .td p {
    font-size: 16px;
  }
}
.page-id-5 .company .inner .tr figure {
  line-height: 1;
}

/*====================

====================*/
.page-id-389 .services .item {
  margin-bottom: 6em;
}
.page-id-389 .services .item .header {
  background-color: #fff;
  border-left: solid 10px #57dbcd;
  align-items: center;
  padding: 1em;
  gap: 2em;
  margin-bottom: 2em;
}
@media (max-width: 480px) {
  .page-id-389 .services .item .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
}
.page-id-389 .services .item .header .title {
  min-width: 20%;
}
.page-id-389 .services .item .header .sub-title {
  color: #57dbcd;
  font-size: 15px;
  min-width: 20%;
}
.page-id-389 .services .item .header .desc {
  color: #57dbcd;
}
@media (max-width: 480px) {
  .page-id-389 .services .item .header .desc {
    line-height: 1.4;
  }
}
.page-id-389 .services .item .content {
  align-items: center;
  gap: 3em;
}
@media (max-width: 480px) {
  .page-id-389 .services .item .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
}
.page-id-389 .message .box {
  background-color: #c5efe4;
  padding: 40px;
  border-radius: 20px;
  border: 2px solid #fff;
  outline: 2px solid #fff;
  outline-offset: -12px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.page-id-389 .message .box .title {
  color: #efa651;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 8px;
  border-bottom: 4px solid #efa651;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .page-id-389 .message .box .title {
    font-size: 6vw;
  }
}
.page-id-389 .message .box .text {
  line-height: 1.8;
  font-size: 1rem;
}
.page-id-389 .message .box .text p {
  margin-bottom: 0.5em;
}
.page-id-389 .message .box strong {
  font-weight: 400;
  text-decoration: underline wavy #efa651;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
@media (max-width: 480px) {
  .page-id-389 .message .box strong {
    text-underline-offset: 2px;
  }
}

/*====================

====================*/
.post-type-archive-case #content.l-content.l-container {
  padding-top: 4em;
  margin-bottom: 6em;
}

/*====================

====================*/
.single-case #content.l-content.l-container {
  padding-top: 6em;
  margin-bottom: 6em;
}
.single-case #content.l-content.l-container .images {
  max-width: 1080px;
  padding: 3em;
  margin-bottom: 6em;
  background-color: #edf3fa;
  border-radius: 10px;
}
.single-case #content.l-content.l-container .images .c-pageTitle {
  text-align: center;
  font-size: 20px;
  margin-bottom: 2em;
}
.single-case #content.l-content.l-container .images .case-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6em;
}
.single-case #content.l-content.l-container .images .case-images .case-image-item img {
  border-radius: 20px 20px 0 0;
}
.single-case #content.l-content.l-container .case-comment {
  max-width: 920px;
  border: solid 5px #edf3fa;
  border-radius: 10px;
  margin-bottom: 5rem;
}
.single-case #content.l-content.l-container .case-comment .header {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 0.5em 2em;
  border-bottom: dashed 2px #edf3fa;
}
.single-case #content.l-content.l-container .case-comment .header p {
  font-size: 20px;
}
.single-case #content.l-content.l-container .case-comment .text {
  padding: 2em 4em;
}
@media (max-width: 480px) {
  .single-case #content.l-content.l-container .case-comment .text {
    padding: 2em;
  }
}
.single-case #content.l-content.l-container .case-back {
  text-align: center;
}
.single-case #content.l-content.l-container .case-back a {
  padding: 1em 2em;
  background-color: #edf3fa;
  color: #333;
  border-radius: 10px;
  font-size: 1.2rem;
}

/*====================

====================*/
.page-id-392 .feature-section {
  padding-left: 20px;
  padding-right: 20px;
}
.page-id-392 .feature-section .inner {
  justify-content: center;
  gap: 4em;
}
@media (max-width: 480px) {
  .page-id-392 .feature-section .inner {
    flex-direction: column;
    gap: 2em;
  }
}
.page-id-392 .feature-section .inner .title-wrap {
  margin-bottom: 1.5em;
}
.page-id-392 .feature-section .inner .title-wrap .number {
  color: #9fd2c4;
  line-height: 1.2;
}
.page-id-392 .feature-section .inner .title-wrap .title {
  margin-top: 0;
  color: #9fd2c4;
  text-decoration: underline;
  text-underline-offset: 8px;
  letter-spacing: 2px;
}
@media (max-width: 480px) {
  .page-id-392 .feature-section.has-bgc .inner {
    flex-direction: column-reverse;
  }
}
.page-id-392 .feature-section.has-bgc .inner .title-wrap .number {
  color: #fff;
}
.page-id-392 .feature-section.has-bgc .inner .title-wrap .title {
  color: #fff;
}

/*====================

====================*/
.page-id-292 .company .inner {
  justify-content: center;
  align-items: center;
  gap: 4em;
  margin-bottom: 10em;
  padding-left: 4vw;
  padding-right: 4vw;
}
@media (max-width: 480px) {
  .page-id-292 .company .inner {
    flex-direction: column;
  }
}
.page-id-292 .company .inner .tr {
  margin-bottom: 3em;
}
.page-id-292 .company .inner .tr .td {
  padding-left: 1em;
  gap: 2em;
}
@media (max-width: 480px) {
  .page-id-292 .company .inner .tr .td {
    flex-direction: column;
    gap: 0.5em;
  }
}
.page-id-292 .company .inner .tr .td p {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .page-id-292 .company .inner .tr .td p {
    font-size: 16px;
  }
}
.page-id-292 .company .inner .tr figure {
  line-height: 1;
}

/*====================

====================*/
.page-id-214 .section-title {
  margin-bottom: 5em;
}
.page-id-214 .flow .flow-inner {
  flex-wrap: wrap;
  align-items: center;
  gap: 4em 2em;
  max-width: 1150px;
}
@media (max-width: 480px) {
  .page-id-214 .flow .flow-inner {
    gap: 2em 1em;
  }
}
@media (max-width: 480px) {
  .page-id-214 .flow .flow-inner .item {
    max-width: 32vw;
  }
}
.page-id-214 .flow .flow-inner .item div {
  position: relative;
  padding-top: 2em;
}
.page-id-214 .flow .flow-inner .item div .number {
  background-color: #a3c6eb;
  position: absolute;
  color: #fff;
  top: 0;
  padding: 0.2em 2em;
}
.page-id-214 .flow .flow-inner .item div .text {
  text-align: center;
}
@media (max-width: 480px) {
  .page-id-214 .flow .flow-inner figure.arrow {
    width: 18px;
  }
}
.page-id-214 .privacy-policy .item {
  margin-bottom: 3em;
}
.page-id-214 .privacy-policy .item .title-wrap {
  align-items: center;
  gap: 0.5em;
}
.page-id-214 .privacy-policy .item .title-wrap figure {
  line-height: 1;
}
.page-id-214 .privacy-policy .item .title-wrap .title {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 480px) {
  .page-id-214 .privacy-policy .item .title-wrap .title {
    font-size: 18px;
  }
}
.page-id-214 .privacy-policy .item .text {
  padding-left: 2em;
  line-height: 1.6;
}/*# sourceMappingURL=style_cus.css.map */