@charset "UTF-8";
/**********************
共通css
***********************/
body {
  background-color: #fafafa;
  color: #3d3e4c;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}

p {
  margin: 0;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  width: 100%;
  height: auto;
}

.content-wrap {
  margin: 0 auto;
  width: 95%;
  max-width: 1300px;
}

#content {
  position: relative;
  margin: 0;
}

.SP-only {
  display: none;
}

.S-SP-only {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus,
  a:visited:hover,
  a:visited:focus {
    color: #fff;
  }
}
/**********************
ヘッダー
***********************/
header.header {
  position: absolute;
  top: 0;
  background-color: transparent;
  width: 100%;
}

.header-content {
  position: relative;
  width: 95%;
  min-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.logo-content {
  width: 20%;
  min-width: 150px;
  max-width: 350px;
}
.logo-content img {
  width: 100%;
  height: auto;
}

.btn-container {
  position: fixed;
  right: 2.5%;
  top: 20px;
  z-index: 100;
}

.btn-container a {
  display: inline-block;
  width: 100px;
  outline: none;
  transition: all 0.3s;
}

.btn-container a:not(:last-child) {
  margin-right: 20px;
}

@media (hover: hover) and (pointer: fine) {
  .btn-container a:hover {
    opacity: 0.7;
  }
}
.contact-btn-content.is-in {
  opacity: 0;
  visibility: hidden;
}

/**********************
トップビュー
***********************/
section.top-section {
  height: 100vh;
  min-height: 650px;
  overflow: hidden;
}

.top-content {
  position: relative;
  top: 50%;
  translate: 0 -50%;
}
.top-content img {
  width: 100%;
  height: auto;
}

.top-text-img {
  width: 50%;
}

.top-illust {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: 0 -50%;
  width: 65%;
}

.top-decoration img {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  min-width: 245px;
  z-index: -1;
}

/**********************
お悩みについて
***********************/
section.problem-section {
  line-height: 100%;
}

.problem-content {
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
  line-height: initial;
}

.problem-main-text-box {
  text-align: center;
}
.problem-main-text-box p {
  font-weight: bold;
  font-size: 35px;
}
.problem-main-text-box h1 {
  margin: 5px 0 0;
  font-size: 60px;
}

.Problem-list-content {
  margin-top: 50px;
}
.Problem-list-content li {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding-left: 2.5em;
}
.Problem-list-content li:not(:last-child) {
  margin-bottom: 30px;
}
.Problem-list-content li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(../images/check-mark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.title-color-P {
  color: #e950cb;
}

.text-color-LP {
  color: #b489e4;
}

.problem-illust {
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 45%;
  z-index: -1;
}

/**********************
お悩み解決
***********************/
section.resolution-section {
  background-image: linear-gradient(145deg, rgb(243, 223, 244) 25%, rgb(166, 221, 254) 75%);
}

.resolution-content {
  text-align: center;
  padding: 100px 0;
}

.resolution-main-text-box p {
  font-weight: bold;
  font-size: 35px;
}
.resolution-main-text-box h1 {
  margin: 5px 0 0;
  font-size: 60px;
}

.resolution-list-content {
  /*
  ul {
    display: flex;
    justify-content: space-between;
    height: 24vw;
    max-height: 325px;
    min-height: 230px;
    margin-top: 80px;
  }

  li {
    position: relative;
    width: 24vw;
    max-width: 325px;
    min-width: 230px;
    text-align: center;
    letter-spacing: 0.1em;

    p {
      position: relative;
      top: 50%;
      translate: 0 -50%;
      font-size: 30px;
      font-weight: 800;
    }
  }

  li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
  }*/
}
.resolution-list-content img {
  margin-top: 80px;
}

/**********************
申請実績
***********************/
.performance-content {
  text-align: center;
  padding: 100px 0;
}

.performance-text-box-01 p {
  font-weight: bold;
  font-size: 35px;
}
.performance-text-box-01 .text-bg {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 15px;
  margin-top: 10px;
  color: #fff;
  background-image: linear-gradient(91deg, rgb(180, 137, 228) 10%, rgb(159, 221, 255) 90%);
}

.performance-text-box-02 {
  margin-top: 30px;
}
.performance-text-box-02 h3 {
  font-size: 50px;
  margin: 0;
}

.performance-list-content {
  margin-top: 100px;
}
.performance-list-content h3 {
  font-size: 60px;
  margin: 30px 0;
}
.performance-list-content ul {
  width: 80%;
  margin: auto;
}
.performance-list-content li {
  display: flex;
  text-align: start;
  align-items: center;
  background-color: #e5f5fe;
  border-radius: 9999px;
}
.performance-list-content li img {
  width: 10%;
}
.performance-list-content li p {
  font-size: 40px;
  font-weight: bold;
  line-height: 100%;
  margin-left: 1em;
  margin-top: -8px;
}
.performance-list-content li p .appeal-text {
  font-size: 130%;
  margin: 10px;
}
.performance-list-content li:not(:last-child) {
  margin-bottom: 20px;
}

/**********************
申請のながれ
***********************/
section.flow-section {
  background-image: linear-gradient(135deg, rgb(243, 223, 244) 30%, rgb(159, 221, 255) 100%);
}

.flow-content {
  text-align: center;
  padding: 70px 0 50px;
}
.flow-content h3 {
  font-size: 60px;
  margin: 0 0 60px;
}

.flow-list-content {
  text-align: start;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.flow-list-content li {
  display: flex;
  align-items: center;
}
.flow-list-content li:not(last-child) {
  margin-bottom: 50px;
}
.flow-list-content li:nth-child(even) {
  margin-left: 5em;
}

.flow-number {
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #b388e4;
}
.flow-number p {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 100%;
  z-index: 1;
}
.flow-number .number {
  font-size: 35px;
}

.flow-number:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 0;
}

.flow-number:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 100%;
  translate: -50% -50%;
  display: block;
  width: 50px;
  border-bottom: 5px dotted #fff;
  transform: rotate(45deg);
  z-index: 0;
}

li:nth-child(even) .flow-number:after {
  left: 0;
  transform: rotate(-45deg);
}

li:nth-child(even):last-child .flow-number:after {
  border: none;
}

.flow-text {
  font-size: 35px;
  font-weight: bold;
  margin-left: 2em;
  color: #fff;
}

/**********************
よくある質問
***********************/
/**********************
アコーディオン
***********************/
.FAQ-content {
  padding: 70px 0;
}
.FAQ-content h1 {
  font-size: 60px;
  margin: 0 0 30px;
  text-align: center;
}

.accordion_area .accordion_one .ac_header {
  border-bottom: 10px solid #ccc;
  -o-border-image: linear-gradient(90deg, rgb(180, 137, 228) 20%, rgb(159, 221, 255) 80%);
     border-image: linear-gradient(90deg, rgb(180, 137, 228) 20%, rgb(159, 221, 255) 80%);
  border-image-slice: 1;
  padding: 0.5rem 4rem 1rem 2rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
  opacity: 0.7;
}

.accordion_area .accordion_one .ac_header.open {
  margin: 0;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 30px;
  height: 30px;
  margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 5px solid #9fddff;
  width: 30px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 5px solid #9fddff;
  width: 0;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 12px;
  transition: 0.3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 0.5rem 4rem 2rem 2rem;
  box-sizing: border-box;
  color: #9fddff;
}

/*=========
faq
=========*/
.p-faq__headinner::before,
.p-faq__bodyinner::before {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.p-faq__headinner {
  display: block;
  padding-left: 3.5em;
  position: relative;
  line-height: 1.5;
}

.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #b388e4;
  font-size: 45px;
  font-weight: bold;
  top: 50%;
  translate: 0 -50%;
}

.p-faq__headinner p.p-faq__q-txt {
  font-size: 30px;
  font-weight: bold;
  color: #b388e4;
}

.p-faq__bodyinner {
  display: block;
  padding-left: 3.5em;
  position: relative;
  line-height: 1.5;
}

.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A";
  color: #9fddff;
  font-size: 45px;
  font-weight: bold;
  top: 50%;
  translate: 0 -50%;
}

.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 30px;
  font-weight: bold;
}

.p-faq__a-txt a {
  font-size: 18px;
  transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .p-faq__a-txt a:hover {
    color: #f01d4f;
    opacity: 0.6;
    text-decoration: none;
  }
}
/***********************
フッター
***********************/
.footer {
  position: absolute;
  bottom: 0;
  background-color: transparent;
  color: #fff;
  width: 100%;
}

.footer-content {
  height: 80px;
}

p.copyright {
  position: relative;
  top: 50%;
  translate: 0 -50%;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

/*========= ページトップのためのCSS ===============*/
.line-btn-content {
  margin-bottom: 20px;
}

/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b388e4;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 35px;
  transition: all 0.3s;
  outline: none;
}

@media (hover: hover) and (pointer: fine) {
  #page-top a:hover {
    opacity: 0.7;
  }
}
#page-top a.line-btn {
  width: 100px;
  height: 100px;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 2.5%;
  bottom: 30px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

/*　上に上がる動き　*/
#page-top.UpMove {
  opacity: 1;
  visibility: visible;
}

/*　下に下がる動き　*/
#page-top.DownMove {
  opacity: 0;
  visibility: hidden;
}

/*---- 下層ページのフッター ----*/
footer.footer.contact-footer {
  position: relative;
  color: #5c6b80;
}

@media screen and (max-width: 1100px) {
  .problem-illust {
    width: 40%;
  }
}
@media screen and (max-width: 950px) {
  /**********************
  ヘッダー
  ***********************/
  .contact-btn-content a {
    font-size: 20px;
  }
  /**********************
  トップビュー
  ***********************/
  section.top-section {
    height: 80vh;
    max-height: 800px;
  }
  /**********************
  お悩みについて
  ***********************/
  .problem-content {
    padding-bottom: 0;
  }
  .problem-illust {
    position: relative;
    width: 50%;
    min-width: 250px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  /**********************
  共通css
  ***********************/
  .SP-only {
    display: block;
  }
  /**********************
  ヘッダー
  ***********************/
  .contact-btn-content a {
    font-size: 16px;
  }
  .btn-container a {
    width: 80px;
  }
  .btn-container a:not(:last-child) {
    margin-right: 15px;
  }
  /**********************
  トップビュー
  ***********************/
  section.top-section {
    height: 70vh;
    min-height: 600px;
  }
  .top-decoration img {
    top: -70px;
  }
  /**********************
  お悩みについて
  ***********************/
  .problem-main-text-box p {
    font-size: 3.91vw;
  }
  .problem-main-text-box h1 {
    font-size: 7.16vw;
  }
  .Problem-list-content li {
    font-size: 3.26vw;
  }
  /**********************
  お悩み解決
  ***********************/
  .resolution-content {
    padding: 60px 0;
  }
  .resolution-main-text-box p {
    font-size: 3.91vw;
  }
  .resolution-main-text-box h1 {
    font-size: 7.16vw;
  }
  .resolution-list-content img {
    margin-top: 50px;
  }
  /**********************
  申請実績
  ***********************/
  .performance-content {
    text-align: center;
    padding: 60px 0;
  }
  .performance-text-box-01 p {
    font-size: 3.91vw;
  }
  .performance-text-box-02 h3 {
    font-size: 5.86vw;
  }
  .performance-list-content {
    margin-top: 100px;
  }
  .performance-list-content h3 {
    font-size: 7.16vw;
  }
  .performance-list-content li p {
    font-size: 4.04vw;
  }
  /**********************
  申請のながれ
  ***********************/
  .flow-content h3 {
    font-size: 7.16vw;
  }
  .flow-text {
    font-size: 3.91vw;
  }
  /**********************
  よくある質問
  ***********************/
  .FAQ-content h1 {
    font-size: 7.16vw;
  }
  .p-faq__headinner p.p-faq__q-txt,
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 3.26vw;
  }
  .p-faq__headinner::before,
  .p-faq__bodyinner::before {
    font-size: 5.21vw;
  }
  .p-faq__a-txt a {
    font-size: 14px;
  }
  /**********************
  フッター
  ***********************/
  .footer-content {
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  /**********************
  共通css
  ***********************/
  .content-wrap {
    width: 90%;
  }
  .S-SP-only {
    display: block;
  }
  .PC-only {
    display: none;
  }
  /**********************
  ヘッダー
  ***********************/
  .contact-btn-content {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    translate: -50% 0;
    width: 100%;
    text-align: center;
  }
  .contact-btn-content a {
    width: 100%;
    border-radius: unset;
  }
  .btn-container a {
    width: 30%;
    text-align: center;
    padding: 10px 0;
  }
  .btn-container a:not(:last-child) {
    margin-right: 3%;
  }
  .btn-container {
    width: 100%;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    background-color: #fff;
    text-align: center;
  }
  .btn-container a img {
    position: relative;
    width: 60%;
    line-height: 100%;
    vertical-align: sub;
    margin-bottom: -4px;
  }
  /**********************
  トップビュー
  ***********************/
  section.top-section {
    height: 90vh;
    min-height: unset;
  }
  .top-content {
    top: calc(50% + 5vh);
  }
  .top-text-img {
    width: 90%;
    margin: auto;
  }
  .top-illust {
    position: relative;
    top: auto;
    left: auto;
    translate: unset;
    margin: auto;
    width: 85%;
  }
  .top-decoration img {
    width: 70%;
    min-width: 240px;
    top: -95px;
    left: -22px;
    transform: rotate(14deg);
  }
  /**********************
  お悩みについて
  ***********************/
  .problem-main-text-box p {
    font-size: 18px;
  }
  .problem-main-text-box h1 {
    font-size: 25px;
  }
  .Problem-list-content li:before {
    width: 20px;
    height: 20px;
  }
  .Problem-list-content li {
    font-size: 16px;
  }
  .Problem-list-content li:not(:last-child) {
    margin-bottom: 15px;
  }
  .Problem-list-content li:not(:last-child).line-blank {
    margin-bottom: 15px;
  }
  /**********************
  お悩み解決
  ***********************/
  .resolution-main-text-box p {
    font-size: 18px;
  }
  .resolution-main-text-box h1 {
    font-size: 25px;
    margin-top: 15px;
  }
  .resolution-list-content img {
    margin-top: 30px;
  }
  /**********************
  申請実績
  ***********************/
  .performance-list-content {
    margin-top: 50px;
  }
  .performance-list-content h3 {
    font-size: 30px;
  }
  .performance-list-content ul {
    width: 100%;
  }
  .performance-list-content li p {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-left: 0.5em;
    margin-top: -3px;
  }
  /**********************
  申請のながれ
  ***********************/
  .flow-content {
    padding: 50px 0 30px;
  }
  .flow-content h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .flow-list-content li:not(last-child) {
    margin-bottom: 40px;
  }
  .flow-list-content li:nth-child(even) {
    margin-left: 3em;
  }
  .flow-number:before {
    width: 70px;
    height: 70px;
  }
  .flow-number p {
    font-size: 20px;
  }
  .flow-number .number {
    font-size: 25px;
  }
  .flow-text {
    font-size: 20px;
  }
  /**********************
  よくある質問
  ***********************/
  .FAQ-content h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .p-faq__headinner::before,
  .p-faq__bodyinner::before {
    font-size: 25px;
    line-height: 100%;
    top: 10px;
  }
  .accordion_area .accordion_one .ac_header {
    border-bottom: 5px solid #ccc;
    padding: 10px 30px 10px 10px;
  }
  .p-faq__headinner,
  .p-faq__bodyinner {
    padding-left: 2em;
  }
  .p-faq__headinner p.p-faq__q-txt,
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 16px;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.5rem;
    width: 20px;
    height: 20px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 20px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 20px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 10px 30px 10px 10px;
  }
  /**********************
  フッター
  ***********************/
  #page-top a {
    display: none;
  }
}/*# sourceMappingURL=my-custom.css.map */