@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* Break Point */
/* Color */
body {
  font-weight: 400;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

a {
  color: #3699f3;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

h2,
h3,
h4 {
  line-height: 1.3;
}

#header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .headerLogo a {
  display: block;
}
#header .headerBtn .sindanBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001580;
  font-weight: 700;
  background: #DE46F5;
  background: linear-gradient(247deg, rgb(222, 70, 245) 0%, rgb(161, 95, 237) 49%, rgb(97, 184, 255) 100%);
  text-decoration: none;
}
#header .headerBtn .contactBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #535c80;
  color: #fff;
  font-weight: 500;
  position: relative;
}

main a[target=_blank] {
  text-decoration: underline;
  color: #0000ff;
}
main a[target=_blank]:after {
  content: "";
  display: inline-block;
  background: url("../images/icon_blank.svg") no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
  position: relative;
}

#mv .mvTextWrap .obi p {
  display: inline-block;
  background: #DE46F5;
  background: linear-gradient(247deg, rgb(222, 70, 245) 0%, rgb(161, 95, 237) 49%, rgb(97, 184, 255) 100%);
  color: #fff;
  font-weight: 900;
  border-radius: 5px;
}
#mv .mvTextWrap .mvTitle {
  font-weight: 900;
  color: #001580;
  line-height: 1;
}
#mv .mvTextWrap .mvText {
  color: #001580;
  font-weight: 500;
}
#mv .mvTextWrap .mvBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001580;
  font-weight: 900;
  background: #DE46F5;
  background: linear-gradient(247deg, rgb(222, 70, 245) 0%, rgb(161, 95, 237) 49%, rgb(97, 184, 255) 100%);
  line-height: 1;
  position: relative;
  box-shadow: 0px 0px 9px 0px rgba(140, 33, 81, 0.4);
  text-decoration: none;
}
#intro h3 {
  text-align: center;
  font-weight: 900;
  color: #001580;
}
#intro .introList li {
  background-color: #fff;
  box-shadow: 0px 0px 9px 0px rgba(140, 137, 206, 0.4);
}
#intro .introList li p {
  font-weight: 700;
  line-height: 1.2;
}
#intro .siteAccess .siteAccessText p {
  font-weight: 500;
}
#intro .siteAccess .siteAccessText h2 {
  font-weight: 900;
  line-height: 1.5;
}
#intro .muryoude {
  position: relative;
  text-align: center;
  color: #001580;
  font-weight: 900;
}
#intro .osusume .osusumeTitle {
  font-weight: 700;
  text-align: center;
  position: relative;
}
#intro .osusume .osusumeTitle:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #eeedf5;
  position: absolute;
  top: calc(50% - 1px);
}
#intro .osusume dl dd {
  font-weight: 900;
  color: #001580;
}

.cvWrap .fukidashi {
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.cvWrap .cvBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001580;
  font-weight: 900;
  background: #DE46F5;
  background: linear-gradient(247deg, rgb(222, 70, 245) 0%, rgb(161, 95, 237) 49%, rgb(97, 184, 255) 100%);
  line-height: 1;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(9, 22, 89, 0.5);
  text-decoration: none;
}

#service {
  background-color: #eeedf5;
}
#service h2 {
  font-weight: 900;
  color: #001580;
  text-align: center;
  line-height: 1.7;
}
#service .serviceIntro ul li {
  font-weight: 700;
  background-color: #fff;
  position: relative;
}
#service .serviceCont h3 {
  color: #001580;
  font-weight: 900;
  position: relative;
}
#service .serviceCont .table {
  border: 1px solid #b6c0f1;
  overflow: hidden;
  text-align: left;
}
#service .serviceCont .table th {
  background-color: #e0f0ff;
  font-weight: 700;
}
#service .serviceCont .table th:not(:last-of-type) {
  border-right: 1px solid #b6c0f1;
}
#service .serviceCont .table td {
  background-color: #fff;
  border-top: 1px solid #b6c0f1;
}
#service .serviceCont .table td:not(:last-of-type) {
  border-right: 1px solid #b6c0f1;
}
#service .serviceCont .table td.bdsh {
  border-top: 1px dashed #b6c0f1;
}
#service .serviceCont .table td dl {
  display: flex;
  align-items: center;
}
#service .serviceCont .table td dl dt {
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
}
#service .serviceCont .table td dl dt.sumi {
  background-color: #ffefb1;
}
#service .serviceCont .table td dl dt.mi {
  background-color: #eeedf5;
}
#service .serviceCont .table td dl dd {
  flex: 1;
}
#service .shindanCont h3 {
  color: #001580;
  font-weight: 900;
  position: relative;
}
#service .shindanCont .shindanList li {
  position: relative;
}
#service .shindanCont .shindanList li figure {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service .shindanCont .shindanList li h4 {
  font-weight: 700;
  color: #001580;
}
#service .shindanCont .shindanList li p {
  font-weight: 500;
}
#service .shindanCont .kome {
  color: #636367;
}
#service .shindanCont .kome li {
  text-indent: -1em;
  padding-left: 1em;
}
#service .shindanCont .kome li:before {
  content: "※";
}

#kadai .wakumidashi {
  text-align: center;
}
#kadai .wakumidashi span {
  display: inline-block;
  background: #DE46F5;
  background: linear-gradient(247deg, rgb(222, 70, 245) 0%, rgb(161, 95, 237) 49%, rgb(97, 184, 255) 100%);
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  line-height: 1;
}
#kadai h2,
#kadai .title {
  font-weight: 900;
  color: #001580;
  text-align: center;
}
#kadai h2 + p,
#kadai .title + p {
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}
#kadai .shindanStep li {
  border-radius: 50%;
  background-color: #eeedf5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
#kadai .naze h3 {
  text-align: center;
}
#kadai .naze h3 span {
  display: inline-block;
  font-weight: 900;
  border-bottom: 1px solid #222222;
  position: relative;
}
#kadai .naze h3 + p {
  line-height: 1.8;
}
#kadai .naze .nazeWrap {
  box-shadow: 0px 0px 9px 0px rgba(140, 137, 206, 0.4);
}
#kadai .naze .nazeWrap .before p:nth-of-type(1) {
  font-weight: 700;
}
#kadai .naze .nazeWrap .before p:nth-of-type(2) {
  font-weight: 700;
}
#kadai .naze .nazeWrap .before ul {
  border-radius: 3px;
  background-color: #eeedf5;
  font-weight: 500;
}
#kadai .naze .nazeWrap .before ul li {
  position: relative;
}
#kadai .naze .nazeWrap .after p {
  font-weight: 700;
}
#kadai .naze .nazeWrap .after p span {
  background: linear-gradient(transparent 90%, #ffd83b 10%);
}
#kadai .naze .nazeWrap .after ul li {
  border-bottom: 1px solid #eeedf5;
  font-weight: 500;
}
#kadai .naze .nazeWrap .after ul li span {
  display: inline-block;
  flex: none;
}
#kadai .lastText p:nth-of-type(1) {
  font-weight: 900;
}
#kadai .lastText p:nth-of-type(2) {
  font-weight: 900;
  color: #001580;
}
#kadai .lastText p:nth-of-type(2) span {
  background: linear-gradient(transparent 80%, #ffd83b 20%);
}

#qa {
  background-color: #eeedf5;
}
#qa h2 {
  text-align: center;
  font-weight: 900;
  position: relative;
}
#qa .qaList > div {
  border-radius: 5px;
  background-color: #fff;
}
#qa .qaList dt {
  font-weight: 700;
  color: #001580;
  position: relative;
}
#qa .qaList dd {
  line-height: 1.8;
}

#contact h2,
#contact .lead {
  color: #fff;
  font-weight: 900;
  text-align: center;
}
#contact .formWrap {
  border-radius: 5px;
  background-color: #fff;
}
#contact .formWrap h3,
#contact .formWrap .title {
  font-weight: 900;
  text-align: center;
}
#contact .formWrap h3 + p,
#contact .formWrap .title + p {
  text-align: center;
}
#footer {
  background-color: #282828;
  color: #fff;
}
#footer .footerInfo .footerLogo {
  display: flex;
  align-items: center;
  gap: 15px;
}
#footer .footerInfo .infoText {
  line-height: 2;
}
#footer .footerbottom {
  text-align: right;
}
#footer .footerbottom a {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 13px;
    padding-top: 50px;
  }
  .tel {
    color: #001580;
    text-decoration: underline;
  }
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
  .commonInner {
    padding: 0 20px;
    max-width: 732px;
    margin: 0 auto;
  }
  * + .caption {
    margin-top: 6px;
  }
  .caption {
    font-size: 12px;
  }
  #header {
    height: 50px;
    padding: 0 20px;
  }
  #header .headerLogo {
    padding-top: 6px;
  }
  #header .headerLogo img {
    width: 170px;
  }
  #header .headerBtn .sindanBtn {
    display: none;
  }
  #header .headerBtn .contactBtn {
    width: 110px;
    height: 30px;
    border-radius: 15px;
    font-size: 11px;
  }
  .floatingBtnWrap {
    padding: 10px 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    opacity: 1;
    transition: opacity 0.4s ease;
    background: #DE46F5;
    background: linear-gradient(220deg, rgba(235, 172, 248, 0.8) 0%, rgba(183, 222, 255, 0.8) 100%);
  }
  .floatingBtnWrap.hide {
    opacity: 0;
    pointer-events: none;
  }
  .floatingBtnWrap .floatingBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #001580;
    font-weight: 700;
    background: #DE46F5;
    background: linear-gradient(247deg, rgb(222, 70, 245) 0%, rgb(161, 95, 237) 49%, rgb(97, 184, 255) 100%);
    width: 80%;
    height: 42px;
    border-radius: 14px;
    font-size: 15px;
    margin: 0 auto;
    box-shadow: 0 0 15px 0 rgba(50, 49, 71, 0.3);
  }
  .floatingBtnWrap .floatingBtn .btnIn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: #fff;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    gap: 9px;
    padding: 0 50px;
    position: relative;
  }
  .floatingBtnWrap .floatingBtn .btnIn:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #001580;
    border-right: solid 2px #001580;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    transition: 0.3s;
  }
  .floatingBtnWrap .floatingBtn .muryou {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffd83b;
    border-radius: 5px;
    padding: 0px 7px;
    text-align: center;
    transition: none;
    color: #001580 !important;
    position: absolute;
    left: 8px;
    top: calc(50% - 10px);
  }
  main {
    background: url(../images/top_bg_sc.webp) no-repeat top center;
    background-size: 100% auto;
  }
  main a[target=_blank]:after {
    width: 10px;
    height: 10px;
    margin-inline: 2px;
    margin-bottom: 2px;
  }
  #mv {
    padding-top: 30px;
    text-align: center;
  }
  #mv .mvInner {
    padding: 0 20px;
  }
  #mv .mvTextWrap .aiLogo img {
    width: 90px;
  }
  #mv .mvTextWrap .obi p {
    margin-top: 10px;
    font-size: 17px;
    padding: 3px 12px;
  }
  #mv .mvTextWrap .mvTitle {
    margin-top: 15px;
    font-size: 19px;
  }
  #mv .mvTextWrap .mvTitle span {
    font-size: 34px;
  }
  #mv .mvTextWrap .mvText {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
  }
  #mv .mvTextWrap .mvBtn {
    margin-top: 20px;
  }
  #mv .mvTextWrap .mvBtn a {
    width: 210px;
    height: 44px;
    border-radius: 21px;
    font-size: 17px;
    margin: 0 auto;
  }
  #mv .mvTextWrap .mvBtn a small {
    font-size: 13px;
    transform: translateY(2px);
  }
  #mv .mvTextWrap .mvBtn a > span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background-color: #fff;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    padding-right: 40px;
    padding-left: 35px;
    position: relative;
  }
  #mv .mvTextWrap .mvBtn a > span:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/arrow_btm.webp) no-repeat;
    background-color: #e4e3ff;
    background-size: 9px auto;
    background-position: top 8px center;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 10px);
    right: 7px;
  }
  #mv .mvTextWrap .mvBtn a img {
    width: 36px;
    position: absolute;
    top: -3px;
    left: -5px;
  }
  #mv figure {
    text-align: center;
    margin-top: 5px;
  }
  #mv figure img {
    width: 90%;
    max-width: 375px;
  }
  #intro {
    padding-bottom: 30px;
    position: relative;
  }
  #intro:after {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    bottom: -24px;
    left: 0;
  }
  #intro h3 {
    margin-top: 50px;
  }
  #intro .introList {
    margin-top: 25px;
  }
  #intro .introList li {
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 30px 15px 30px 24px;
  }
  #intro .introList li + li {
    margin-top: 15px;
  }
  #intro .introList li img {
    width: 90px;
  }
  #intro .introList li p span {
    font-size: 17px;
    color: #001580;
    display: block;
    margin-top: 5px;
  }
  #intro .siteAccess .siteAccessText p {
    font-size: 13px;
  }
  #intro .siteAccess .siteAccessText h2 {
    font-size: 15px;
  }
  #intro .siteAccess figure {
    margin-top: 25px;
  }
  #intro .muryoude {
    margin-top: 35px;
    padding-top: 40px;
    font-size: 18px;
  }
  #intro .muryoude:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    border-top: 17px solid rgba(54, 153, 242, 0.4);
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: calc(50% - 32px);
  }
  #intro .osusume {
    margin-top: 30px;
    border-bottom: 2px solid #eeedf5;
    padding-bottom: 20px;
  }
  #intro .osusume .osusumeTitle {
    font-size: 15px;
  }
  #intro .osusume .osusumeTitle span {
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  #intro .osusume .osusumeTitle span img {
    width: 19px;
    vertical-align: baseline;
    margin-right: 3px;
    transform: translateY(1px);
  }
  #intro .osusume dl {
    padding-top: 20px;
  }
  #intro .osusume dl > div {
    display: flex;
    align-items: center;
    gap: 17px;
  }
  #intro .osusume dl > div + div {
    margin-top: 19px;
  }
  #intro .osusume dl dt {
    width: 70px;
  }
  #intro .osusume dl dd {
    font-size: 16px;
  }
  .cvWrap {
    background: url(../images/shindan_bg_sp.webp) no-repeat center/cover;
  }
  .cvWrap.narrow .cvInner {
    padding-top: 35px;
  }
  .cvWrap .cvInner {
    padding: 50px 20px 28px;
    background: url(../images/illust_1.webp) no-repeat;
    background-size: 58px auto;
    background-position: bottom right;
  }
  .cvWrap .fukidashi {
    font-size: 13px;
  }
  .cvWrap .fukidashi span {
    display: inline-block;
    padding: 0 17px;
    position: relative;
  }
  .cvWrap .fukidashi span:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 1px;
    transform: rotate(-25deg);
  }
  .cvWrap .fukidashi span:after {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 1px;
    transform: rotate(25deg);
  }
  .cvWrap .cvBtn {
    margin-top: 14px;
  }
  .cvWrap .cvBtn a {
    width: 260px;
    height: 55px;
    border-radius: 28px;
    font-size: 21px;
    margin: 0 auto;
    text-align: center;
  }
  .cvWrap .cvBtn a small {
    font-size: 16px;
    transform: translateY(1px);
  }
  .cvWrap .cvBtn a > span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    background-color: #fff;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    padding: 0 45px 0 55px;
    position: relative;
  }
  .cvWrap .cvBtn a > span:before {
    content: "";
    width: 9px;
    height: auto;
    aspect-ratio: 12/8;
    background: url(../images/arrow_btm.webp) no-repeat center/cover;
    position: absolute;
    top: calc(50% - 3px);
    right: 18px;
  }
  .cvWrap .cvBtn a > span:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/curcle_text.webp) no-repeat center/cover;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 15px);
    right: 7px;
    animation: rotateCircle 10s linear infinite;
  }
  @keyframes rotateCircle {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .cvWrap .cvBtn a img {
    width: 39px;
    position: absolute;
    top: calc(50% - 19px);
    left: 8px;
  }
  #service {
    padding: 50px 0 40px;
  }
  #service h2 {
    font-size: 16px;
  }
  #service h2 span {
    display: inline-block;
    background: linear-gradient(transparent 75%, #ffd83b 25%);
    line-height: 1.3;
    font-size: 18px;
  }
  #service h2 img {
    width: 200px;
    margin-right: 5px;
  }
  #service .serviceIntro {
    margin-top: 30px;
  }
  #service .serviceIntro ul li {
    font-size: 14px;
    padding: 10px 10px 10px 45px;
    border-radius: 10px;
  }
  #service .serviceIntro ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #cad1d9;
    border-radius: 4px;
    background: url(../images/icon_check.webp) no-repeat center;
    background-size: 16px auto;
    position: absolute;
    top: calc(50% - 10px);
    left: 13px;
  }
  #service .serviceIntro ul li:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 20px;
    background: #fff;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    position: absolute;
    bottom: -10px;
    right: 35px;
  }
  #service .serviceIntro ul li + li {
    margin-top: 15px;
  }
  #service .serviceIntro figure {
    margin-top: 25px;
    text-align: center;
  }
  #service .serviceIntro figure img {
    max-width: 220px;
  }
  #service .serviceCont {
    margin-top: 30px;
  }
  #service .serviceCont h3 {
    font-size: 17px;
    padding-left: 25px;
  }
  #service .serviceCont h3:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_midashi.webp) no-repeat center/cover;
    width: 17px;
    height: 13px;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
  }
  #service .serviceCont h3 + p {
    margin-top: 20px;
    font-weight: 500;
  }
  #service .serviceCont .table {
    margin-top: 20px;
    border-radius: 10px;
    overflow: auto;
  }
  #service .serviceCont .table table {
    width: 690px;
  }
  #service .serviceCont .table th {
    font-size: 12px;
    padding: 8px 10px;
  }
  #service .serviceCont .table td {
    padding: 15px 10px;
  }
  #service .serviceCont .table td span {
    font-weight: 700;
    background: linear-gradient(transparent 90%, #ffd83b 10%);
    line-height: 1.3;
  }
  #service .serviceCont .table td dl {
    gap: 7px;
  }
  #service .serviceCont .table td dl dt {
    font-size: 11px;
    padding: 2px 4px;
    width: 60px;
  }
  #service .shindanCont {
    margin-top: 40px;
  }
  #service .shindanCont h3 {
    font-size: 17px;
    padding-left: 25px;
  }
  #service .shindanCont h3:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_midashi.webp) no-repeat center/cover;
    width: 17px;
    height: 13px;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
  }
  #service .shindanCont .shindanList {
    margin-top: 25px;
  }
  #service .shindanCont .shindanList li {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px 15px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 9px 0px rgba(140, 137, 206, 0.4);
  }
  #service .shindanCont .shindanList li + li {
    margin-top: 15px;
  }
  #service .shindanCont .shindanList li > div {
    width: 50%;
  }
  #service .shindanCont .shindanList li:nth-of-type(1) img {
    width: 90px;
  }
  #service .shindanCont .shindanList li:nth-of-type(2) img {
    width: 80px;
  }
  #service .shindanCont .shindanList li:nth-of-type(3) img {
    width: 58px;
  }
  #service .shindanCont .shindanList li:not(:last-of-type):after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 12px;
    background: #001580;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    bottom: -8px;
    left: calc(50% - 14px);
  }
  #service .shindanCont .shindanList li .step {
    width: 27px;
    flex: none;
  }
  #service .shindanCont .shindanList li figure {
    width: calc(50% - 27px);
    flex: none;
    padding: 0 25px 0 10px;
  }
  #service .shindanCont .shindanList li h4 {
    font-size: 16px;
  }
  #service .shindanCont .shindanList li p {
    margin-top: 5px;
  }
  #service .shindanCont .kome {
    margin-top: 20px;
    font-size: 12px;
  }
  #kadai {
    padding: 50px 0 50px;
  }
  #kadai .wakumidashi span {
    font-size: 15px;
    padding: 10px 17px;
  }
  #kadai h2,
  #kadai .title {
    font-size: 19px;
    margin-top: 20px;
  }
  #kadai h2 + p,
  #kadai .title + p {
    margin-top: 20px;
  }
  #kadai .shindanStep {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
  }
  #kadai .shindanStep li {
    width: calc(33.3333333333% - 15px);
    border: 5px solid #e4e4eb;
    aspect-ratio: 1/1;
    font-size: 11px;
  }
  #kadai .shindanStep li:first-of-type {
    background-color: #e0f0ff;
    border: 5px solid #afd6fa;
    font-size: 14px;
    font-weight: 900;
    color: #001580;
  }
  #kadai .shindanStep li:first-of-type span {
    position: absolute;
    top: -23px;
    left: 0;
  }
  #kadai .shindanStep li:not(:first-of-type):before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 18px;
    background: #afd6fa;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    position: absolute;
    top: calc(50% - 9px);
    left: -20px;
  }
  #kadai .naze {
    margin-top: 40px;
  }
  #kadai .naze h3 span {
    font-size: 17px;
    padding-bottom: 4px;
  }
  #kadai .naze h3 span:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: calc(50% - 6px);
  }
  #kadai .naze h3 span:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 1px;
    background-color: #222222;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 4px);
    transform: rotate(-45deg);
  }
  #kadai .naze h3 + p {
    margin-top: 20px;
  }
  #kadai .naze .nazeWrap {
    margin-top: 20px;
    border-radius: 15px;
    padding: 30px 20px;
  }
  #kadai .naze .nazeWrap .before p:nth-of-type(1) {
    font-size: 14px;
  }
  #kadai .naze .nazeWrap .before p:nth-of-type(2) {
    font-size: 16px;
  }
  #kadai .naze .nazeWrap .before ul {
    padding: 15px 15px;
    margin: 15px 0 15px;
  }
  #kadai .naze .nazeWrap .before ul li {
    padding-left: 15px;
  }
  #kadai .naze .nazeWrap .before ul li:before {
    content: "";
    display: inline-block;
    background-color: #3699f2;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 3px;
    top: calc(50% - 2px);
  }
  #kadai .naze .nazeWrap .before ul li + li {
    margin-top: 5px;
  }
  #kadai .naze .nazeWrap .after {
    padding-top: 50px;
    position: relative;
  }
  #kadai .naze .nazeWrap .after:before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 12px;
    background: rgba(54, 153, 242, 0.4);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    top: 20px;
    left: calc(50% - 22px);
  }
  #kadai .naze .nazeWrap .after p {
    font-size: 16px;
  }
  #kadai .naze .nazeWrap .after ul {
    margin-top: 20px;
  }
  #kadai .naze .nazeWrap .after ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #kadai .naze .nazeWrap .after ul li span {
    width: 20px;
  }
  #kadai .lastText {
    margin-top: 30px;
    text-align: center;
  }
  #kadai .lastText p:nth-of-type(1) {
    font-size: 14px;
  }
  #kadai .lastText p:nth-of-type(2) {
    font-size: 19px;
    margin-top: 10px;
  }
  #qa {
    padding: 40px 0 50px;
  }
  #qa h2 {
    font-size: 17px;
    padding-bottom: 12px;
  }
  #qa h2:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 2px;
    background: #DE46F5;
    background: linear-gradient(247deg, rgb(222, 70, 245) 0%, rgb(161, 95, 237) 49%, rgb(97, 184, 255) 100%);
    position: absolute;
    bottom: 0;
    left: calc(50% - 13px);
  }
  #qa .qaList {
    margin-top: 20px;
  }
  #qa .qaList > div + div {
    margin-top: 5px;
  }
  #qa .qaList dt {
    font-size: 15px;
    padding: 20px 20px 13px 35px;
  }
  #qa .qaList dt:before {
    content: "";
    display: inline-block;
    background: url(../images/q.webp) no-repeat center/cover;
    width: 12px;
    height: auto;
    aspect-ratio: 16/19;
    position: absolute;
    left: 16px;
    top: 25px;
  }
  #qa .qaList dt {
    /*
            &:after{
                content: '';
                width: 8px;
                height: 8px;
                border: 0px;
                border-bottom: solid 2px $c_base;
                border-right: solid 2px $c_base;
                transform: rotate(45deg);
                position: absolute;
                top: calc(50% - 6px);
                right: 18px;
                transition: .3s;
            }
            &.active:after{
                transform: rotate(-135deg);
            }
            */
  }
  #qa .qaList dd {
    padding: 0px 20px 20px 35px;
  }
  #contact {
    background: url(../images/form_bg_sp.webp) no-repeat center/cover;
    padding: 30px 0 90px;
    position: relative;
  }
  #contact:before {
    content: "";
    display: inline-block;
    background: url(../images/illust_2.webp) no-repeat center/cover;
    aspect-ratio: 229/158;
    width: 110px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  #contact h2,
  #contact .lead {
    font-size: 16px;
    line-height: 1.9;
  }
  #contact h2 img,
  #contact .lead img {
    width: 170px;
    margin-right: 5px;
    transform: translateY(6px);
  }
  #contact .formWrap {
    margin-top: 15px;
    padding: 25px 20px;
  }
  #contact .formWrap h3,
  #contact .formWrap .title {
    font-size: 16px;
  }
  #contact .formWrap h3 + p,
  #contact .formWrap .title + p {
    margin-top: 10px;
  }
  #contact .formWrap .form {
    margin-top: 10px;
  }
  #footer {
    padding: 48px 0 38px;
  }
  #footer a {
    text-decoration: underline;
    color: #fff;
  }
  #footer .footerInfo .company {
    font-size: 12px;
  }
  #footer .footerInfo .footerLogo {
    font-size: 12px;
    margin-top: 10px;
  }
  #footer .footerInfo .footerLogo img {
    width: 160px;
  }
  #footer .footerInfo .infoText {
    margin-top: 20px;
    font-size: 12px;
  }
  #footer .footerbottom {
    margin-top: 40px;
    font-size: 12px;
  }
  #footer .footerbottom .copyright {
    margin-top: 10px;
  }
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    padding-top: 90px;
  }
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
  .commonInner {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
  }
  * + .caption {
    margin-top: 10px;
  }
  .caption {
    font-size: 13px;
  }
  #header {
    height: 90px;
    padding: 0 40px;
  }
  #header .headerLogo img {
    width: 270px;
  }
  #header .headerBtn {
    display: flex;
    gap: 10px;
  }
  #header .headerBtn .sindanBtn {
    width: 180px;
    height: 52px;
    border-radius: 26px;
  }
  #header .headerBtn .sindanBtn:hover .btnIn {
    background-color: transparent;
    color: #fff;
  }
  #header .headerBtn .sindanBtn:hover .btnIn:after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  #header .headerBtn .sindanBtn .btnIn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    background-color: #fff;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    gap: 9px;
    padding-right: 30px;
    position: relative;
    transition: 0.3s;
  }
  #header .headerBtn .sindanBtn .btnIn:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #001580;
    border-right: solid 2px #001580;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 17px;
    transition: 0.3s;
  }
  #header .headerBtn .sindanBtn .muryou {
    font-size: 14px;
    display: inline-block;
    background-color: #ffd83b;
    border-radius: 11px;
    padding: 0px 7px;
    text-align: center;
    transition: none;
    color: #001580 !important;
  }
  #header .headerBtn .contactBtn {
    width: 180px;
    height: 52px;
    border-radius: 26px;
    transition: 0.3s;
  }
  #header .headerBtn .contactBtn:hover {
    background-color: rgba(83, 92, 128, 0.5);
  }
  #header .headerBtn .contactBtn:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 17px;
  }
  .floatingBtnWrap {
    display: none;
  }
  main {
    background: url(../images/top_bg_pc.webp) no-repeat top center;
    background-size: 100% auto;
  }
  main a[target=_blank]:hover, main a[target=_blank]:focus-visible {
    text-decoration: none;
  }
  main a[target=_blank]:after {
    width: 12px;
    height: 12px;
    margin-inline: 3px;
    margin-bottom: 3px;
  }
  #mv {
    padding-top: 80px;
  }
  #mv .mvInner {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  #mv .mvTextWrap {
    position: relative;
    z-index: 2;
  }
  #mv .mvTextWrap .aiLogo img {
    width: 148px;
  }
  #mv .mvTextWrap .obi p {
    margin-top: 19px;
    font-size: 28px;
    padding: 3px 20px;
  }
  #mv .mvTextWrap .mvTitle {
    margin-top: 25px;
    font-size: 40px;
  }
  #mv .mvTextWrap .mvTitle span {
    font-size: 70px;
  }
  #mv .mvTextWrap .mvText {
    margin-top: 25px;
    font-size: 18px;
  }
  #mv .mvTextWrap .mvBtn {
    margin-top: 40px;
  }
  #mv .mvTextWrap .mvBtn a {
    width: 260px;
    height: 62px;
    border-radius: 30px;
    font-size: 22px;
  }
  #mv .mvTextWrap .mvBtn a:hover > span {
    background-color: transparent;
    color: #fff;
  }
  #mv .mvTextWrap .mvBtn a small {
    font-size: 16px;
    transform: translateY(3px);
  }
  #mv .mvTextWrap .mvBtn a > span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background-color: #fff;
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    padding-right: 41px;
    padding-left: 50px;
    position: relative;
    transition: 0.3s;
  }
  #mv .mvTextWrap .mvBtn a > span:after {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/arrow_btm.webp) no-repeat;
    background-color: #e4e3ff;
    background-size: 12px auto;
    background-position: top 11px center;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 14px);
    right: 14px;
  }
  #mv .mvTextWrap .mvBtn a img {
    width: 52px;
    position: absolute;
    top: -3px;
    left: -5px;
  }
  #mv figure {
    position: absolute;
    right: -40px;
    top: -80px;
  }
  #mv figure img {
    max-width: 713px;
  }
  #intro {
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
  }
  #intro:after {
    content: "";
    display: block;
    width: 100%;
    height: 105px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    bottom: -104px;
    left: 0;
  }
  #intro h3 {
    font-size: 36px;
    margin-top: 67px;
  }
  #intro .introList {
    margin-top: 40px;
    display: flex;
    gap: 30px;
  }
  #intro .introList li {
    flex: 1;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
  }
  #intro .introList li:nth-of-type(1) img {
    max-width: 179px;
  }
  #intro .introList li:nth-of-type(2) img {
    max-width: 153px;
  }
  #intro .introList li:nth-of-type(3) img {
    max-width: 127px;
  }
  #intro .introList li p {
    margin-top: 15px;
  }
  #intro .introList li p span {
    font-size: 22px;
    color: #001580;
    display: block;
    margin-top: 3px;
  }
  #intro .siteAccess {
    display: flex;
    align-items: center;
    padding: 0 25px 0 40px;
  }
  #intro .siteAccess .siteAccessText {
    width: 510px;
  }
  #intro .siteAccess .siteAccessText p {
    font-size: 18px;
  }
  #intro .siteAccess .siteAccessText h2 {
    font-size: 26px;
  }
  #intro .siteAccess figure {
    flex: 1;
  }
  #intro .muryoude {
    margin-top: 43px;
    padding-top: 60px;
    font-size: 32px;
  }
  #intro .muryoude:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 45px solid transparent;
    border-left: 45px solid transparent;
    border-top: 24px solid rgba(54, 153, 242, 0.4);
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: calc(50% - 45px);
  }
  #intro .osusume {
    margin-top: 40px;
    border-bottom: 2px solid #eeedf5;
    padding-bottom: 30px;
  }
  #intro .osusume .osusumeTitle {
    font-size: 22px;
  }
  #intro .osusume .osusumeTitle span {
    display: inline-block;
    padding: 0 19px;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  #intro .osusume .osusumeTitle span img {
    width: 25px;
    vertical-align: baseline;
    margin-right: 6px;
  }
  #intro .osusume dl {
    padding: 40px 40px 0;
    display: flex;
    justify-content: center;
    gap: 80px;
  }
  #intro .osusume dl > div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 29px;
  }
  #intro .osusume dl > div:nth-of-type(1) img {
    max-width: 172px;
  }
  #intro .osusume dl > div:nth-of-type(2) img {
    max-width: 171px;
  }
  #intro .osusume dl dd {
    font-size: 24px;
  }
  .cvWrap {
    background: url(../images/shindan_bg_pc.webp) no-repeat center/cover;
  }
  .cvWrap.narrow .cvInner {
    padding-top: 60px;
  }
  .cvWrap .cvInner {
    max-width: 840px;
    padding: 150px 170px 55px;
    margin: 0 auto;
    background: url(../images/illust_1.webp) no-repeat;
    background-size: 150px auto;
    background-position: bottom right;
  }
  .cvWrap .fukidashi {
    font-size: 20px;
  }
  .cvWrap .fukidashi span {
    display: inline-block;
    padding: 0 28px;
    position: relative;
  }
  .cvWrap .fukidashi span:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 1px;
    height: 38px;
    position: absolute;
    left: 5px;
    top: -3px;
    transform: rotate(-25deg);
  }
  .cvWrap .fukidashi span:after {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 1px;
    height: 38px;
    position: absolute;
    right: 5px;
    top: -3px;
    transform: rotate(25deg);
  }
  .cvWrap .cvBtn {
    margin-top: 28px;
  }
  .cvWrap .cvBtn a {
    width: 500px;
    height: 110px;
    border-radius: 55px;
    font-size: 38px;
  }
  .cvWrap .cvBtn a:hover > span {
    background-color: transparent;
    color: #fff;
  }
  .cvWrap .cvBtn a:hover > span:before {
    background: url(../images/arrow_btm_w.webp) no-repeat center/cover;
  }
  .cvWrap .cvBtn a:hover > span:after {
    background: url(../images/curcle_text_w.webp) no-repeat center/cover;
  }
  .cvWrap .cvBtn a small {
    font-size: 30px;
    transform: translateY(3px);
  }
  .cvWrap .cvBtn a > span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #fff;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    padding: 0 100px;
    position: relative;
    transition: 0.3s;
  }
  .cvWrap .cvBtn a > span:before {
    content: "";
    width: 16px;
    height: auto;
    aspect-ratio: 12/8;
    background: url(../images/arrow_btm.webp) no-repeat center/cover;
    position: absolute;
    top: calc(50% - 4px);
    right: 45px;
    transition: 0.3s;
  }
  .cvWrap .cvBtn a > span:after {
    content: "";
    width: 59px;
    height: 59px;
    background: url(../images/curcle_text.webp) no-repeat center/cover;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 30px);
    right: 24px;
    transition: 0.3s;
    animation: rotateCircle 10s linear infinite;
  }
  @keyframes rotateCircle {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .cvWrap .cvBtn a img {
    width: 78px;
    position: absolute;
    top: calc(50% - 39px);
    left: 16px;
  }
  #service {
    padding: 90px 0;
  }
  #service h2 {
    font-size: 30px;
  }
  #service h2 span {
    display: inline-block;
    background: linear-gradient(transparent 75%, #ffd83b 25%);
    line-height: 1.3;
    font-size: 38px;
  }
  #service h2 img {
    width: 384px;
    margin-right: 5px;
  }
  #service .serviceIntro {
    margin-top: 70px;
    display: flex;
    gap: 60px;
    padding: 0 40px;
  }
  #service .serviceIntro ul {
    flex: 1;
    padding-top: 10px;
  }
  #service .serviceIntro ul li {
    font-size: 22px;
    padding: 15px 20px 15px 70px;
    border-radius: 15px;
  }
  #service .serviceIntro ul li:before {
    content: "";
    width: 31px;
    height: 31px;
    border: 2px solid #cad1d9;
    border-radius: 10px;
    background: url(../images/icon_check.webp) no-repeat center;
    background-size: 24px auto;
    position: absolute;
    top: calc(50% - 15px);
    left: 20px;
  }
  #service .serviceIntro ul li:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 24px;
    background: #fff;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    position: absolute;
    bottom: -12px;
    right: 56px;
  }
  #service .serviceIntro ul li + li {
    margin-top: 20px;
  }
  #service .serviceIntro ul li:nth-of-type(1) {
    margin-right: 60px;
  }
  #service .serviceIntro ul li:nth-of-type(2) {
    margin-left: 60px;
  }
  #service .serviceIntro figure img {
    width: 320px;
  }
  #service .serviceCont {
    margin-top: 50px;
  }
  #service .serviceCont h3 {
    font-size: 32px;
    padding-left: 44px;
  }
  #service .serviceCont h3:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_midashi.webp) no-repeat center/cover;
    width: 34px;
    height: 27px;
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
  }
  #service .serviceCont h3 + p {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
  }
  #service .serviceCont .table {
    margin-top: 40px;
    border-radius: 15px;
  }
  #service .serviceCont .table th {
    padding: 7px 25px;
  }
  #service .serviceCont .table td {
    padding: 25px 25px;
    font-size: 18px;
  }
  #service .serviceCont .table td span {
    font-weight: 700;
    background: linear-gradient(transparent 90%, #ffd83b 10%);
    line-height: 1.3;
  }
  #service .serviceCont .table td dl {
    gap: 14px;
  }
  #service .serviceCont .table td dl dt {
    font-size: 14px;
    width: 80px;
    padding: 2px;
  }
  #service .shindanCont {
    margin-top: 70px;
  }
  #service .shindanCont h3 {
    font-size: 32px;
    padding-left: 44px;
  }
  #service .shindanCont h3:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_midashi.webp) no-repeat center/cover;
    width: 34px;
    height: 27px;
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
  }
  #service .shindanCont h3 + p {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
  }
  #service .shindanCont .shindanList {
    display: flex;
    gap: 6px;
    margin-top: 40px;
  }
  #service .shindanCont .shindanList li {
    flex: 1;
    background: url(../images/box.webp) no-repeat top center;
    background-size: 100% 100%;
    padding: 80px 30px 30px;
    aspect-ratio: 355/360;
  }
  #service .shindanCont .shindanList li:nth-of-type(1) img {
    width: 206px;
  }
  #service .shindanCont .shindanList li:nth-of-type(2) img {
    width: 136px;
  }
  #service .shindanCont .shindanList li:nth-of-type(3) img {
    width: 88px;
  }
  #service .shindanCont .shindanList li:not(:last-of-type):after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 55px;
    background: #001580;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    position: absolute;
    top: calc(50% - 26px);
    right: -4px;
  }
  #service .shindanCont .shindanList li .step {
    position: absolute;
    left: calc(50% - 20px);
    top: 20px;
  }
  #service .shindanCont .shindanList li .step img {
    width: 40px;
  }
  #service .shindanCont .shindanList li figure {
    height: 120px;
  }
  #service .shindanCont .shindanList li h4 {
    font-size: 22px;
    margin-top: 20px;
  }
  #service .shindanCont .shindanList li p {
    font-size: 18px;
    margin-top: 15px;
  }
  #service .shindanCont .kome {
    margin-top: 20px;
    font-size: 13px;
    padding-left: 5px;
  }
  #kadai {
    padding: 80px 0 100px;
  }
  #kadai .wakumidashi span {
    font-size: 22px;
    padding: 10px 17px;
  }
  #kadai h2,
  #kadai .title {
    font-size: 38px;
    margin-top: 30px;
  }
  #kadai h2 + p,
  #kadai .title + p {
    font-size: 18px;
    margin-top: 35px;
  }
  #kadai .shindanStep {
    margin-top: 50px;
    display: flex;
    gap: 45px;
  }
  #kadai .shindanStep li {
    border: 10px solid #e4e4eb;
    flex: 1;
    aspect-ratio: 1/1;
    font-size: 22px;
  }
  #kadai .shindanStep li:first-of-type {
    background-color: #e0f0ff;
    border: 10px solid #afd6fa;
    font-size: 28px;
    font-weight: 900;
    color: #001580;
  }
  #kadai .shindanStep li:first-of-type span {
    position: absolute;
    top: -40px;
    left: 0;
  }
  #kadai .shindanStep li:not(:first-of-type):before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 36px;
    background: #afd6fa;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    position: absolute;
    top: calc(50% - 18px);
    left: -41px;
  }
  #kadai .naze {
    margin-top: 70px;
  }
  #kadai .naze h3 span {
    font-size: 32px;
    padding-bottom: 8px;
  }
  #kadai .naze h3 span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: calc(50% - 12px);
  }
  #kadai .naze h3 span:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background-color: #222222;
    position: absolute;
    bottom: -9px;
    left: calc(50% - 8px);
    transform: rotate(-45deg);
  }
  #kadai .naze h3 + p {
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
  }
  #kadai .naze .nazeWrap {
    margin-top: 40px;
    border-radius: 30px;
    padding: 50px 35px 50px 60px;
    display: flex;
    gap: 126px;
  }
  #kadai .naze .nazeWrap .before {
    flex: 1;
  }
  #kadai .naze .nazeWrap .before p:nth-of-type(1) {
    font-size: 20px;
  }
  #kadai .naze .nazeWrap .before p:nth-of-type(2) {
    font-size: 26px;
  }
  #kadai .naze .nazeWrap .before ul {
    padding: 20px 25px;
    margin: 20px 0 30px;
    font-size: 18px;
  }
  #kadai .naze .nazeWrap .before ul li {
    padding-left: 22px;
  }
  #kadai .naze .nazeWrap .before ul li:before {
    content: "";
    display: inline-block;
    background-color: #3699f2;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
  }
  #kadai .naze .nazeWrap .before ul li + li {
    margin-top: 5px;
  }
  #kadai .naze .nazeWrap .after {
    flex: 1;
    position: relative;
  }
  #kadai .naze .nazeWrap .after:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 90px;
    background: rgba(54, 153, 242, 0.4);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    position: absolute;
    top: calc(50% - 45px);
    left: -69px;
  }
  #kadai .naze .nazeWrap .after p {
    font-size: 26px;
  }
  #kadai .naze .nazeWrap .after ul {
    margin-top: 20px;
  }
  #kadai .naze .nazeWrap .after ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 20px;
  }
  #kadai .naze .nazeWrap .after ul li span {
    width: 28px;
  }
  #kadai .lastText {
    margin-top: 80px;
    text-align: center;
  }
  #kadai .lastText p:nth-of-type(1) {
    font-size: 22px;
  }
  #kadai .lastText p:nth-of-type(2) {
    font-size: 32px;
  }
  #qa {
    padding: 80px 0;
  }
  #qa h2 {
    font-size: 34px;
    padding-bottom: 20px;
  }
  #qa h2:after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #DE46F5;
    background: linear-gradient(247deg, rgb(222, 70, 245) 0%, rgb(161, 95, 237) 49%, rgb(97, 184, 255) 100%);
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
  }
  #qa .qaList {
    margin-top: 70px;
  }
  #qa .qaList > div + div {
    margin-top: 8px;
  }
  #qa .qaList dt {
    font-size: 20px;
    padding: 25px 60px 15px;
  }
  #qa .qaList dt:before {
    content: "";
    display: inline-block;
    background: url(../images/q.webp) no-repeat center/cover;
    width: 16px;
    height: 19px;
    position: absolute;
    left: 32px;
    top: 32px;
  }
  #qa .qaList dt {
    /*
            &:after{
                content: '';
                width: 12px;
                height: 12px;
                border: 0px;
                border-bottom: solid 2px $c_base;
                border-right: solid 2px $c_base;
                transform: rotate(45deg);
                position: absolute;
                top: calc(50% - 8px);
                right: 30px;
                transition: .3s;
            }
            &.active:after{
                transform: rotate(-135deg);
            }
            */
  }
  #qa .qaList dd {
    padding: 0px 60px 25px;
  }
  #contact {
    background: url(../images/form_bg_pc.webp) no-repeat center/cover;
    padding: 90px 0 80px;
    position: relative;
  }
  #contact:before {
    content: "";
    display: inline-block;
    background: url(../images/illust_2.webp) no-repeat center/cover;
    width: 229px;
    height: 158px;
    position: absolute;
    bottom: 0;
    left: 25px;
  }
  #contact h2,
  #contact .lead {
    font-size: 32px;
    line-height: 1.7;
  }
  #contact h2 img,
  #contact .lead img {
    width: 364px;
    margin-right: 7px;
    transform: translateY(6px);
  }
  #contact .formWrap {
    margin-top: 50px;
    padding: 45px 80px 60px;
  }
  #contact .formWrap h3,
  #contact .formWrap .title {
    font-size: 32px;
  }
  #contact .formWrap h3 + p,
  #contact .formWrap .title + p {
    margin-top: 20px;
  }
  #contact .formWrap .form {
    margin-top: 20px;
  }
  #footer {
    padding: 75px 0 92px;
  }
  #footer a {
    text-decoration: underline;
    color: #fff;
  }
  #footer a:hover {
    text-decoration: none;
  }
  #footer .footerInfo .footerLogo {
    margin-top: 30px;
  }
  #footer .footerInfo .footerLogo img {
    width: 160px;
  }
  #footer .footerInfo .infoText {
    margin-top: 40px;
    font-size: 14px;
  }
  #footer .footerbottom {
    font-size: 14px;
  }
  #footer .footerbottom a {
    transition: 0.3s;
  }
  #footer .footerbottom a:hover {
    opacity: 0.7;
  }
  #footer .footerbottom .copyright {
    margin-top: 15px;
  }
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  h2,
  h3,
  h4 {
    line-height: 1.3;
  }
}
/*# sourceMappingURL=map/styles.css.map */
