@charset "utf-8"; /*===========================================
 reset
========================================== */
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

progress {
    display: inline-block;
}

small {
    font-size: 80%;
    font-size: .8em;
}

[hidden] {
    display: none;
}

[unselectable] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    text-decoration: none;
}

button, input, select, textarea {
    background-color: transparent;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="submit"], input[type="button"] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
    outline-offset: -0.125rem;
}

button, input, select, textarea {
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
}

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

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*===========================================
 base
========================================== */
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium"), local("YuGothic-Medium");
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold"), local("YuGothic-Bold");
    font-weight: bold;
}

html {
    font-size: 100%;
}

@media (max-width: 414px) {
    html {
        font-size: calc((100vw - 320px) / 94 * 3.7 + 12.3px);
    }
}

@media (min-width: 414px) and (max-width: 699.98px) {
    html {
        font-size: calc((100vw - 414px) / 352 * 4 + 16px);
    }
}

@media (min-width: 700px) {
    html {
        font-size: 22px;
    }
}

body {
    color: var(--color__txt);
    font-family: 'Noto Sans JP', sans-serif;
    word-break: break-all;
}

p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.75;
    /* -webkit-font-smoothing: antialiased; */
}

a {
    color: #f75e29;
}

p a {
    font-weight: bold;
    text-decoration: underline;
}

a > * {
}

a img {
    transition: all 0.6s cubic-bezier(0.12, 1.07, 0.15, 1.11);
}

a img:hover {
    /*  opacity: .7; */
}

em {
    font-style: normal;
    font-weight: bold;
}

img {
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
    margin-top: -0.499px;
    margin-bottom: -0.499px;
}

picture {
    display: block;
    line-height: 0;
    font-size: 0;
}

picture > img {
    font-size: 0px;
    font-size: 0rem;
}

::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

*:focus {
    outline: none;
}

form input, form textarea {
    /* -webkit-appearance: none; */
}

h1, h2, h3 {
    /* font-family: var(--font-family__mincho); */
    /* color: #fff; */
}

.is-show {
    opacity: 1 !important;
}

.is-hide {
    opacity: 0 !important;
}

@media (min-width: 700px) {
    .pc {
        display: block;
    }

    .pc--inline {
        display: inline;
    }

    .sp {
        display: none !important;
    }

    .sp--inline {
        display: none !important;
    }
}

@media (max-width: 699.98px) {
    .pc {
        display: none !important;
        pointer-events: none;
    }

    .pc--inline {
        display: none !important;
    }

    .sp {
        display: block;
    }

    .sp--inline {
        display: inline;
    }
}

@media (max-width: 767.98px) {
    p {
        line-height: 1.75;
        font-size: 16px;
        font-size: 1rem;
    }
}

/*===========================================
 Project
========================================== */
.ai {
}

.ai-header {
    padding: 2px 0 3px;
    padding: 0.125rem 0 0.1875rem;
}

.ai-header__inner {
    display: flex;
    align-items: center;
    width: 96%;
    margin: auto;
    justify-content: space-between;
}

.ai-header__logo {
    width: 41.4%;
}

.ai-header__logo img {
}

.ai-header__my {
    flex: 1;
    min-width: 0;
    margin-left: 5%;
    margin-right: -2%;
}

.ai-header__my img {
}

.aiLp {
    background-color: #FEF2EE;
}

.aiLp-pc {
}

.aiLp-page {
    background-color: white;
    width: 100%;
    position: relative;
    z-index: 9;
}

.aiLp-pc__mybest {
}

.aiLp-pc__mybest img {
}

.aiLp-shindan {
    border: 2px solid white;
    border: 0.125rem solid white;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    box-shadow: 0 0 0.9375rem rgb(0 0 0 / 20%);
    position: relative;
    border-radius: 14px;
    border-radius: 0.875rem;
    background-color: white;
    font-size: 16px;
    font-size: 1rem;
    overflow: hidden;
}

.aiLp-shindan--fv {
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    width: 86%;
    margin: auto;
    margin-top: -145px;
    margin-top: -9.0625rem;
}

.aiLp-shindan--pc {
}

.aiLp-shindan__head {
}

.aiLp-shindan__head img {
}

.aiLp-shindan__body {
    padding: 17px 24px 28px;
    padding: 1.0625rem 1.5rem 1.75rem;
    text-align: center;
}

.aiLp-shindan__ttl {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid #222;
    border-bottom: 0.0625rem solid #222;
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
}

.aiLp-shindan form {
}

.aiLp-shindan__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
}

.aiLp-shindan__list label {
    width: 48.8%;
    margin-bottom: 2.5%;
}

.aiLp-shindan__list input {
    /* コンテンツの流れから切り離す */
    position: absolute;
    /* 誤ったコードに対処するための回避策 */
    white-space: nowrap;
    /* 可能な限り文字サイズを小さくするための処理
   * (スクリーンリーダー中には height と width が 0 のものを無視するため)
   */
    width: 1px;
    width: 0.0625rem;
    height: 1px;
    height: 0.0625rem;
    /* オーバーフローしているコンテンツを隠す */
    overflow: hidden;
    /* 要素サイズを変更しうるプロパティのリセット */
    border: 0;
    padding: 0;
    /* 要素のどの部分が表示されるかを定義するもの */
    /* 古いブラウザでは使用できない */
    clip: rect(0 0 0 0);
    /* 最近のブラウザ用
   * コンテンツを非表示にする設定  */
    clip-path: inset(50%);
    /* 今現在なぜ-1pxがここで設定されるかは分かっていないそうです。
   * それに加えていくつか問題もあるそうです
   * (参考: https://github.com/h5bp/html5-boilerplate/issues/1985)
   */
    margin: -1px;
    margin: -0.0625rem;
}

.aiLp-shindan__list-box {
    cursor: pointer;
    position: relative;
    display: block;
    height: 82.4px;
    height: 5.15rem;
    height: 4.1em;
    border: 1px solid #EED1C7;
    border: 0.0625rem solid #EED1C7;
    border-radius: 8px;
    border-radius: 0.5rem;
    box-sizing: border-box;
    background-color: #FDFAF8;
    font-size: 21.8px;
    font-size: 1.3625rem;
    font-size: 1.3em;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1.1;
}

.aiLp-shindan__list-box small {
}

#item-3.is-active {
    display: block !important;
    margin-top: 20px;
    margin-top: 1.25rem;
}

.ai-chindan__item-sub-ttl {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
}

.ai-chindan__item-list + .ai-chindan__item-sub-ttl {
    margin-top: 15px;
    margin-top: 0.9375rem;
}

.aiLp-shindan__list-box:hover {
    /* opacity: 0.6; */
    border-color: #F75E28;
    background-color: #f7f1ed;
}

.aiLp-shindan__list-box::before, .aiLp-shindan__list-box::after {
    content: "";
    display: block;
}

.aiLp-shindan__list-box::before {
    background-color: #fff;
    border: 2px solid #DAC9B6;
    border: 0.125rem solid #DAC9B6;
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
    border-radius: 100px;
    border-radius: 6.25rem;
    margin-left: 13px;
    margin-left: 0.8125rem;
    margin-right: 8.6px;
    margin-right: 0.5375rem;
    display: block;
}

.aiLp-shindan__list-box::after {
    border-bottom: 2px solid #fff;
    border-bottom: 0.125rem solid #fff;
    border-left: 2px solid #fff;
    border-left: 0.125rem solid #fff;
    opacity: 0;
    height: 6px;
    height: 0.375rem;
    width: 10px;
    width: 0.625rem;
    transform: translateY(-50%) rotate(-45deg);
    top: 48%;
    left: 12px;
    left: 0.75rem;
    position: absolute;
}

input:checked + .aiLp-shindan__list-box {
    border: 3px solid #F75E28;
    border: 0.1875rem solid #F75E28;
    background-color: #f7f1ed;
}

input:checked + .aiLp-shindan__list-box::after {
    opacity: 1;
    left: 14px;
    left: 0.875rem;
}

input:checked + .aiLp-shindan__list-box::before {
    background-color: #F75E28;
    border: none;
    margin-left: 11px;
    margin-left: 0.6875rem;
}

.ai-form_btn {
    background-color: #363F92;
    border: none;
    color: white;
    font-size: 19.4px;
    font-size: 1.2125rem;
    font-size: 1.4em;
    display: flex;
    align-items: center;
    border-radius: 100px;
    border-radius: 6.25rem;
    width: 94%;
    justify-content: center;
    padding: 18px 0px;
    padding: 1.125rem 0rem;
    padding: 0.8em 0;
    margin: auto;
    position: relative;
    letter-spacing: .05em;
    box-shadow: 0 5px 0 #212652;
    box-shadow: 0 0.3125rem 0 #212652;
    cursor: pointer;
    font-weight: bold;
}

.ai-form_btn img {
    width: 18.8px;
    width: 1.175rem;
    width: 0.8em;
    position: absolute;
    right: 22px;
    right: 1.375rem;
    top: 50%;
    transform: translate(0%, -50%);
}

.aiLp-mybest {
}

.aiLp-mybest img {
}

.aiLp-s1 {
}

.aiLp-s1__inner {
}

.aiLp-s1__ttl {
}

.aiLp-s1__ttl img {
}

.aiLp-s1__item-1 {
}

.aiLp-s1__item-1 img {
}

.aiLp-s1__item-2 {
}

.aiLp-s1__item-2 img {
}

.aiLp-s1__item-3 {
}

.aiLp-s1__item-3 img {
}

.aiLp-s1__item-4 {
}

.aiLp-s1__item-4 img {
}

.aiLp-s2 {
}

.aiLp-s2__inner {
}

.aiLp-s2__ttl {
}

.aiLp-s2__ttl img {
}

.aiLp-s2__item {
}

.aiLp-s2__item img {
}

.aiLp-s3 {
}

.aiLp-s3__inner {
}

.aiLp-s3__ttl {
}

.aiLp-s3__ttl img {
}

.aiLp-s3__item-1 {
}

.aiLp-s3__item-1 img {
}

.aiLp-s3__item-2 {
}

.aiLp-s3__item-2 img {
}

.aiLp-s3__item-3 {
}

.aiLp-s3__item-3 img {
}

.aiLp-s4 {
    background-color: #FEF2EE;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
}

.aiLp-s4__ttl {
    background-color: #F75E28;
    color: white;
    position: relative;
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: .2em;
    text-align: center;
    padding: 20px 0;
    padding: 1.25rem 0;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
}

.aiLp-s4__ttl:after {
    content: '';
    display: block;
    width: 24px;
    width: 1.5rem;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 70%,100% 0,0 0);
    background: #F75E28;
    position: absolute;
    left: 50%;
    bottom: 1px;
    bottom: 0.0625rem;
    transform: translate(-50%, 100%);
}

.aiLp-s4__sub-ttl {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    line-height: 1.7;
    letter-spacing: .05em;
}

.aiLp-s4__plan {
}

.aiLp-s4__box {
    background-color: white;
    box-shadow: 0 2px 15px rgb(0 0 0 / 6%);
    box-shadow: 0 0.125rem 0.9375rem rgb(0 0 0 / 6%);
    border-radius: 10px;
    border-radius: 0.625rem;
    width: 90%;
    margin: auto;
    padding: 20px 16px 20px;
    padding: 1.25rem 1rem 1.25rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

.aiLp-s4__plan img {
}

.aiLp-s4__txt {
    width: 80%;
    margin: auto;
    font-weight: 300;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

.aiLp-s4__p1 {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

.aiLp-s4__p1 img {
}

.aiLp-s4__mini-ttl {
    text-align: center;
    letter-spacing: .2em;
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
}

.aiLp-s4__kagu-list {
}

.aiLp-s4__kagu-list dl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.aiLp-s4__kagu-list dl:last-child {
    margin-bottom: 0;
}

.aiLp-s4__kagu-list dl dt {
    background-color: #F75E28;
    color: white;
    width: 3.8em;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    border-radius: 4px;
    border-radius: 0.25rem;
    line-height: 1;
    padding: 5px 0 5px;
    padding: 0.3125rem 0 0.3125rem;
}

.aiLp-s4__kagu-list dl dd {
    margin-left: 13px;
    margin-left: 0.8125rem;
    line-height: 1.6;
    font-weight: normal;
}

.aiLp-s4__sub-ttl em {
    font-size: 1.2em;
}

.aiLp-s4__p2 {
}

.aiLp-s4__p2 img {
}

.aiLp-s4__p3 {
}

.aiLp-s4__p3 img {
}

.aiLp-s4__p4 {
    margin-top: -10px;
    margin-top: -0.625rem;
}

.aiLp-s4__p4 img {
}

.aiLp-s4__p5 {
}

.aiLp-s4__p5 img {
}

.aiLp-s4__p6 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.aiLp-s4__p6 img {
}

.aiLp-s4__hosyo {
}

.aiLp-s4__hosyo img {
}

.aiLp-s5 {
    padding: 40px 0 40px;
    padding: 2.5rem 0 2.5rem;
    width: 100%;
    /* margin: auto; */
}

.aiLp-ttl {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    font-weight: 600;
}

.aiLp-s5__ttl {
}

.aiLp-s5__plan {
}

.aiLp-s5__plan-inner {
}

.aiLp-s5__plan-inner img {
    width: 660px;
    width: 41.25rem;
    max-width: initial;
    margin-left: 5%;
}

.aiLp-s6 {
    padding: 0 0 40px;
    padding: 0 0 2.5rem;
}

.aiLp-s6__inner {
}

.aiLp-s6__ttl {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

.aiLp-s6__ttl img {
}

.aiLp-s6__step {
    width: 90%;
    margin: auto;
}

.aiLp-s6__step-item {
    text-align: center;
    border: 3px solid #F75E28;
    border: 0.1875rem solid #F75E28;
    border-radius: 22px;
    border-radius: 1.375rem;
    padding: 35px 20px 30px;
    padding: 2.1875rem 1.25rem 1.875rem;
    position: relative;
}

.aiLp-s6__step-arrow {
    width: 40px;
    width: 2.5rem;
    margin: auto;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.aiLp-s6__step-item:after {
}

.aiLp-s6__step-item-no {
    background-color: #F75E28;
    color: white;
    text-align: center;
    display: inline-block;
    padding: 3px 17px;
    padding: 0.1875rem 1.0625rem;
    font-weight: 600;
    letter-spacing: .1em;
    border-radius: 100px;
    border-radius: 6.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.aiLp-s6__step-item-no em {
    font-size: 1.2em;
    margin-left: 4px;
    margin-left: 0.25rem;
}

.aiLp-s6__step-item-ttl {
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 800;
    line-height: 1.3;
    color: #F75E28;
    letter-spacing: .1em;
    display: inline-block;
}

.aiLp-s6__step-item-ttl.line {
    border-bottom: 2px solid #F75E28;
    border-bottom: 0.125rem solid #F75E28;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    margin-bottom: 7px;
    margin-bottom: 0.4375rem;
}

.aiLp-s6__step-item-ttl small {
}

.aiLp-shindan--step {
    font-size: calc(14px);
    box-shadow: 0 5px 10px rgb(0 0 0 / 12%);
    box-shadow: 0 0.3125rem 0.625rem rgb(0 0 0 / 12%);
    margin-top: 10px;
    margin-top: 0.625rem;
}

.aiLp-s6__step-item p {
    color: #F75E28;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .05em;
}

.aiLp-s6__step-finish {
    text-align: center;
    color: #F75E28;
}

.aiLp-s6__step-finish-ttl {
    width: 85%;
    margin: auto;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
}

.aiLp-s6__step-finish-ttl img {
}

.aiLp-s6__step-finish p {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2px;
    margin-bottom: 0.125rem;
    font-size: 17px;
    font-size: 1.0625rem;
}

.aiLp-s6__step-finish small {
    font-size: 11px;
    font-size: 0.6875rem;
}

.aiLp-s9 {
    background-color: #F75E28;
    color: white;
    padding: 50px calc((100% - min(84% , 1000px))/2) 10px;
    padding: 3.125rem calc((100% - min(84% , 1000px))/2) 0.625rem;
}

.aiLp-s9__inner {
}

.aiLp-s9__ttl {
    width: 80%;
    margin: auto;
    margin-bottom: 33px;
    margin-bottom: 2.0625rem;
}

.aiLp-s9__ttl img {
}

.aiLp-s9__inner p {
    line-height: 2.55em;
    background-image: linear-gradient(transparent 0, transparent 97%, rgb(255 255 255 / 40%) 100%);
    background-size: 100% 2.55em;
    border-top: 1px solid rgb(255 255 255 / 10%);
    border-top: 0.0625rem solid rgb(255 255 255 / 10%);
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
}

.aiLp-s9__p1 {
}

.aiLp-s9__p1 img {
}

.aiLp-s10 {
    padding: 40px 0 40px;
    padding: 2.5rem 0 2.5rem;
}

.aiLp-s10__inner {
}

.aiLp-s10__ttl {
    /* text-align: center; */
    /* font-weight: 600; */
}

.aiLp-s10__mybest {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

.aiLp-s10__mybest img {
}

.aiLp-s10__sub-ttl {
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .1em;
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
}

.aiLp-s10__voide {
    overflow: scroll;
    /* padding-left: 5%; */
    /* padding-right: 5%; */
}

.aiLp-s10__voide-inner {
    display: flex;
    padding-left: 5%;
    /* padding-right: 5%; */
}

.aiLp-s10__voide-item {
    width: 174px;
    width: 11.875rem;
    flex: none;
    border: 2px solid #F75E28;
    border: 0.125rem solid #F75E28;
    border-radius: 14px;
    border-radius: 0.875rem;
    padding: 10px 14px;
    padding: 0.625rem 0.875rem;
    margin-right: 8px;
    margin-right: 0.5rem;
    color: #F75E28;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.aiLp-s10__voide-item:last-child {
    margin-right:1rem;
}

.aiLp-s10__voide-item-ttl {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid #F75E28;
    border-bottom: 0.0625rem solid #F75E28;
    padding-bottom: 3px;
    padding-bottom: 0.1875rem;
    margin-bottom: 3px;
    margin-bottom: 0.1875rem;
}

.aiLp-s10__voide-item-hoken {
    font-size: 15px;
    font-size: 0.9375rem;
}

.aiLp-s10__voide-item-hosi {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}

.aiLp-s10__voide-item p {
    color: #222;
    line-height: 1.2;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    flex: 1;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.aiLp-s10__voide-item-pic {
    height: 94px;
    height: 5.875rem;
    width: 100%;
}

.aiLp-s10__voide-item-pic img {
    height: 100%;
    width: auto;
    margin: auto;
}

.aiLp-s11 {
    padding: 20px calc((100% - min(90% , 1000px))/2) 10px;
    padding: 1.25rem calc((100% - min(90% , 1000px))/2) 0.625rem;
}

.aiLp-s11__inner {
}

.aiLp-s11__ttl {
}

.aiLp-s11__faq {
}

.aiLp-s11__faq-item {
    color: #F75E28;
    border: 1px solid #F75E28;
    border: 0.0625rem solid #F75E28;
    border-radius: 10px;
    border-radius: 0.625rem;
    padding: 20px 20px;
    padding: 1.25rem 1.25rem;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    /* box-shadow: 0 1px 15px rgb(0 0 0 / 12%);
    /* box-shadow: 0 0.0625rem 0.9375rem rgb(0 0 0 / 12%);
    /* box-shadow: 0 1px 15px rgb(0 0 0 / 12%);
    /* box-shadow: 0 0.0625rem 0.9375rem rgb(0 0 0 / 12%);
    /* box-shadow: 0 1px 15px rgb(0 0 0 / 12%);
    /* box-shadow: 0 0.0625rem 0.9375rem rgb(0 0 0 / 12%);
    /* box-shadow: 0 1px 15px rgb(0 0 0 / 12%);
    /* box-shadow: 0 0.0625rem 0.9375rem rgb(0 0 0 / 12%);/* box-shadow: 0 1px 15px rgb(0 0 0 / 12%);/* box-shadow: 0 0.0625rem 0.9375rem rgb(0 0 0 / 12%);/* box-shadow: 0 1px 15px rgb(0 0 0 / 12%);/* box-shadow: 0 0.0625rem 0.9375rem rgb(0 0 0 / 12%);/* box-shadow: 0 1px 15px rgb(0 0 0 / 12%);/* box-shadow: 0 0.0625rem 0.9375rem rgb(0 0 0 / 12%);/* box-shadow: 0 1px 15px rgb(0 0 0 / 12%);/* box-shadow: 0 0.0625rem 0.9375rem rgb(0 0 0 / 12%); */
    cursor: pointer;
}

.aiLp-s11__faq-item.is-active .aiLp-s11__faq-item-a {
    display: block;
}

.aiLp-s11__faq-item-q {
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-right: 20px;
    padding-right: 1.25rem;
    position: relative;
}

.aiLp-s11__faq-item-q:after {
    content: '＋';
    position: absolute;
    right: 0;
}

.aiLp-s11__faq-item.is-active .aiLp-s11__faq-item-q:after {
    content: 'ー';
    font-weight: 400;
}

.aiLp-s11__faq-item-q-moji {
    font-size: 22px;
    font-size: 1.375rem;
}

.aiLp-s11__faq-item-q-txt {
    flex: 1;
    min-width: 0;
    border-left: 1px solid #F75E28;
    border-left: 0.0625rem solid #F75E28;
    padding-left: 15px;
    padding-left: 0.9375rem;
    margin-left: 15px;
    margin-left: 0.9375rem;
}

.aiLp-s11__faq-item-a {
    margin-top: 20px;
    margin-top: 1.25rem;
    display: none;
    font-size: 15.04px;
    font-size: 0.94rem;
    line-height: 1.5;
}

.aiLp-s11__faq-item-a small {
    line-height: 1.5;
    display: inline-block;
    margin-top: 0.4rem;
    font-size: .85em;
}

.aiLp-s11__faq-more {
    color: #F75E28;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    margin-top: 20px;
    margin-top: 1.25rem;
    cursor:pointer;
}

.aiLp-shindan--2 {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

.ai-footer {
    background-color: #F75E28;
    color: white;
    padding: 20px 0;
    padding: 1.25rem 0;
}

.ai-footer__inner {
    width: 90%;
    margin: auto;
}

.ai-footer__ttl {
    margin-bottom: 2px;
    margin-bottom: 0.125rem;
}

.ai-footer__txt {
    font-weight: 300;
    font-size: 13px;
    font-size: 0.8125rem;
}

.ai-footer small {
    font-size: 10px;
    font-size: 0.625rem;
    margin-top: 16px;
    margin-top: 1rem;
}

@media only screen and (min-width: 700px) {
    .ai {
    }

    .ai-header {
    }

    .ai-header__inner {
    }

    .ai-header__logo {
    }

    .ai-header__logo img {
    }

    .ai-header__my {
    }

    .ai-header__my img {
    }

    .aiLp {
        display: flex;
        justify-content: center;
        padding: 0 calc((100% - min(94% , 1300px))/2);
    }

    .aiLp:before {
        content: '';
        background-image: url(../kazai-inu_files/pc-hito.png);
        background-repeat: repeat-x;
        background-size: 532px 200px;
        background-size: 27.25rem 10.2rem;
        background-position: bottom;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        pointer-events: none;
    }

    .aiLp-pc {
        /* max-width: 410px;
        /* max-width: 25.625rem;
        /* max-width: 410px;
        /* max-width: 25.625rem;
        /* max-width: 410px;
        /* max-width: 25.625rem;
        /* max-width: 410px;
        /* max-width: 25.625rem; */
        /* flex: 1; */
        /* min-width: 0; */
        margin-right: 4%;
        position: relative;
        width: min(420px,39%);
        display: none;
        z-index: 9;
    }

    @media only screen and (min-width: 1040px) {
        .aiLp-pc {
            display: block;
        }
    }

    .aiLp-pc__content {
        position: sticky;
        width: 100%;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .aiLp-page {
        max-width: 700px;
        border-left: 6px solid white;
        border-left: 0.375rem solid white;
        border-right: 6px solid white;
        border-right: 0.375rem solid white;
        min-width: 0;
        flex: 1;
    }

    .aiLp-pc__mybest {
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
    }

    .aiLp-pc__mybest img {
    }

    .aiLp-shindan {
    }

    .aiLp-shindan--fv {
        margin-top: -35%;
    }

    .aiLp-shindan--pc {
        font-size: calc(16px);
    }

    .aiLp-shindan__head {
    }

    .aiLp-shindan__head img {
    }

    .aiLp-shindan__body {
    }

    .aiLp-shindan__ttl {
    }

    .aiLp-shindan form {
    }

    .aiLp-shindan__list {
    }

    .aiLp-shindan__list label {
    }

    .aiLp-shindan__list input {
    }

    .aiLp-shindan__list-box {
    }

    .aiLp-shindan__list-box small {
    }

    #item-3.is-active {
    }

    .ai-chindan__item-sub-ttl {
    }

    .ai-chindan__item-list + .ai-chindan__item-sub-ttl {
    }

    .aiLp-shindan__list-box:hover {
    }

    .aiLp-shindan__list-box::before, .aiLp-shindan__list-box::after {
    }

    .aiLp-shindan__list-box::before {
    }

    .aiLp-shindan__list-box::after {
    }

    input:checked + .aiLp-shindan__list-box {
    }

    input:checked + .aiLp-shindan__list-box::after {
    }

    input:checked + .aiLp-shindan__list-box::before {
    }

    .ai-form_btn {
    }

    .ai-form_btn img {
        /* right: 0.6em; */
        margin-top: 0.05em;
    }

    .aiLp-mybest {
    }

    .aiLp-mybest img {
    }

    .aiLp-s1 {
    }

    .aiLp-s1__inner {
    }

    .aiLp-s1__ttl {
    }

    .aiLp-s1__ttl img {
    }

    .aiLp-s1__item-1 {
    }

    .aiLp-s1__item-1 img {
    }

    .aiLp-s1__item-2 {
    }

    .aiLp-s1__item-2 img {
    }

    .aiLp-s1__item-3 {
    }

    .aiLp-s1__item-3 img {
    }

    .aiLp-s1__item-4 {
    }

    .aiLp-s1__item-4 img {
    }

    .aiLp-s2 {
    }

    .aiLp-s2__inner {
    }

    .aiLp-s2__ttl {
    }

    .aiLp-s2__ttl img {
    }

    .aiLp-s2__item {
    }

    .aiLp-s2__item img {
    }

    .aiLp-s3 {
    }

    .aiLp-s3__inner {
    }

    .aiLp-s3__ttl {
    }

    .aiLp-s3__ttl img {
    }

    .aiLp-s3__item-1 {
    }

    .aiLp-s3__item-1 img {
    }

    .aiLp-s3__item-2 {
    }

    .aiLp-s3__item-2 img {
    }

    .aiLp-s3__item-3 {
    }

    .aiLp-s3__item-3 img {
    }

    .aiLp-s4 {
    }

    .aiLp-s4__ttl {
    }

    .aiLp-s4__ttl:after {
    }

    .aiLp-s4__sub-ttl {
    }

    .aiLp-s4__plan {
    }

    .aiLp-s4__box {
    }

    .aiLp-s4__plan img {
    }

    .aiLp-s4__txt {
    }

    .aiLp-s4__p1 {
    }

    .aiLp-s4__p1 img {
    }

    .aiLp-s4__mini-ttl {
    }

    .aiLp-s4__kagu-list {
    }

    .aiLp-s4__kagu-list dl {
    }

    .aiLp-s4__kagu-list dl:last-child {
    }

    .aiLp-s4__kagu-list dl dt {
    }

    .aiLp-s4__kagu-list dl dd {
    }

    .aiLp-s4__sub-ttl em {
    }

    .aiLp-s4__p2 {
    }

    .aiLp-s4__p2 img {
    }

    .aiLp-s4__p3 {
    }

    .aiLp-s4__p3 img {
    }

    .aiLp-s4__p4 {
    }

    .aiLp-s4__p4 img {
    }

    .aiLp-s4__p5 {
    }

    .aiLp-s4__p5 img {
    }

    .aiLp-s4__p6 {
    }

    .aiLp-s4__p6 img {
    }

    .aiLp-s4__hosyo {
    }

    .aiLp-s4__hosyo img {
    }

    .aiLp-s5 {
    }

    .aiLp-ttl {
    }

    .aiLp-s5__ttl {
    }

    .aiLp-s5__plan {
    }

    .aiLp-s5__plan-inner {
    }

    .aiLp-s5__plan-inner img {
    }

    .aiLp-s6 {
    }

    .aiLp-s6__inner {
    }

    .aiLp-s6__ttl {
    }

    .aiLp-s6__ttl img {
    }

    .aiLp-s6__step {
    }

    .aiLp-s6__step-item {
    }

    .aiLp-s6__step-arrow {
    }

    .aiLp-s6__step-item:after {
    }

    .aiLp-s6__step-item-no {
    }

    .aiLp-s6__step-item-no em {
    }

    .aiLp-s6__step-item-ttl {
    }

    .aiLp-s6__step-item-ttl.line {
    }

    .aiLp-s6__step-item-ttl small {
    }

    .aiLp-shindan--step {
    font-size: calc(20px);
    }

    .aiLp-s6__step-item p {
    }

    .aiLp-s6__step-finish {
    }

    .aiLp-s6__step-finish-ttl {
    }

    .aiLp-s6__step-finish-ttl img {
    }

    .aiLp-s6__step-finish p {
    }

    .aiLp-s6__step-finish small {
    }

    .aiLp-s9 {
    }

    .aiLp-s9__inner {
    }

    .aiLp-s9__ttl {
    }

    .aiLp-s9__ttl img {
    }

    .aiLp-s9__inner p {
    }

    .aiLp-s9__p1 {
    }

    .aiLp-s9__p1 img {
    }

    .aiLp-s10 {
    }

    .aiLp-s10__inner {
    }

    .aiLp-s10__ttl {
    }

    .aiLp-s10__mybest {
    }

    .aiLp-s10__mybest img {
    }

    .aiLp-s10__sub-ttl {
    }

    .aiLp-s10__voide {
    }

    .aiLp-s10__voide-inner {
    }

    .aiLp-s10__voide-item {
    }

    .aiLp-s10__voide-item-ttl {
    }

    .aiLp-s10__voide-item-hoken {
    }

    .aiLp-s10__voide-item-hosi {
    }

    .aiLp-s10__voide-item p {
    }

    .aiLp-s10__voide-item-pic {
    }

    .aiLp-s10__voide-item-pic img {
    }

    .aiLp-s11 {
    }

    .aiLp-s11__inner {
    }

    .aiLp-s11__ttl {
    }

    .aiLp-s11__faq {
    }

    .aiLp-s11__faq-item {
    }

    .aiLp-s11__faq-item-q {
    }

    .aiLp-s11__faq-item-q:after {
    }

    .aiLp-s11__faq-item-q-moji {
    }

    .aiLp-s11__faq-item-q-txt {
    }

    .aiLp-s11__faq-item-a {
    }

    .aiLp-s11__faq-item-a small {
    }

    .aiLp-s11__faq-more {
    }

    .aiLp-shindan--2 {
    }

    .ai-footer {
    }

    .ai-footer__inner {
    }

    .ai-footer__ttl {
    }

    .ai-footer__txt {
    }

    .ai-footer small {
    }
}
