@charset "UTF-8";

/*
    Template: swell
    Theme Name: lawleague
    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
*/
/*font*/
body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}

.roboto {
  font-family: "Roboto", serif;
}

.poppins {
  font-family: "Poppins", serif;
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

.lora {
  font-family: "Lora", serif;
}

.fw100 {
  font-weight: 100 !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

/*body*/
/* 背景コンテナの設定 */
body.home {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
}

.background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: visible;
}

.background-container img {
  position: absolute;
  opacity: 0.05;
  animation: float 30s infinite ease-in-out, rotate 60s infinite linear;
}

.background-container img:nth-of-type(1) {
  top: -40vw;
  left: -40%;
  width: 150vw;
  height: auto;
}

.background-container img:nth-of-type(2) {
  top: 30%;
  left: 50%;
  width: 200vw;
  height: auto;
  transform: translate(-50%, 0);
}

.background-container img:nth-of-type(3) {
  top: 70%;
  left: -30%;
  width: 60vw;
  height: auto;
}

.background-container img:nth-of-type(4) {
  top: 70%;
  left: 80%;
  width: 30vw;
  height: auto;
  transform: translate(0, -50%);
}

@keyframes float {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(20px, -20px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*テキストアニメーション（帯）*/
section.first-view {
  padding-bottom: 3em;
}

.animated-container {
  position: relative;
  width: fit-content;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.animated-container.visible {
  opacity: 1;
  transform: translateY(0);
  color: var(--color_main);
}

.animated-container p {
  font-size: 0.9rem;
}

.animated-container h2 {
  font-size: 8rem;
  margin: 0 auto;
  line-height: 1.2;
}

.animated-container h2 span {
  color: var(--color_deep04);
}

.animated-container h3 {
  font-size: 1.5rem;
  margin: 0.5em auto;
}

.slide-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color_deep04);
  transform: translateX(0);
  z-index: 10;
  transition: transform 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.animated-container.visible .slide-bar {
  transform: translateX(100%);
}

/*テキストアニメーション（左からスライドイン）*/
.left-slide {
  opacity: 0;
  transform: translateX(-100%);
  visibility: hidden;
  transition: opacity 1s ease, transform 1s ease;
  will-change: opacity, transform;
}

.left-slide.animate {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

/*ページ共通*/
.c-pageTitle {
  font-size: 2em;
  display: flex;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 3px;
}

.c-pageTitle span {
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
}

.is-style-btn_line a {
  background: #fff;
  border: 3px solid;
  font-weight: 500;
}

/*グローバルメニュー*/
.l-header__inner,
.l-fixHeader__inner {
  max-width: 100%;
}

.-body-solid .l-fixHeader {
  box-shadow: 0 0 0;
}

.c-gnav > .menu-item > a .ttl {
  font-weight: 300;
  letter-spacing: 2px;
}

.header-btn-contents ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  gap: 1em;
}

.header-btn-contents ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-btn-contents ul li:not(:last-child) a {
  color: var(--color_main);
  font-size: 1.8em;
}

.header-btn-contents ul li:not(:last-child) a i {
  margin-right: 2px;
}

.header-btn-contents ul li:not(:last-child) span.cv-info {
  font-size: 0.75em;
  margin-top: -5px;
  opacity: 0.7;
}

.header-btn-contents ul li:nth-child(2) span.cv-info {
  margin-top: -8px;
  position: relative;
  left: 5px;
}

/*section-mv-img*/
.section-mv-img figure {
  position: relative;
  width: 100%;
  height: 50vh;
}

.section-mv-img figure img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60vw;
  height: 50vh;
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 15px 0 0 15px;
}

/*section-title*/
.section-title {
  font-size: 5em;
  position: relative;
  right: 4vw;
  color: #b5a014;
  -webkit-text-stroke: 1px #b5a014;
  letter-spacing: -1px;
  margin-bottom: 0.2em;
  line-height: 0.9;
}

h2.section-title-catch {
  margin-top: 1em;
}

/*section-service*/
.service-link.column-2 {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  flex-wrap: wrap;
}

.service-link a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  width: 100%;
  border: 1px solid;
  background: #fff;
  padding: 1em;
  color: var(--color_main);
}

.service-link a:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1),
    0 12px 24px -12px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.service-link.column-2 a {
  width: 48%;
}

.column-left {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.service-link.column-2 .column-left a {
  width: 100%;
}

.service-link a svg {
  height: 2.5em;
}

.service-link a p {
  width: 100%;
  text-align: center;
}

.service-link a .box-small-text {
  display: block;
  font-size: 0.8em;
  font-family: "Roboto", serif;
}

.service-link.column-2 a.reason-link {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(https://lawleague.jp/dev39842udw7/wp-content/uploads/bg-ai.webp);
  color: #fff;
  font-size: 1.1em;
}

.service-link a.reason-link p {
  text-align: unset;
}

.service-link a.reason-link p span {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.5em;
  font-size: 0.8em;
}

.service-link a.reason-link p span::before {
  border-top: 1px solid;
  content: "";
  top: 50%;
  width: 80px;
  height: 1px;
  left: -120px;
}

.section-service .c-bannerLink__text {
  text-align: justify;
}

.section-service .c-bannerLink__title {
  font-weight: 700;
  font-size: 1.8em;
  letter-spacing: 3px;
}

.section-service .c-bannerLink__description {
  font-size: smaller;
}

.section-service .c-bannerLink__description strong {
  position: absolute;
  right: 1em;
  bottom: 0;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  font-weight: 400;
}

.section-service .c-bannerLink__description strong span {
  font-size: 3em;
}

.service2-columns ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.5em;
}

.service2-columns ul li {
  width: 21%;
  text-align: center;
  color: var(--color_main);
  opacity: 0.8;
  letter-spacing: 1px;
  border-bottom: 1px solid;
  padding-bottom: 0.15em;
}

/*section-partnership*/
.section-partnership figure.wp-block-media-text__media img {
  margin-left: calc(-10%);
  border-radius: 15px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 20%;
}

.section-partnership .right-media figure.wp-block-media-text__media img {
  margin-right: calc(100% - 50vw);
  margin-left: auto;
  border-radius: 15px 0 0 15px;
}

.section-partnership .swell-block-column img {
  box-shadow: 0 0 15px #999;
  background: #fff;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: 20px;
}

.section-partnership [class*="is-style-btn_"] a {
  border-radius: 15px;
}

/*section-others*/
.section-others .banner-link {
  display: block;
  color: var(--color_main);
  border: 2px solid;
  padding: 1em 1em 0;
  border-radius: 20px;
  background: #fff;
}

.section-others .swell-block-column:last-child {
  width: 100%;
}

.section-others .banner-link img {
  max-width: 250px;
}

.section-others .banner-link h3 {
  margin: 0 auto 0.5em;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-others .banner-link p {
  font-size: 0.85em;
}

.section-others .icon-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: -0.5em;
}

.section-others .icon-wrap span {
  color: var(--color_deep04);
  font-size: 2.5em;
}

/*section-news*/
.section-news h2 {
  margin-bottom: -0.5em;
}

.section-news .-type-simple .p-postList__title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
}

/*section-contact*/
.section-contact .swell-block-columns__inner {
  justify-content: center;
}

.section-contact .swell-block-column {
  max-width: 450px;
}

.section-contact [class*="is-style-btn_"] a {
  display: block;
  background: #fff;
  color: var(--color_main);
  font-weight: 500;
  border-radius: 10px;
  padding: 2em 1em;
}

/*sidebar*/
.l-sidebar .p-postList .p-postList__title,
.c-tabBody.p-postListTabBody .p-postList .p-postList__title {
  font-weight: 500;
}

.c-widget__title.-side {
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 2px;
}

/*page-archive*/
.c-postTitle__ttl {
  font-weight: 500;
}

.-type-list .p-postList__excerpt,
.-type-list2 .p-postList__excerpt {
  font-size: 0.8em;
  opacity: 0.7;
}

/*page-service*/
.page-service.section-mv-catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://lawleague.jp/dev39842udw7/wp-content/uploads/bg_service_01.webp);
  background-size: cover;
  background-position: bottom;
  z-index: -1;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 70%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 70%
  );
}

.page-section-what
  .swell-block-columns
  .swell-block-column
  .swell-block-column {
  background: #f4ecb7;
  border: none;
  font-weight: 500;
}

.page-section-problem .section-title {
  -webkit-text-stroke: 1px #fff;
}

.page-section-problem .is-style-balloon_box2 {
  border: none;
  padding: 1.5em;
  border-radius: 10px;
  background: #fff;
  color: var(--color_main);
}

.page-section-problem .is-style-balloon_box2:before {
  border-color: #fff;
  bottom: -5px;
}

.page-section-solution .solution-label {
  width: fit-content;
  background: #b5a014;
  color: #fff;
  border-radius: 100vmax;
  padding: 0.25em 1em;
}

.page-section-solution h3 {
  margin-top: 0;
  letter-spacing: 1px;
  font-weight: 500;
  border-bottom: 1px solid;
}

.page-section-flow .swell-block-step.is-style-big {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.page-section-flow .is-style-big > .swell-block-step__item:before {
  top: 104%;
  border: 20px solid transparent;
  border-top: 20px solid #b5a014;
}

.page-section-flow .is-style-big > .swell-block-step__item {
  --swl-step_arrow_color: var(--color_link);
  text-align: center;
  border: 2px solid var(--color_main) !important;
  color: var(--color_main);
  background: #fff;
  box-shadow: var(--box-shadow-price);
}

/*page-recruit*/
.eight-columns .swell-block-column {
  padding: 1em;
  background: #efe5ad;
}

/*page-corporate*/
.lead650 {
  display: flex;
  justify-content: center;
}

.lead650 .wp-block-group__inner-container {
  max-width: 700px;
}

.corporate-reason-wrap figure {
  background-color: black;
  display: inline-block;
}

.corporate-reason-wrap figure img {
  display: block;
  opacity: 0.8;
}

.corporate-comparison-wrap th {
  font-weight: 500 !important;
  font-size: 0.9em;
  color: var(--color_main);
}

.corporate-comparison-wrap
  .wp-block-table[data-cell1-fixed]
  tbody
  th:first-child:not(.-no1):before {
  background: #f8f7ee;
}

.corporate-comparison-wrap td {
  padding: 1em 1em 0.5em !important;
}

.corporate-comparison-wrap .swl-cell-bg {
  margin-top: 1.5em;
}

.corporate-comparison-wrap .swl-cell-bg[data-icon-type="bg"]:after {
  top: -0.75em;
}

.corporate-comparison-wrap .swl-cell-bg[data-icon-size="l"] {
  --cell-icon-size: 1.5em;
}

@media (min-width: 960px) {
  .page-section-flow .swell-block-step.is-style-big {
    display: flex;
    flex-direction: row;
    gap: 2em;
  }

  .page-section-flow .is-style-big > .swell-block-step__item {
    width: 25%;
  }

  .page-section-flow .is-style-big > .swell-block-step__item:before {
    left: 105%;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
}

/*page-privacy*/
.page-privacy ol li::marker {
  content: "(" counter(list-item) ") ";
  font-variant-numeric: tabular-nums;
}

/*page-contact*/
.contact-columns .swell-block-column:not(:last-child) {
  border-right: 1px solid;
}

.contact-columns {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 1.5em;
}

.contact-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3em;
}

table.contact-table {
  max-width: 800px;
}

.contact-table th {
  font-weight: 400;
  font-size: 0.9em;
  width: 30%;
}

.contact-table th,
.contact-table td {
  border-left: none;
  border-right: none;
  background: unset;
  letter-spacing: 1px;
  padding: 1.5em 1em;
}

.contact-table td input,
.contact-table td textarea {
  width: 100%;
  padding: 0.75em 0.5em;
  border: none;
  background: #f2f6fa;
  border-radius: 5px;
  font-size: 16px;
}

.contact-table td input[type="checkbox"] {
  width: unset;
}

.contact-table th p {
  display: flex;
  flex-direction: column;
}

.contact-table th span {
  display: inline-block;
  background: #f77b7b;
  width: fit-content;
  color: #fff;
  font-size: 0.75em;
  padding: 0 0.25em;
  margin-bottom: -0.25em;
  border-radius: 2px;
}

.contact-table th span.any {
  background: #cbcbcb;
}

.contact-table td input::placeholder,
.contact-table td textarea::placeholder {
  opacity: 0.6;
}

.contact-table td .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.contact-table td .wpcf7-list-item {
  margin: 0;
  font-weight: 300;
  padding: 0.25em 0.5em;
  display: inline-block;
  border: 1px solid #999;
  border-radius: 5px;
}

.contact-table td .wpcf7-list-item input {
  display: none;
}

.contact-table td .wpcf7-list-item:has(input:checked) {
  background: #d2e7ff;
  font-weight: 500;
}

.contact-table td .td-text {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.contact-table td .wpcf7-not-valid-tip {
  color: #f77b7b;
  font-size: 0.9em;
}

.submit-btn {
  border: none;
  padding: 0.5em 3em;
  font-size: 1.1em;
  letter-spacing: 2px;
  background: #f77b7b;
  color: #fff;
}

.submit-btn:disabled {
  background: #ddd;
}

.wpcf7-spinner {
  display: none;
}

/*page-thanks*/
.section-slim-wrap {
  display: flex;
  justify-content: center;
}

.section-slim-wrap .swell-block-fullWide__inner {
  max-width: 800px;
}

@media not all and (min-width: 960px) {
  .w-header.pc_ {
    display: block !important;
  }

  .header-btn-contents ul li:not(:last-child) {
    display: none;
  }

  .l-header__customBtn.sp_ {
    display: none;
  }

  .service-link.column-2 a {
    width: 100%;
  }

  .service2-columns ul {
    justify-content: space-between;
  }

  .service2-columns ul li {
    width: 46%;
  }

  .contact-columns .swell-block-column:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid;
    padding-bottom: 1.5em;
  }

  .contact-columns {
    border: 1px solid;
  }

  /*section-service*/
  .column-left {
    width: 100%;
  }

  /*page-corporate*/
  .reason-title {
    font-size: 1.8em !important;
  }
}

@media not all and (min-width: 960px) {
  /*section-mv-catch*/
  .section-mv-catch h2 {
    font-size: 5rem !important;
  }
}

@media not all and (min-width: 600px) {
  /*section-mv-img*/
  .section-mv-img figure {
    height: 40vh;
  }

  .section-mv-img figure img {
    width: 90vw;
    height: 30vh;
  }

  /*section-mv-catch*/
  .section-mv-catch h2 {
    font-size: 3.3rem !important;
  }

  .animated-container h3 {
    font-size: 1.4rem;
  }

  /*section-title*/
  .section-title {
    font-size: 3em;
    letter-spacing: -1px;
    right: 3vw;
  }

  /*section-partnership*/
  .section-partnership figure.wp-block-media-text__media img {
    margin-left: calc(50% - 55vw);
    border-radius: 0 15px 15px 0;
  }

  .section-partnership .right-media figure.wp-block-media-text__media img {
    margin-right: calc(50% - 50vw);
  }

  .section-partnership h3 {
    font-size: 2em !important;
  }

  /*page-service*/
  .page-service-section-title .section-title {
    font-size: 4em;
  }

  /*page-contact*/
  .contact-table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e9e9e9;
    gap: 0.5em;
  }

  .contact-table tr:first-child {
    border-top: 1px solid #e9e9e9;
  }

  .contact-table th {
    width: 100%;
    border: none;
    padding-bottom: 0;
  }

  .contact-table th p {
    display: unset;
  }

  .contact-table th span {
    margin-right: 0.5em;
    position: relative;
    bottom: 1px;
  }

  .contact-table td {
    border: none;
    padding-top: 0;
  }
}

@media (min-width: 960px) {
  /*section-partnership*/
  .right-media .wp-block-media-text__content {
    position: relative;
    left: 5em;
  }

  /*page-contact*/
  .contact-columns .swell-block-column:not(:last-child) {
    padding-right: 1.5em;
  }
}
