@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

body {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.adlp-202508 {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
}

.adlp-202508 div {
  box-sizing: border-box;
}

.adlp-202508 a {
  text-decoration: none;
  box-sizing: border-box;
  color: #0163c7;
}

.fv-image + .inner {
  margin-top: 30px;
}

.adlp-202508 .inner {
  width: 100%;
  padding: 0px 15px 15px 15px;
}

@media screen and (min-width: 767px) {
  .adlp-202508 .inner {
    padding: 0 40px 40px 40px;
  }
}

.adlp-202508 .maker-yellow {
  background: linear-gradient(transparent 60%, #ffe500 60%);
  font-weight: 700;
}

.adlp-202508 h2.headline02 {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  background-color: #0163c7;
  padding: 0.4em 0.8em;
  margin: 0 0 1em 0;
}

.adlp-202508 h3.headline03 {
  font-size: 18px;
  font-weight: 700;
  border-left: solid 4px #0163c7;
  margin: 0 0 1em 0;
  padding-left: 0.5em;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .adlp-202508 h3.headline03 {
    line-height: 1.6;
  }
}

/* fv-section */
.fv-section .fv-image {
  height: 100%;
  display: block;
  position: relative;
}

.fv-section .fv-image.fv3 {
  aspect-ratio: 1080 / 490;
}

.fv-section .fv-image source {
  display: block;
}

.fv-section .fv-image img {
  width: 100%;
}

.cta-button {
  display: inline-block;
  position: absolute;
  bottom: calc(50% - 180px);
  left: 65px;
  width: 45%;
  max-width: 500px;
  animation: fadeInFromTop 0.7s ease-out 0.2s both;

  &:hover a,
  &:active a {
    opacity: 1;
    transform: translateY(5px);
    transition: transform 0.3s;
  }

  &.button-image {
    bottom: calc(50% - 250px);

    &.no-margin-image {
      left: 9%;
      width: 60%;
      max-width: 577px;
      bottom: 8%;
    }
  }
}

.cta-button a {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s;
}

.cta-link {
  display: block;
  opacity: 1;
  transition: opacity 0.3s;

  &:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
  }
}

.cta-button.center {
  left: calc(50% - 240px);
  bottom: calc(50% - 280px);
}

@media screen and (max-width: 1024px) {
  .cta-button {
    bottom: calc(50% - 160px);

    &.button-image {
      bottom: calc(50% - 220px);
    }
  }

  .cta-button.center {
    bottom: calc(50% - 220px);
    left: calc(50% - 170px);
  }
}

@media screen and (max-width: 960px) {
  .cta-button {
    &.button-image {
      bottom: calc(50% - 190px);
    }
  }
}

@media screen and (max-width: 767px) {
  .fv-section .fv-image.fv3 {
    aspect-ratio: 390 / 694;
  }

  .cta-button {
    position: relative;
    max-width: 356px;
    width: 100%;
    display: block;
    margin: 0 auto;
    left: initial;
    bottom: 0;

    &.button-image {
      position: absolute;
      right: 0;
      left: 0;
      bottom: calc(50% - 350px);

      &.no-margin-image {
        width: auto;
        right: 0;
        left: 0;
        bottom: 6%;
        margin: 0 auto;
        padding-inline: 25px;
      }
    }
  }

  .cta-button.center {
    left: inherit;
    margin-top: -100px;
  }
}

/* 上からフェードインするアニメーション */
@keyframes fadeInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-32px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fv-section .sub-title-text {
  font-size: 14px;
  font-weight: 700;
  color: #0163c7;
  margin: 0;
}

.hasen-blue-10-8 {
  padding: 0.5em 0;
  background-image: linear-gradient(to right, #0163c7 5px, transparent 3.5px);
  background-size: 9px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.fv-section .header .title-text {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0.6em 0;
}

.fv-section .header .sub-title-text2 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.fv-section .header .text {
  font-size: 12px;
  margin: 0.5em 0 0 0;
}

.fv-section .header .btn {
  width: min(100%, 500px);
}

@media screen and (min-width: 767px) {
  .fv-section {
    width: min(100%, 1080px);
    margin: auto;
    background-size: 100% 40%;
  }

  .fv-section .header .sub-title-text {
    font-size: 28px;
    margin-bottom: 0.6em;
  }

  .hasen-blue-10-8 {
    background-image: linear-gradient(to right, #0163c7 10px, transparent 8px);
    background-size: 18px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }

  .fv-section .header .title-text {
    font-size: 40px;
    margin: 0.4em 0;
  }

  .fv-section .header .sub-title-text2 {
    font-size: 18px;
  }

  .fv-section .header .text {
    padding: 1em 0;
  }

  .hasen-blue-10-8 {
    padding: 0.2em 0;
  }
}

/* btn */
.adlp-202508 .btn {
  display: block;
  margin-inline: auto;
  padding: 0.4em 0.8em;
  position: relative;
  background-color: #ff7b29;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  width: 90%;
  max-width: 500px;
  box-sizing: border-box;
  border-radius: 52px;
  transition: all 0.5s;
}

.btn:hover {
  opacity: 0.8;
  color: #fff;
}

.btn:visited {
  color: #fff;
}

.btn:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: calc(50% - 4.2em);
  bottom: 0;
  margin: auto;
}

.btn:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fa6436;
  border-right: solid 2px #fa6436;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: calc(50% - 4.2em + 7px);
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 767px) {
  .adlp-202508 .btn {
    max-width: 308px;
  }
}

.fv-section .body .text-large {
  position: relative;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(transparent 90%, #0f98e9 0%);
  display: inline;
}

.fv-section .body .text {
  margin: 0 0 2em 0;
  line-height: 1.8;
}

/* anchor-section */
.anchor-section .table {
  width: 100%;
}

.anchor-section .table table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
}

.anchor-section .table th {
  background-color: #f4fbfd;
  border: solid 1px #dddddd;
  font-size: 18px;
  font-weight: 600;
  padding: 12px;
}

.anchor-section .table td {
  border: solid 1px #dddddd;
  font-size: 16px;
  width: 50%;
  padding: 12px;
}

.anchor-section .table td a {
  font-weight: 700;
  letter-spacing: 0;
}

@media screen and (min-width: 767px) {
  .anchor-section {
    width: min(100%, 1080px);
    margin: auto;
  }

  .anchor-section .table th {
    padding: 20px 24px;
  }

  .anchor-section .table td {
    padding: 18px 16px;
  }
}

/* qa-section */
.qa-section {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .qa-section {
    width: min(100%, 1080px);
    margin: auto;
  }
}

/* accordion */
.question {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.question summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 12px 16px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  background-color: #f4fbfd;
  border-radius: 4px;
}

.question summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-bottom: 2px solid #0163c7;
  border-right: 2px solid #0163c7;
  content: "";
  transition: transform 0.5s;
}

.question[open] summary::after {
  transform: rotate(225deg);
}

.question .answer {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 1em 1em 1em;
  transition:
    transform 0.5s,
    opacity 0.5s;
}

.question[open] .answer {
  transform: none;
  opacity: 1;
}

.question ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}

@media screen and (min-width: 767px) {
  .question summary {
    padding: 0.8em 1em;
  }
}

/* case-section */
.case-section .case .table {
  width: 100%;
  margin-bottom: 1em;
}

.case-section .case table {
  width: 100%;
  border-collapse: collapse;
}

.case-section .case .table .cell3 {
  background-color: #fafafa;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  padding: 0.5em 0;
  white-space: nowrap;
  letter-spacing: 0.04em;
  text-align: center;
}

.case-section .case .table .data {
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  padding: 0.5em 1em;
}

.case-section .case .table .data p {
  margin: 0;
}

.case-section .case .table .data .text .indent {
  text-indent: -1em;
  margin-left: 1em;
  display: block;
}

.case-section .case .maker-yellow {
  background: linear-gradient(transparent 60%, #ffe500 60%);
  font-weight: 700;
}

.case-section .item {
  border: solid 1px #dddddd;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 4px;
}

.case-section .item .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case-section .item .icon.person {
  width: max(10%, 36px);
}

.case-section .item .icon.person img {
  width: 100%;
}

.case-section .item .heading04 {
  width: 85%;
  color: #fa6436;
  font-weight: 700;
  margin: 0;
}

.case-section .item .details {
  font-weight: 700;
  padding-left: 2em;
  position: relative;
  margin: 0.5em 0;
}

.case-section .item .details .icon.fill {
  width: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.case-section .item .details .icon.fill img {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .case-section {
    width: min(100%, 1080px);
    margin: auto;
  }

  .case-section .item {
    padding: 1.8em 1.8em 1.2em 1.8em;
    margin-bottom: 1.2em;
  }

  .case-section .item .icon.person {
    width: 36px;
  }

  .case-section .item .heading04 {
    width: calc(100% - 50px);
  }
}

/* description-section */
.description-section .text {
  padding: 0;
}

.main-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0;
}

.main-logo img {
  width: 160px;
  max-width: 90vw;
  height: auto;
  display: block;
}

@media screen and (min-width: 767px) {
  .description-section {
    width: min(100%, 1080px);
    margin: auto;
  }

  .description-section .text {
    padding: 0 2em;
  }

  .main-logo {
    margin: 24px 0;
  }

  .main-logo img {
    width: 180px;
  }
}

/* search-adviser-section */
.search-adviser-section .tabs {
  border-collapse: collapse;
  border-right: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.search-adviser-section .tab-label {
  border: solid 1px #dddddd;
  border-bottom: none;
  display: table-cell;
  width: calc(100% / 3);
  text-align: center;
  padding: 0.5em;
  font-weight: 700;
  font-size: 13px;
  order: -1;
  box-sizing: border-box;
}

.search-adviser-section .tab-content {
  width: 100%;
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.search-adviser-section .item {
  border: solid 1px #dddddd;
  padding: 1em 1em;
  margin-bottom: 1em;
}

.search-adviser-section .tab-switch:checked + .tab-label {
  background: #f3f8fd;
  color: #0163c7;
  border-bottom: 2px solid #0163c7;
}

.search-adviser-section .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  display: block;
  opacity: 1;
}

.search-adviser-section .tab-switch {
  display: none;
}

.search-adviser-section .tab-content .details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.search-adviser-section .tab-content .details .img {
  width: 100px;
}

.search-adviser-section .tab-content .details .img img {
  width: 100%;
}

.search-adviser-section .tab-content .details .detail {
  width: calc(100% - 110px);
}

.search-adviser-section .tab-content .details .ranking {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.search-adviser-section .tab-content .details .ranking .icon-crown {
  width: 25px;
  height: 16px;
  background-image: url(../img/icon_crown_gold.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 0.2em;
}

.search-adviser-section .tab-content .details .ranking .icon-crown.silver {
  background-image: url(../img/icon_crown_sliver.png);
}

.search-adviser-section .tab-content .details .ranking .icon-crown.copper {
  background-image: url(../img/icon_crown_copper.png);
}

.search-adviser-section .tab-content .details .name {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.search-adviser-section .tab-content .details .jobs {
  font-size: 12px;
  margin: 0;
}

.search-adviser-section .heading05 {
  color: #0163c7;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}

.search-adviser-section .text {
  border-top: solid 1px #ddd;
  padding-top: 1em;
  margin: 0.5em 0 0 0;
}

@media screen and (min-width: 767px) {
  .search-adviser-section {
    width: min(100%, 1080px);
    margin: auto;
  }

  .search-adviser-section .tab-content .details {
    margin-bottom: 0.6em;
  }

  .search-adviser-section .tab-label {
    padding: 1em;
  }

  .search-adviser-section .tab-switch:checked + .tab-label {
    border-bottom: solid 4px #0163c7;
  }

  .search-adviser-section .item {
    padding: 32px 24px;
  }

  .search-adviser-section .tab-content .details .ranking {
    margin-bottom: 0.4em;
  }

  .search-adviser-section .tab-content .details .name {
    margin-bottom: 0.4em;
  }
}

/* form-section */
* + .form-section {
  margin-top: 40px;
}

.form-text {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}

.form-text span {
  display: block;
}

.form-text .emphasis {
  color: #0163c7;
}

.form-text + .btn {
  margin-top: 30px;
}

* + #form-section {
  margin-bottom: 54px;
}

@media screen and (min-width: 767px) {
  .form-section {
    width: min(100%, 1080px);
    margin: auto;
  }

  * + #form-section {
    margin-top: 20px;
  }

  .form-text {
    font-size: 40px;
  }
}

/* consultation-section */
.consultation-section h3.headline03 {
  font-size: 14px;
  line-height: 1.6;
}

.consultation-section .body {
  line-height: 1.8;
}

.consultation-section .descriptions {
  border: solid 1px #ecc6b1;
  padding: 1em;
  margin: 1em 0 2em 0;
  line-height: 1.8;
  border-radius: 4px;
}

.consultation-section .descriptions .term {
  margin: 0;
  color: #fa6436;
  font-weight: 700;
  position: relative;
  padding-left: 2.4em;
}

.consultation-section .descriptions .term .icon.fill {
  width: 28px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.consultation-section .descriptions .term .icon.fill img {
  width: 100%;
}

.consultation-section .descriptions .details {
  margin: 0;
}

@media screen and (min-width: 767px) {
  .consultation-section {
    width: min(100%, 1080px);
    margin: auto;
  }

  .consultation-section .descriptions {
    padding: 12px 24px;
  }
}

/* company-section */
.company-section .contents {
  border: solid 1px #dddddd;
  padding: 1em;
  border-radius: 4px;
}

.company-section .heading {
  font-weight: 700;
  margin: 0;
}

.company-section .logo {
  width: 100%;
  max-width: 252px;
}

.company-section .logo img {
  width: 100%;
}

.company-section .text {
  margin: 0;
  font-size: 13px;
}

.company-section .detail {
  margin: 1em 0 0 0;
  display: flex;
  justify-content: space-between;
}

.company-section .detail .img {
  width: 34%;
}

.company-section .detail .img img {
  width: 100%;
}

.company-section .detail .text-area {
  width: 60%;
  font-size: 13px;
}

.company-section .detail .text-large {
  margin: 0;
  font-weight: 700;
}

@media screen and (min-width: 767px) {
  .company-section {
    width: min(100%, 1080px);
    margin: auto;
  }

  .company-section .contents {
    padding: 24px 40px;
  }

  .company-section .details {
    display: flex;
  }

  .company-section .text-area {
    width: 50%;
  }

  .company-section .detail {
    width: 50%;
    margin: 0;
  }

  .company-section .detail .img {
    width: 120px;
  }

  .company-section .detail .text-area {
    width: calc(100% - 120px - 32px);
  }
}

/* footer */
.adlp-202508 .footer {
  border-top: 2px solid #ccc;
  background-color: #eee;
  margin: 1em 0 0 0;
  padding: 2em 1em;
  text-align: center;
}

.adlp-202508 .footer .links {
  font-size: 12px;
  font-weight: 400;
}

.adlp-202508 .copyrights {
  font-size: 10px;
}

@media screen and (min-width: 767px) {
  .adlp-202508 .footer {
    padding: 32px 1em;
  }

  .adlp-202508 .footer .links {
    font-size: 16px;
  }

  .adlp-202508 .footer .pc {
    display: inline-block;
  }

  .adlp-202508 .copyrights {
    font-size: 12px;
  }
}
