@charset "UTF-8";
*,
*:after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    font-size: 20px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 1100px) {
    html {
        font-size: 16px;
    }
}

body {
    width: 100%;
    color: #222;
    font-weight: normal;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    overflow-x: hidden;
    line-height: 1.75;
    letter-spacing: -0.25px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    color: #222;
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
}

img,
svg {
    width: 100%;
    height: auto;
    border: none;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}

hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0rem;
    margin: 0rem;
    font-size: 1rem;
    font-weight: normal;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.75;
}

p {
    padding: 0rem;
    margin: 0rem;
    line-height: 1.75;
}

div {
    line-height: 1.75;
}

article,
aside,
details,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

ul,
ol {
    list-style: none;
}

ul {
    font-size: 0;
}

ul li {
    font-size: 1rem;
    margin: 0rem;
    display: inline-block;
}

iframe {
    vertical-align: bottom;
}

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

th,
td {
    vertical-align: top;
    border: solid 0px;
    font-weight: normal;
    text-align: left;
}

caption {
    text-align: left;
}

::-webkit-input-placeholder {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 0.8rem;
    color: #000;
}

:-ms-input-placeholder {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 0.8rem;
    color: #000;
}

::-moz-placeholder {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 0.8rem;
    color: #000;
}

::selection {
    background: #000; /* 選択色 */
    color: #fff; /*文字色*/
}

::-moz-selection {
    background: #000; /* 選択色 */
    color: #fff; /*文字色*/
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="submit"],
button,
textarea,
select {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.75;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    appearance: none;
    vertical-align: bottom;
}

button {
    width: auto;
    display: inline-block;
    cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

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

.grecaptcha-badge {
    display: none !important;
    pointer-events: none !important;
}

.l-footer {
    padding: 58px 1rem 70px;
    background: linear-gradient(277deg, #ece9e6 11.59%, #fff 88.28%);
}
@media only screen and (max-width: 1100px) {
    .l-footer {
        padding: 4rem 1rem;
    }
}
@media only screen and (max-width: 1100px) {
    .l-footer-body {
        width: min(100%, 380px);
        margin: auto;
    }
}
.l-footer-contact {
    text-align: center;
}
@media only screen and (max-width: 1100px) {
    .l-footer-contact {
        text-align: left;
    }
}
.l-footer-contact-heading {
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(270deg, #005c99 0%, #0099ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1100px) {
    .l-footer-contact-heading {
        font-size: 26px;
        line-height: 1.25;
        text-align: center;
    }
}
.l-footer-contact-paragraph {
    font-size: 20px;
    margin-top: 15px;
}
@media only screen and (max-width: 1100px) {
    .l-footer-contact-paragraph {
        font-size: 16px;
        margin-top: 1rem;
    }
}
.l-footer-contact-link {
    margin-top: 30px;
    text-align: center;
}
.l-footer-contact-link .c-btn-link-body {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 17px;
    font-weight: 700;
}
.l-footer-info {
    width: min(100%, 698px);
    margin: auto;
    margin-top: 109px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1100px) {
    .l-footer-info {
        width: min(100%, 380px);
        margin-top: 4rem;
    }
}
.l-footer-info-logo {
    width: 43%;
    padding-top: 10px;
}
@media only screen and (max-width: 1100px) {
    .l-footer-info-logo {
        width: 100%;
        padding-top: 0;
    }
}
.l-footer-info-detail {
    width: 48.5%;
}
@media only screen and (max-width: 1100px) {
    .l-footer-info-detail {
        width: 100%;
        margin-top: 1rem;
    }
}
.l-footer-info-detail-item {
    width: 100%;
    font-size: 16px;
}
.l-footer-info-detail-item + .l-footer-info-detail-item {
    margin-top: 1px;
}
.l-footer-copy {
    font-size: 14px;
    text-align: center;
    margin-top: 70px;
}
@media only screen and (max-width: 1100px) {
    .l-footer-copy {
        margin-top: 2rem;
    }
}

.l-main-root-wrap {
    width: 100%;
    overflow: hidden;
}

.c-btn-link {
    display: inline-block;
    border-radius: 50px;
}
.c-btn-link-body {
    background: #f095bc;
    padding: 12px 32px 13px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: 50px;
    box-shadow: 0px 0px 14px 4px rgba(34, 34, 34, 0.15);
    color: #fff;
}
.c-btn-link._style-youtube .c-btn-link-body {
    padding: 17px 74px 20px 30px;
    background: #f095bc url(../../img/icon/sns/youtube.svg) no-repeat center right 28px/30px;
}
.c-btn-link._menu-open .c-btn-link-body {
    padding-left: 55px;
    background: #f095bc url(../../img/icon/menu.svg) no-repeat center left 28px/16px;
}
.c-btn-link._close .c-btn-link-body {
    padding-left: 55px;
    background: #f095bc url(../../img/icon/close.svg) no-repeat center left 28px/16px;
}
.c-btn-link._style-fixed {
    position: fixed !important;
    top: 20px !important;
    left: 2rem !important;
    bottom: auto !important;
}

.c-btn-link-square {
    display: inline-block;
}
.c-btn-link-square-body {
    font-weight: 500;
    padding: 3px 20px 4px;
    color: #fff;
    font-size: 16px;
    background: #ff6daa;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
    letter-spacing: 0;
    border-radius: 6px;
}

@media only screen and (max-width: 1100px) {
    .c-heading-chapter {
        margin-bottom: 1rem !important;
    }
}
.c-heading-chapter-number {
    width: min(100%, 189px);
    margin-bottom: 9px;
}
@media only screen and (max-width: 1100px) {
    .c-heading-chapter-number {
        width: min(100%, 135px);
    }
}
.c-heading-chapter-text {
    font-weight: 900;
    letter-spacing: -0.25px;
    font-size: 48px;
    background: linear-gradient(270deg, #005c99 0%, #0099ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1100px) {
    .c-heading-chapter-text {
        font-size: 30px !important;
        line-height: 1.25;
    }
}
.c-heading-chapter-text span {
    font-size: 64px;
}
@media only screen and (max-width: 1100px) {
    .c-heading-chapter-text span {
        font-size: 46px !important;
        line-height: 1.25 !important;
    }
}
.c-heading-chapter-text rt {
    font-size: 16px;
}

.c-heading-keyword {
    position: relative;
    margin-bottom: 7px;
}
@media only screen and (max-width: 1100px) {
    .c-heading-keyword {
        margin-bottom: 0.5rem !important;
    }
}
.c-heading-keyword-image {
    width: 181px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    translate: 0 -43%;
}
@media only screen and (max-width: 1100px) {
    .c-heading-keyword-image {
        translate: 0 -30%;
        width: 130px;
    }
}
.c-heading-keyword-text {
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(270deg, #005c99 0%, #0099ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1100px) {
    .c-heading-keyword-text {
        font-size: 26px;
        line-height: 1.25;
    }
}
.c-heading-keyword-text span {
    font-size: 20px;
}
@media only screen and (max-width: 1100px) {
    .c-heading-keyword-text span {
        font-size: 16px;
    }
}

.c-list-dot-item {
    padding-left: 26px;
    position: relative;
    line-height: 1.45;
}
@media only screen and (max-width: 1100px) {
    .c-list-dot-item {
        line-height: 1.5;
    }
}
.c-list-dot-item .strong {
    font-weight: 700;
    color: #2458a7;
}
.c-list-dot-item::after {
    width: 14px;
    height: 14px;
    background: #00b6ce;
    content: "";
    margin: auto;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 100%;
}
@media only screen and (max-width: 1100px) {
    .c-list-dot-item::after {
        top: 5px;
    }
}
.c-list-dot-item + .c-list-dot-item {
    margin-top: 17px;
}

.c-list-number {
    width: 100%;
}
.c-list-number-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 7px;
    font-size: 30px;
}
@media only screen and (max-width: 1100px) {
    .c-list-number-item {
        font-size: 20px;
    }
}
.c-list-number-item + .c-list-number-item {
    margin-top: 9px;
}
@media only screen and (max-width: 1100px) {
    .c-list-number-item + .c-list-number-item {
        margin-top: 0.25rem;
    }
}
.c-list-number-item-icon {
    line-height: 1.35;
    color: #12bdcd;
}
@media only screen and (max-width: 1100px) {
    .c-list-number-item-icon {
        line-height: 1.5;
    }
}
.c-list-number-item-text {
    line-height: 1.35;
    flex: 1;
}
@media only screen and (max-width: 1100px) {
    .c-list-number-item-text {
        line-height: 1.5;
    }
}

.c-md-text-link {
    color: #2458a7;
    text-decoration: underline;
}

.c-md-text-strong {
    color: #2458a7;
    font-weight: 700;
}

.c-md-common-paragraph {
    line-height: 1.6;
}
@media only screen and (max-width: 1100px) {
    .c-md-common-paragraph {
        line-height: 1.75;
    }
}
.c-md-common-paragraph._line-height40 {
    line-height: 2;
}
@media only screen and (max-width: 1100px) {
    .c-md-common-paragraph._line-height40 {
        line-height: 1.75;
    }
}
.c-md-common-paragraph._annotation {
    font-size: 16px;
}

.c-md-box-shadow {
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
}

.c-md-anchor-space {
    padding-top: 100px;
    margin-top: -100px;
}

@media only screen and (max-width: 1100px) {
    .c-md-pc-br {
        display: none;
    }
}

.c-md-sp-br {
    display: none;
}
@media only screen and (max-width: 1100px) {
    .c-md-sp-br {
        display: block;
    }
}

.c-md-menu-open {
    width: 100%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem 2rem 2rem;
    z-index: 8000;
    pointer-events: none;
}
@media only screen and (max-width: 1100px) {
    .c-md-menu-open {
        padding: 0.5rem;
    }
}
.c-md-menu-open .c-btn-link {
    pointer-events: auto;
}
.c-md-menu-open._style-fixed {
    position: fixed;
    top: 0;
    bottom: auto;
}
.c-md-menu-open .c-btn-link {
    transition: 0.25s;
}
.c-md-menu-open .c-btn-link.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.c-md-more-front {
    position: relative;
    z-index: 100;
}

.c-md-absolute-object {
    margin: auto;
    position: absolute;
    z-index: 20;
    pointer-events: none;
}

.c-md-text-box {
    position: relative;
    padding: 0px 2rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 1100px) {
    .c-md-text-box {
        padding: 0px 1rem;
    }
}
.c-md-text-box-body {
    padding: 31px 0rem;
    position: relative;
}
@media only screen and (max-width: 1100px) {
    .c-md-text-box-body {
        padding: 1rem 0;
    }
}
.c-md-text-box-paragraph {
    line-height: 1.6;
}
@media only screen and (max-width: 1100px) {
    .c-md-text-box-paragraph {
        line-height: 1.75;
    }
}
.c-md-text-box-paragraph .strong {
    font-weight: 500;
}
.c-md-text-box-paragraph .strong-most {
    font-weight: 700;
}
.c-md-text-box-detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1100px) {
    .c-md-text-box-detail {
        text-align: center;
    }
    .c-md-text-box-detail .c-md-text-box-paragraph {
        text-align: left;
    }
}
.c-md-text-box-detail-text {
    width: 60%;
}
@media only screen and (max-width: 1100px) {
    .c-md-text-box-detail-text {
        order: 2;
        width: 100%;
    }
}
.c-md-text-box-detail-image {
    padding-top: 9px;
    width: 33.3%;
}
@media only screen and (max-width: 1100px) {
    .c-md-text-box-detail-image {
        order: 1;
        width: 100%;
        padding-top: 0;
        margin-bottom: 1rem;
    }
}
.c-md-text-box-detail .c-btn-link {
    margin-top: 32px;
}
@media only screen and (max-width: 1100px) {
    .c-md-text-box-detail .c-btn-link {
        margin-top: 1rem;
    }
}
.c-md-text-box-link {
    margin-top: 24px;
    text-align: center;
    padding-bottom: 22px;
}
.c-md-text-box._color-blue {
    padding: 0px 60px;
    background: #f7fcfd;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1100px) {
    .c-md-text-box._color-blue {
        padding: 0 1rem !important;
    }
}
.c-md-text-box._color-blue .c-md-text-box-body {
    padding: 35px 0rem;
}
@media only screen and (max-width: 1100px) {
    .c-md-text-box._color-blue .c-md-text-box-body {
        padding: 2rem 0rem 2rem;
    }
}
.c-md-text-box._color-gradient {
    padding: 0px 60px;
    background: rgb(0, 159, 252);
    background: linear-gradient(121deg, #ddf1ff 0%, #dde8f1 100%);
}
@media only screen and (max-width: 1100px) {
    .c-md-text-box._color-gradient {
        padding: 0 1rem;
    }
}
@media only screen and (max-width: 1100px) {
    .c-md-text-box .c-md-text-box-body {
        padding: 2rem 0;
    }
}

.c-modal {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.35s ease;
    pointer-events: none;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior: none;
    -webkit-overscroll-behavior: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.c-modal::-webkit-scrollbar {
    display: none;
}
.c-modal-wrap {
    padding: 129px 2rem 12rem;
}
@media only screen and (max-width: 1100px) {
    .c-modal-wrap {
        padding: 129px 1rem 12rem;
    }
}
.c-modal .c-btn-link {
    position: fixed;
    top: 2rem;
}
.c-modal.is-modal-open {
    opacity: 1;
    pointer-events: auto;
}

.c-menu {
    background: #fff;
    width: min(100%, 487px);
    border-radius: 20px;
    border: 1px solid #000;
    padding: 40px 1rem 46px;
}
@media only screen and (max-width: 1100px) {
    .c-menu {
        padding: 2rem 1rem;
    }
}
.c-menu-body {
    margin: auto;
}
.c-menu-list {
    width: 100%;
}
.c-menu-list-heading {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 5px;
    font-weight: 500;
    text-decoration: underline;
}
.c-menu-list-heading._contact {
    text-decoration: none;
    margin-top: 11px;
}
.c-menu-list-item {
    width: 100%;
    padding-left: 21px;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 20px;
}
@media only screen and (max-width: 1100px) {
    .c-menu-list-item {
        padding-left: 0;
    }
}
.c-menu-list-item-link {
    display: inline-block;
}
.c-menu-list-item-link-body {
    font-weight: 500;
    position: relative;
    padding-left: 23px;
}
.c-menu-list-item-link-body::before {
    width: 18px;
    height: 2px;
    background: #000;
    margin: auto;
    position: absolute;
    top: 17px;
    left: 0;
    content: "";
}
.c-menu-list-item + .c-menu-list-item {
    margin-top: 10px;
}
.c-menu-list-item._lv1 {
    font-size: 18px;
}
.c-menu-list-item._lv2 {
    font-size: 18px;
    padding-left: 41px;
    margin-top: 12px;
}
.c-menu-list-item._lv2 .c-menu-list-item-link-body {
    padding-left: 18px;
}
.c-menu-list-item._lv2 .c-menu-list-item-link-body::before {
    height: 1px;
    width: 14px;
    top: 14px;
}
/*# sourceMappingURL=common-ppi.css.map */
