@charset "UTF-8";

/* ss_common/common.css追加リンクによる調整分 */
strong {
    color: #2D3139;
}
/* ====　/assets/css/style.min.css分 ここから。大量なので一旦全載せ
======================================== */
button,hr,input {
    overflow: visible
}
.p-breadcrumb,
textarea {
    overflow: auto
}
[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}
button,select {
    text-transform: none
}
button,dd,dl,h1,h2,h3,h4,h5,h6,input,li,ol,optgroup,p,select,textarea,ul {
    margin: 0
}
dl,legend,li,ol,ul {
    padding: 0
}
.p-following {
    -webkit-backface-visibility: hidden
}
.c-button {
    outline: 0;
    cursor: pointer;
    display: block;
    width: 20.57143em;
    padding: 0;
    border-radius: 1.71429em;
    border: 0;
    font-family: inherit;
    font-size: 14px;
    -webkit-transition: background-color .4s linear;
    transition: background-color .4s linear
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
h1 {
    font-size: 2em
}
hr {
    box-sizing: content-box;
    height: 0
}
details,
main {
    display: block
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    outline: 0
}
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted
}
b,
strong {
    font-weight: bolder
}
small {
    font-size: 80%
}
img {
    border-style: none;
    vertical-align: top
}
svg:not(:root) {
    overflow: hidden
}
[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}
progress {
    display: inline-block;
    vertical-align: baseline
}
html {
    -webkit-box-sizing: border-box
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
.c-heading,
.p-content__heading,
.p-informationDetail__heading,
.p-modal__heading,
.p-movie__label,
.p-section__heading,
.p-talkBanner__title,
.p-videoLesson__subheading,
[class*=" icon-"],
[class^=icon-] {
    -webkit-font-smoothing: antialiased
}
[hidden] {
    display: none
}
@font-face {
    font-family: icomoon;
    src: url("../../assets/css/fonts/icomoon-760apt.ttf") format("truetype"), url("../../assets/css/fonts/icomoon-760apt.woff") format("woff"), url("../../assets/css/fonts/icomoon-760apt.svg#icomoon") format("svg");
    font-weight: 400;
    font-style: normal
}
[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale
}
.icon-arrow-right-bold:before {
    content: "\e920"
}
.icon-arrow-up-bold:before {
    content: "\e922"
}
.icon-arrow-up:before {
    content: "\e923"
}
.icon-guide:before {
    content: "\e907"
}
.icon-mail:before {
    content: "\e911"
}
.icon-faq:before {
    content: "\e904"
}
li,
ol,
ul {
    list-style-type: none
}
em {
    font-style: normal
}
a:active,
a:link,
a:visited {
    text-decoration: none;
    outline: 0
}
a:hover {
    outline: 0
}
/* html {
    font-size: 62.5%;
    box-sizing: border-box
} */
*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}
body {
    min-width: 1024px;
    margin: auto;
    /* background: #f2f4f5; */
    font-family: "游明朝体", "游明朝", "Yu Mincho", YuMincho, serif;
    font-size: 14px;
    color: #26455c;
    line-height: 1.85714;
    overflow-wrap: break-word;
    word-wrap: break-word;
    letter-spacing: .05vw
}
a img {
    pointer-events: none
}
@media screen and (max-width:959px) {
    body {
        min-width: 0;
        /* font-size: 1.4rem; */
        line-height: 2
    }
    a:hover,
    button:hover {
        opacity: 1 !important
    }
}
.l-body:not([data-page=top]) {
    padding-top: 104px;
    position: relative
}
.l-body:not([data-page=top])::before {
    content: "";
    width: 100%;
    height: 104px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0
}
@media screen and (max-width:959px) {
    .l-body:not([data-page=top]) {
        padding-top: 4.8rem
    }
    .l-body:not([data-page=top])::before {
        height: 4.8rem
    }
}
.l-content.is-hidden {
    width: 0;
    overflow: hidden
}
.l-main {
    padding: 0 0 80px
}
.c-button__inner {
    display: -webkit-box;
    display: -ms-flexbox
}
.c-button[data-ignore] {
    pointer-events: none
}
.c-button[data-type=default] {
    color: #26455c;
    background-color: #deeef7
}
.c-button[data-type=default]:hover {
    background-color: #bfddef
}
.c-button[data-type=primary] {
    color: #fff;
    background-color: #1884c4
}
.c-button[data-type=primary]:hover {
    background-color: #1978b1
}
.c-button[data-type=primary][data-shadow] {
    -webkit-box-shadow: 0 3px 0 #1574ab;
    box-shadow: 0 3px 0 #1574ab
}
.c-button[data-type=secondary] {
    background-color: #f2f4f5;
    border: 1px solid #d1d4d7;
    color: #1978b1
}
.c-button[data-type=secondary]:hover {
    background-color: #e7f3fa
}
.c-button[data-type=white] {
    color: #26455c;
    background-color: #fff;
    border: 1px solid #d1d4d7
}
.c-button[data-type=white]:hover {
    background-color: #e7f3fa
}
.c-button[data-type=strong] {
    color: #26455c;
    background-color: #ffed56
}
.c-button[data-type=strong]:hover {
    background-color: #ffea89
}
.c-button[data-type=strong][data-shadow] {
    -webkit-box-shadow: 0 3px 0 #ccbf45;
    box-shadow: 0 3px 0 #ccbf45
}
.c-button[aria-disabled=true],
.c-button[disabled] {
    color: #abaeb3 !important;
    background-color: #ebeef1 !important;
    cursor: default !important
}
.c-button[data-type="blue"] {
    color: #fff;
    background-color: #0885d5
}
.c-button[data-type="blue"]:hover {
    background-color: #58b1ea
}
.c-button[data-type="pink"] {
    color: #fff;
    background-color: #d34573
}
.c-button[data-type="pink"]:hover {
    background-color: #ee749b
}
.c-button[data-type="green"] {
    color: #fff;
    background-color: #51ab3a
}
.c-button[data-type="green"]:hover {
    background-color: #6fc15a
}
.c-button[data-type="orange"] {
    color: #fff;
    background-color: #fd9204
}
.c-button[data-type="orange"]:hover {
    background-color: #fcb14d
}
.c-button[data-width=auto] {
    display: inline-block;
    width: auto;
    padding-right: 30px;
    padding-left: 30px
}
.c-button[data-width=auto] .c-button__label {
    padding-right: 0;
    padding-left: 40px
}
.c-button[data-width=full] {
    width: 100%
}
.c-button[data-width=full] .c-button__inner {
    padding-right: 32px;
    padding-left: 32px
}
.c-button[data-width=full] .c-button__label {
    width: 100%;
    padding-right: 0
}
.c-button[data-width=full][data-align=center] .c-button__label {
    width: auto
}
.c-button[data-height=tall] {
    border-radius: 2.14286em
}
.c-button[data-height=tall] .c-button__inner {
    height: 4.28571em
}
.c-button[data-text=long] .c-button__label {
    padding-right: 0;
    padding-left: 1.5em
}
.c-button[data-font-size=large] {
    font-size: 1.8rem
}
.c-button[data-font-size=large] i {
    width: 7px;
    height: 11px;
    top: 0;
    font-size: 11px
}
.c-button__inner {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.42857em
}
.c-button__label {
    padding: 0 2.28571em;
    position: relative;
    line-height: 1.5
}
.c-button__label i {
    width: 8px;
    height: 14px;
    position: absolute;
    top: -.3rem;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 14px;
    font-weight: bold
}
@media screen and (max-width:959px) {
    .c-button {
        width: 100%;
        border-radius: 2.2rem;
        font-size: 1.4rem
    }
    .c-button[data-width=auto] {
        padding-right: 3rem;
        padding-left: 2rem
    }
    .c-button[data-width=auto] .c-button__label {
        padding-left: 2.4rem
    }
    .c-button[data-width=full] .c-button__inner {
        padding-right: 1.6rem;
        padding-left: 1.6rem
    }
    .c-button[data-height=tall] {
        border-radius: 2rem
    }
    .c-button[data-height=tall] .c-button__inner {
        height: 4rem
    }
    .c-button[data-align-sp=left] .c-button__inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 2.4rem
    }
    .c-button[data-align-sp=left] .c-button__label {
        padding-left: 2.8rem
    }
    .c-button[data-font-size=large] {
        font-size: 1.6rem
    }
    .c-button[data-font-size-sp=small] {
        font-size: 1.2rem
    }
    .c-button__inner {
        height: 44px
    }
    .c-button__label {
        padding: 0 1.5em
    }
    .c-button__label i {
        width: .5rem;
        height: .8rem;
        font-size: .8rem
    }
}
@media screen and (max-width:320px) {
    .c-button[data-width=auto] {
        padding-right: 1.5rem;
        padding-left: 1rem
    }
    .c-button[data-align-sp=left] .c-button__inner,
    .c-button[data-width=auto] .c-button__label {
        padding-left: 1.2rem
    }
    .c-button[data-align-sp=left] .c-button__label {
        padding-left: 1.4rem
    }
    .c-button__label {
        padding: 0 1em
    }
}
.p-banner:hover {
    display: -webkit-box;
    display: -ms-flexbox
}
.p-banner {
    -webkit-transition: opacity .2s ease-out
}
.p-about {
    padding: 36px 40px;
    background: #f2f4f5;
    border: 1px solid #c3cbd2
}
.p-about__heading {
    font-weight: 700;
    font-size: inherit
}
.p-about__lead {
    margin: 0 0 1.5em
}
.p-about__descroption:not(:last-child) {
    margin-bottom: 1.5em
}
.p-about__descroption>dt {
    font-weight: 700
}
@media screen and (max-width:959px) {
    .p-about {
        padding: 2.4rem 3rem;
        font-size: 1.2rem;
        line-height: 1.66667
    }
}
.p-banner {
    display: flex;
    height: 340px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: inherit;
    transition: opacity .2s ease-out
}
.p-banner[data-type="1"] {
    background-color: #f9fafb;
    background-image: url("../../assets/images/banner/pc/bnr_free1.jpg")
}
.p-banner[data-type="2"] {
    background-color: #fff;
    background-image: url("../../assets/images/banner/pc/bnr_free3.jpg")
}
.p-banner[data-type="3"] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    background-color: #fff;
    background-image: url("../../assets/images/banner/pc/bnr_free2.jpg");
    text-align: center;
    color: #fff
}
.p-banner__text {
    margin: 0 0 .5em;
    font-size: 26px;
    line-height: 1.76923
}
.p-banner__lead {
    margin: 0 0 24px
}
@media screen and (max-width:959px) {
    .p-banner {
        height: 22rem;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 3rem 2rem
    }
    .p-banner[data-type="1"] {
        height: 22rem;
        background-image: url("../../assets/images/banner/sp/bnr_free1.jpg")
    }
    .p-banner[data-type="2"] {
        height: auto;
        padding-top: 2.4rem;
        background-image: url("../../assets/images/banner/sp/bnr_free3.jpg")
    }
    .p-banner[data-type="3"] {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 2.4rem;
        padding-left: 2.4rem;
        background-image: url("../../assets/images/banner/sp/bnr_free2.jpg")
    }
    .p-banner[data-type="3"] .p-banner__content {
        width: 100%
    }
    .p-banner__text {
        font-size: 1.6rem;
        line-height: 1.75
    }
    .p-banner[data-type="1"] .p-banner__text {
        margin-bottom: 1em;
        padding-left: 47.45763%
    }
    .p-banner[data-type="2"] .p-banner__text {
        padding-left: 50%
    }
    .p-banner[data-type="3"] .p-banner__text {
        margin-bottom: 3.2rem;
        text-align: left
    }
    .p-banner[data-type="2"] .p-banner__lead {
        padding-left: 50%;
        font-size: 1.2rem
    }
}
.p-following__item {
    -webkit-transition: opacity .2s ease-out
}
.p-following__item:hover,
.p-links__button:hover {
    opacity: .5
}
.p-following__content {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .1)
}
.p-content__body {
    margin: -48px 0 80px
}
.p-content__body[data-no-offset] {
    margin-top: 0
}
@media screen and (max-width:959px) {
    .p-content {
        width: auto
    }
    .p-content__body {
        margin: -1.2rem 0 4rem
    }
}
.p-following {
    position: fixed;
    right: 0;
    bottom: 10.8rem;
    z-index: 10;
    -webkit-transform: translate3d(120%, 0, 0);
    transform: translate3d(120%, 0, 0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.23, 1, .32, 1);
    transition: -webkit-transform .6s cubic-bezier(.23, 1, .32, 1);
    transition: transform .6s cubic-bezier(.23, 1, .32, 1);
    transition: transform .6s cubic-bezier(.23, 1, .32, 1), -webkit-transform .6s cubic-bezier(.23, 1, .32, 1);
    backface-visibility: hidden
}
.p-following.is-visible {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.p-following__content {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    box-shadow: 0 0 40px rgba(0, 0, 0, .1)
}
.p-following__list {
    position: relative;
    z-index: 1
}
.p-following__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 7.2rem;
    font-size: 0;
    color: inherit;
    transition: opacity .2s ease-out
}
.p-following__item[data-type=trial] {
    background: #ffed56
}
.p-following__item[data-type=campaign] {
    background: #1883c3
}
@media screen and (max-width:959px) {
    .p-following {
        width: 100%;
        padding: 1.2rem;
        bottom: 0;
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0)
    }
    .p-following__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .p-following__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
    .p-following__list>li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .p-following__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto
    }
    .p-following__item img {
        max-width: 100%;
        max-height: 4.8rem
    }
    .p-following__pagetop {
        -ms-flex-preferred-size: 4.8rem;
        flex-basis: 4.8rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .p-following__off {
        display: inline;
        line-height: inherit
    }
}
.p-links__button {
    -webkit-transition: opacity .2s ease-out
}
.p-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}
.p-links__button {
    display: -webkit-box;
    display: -ms-flexbox
}
.p-links>li {
    width: 33.33333%
}
.p-links__button {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 340px;
    color: #fff;
    line-height: 1;
    transition: opacity .2s ease-out
}
.p-links__button[data-type=startguide] {
    background-color: #3d98cd
}
.p-links__button[data-type=faq] {
    background-color: #1884c4
}
.p-links__button[data-type=contact] {
    background-color: #1470a7
}
.p-links__label {
    padding: 3.55556em 0 0;
    position: relative;
    font-size: 18px
}
.p-links__label i {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 32px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto
}
@media screen and (max-width:959px) {
    .p-links {
        display: block
    }
    .p-links>li {
        width: auto
    }
    .p-links__button {
        height: 12rem
    }
    .p-links__label {
        padding-top: 3.6rem;
        font-size: 1.6rem
    }
    .p-links__label i {
        width: 2rem;
        height: 2rem;
        font-size: 2rem
    }
}
.p-section {
    padding: 80px 56px;
    background: #fff
}
.p-section:first-child {
    padding-top: 132px
}
.p-content__body[data-no-offset] .p-section:first-child,
.p-section--index:first-child,
.p-section[data-type=cm-corp],
.p-section[data-type=cm] {
    padding-top: 80px
}
.p-section:not(:last-child) {
    margin-bottom: 24px
}
.p-section[data-type=beginner],
.p-section[data-type=companies] {
    padding-bottom: 0
}
.p-section[data-type=attention],
.p-section[data-type=cm],
.p-section[data-type=companies],
.p-section[data-type=company],
.p-section[data-type=guide],
.p-section[data-type=informationDetail],
.p-section[data-type=privacy],
.p-section[data-type=seminar],
.p-section[data-type=sitemap],
.p-section[data-type=specific],
.p-section[data-type=trainer],
.p-section[data-type=voice] {
    padding-right: 136px;
    padding-left: 136px
}
.p-section[data-corp-movie] {
    padding-bottom: 60px
}
.p-section[data-type=program] {
    max-width: 100%;
    overflow: auto;
    padding-right: 0;
    padding-left: 0
}
.p-section[data-type=form] {
    padding-right: 80px;
    padding-left: 80px
}
.p-section--index {
    padding-right: 124px;
    padding-left: 124px;
    background: #fff
}
.p-section--index:last-child {
    padding-bottom: 80px
}
.p-section--index:not(:first-child) {
    padding-top: 50px
}
.p-section--index:not(:last-child) {
    padding-bottom: 110px;
    position: relative
}
.p-section--index:not(:last-child)::before {
    content: "";
    width: 1px;
    height: 68px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #9ecbe6
}
.p-section__header {
    margin: 0 0 56px
}
.p-section__shoulderCopy {
    margin: 0 0 1em;
    font-size: 18px;
    text-align: center
}
.p-section__header[data-bold] .p-section__shoulderCopy {
    font-weight: 700
}
@media screen and (min-width:1600px) {
    .p-section--index:not([data-fixed]),
    .p-section:not([data-fixed]) {
        padding-right: 13.51351vw !important;
        padding-left: 13.51351vw !important
    }
}
@media screen and (max-width:959px) {
    .p-section:not(:last-child),
    .p-section__header {
        margin-bottom: 4rem
    }
    .p-section {
        padding: 4rem 2.4rem
    }
    .p-section:first-child {
        padding-top: 5rem !important
    }
    .p-section[data-type=trainer] {
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0
    }
    .p-section[data-type=attention],
    .p-section[data-type=companies],
    .p-section[data-type=company],
    .p-section[data-type=form],
    .p-section[data-type=guide],
    .p-section[data-type=informationDetail],
    .p-section[data-type=privacy],
    .p-section[data-type=program],
    .p-section[data-type=seminar],
    .p-section[data-type=sitemap],
    .p-section[data-type=specific],
    .p-section[data-type=voice] {
        padding-right: 2.4rem;
        padding-left: 2.4rem
    }
    .p-section[data-type=cm] {
        padding-right: 2rem;
        padding-left: 2rem
    }
    .p-section[data-type=cm-corp] {
        padding-top: 4rem !important;
        padding-right: 2rem;
        padding-left: 2rem
    }
    .p-section[data-corp-movie] {
        padding-bottom: 0
    }
    .p-content__body[data-no-offset] .p-section:first-child {
        padding-top: 4rem !important
    }
    .p-section--index {
        padding-right: 2.4rem;
        padding-left: 2.4rem
    }
    .p-section--index:first-child {
        padding-top: 4rem
    }
    .p-section--index:last-child {
        padding-bottom: 4rem
    }
    .p-section--index:not(:first-child) {
        padding-top: 2.4rem
    }
    .p-section--index:not(:last-child) {
        padding-bottom: 6.6rem
    }
    .p-section--index:not(:last-child)::before {
        height: 4.5rem
    }
}
.u-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover; object-position: bottom;"
}
/* ====　/assets/css/style.min.css分 ここまで 
======================================== */
/* /assets/css/bizmates_coaching_banner.css分 ここから
======================================== */
.bc-banner-footer {
    height: initial;
    padding: 0;
    margin: 20px 0px 0px 0px;
}
.bc-banner-footer img {
    width: 100%;
}
.p-banner {
    margin-top: 10px;
}
/*　/assets/css/bizmates_coaching_banner.css分 ここまで 
======================================== */
/* ===　/assets/css/top-styles.css分 ここから
======================================== */

.is-sp {
    display: none;
}

@media screen and (max-width: 959px) {
    .is-sp {
        display: block;
    }
}
.is-pc {
    display: block;
}
@media screen and (max-width: 959px) {
    .is-pc {
      display: none;
    }
}
/* img {
    width: 100%;
} */
figure {
    margin: 0;
}
.l-main {
    overflow: hidden;
}
.l-body[data-page="top"] {
    padding-top: 75px;
}
@media screen and (max-width: 1280px) {
    .l-body[data-page="top"] {
        padding-top: 65px;
    }
}
@media screen and (max-width: 1024px) {
    .l-body[data-page="top"] {
      padding-top: 50px;
    }
}
.p-links {
    margin-top: 80px;
}
.p-links .p-links__button {
    height: 235px;
    align-items: baseline;
}
.p-links__label i {
    margin: 40px auto calc(60px - 3.2rem);
}
.p-links__label {
    padding: 100px 0 0;
}
.p-links__text {
    padding-left: 25px;
}
.p-link__label__normal-text  {
    margin-top: 24px;
    font-size: 14px;
    margin-bottom: 48px;
}
.p-link__label__normal-text > li {
    position: relative;
    line-height: 1.6;
}
.p-link__label__normal-text > li::before {
    content: "・";
}
@media screen and (max-width: 959px) {
    .p-links{
        margin-top: 60px;
    }
    .p-links__text {
        padding-left: 0px;
        text-align: center;
    }
    .p-links__text ul{
        /* padding-left: 40px; */
        text-align: left;
    }
    .p-links .p-links__button {
        height: 120px;
    }
    .p-links__label i {
        margin: 28px auto calc(36px - 2rem);
    }
    .p-links__label {
        padding: 64px 0 0;
        font-size: 14px;
    }  
    .p-link__label__normal-text {
        margin-top: 3px;
        margin-bottom: unset;
        font-size: 11px;
    }
    .p-link__label__normal-text > li {
        display: inline-block;
    }
}
@media screen and (max-width: 768px) {
    .c-button[data-type="tertiary"] {
        width: 90%;
        margin: 20px;
    }
}
@media screen and (max-width: 321px) {
    .c-button {
        font-size: 1.2rem;
    }
}
.p-banner.botchan_bg[data-type="1"] {
    background-image: url("../../assets/images/banner/pc/bnr_free1.jpg")
}
@media screen and (max-width: 959px) {
    .p-banner.botchan_bg[data-type="1"] {
        background-image: url("../../assets/images/banner/sp/bnr_free1.webp")
    }
}
.l-content[data-page="corp"] img {
    width: initial;
} 
/* ===　/assets/css/top-styles.css分 ここまで 
======================================== */
/* ====　program/style(common).css分 ここから
======================================== */
.p-nav {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
}
.c-button__label i {
    font-weight: normal;
}
@media screen and (max-width: 959px) {
    .p-nav {
        padding: 0px 12px;
        justify-content: left;
        width: 100%;
        column-gap: 1px;
    }
    .l-main {
        padding: 0 0 60px;
    }
}
/* ====　program/style(common).css分 ここまで 
======================================== */
/* =====　program/style(guide).css分 ここから
======================================== */
.p-content_guide .p-section {
    padding-left: 0;
    padding-right: 0;
}
.p-content_guide .p-section:not([data-fixed]) {
    padding-right: 6.51351vw!important;
    padding-left: 6.51351vw!important;
}
.p-content__body .p-section:not([data-fixed]) .p-section__header {
    margin-bottom: 150px;
    font-family: "游明朝体", "游明朝", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 1747px) {
    .p-content_guide .p-section:not([data-fixed]) {
        padding-top: 55px;
    }
}
@media screen and (max-width: 1700px) {
    .p-content_guide .p-section:not([data-fixed]) {
        padding-top: 28px;
    }
}
@media screen and (max-width: 1442px) {
    .p-content_guide .p-section:not([data-fixed]) {
        padding-top: 56px;
    }
    .p-content__body .p-section:not([data-fixed]) .p-section__header {
        margin-bottom: 100px;
    }
    .p-content__body .p-section.reason-box:not([data-fixed]) .p-section__header {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 1360px) {
    .p-content_guide .p-section:not([data-fixed]) {
        padding-top: 45px;
    }
}
@media screen and (max-width: 1338px) {
    .p-content_guide .p-section:not([data-fixed]) {
        padding-top: 38px;
    }
}
@media screen and (max-width: 1145px) {
    .p-content_guide .p-section:not([data-fixed]) {
        padding-top: 30px;
    }
}
@media screen and (max-width: 1026px) {
    .p-content_guide .p-section:not([data-fixed]) {
        padding-top: 31px;
    }
}
@media screen and (max-width: 416px) {
    .p-content_guide .p-section:not([data-fixed]) {
        padding-top: 23px;
    }
    .p-content__body .p-section:not([data-fixed]) .p-section__header {
        margin-bottom: 198px;
    }
    .p-content__body .p-section.reason-box:not([data-fixed]) .p-section__header {
        margin-bottom: 210px;
    }
}
@media screen and (max-width: 377px) {
    .p-content__body .p-section:not([data-fixed]) .p-section__header {
        margin-bottom: 149px;
    }
}

/* =====　program/style(guide).css分 ここまで 
======================================== */
/* ============　/ourmission/assets/css/style.css分 ここから
======================================== */
.p-content__body {
    margin: 0;
}
.p-section:first-child {
    margin-top: 100px;
}
.p-section:first-child {
    margin: 0;
}
.fz-18 {
    font-size: 18px !important;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.p-article {
    max-width: 920px;
    margin: auto;
    padding-bottom: 120px;
    border-bottom: 1px solid #D1D4D7;
    margin-top: 120px;
}
.p-section .p-article:last-child {
    border-bottom: none;
}
.p-article__title {
    color: #1883c3;
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 24px;
    font-weight: 600;
}
.p-article__contentDescription {
    font-size: 16px;
    line-height: 32px;
    font-family: "Noto Sans JP", Regular;
    color: #2D3139;
}
.p-article__content-descriptionBottom {
    display: flex;
    margin-bottom: 20px;
}
.p-article__content-descriptionBottom > img {
    width: 40%;
    margin-left: 30px;
}
.content-conversation-info {
    display: flex;
}
.content-conversation-info > img {
    width: 50%;
    height: 85%;
    margin-left: 25px;
}
.conversation-group {
    display: flex;
    flex-direction: column;
}
.content-conversation-info-box {
    background-color: #F2F4F5;
    padding: 24px 40px;
    margin: 24px 0;
}
.info-box-message {
    display: flex;
    font-size: 16px;
    text-align: left;
    color: #2D3139;
}
.info-box-message__name {
    text-align: right;
    width: 85px;
    margin-right: 10px;
}
body > div.l-body > div.l-content > main > section > div > div:nth-child(2) > section.p-section.p-section_principles > div:nth-child(2) > div > div.content-conversation > div > div > div > div:nth-child(1) > p.info-box-message__text {
    width: 300px;
}
#p-section_principles > div:nth-child(10) {
    border-bottom: none;
}
.info-box-message__text {
    width: 100%;
}
.info-box-message__text--blue {
    color: #1883c3;
}
.info-box-message__text, .info-box-message__text--blue {
    width: calc(100% - 85px) !important;
}
.text__noto--regular {
    font-family: "Noto Sans JP", Regular;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #2D3139;
}
.text__noto--bold {
    font-family: "Noto Sans JP", Bold;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.text__noto--boldBlue {
    font-family: "Noto Sans JP", Bold;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1883c3;
}
.five-backgrounds__content {
    margin-top: 40px;
}
.p-article__five-backgrounds .five-bg-container > picture > img {
    margin: 40px 0;
}
.five-backgrounds__content > p {
    line-height: unset;
}
.five-backgrounds__content > p:first-child {
    font-family: "Noto Sans JP", Bold;
    font-weight: 600;
    font-size: 18px;
    color: #141821;
    margin-bottom: 12px;
}
.content-conversation {
    display: flex;
}
.content-conversation > img {
    width: 35%;
}
.content-conversation-info__description--mt15 {
    margin-top: 15px;
}
.info-box__header {
    font-family: "Noto Sans JP", Bold;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2D3139;
}
.info-box__header--highlight {
    font-family: "Noto Sans JP", Bold;
    font-weight: 600;
    font-size: 16px;
    color: #1883C3;
    margin: 16px 0;
}
body > div.l-body > div.l-content > main > section > div > div:nth-child(2) > section.p-section.p-section_principles > div:nth-child(3) > div > div:nth-child(5) {
    margin-top: 40px;
}
.p-article__contentDescription--bold {
    font-weight: 600;
}
.p-article_contentImage {
    margin: 80px;
}
.p-article_contentImage__text {
    font-family: "Noto Sans JP", Regular;
    color: #54575F;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin: 8px 0 80px 0;
}
body > div.l-body > div.l-content > main > section > div > div:nth-child(2) > section.p-section.p-section_principles > div:nth-child(3) > div > div:nth-child(8) > p {
    font-size: 12px !important;
}
.content-levels {
    display: flex;
    margin: 40px 0 80px 0;
}
.content-levels-info {
    display: flex;
    align-items: center;
}
.content-levels-info-number {
    text-align: center;
    margin: 15px;
    margin-left: 0px;
}
.content-levels-info-number__textTop {
    font-size: 12px;
    line-height: 36px;
    color: #2D3139;
}
.content-levels-info-number__textbottom {
    font-size: 40px;
    line-height: 36px;
}
.content-levels-info-content .content-levels-info:nth-child(1) .content-levels-info-number .content-levels-info-number__textbottom {
    color: #1784C4;
}
.content-levels-info-content .content-levels-info:nth-child(2) .content-levels-info-number .content-levels-info-number__textbottom {
    color: #339999;
}
.content-levels-info-content .content-levels-info:nth-child(3) .content-levels-info-number .content-levels-info-number__textbottom {
    color: #CCCC00;
}
.content-levels-info-content .content-levels-info:nth-child(4) .content-levels-info-number .content-levels-info-number__textbottom {
    color: #DB8336;
}
.content-levels-info-content .content-levels-info:nth-child(5) .content-levels-info-number .content-levels-info-number__textbottom {
    color: #E56A62;
}
.content-levels-info-content .content-levels-info:nth-child(6) .content-levels-info-number .content-levels-info-number__textbottom {
    color: #996699;
}
.content-levels-info__pipe {
    border-right: 3px solid;
    height: 90px;
    margin: 10px;
}
.content-levels-info-content .content-levels-info:nth-child(1) .content-levels-info__pipe {
    color: #1784C4;
}
.content-levels-info-content .content-levels-info:nth-child(2) .content-levels-info__pipe {
    color: #339999;
}
.content-levels-info-content .content-levels-info:nth-child(3) .content-levels-info__pipe {
    color: #CCCC00;
}
.content-levels-info-content .content-levels-info:nth-child(4) .content-levels-info__pipe {
    color: #DB8336;
}
.content-levels-info-content .content-levels-info:nth-child(5) .content-levels-info__pipe {
    color: #E56A62;
}
.content-levels-info-content .content-levels-info:nth-child(6) .content-levels-info__pipe {
    color: #996699;
}
.content-levels-info-description {
    padding: 10px;
}
.content-levels-info-description > p:first-child {
    font-family: "Noto Sans JP", Medium;
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    color: #141821;
}
.content-levels-info-description > p:last-child {
    font-family: "Noto Sans JP", Medium;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #54575F;
}
.content-levels-info-description > p:last-child > span {
    font-family: "Noto Sans JP", Medium;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #0087D2;
    background-color: #FFF680;
}
.content-levels-title__logo {
    margin-top: 80px;
}
.content-levels-title > figure > span {
    line-height: 50px;
}
.content-levels-title__logo > img {
    width: 70%;
    margin: 14px 0;
}
.content-levels-title {
    width: 244px;
}
.content-levels-title {
    display: flex;
}
.content-levels-title > img {
    width: 50%;
}
.p-section_principles > div:nth-child(5) > div > picture > img {
    width: 600px;   
    display: block;
    margin: 50px auto;
    margin-bottom: 0;
}
#p-section_principles > div:nth-child(8) > div > a:hover {
    opacity: 0.8;
}
body > div.l-body > div.l-content > main > section > div > div:nth-child(2) > section.p-section.p-section_principles {
    margin: 0;
}
.content-levels-title_description {
    font-size: 24px;
    font-weight: 600;
    line-height: 44px;
    color: #0087D2;
}
.p-nav {
    display: none;
    margin-bottom: 0;
}
.p-content_guide .p-section:not([data-fixed]) {
    padding: 0 !important;
}
.p-section {
    background: #fff;
    padding: 0;
}
.p-section-proposal-header__text {
    max-width: 557px;
    margin: 0 0 0.5em;
    font-size: 32px;
    line-height: 1.76923;
    margin-right: 10px;
    margin-bottom: 30px;
}
.p-section-proposal-header__subtext {
    font-size: 20px;
    margin: 0 0 0.5em;
    line-height: 1.76923;
    margin-right: 10px;
}
.p-section-proposal-header {
    position: relative;
    background-image: url("https://www.bizmates.jp/ourmission/assets/images/pc/SS_5elements_KV_PC.jpg");
    background-color: #f9fafb;
    display: flex;
    height: 468px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
/* body > div.l-body > div.l-content > main > section > div > div:nth-child(2) > section.p-section.p-section_trial > div {
    margin-bottom: 80px !important;
} */
.p-section_trial .p-section__header .p-section-trial-header > a .c-button .p-banner__button .c-button__label {
    font-size: 20px;
}
.p-content__body .p-section:not([data-fixed]) .p-section__header {
    margin-bottom: auto;
}
.p-section-proposal-header .p-section__header {
    margin: auto;
    width: 1114px;
    padding: 0 0 0 38%;
}
.p-section-principles-header {
    position: relative;
    margin-bottom: 0 !important;
    background-image: url("https://www.bizmates.jp/ourmission/assets/images/pc/SS_5elements_Hikasan_PC.jpg");
    background-color: #f9fafb;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 480px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 0px 50% 0px 75px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.p-content__body > section:last-child .p-section__header {
    position: relative;
    margin-bottom: 0 !important;
    background-image: url("https://www.bizmates.jp/ourmission/assets/images/pc/SS_5elements_CTA_PC.jpg");
    background-color: #f9fafb;
    display: flex;
    height: 564px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.p-section-trial-header {
    width: 920px;
    margin: auto;
}
.p-section-trial-header > p {
    max-width: 606px;
    margin: 0 0 0.5em;
    font-size: 24px;
    line-height: 40px;
    margin-right: 10px;
    margin-bottom: 30px;
}
.p-section-trial-header .c-button {
    width: 500px;
    border-radius: 25.71429em;
}
.p-section-trial-header .c-button .c-button__inner {
    height: 5.428570000000001em;
}
.gray-line-section-break {
    background-color: #D1D4D7;
    border: none;
    height: 1px;
}
.conversation-group.is-sp {
    display: none;
}
.p-section-trial-header__text {
    font-weight: 400;
}
br.sp-xr {
    display: none;
}
@media screen and (min-width: 1440px) {
    .p-section-proposal-header .p-section__header {
        padding-left: 40%;
        width: 1338px;
    }
    .p-section-proposal-header__text {
        max-width: 561px;
    }
}
@media screen and (min-width: 1920px) {
    .p-section-proposal-header .p-section__header {
        padding-left: 30%;
        width: 1264px;
    }
    .p-section-proposal-header__text {
        max-width: 564px;
    }
}
@media screen and (min-width: 2299px) {
    .p-section-proposal-header .p-section__header {
        padding-left: 26%;
        width: 1242px;
    }
    .p-section-proposal-header__text {
        max-width: 566px;
    }
}
@media screen and (min-width: 2560px) {
    .p-section-proposal-header .p-section__header {
        padding-left: 22%;
        width: 1183px;
    }
    .p-section-proposal-header__text {
        max-width: 568px;
    }
}
@media screen and (max-width: 959px) {
    .is-sp {
        display: none;
    }
    .is-tablet {
        display: block;
    }
    
    .p-section-proposal-header {
        background-position: 37% 50%;
    }
    .gray-line-section-break {
        margin: 0px 24px;
    }
    .p-section-proposal-header__subtext {
        line-height: 20px;
    }
    .p-section-proposal-header .p-section__header {
        width: 100%;
        padding: 0 0 0 50%;
    }
    .p-article {
        padding: 0 24px 80px;
        border-bottom: none;
        margin-top: 120px;
    }
    .p-article__title {
        line-height: 29.2px;
    }
    .five-bg-container {
        margin: 40px 0px;
    }
    .content-conversation-info-box {
        margin: 40px 0;
    }
    .content-conversation-info > img {
        width: 260px;
        height: 260px;
    }
    .p-article_contentImage__text {
        font-size: 12px;
    }
    .p-content__body > section:last-child .p-section__header {
        background-position: 60% 100%;
        background-size: 200% 100%;
    }
    .p-section-trial-header {
        width: 100%;
    }
    .p-section-trial-header > p {
        margin-left:70px;
    }
    .p-section-trial-header .c-button {
        margin-left:55px;
        /* width: 20.57143em; */
        width: 12.8577em;
    }
    .p-section_trial .p-section__header .p-section-trial-header > a .c-button .p-banner__button .c-button__label {
        font-size: 1.4rem;
        font-size: 62.5%;
    }
    .c-button__label i {
        font-size: 62.5%;
        margin: 1em 0;
    }
    .p-article_contentImage.coaching-btn {
        margin: 80px 80px 60px 80px;
    }
    .content-levels {
        margin-bottom: 80px;
    }
    #p-section_principles {
        margin-bottom: 0px;
    }
    .info-box-message__text, .info-box-message__text--blue {
        width: calc(100% - 66px) !important;
    }
    .content-levels-info-description p:first-child {
        margin-bottom: 8px;
    }
    .p-section-trial-header .c-button .c-button__inner {
        height: 3.39em;
    }
}
@media screen and (max-width: 840px) {
    .p-content__body > section:last-child .p-section__header {
        background-position: 60% 100%;
        background-size: 245% 100%;
    }
}
/* for Tablet Sizes */
@media screen and (max-width: 800px) {
    .p-content__body > section:last-child .p-section__header {
        background-position: 60% 100%;
        background-size: 250% 100%;
    }
}
@media screen and (max-width: 700px) {
    .p-article__content-descriptionBottom > img {
        width: 40%;
        height: 240px;
    }
    .p-section-principles-header {
        background-position: 45% 50%;
        background-size: 275% 100%;
    }
    .conversation-group.is-pc {
        width: 280px;
    }
    .p-content__body > section:last-child .p-section__header {
        background-position: 60% 100%;
        background-size: 280% 100%;
    }
}
@media screen and (max-width: 600px) {
    .is-tablet {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
    .p-section-proposal-header {
        background-image: url("https://www.bizmates.jp/ourmission/assets/images/sp/SS_5elements_KV_SP.jpg");
        background-position: 60% 25%;
        background-size: cover;
        padding: 0;
    }
    .p-article__contentDescription {
        font-size: 14px;
    }
    .p-section-proposal-header-text.is-sp {
        top: -80px;
        width: 324px;
        margin: 0 auto;
        padding: 24px;
        position: relative;
        background-color: #FFFFFF;
    }
    
    .p-section-proposal-header__text, .p-section-proposal-header__subtext {
        margin-right: 0px;
        line-height: 30.26px;
        font-weight: 400;
    }
    .p-section-proposal-header-text.is-sp .p-section-proposal-header__text{
        font-size: 22px;
        text-align: left;
        margin-bottom: 32px;
    }
    .p-section-proposal-header-text.is-sp .p-section-proposal-header__subtext{
        font-size: 16px;
        text-align: left;
    }
    .p-section.p-section__proposal > .p-article {
        margin-top: -40px;
    }
    
    .p-section.p-section__proposal > .p-article ~ .p-article {
        margin-top: 64px;
    }
    .p-article {
        max-width: none;
        width: 100%;
        padding: 0px 24px 40px;
        border-style: none;
        margin-top: 60px;
    }
    .five-backgrounds__content {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .five-backgrounds__content > p:first-child {
        font-size: 16px;
    }
    .text__noto--boldBlue, .text__noto--regular {
        font-size: 16px;
    }
    .p-article__content-descriptionBottom {
        flex-direction: column;
        margin-bottom: 24px;
    }
    .p-article__content-descriptionBottom > img {
        width: 327px;
        height: 244px;
        margin: 24px auto 0;
    }
    .p-section-principles-header {
        background-image: url("https://www.bizmates.jp/ourmission/assets/images/sp/SS_5elements_Hikasan_SP.jpg");
        height: 276px;
        background-position: 100% 10%;
        background-size: 120% 120%;
    }
    .p-content__body .p-section:not([data-fixed]) .p-section__header {
        margin-bottom: 64px;
    }
    .content-conversation, .content-conversation-info {
       display: block;
    }
    .three-principles-container, .five-bg-container, .p-article_contentImage {
        text-align: center;
        margin-top: 16px;
        margin-bottom: 40px;
    }
    .p-article-image {
        width: 327px;
    }
    .content-conversation-info-box {
        margin: 24px 0px;
    }
    .p-article_contentImage {
        margin: 24px 0px 40px !important;
    }
    .mb-40 {
        margin-bottom:40px;
    }
    .mb-0 {
        margin-bottom: 0;
    }
    .mt-65 {
        margin-top: 65px;
    }
    .p-article-image--videolesson {
        margin-bottom: 8px;
        width: 100%;
    }
    .p-article_contentImage__text {
        text-align: left;
        font-size: 12px;
    }
    .content-levels {
        flex-direction: column;
        margin-bottom: 64px;
    }
    .content-levels-title {
        flex-direction: column;
        width: 100%;
    }
    .content-levels-title__logo {
        display: flex;
        justify-content: center;
        margin-top: 48px;
    }
    .content-levels-title__logo > img {
        width: 149px;
        height: 19px;
    }
    p.content-levels-title_description {
        font-size: 20px !important;
    }
    .content-levels-info-description > p:first-child {
        font-size: 12px;
    }
    .content-levels-info-description > p:last-child {
        font-size: 16px;    
    }
    .content-levels-info-description > p:last-child > span {
        font-size: 18px;
    }
    #p-section_principles.p-section.p-section_principles {
        padding-bottom: 64px !important;
    }
    #p-section-trial-footer .p-section__header {
        background-image: url("https://www.bizmates.jp/ourmission/assets/images/sp/SS_5elements_CTA_SP.jpg");
        background-size: 100% 100%;
        height: 663px;
    }
    .p-section__header:last-child .p-section-trial-header {
        width: 100%;
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .p-section__header:last-child .p-section-trial-header > p {
        margin: 70px 24px 0px;
        text-align: center;
        font-size: 20px;
    }
    .p-section__header:last-child .p-section-trial-header > a {
        margin: 0px 24px 45px;
        text-align: center;
    }
    .five-bg-text {
        line-height: 24px !important;
        margin-bottom: 8px;
    }
    .info-box-message {
        font-size: 14px;
    }
    .p-section-trial-header .c-button .c-button__inner {
        height: 62px;
    }
    .p-section-trial-header .c-button {
        margin-left: 0px;
    }
    .p-article_contentImage.coaching-btn {
        margin-bottom: 0px !important;
    }
    .content-levels-info:not(:last-child) {
        margin-bottom: 8px;
    }
    .content-levels-info__pipe {
        border-right: 2px solid;
        margin: 0px;
        display: none;
    }
    .content-levels-info-number {
        width: 60px;
    }
    .content-levels-info-description {
        width: calc(100% - 60px);
    }
    .content-levels-info-content .content-levels-info:nth-child(1) .content-levels-info-description {
        border-left: 2px solid #1784C4;
    }
    .content-levels-info-content .content-levels-info:nth-child(2) .content-levels-info-description {
        border-left: 2px solid #339999;
    }
    .content-levels-info-content .content-levels-info:nth-child(3) .content-levels-info-description {
        border-left: 2px solid #CCCC00;
    }
    .content-levels-info-content .content-levels-info:nth-child(4) .content-levels-info-description {
        border-left: 2px solid #DB8336;
    }
    .content-levels-info-content .content-levels-info:nth-child(5) .content-levels-info-description {
        border-left: 2px solid #E56A62;
    }
    .content-levels-info-content .content-levels-info:nth-child(6) .content-levels-info-description {
        border-left: 2px solid #996699;
    }
    .content-levels-title_description {
        font-size: 14px !important;
        line-height: 50px;
    }
    .p-article__title {
        margin-bottom: 40px;
        font-size: 18px;
    }
}
@media screen and (max-width: 415px) {
    .p-section-proposal-header {
        background-size: cover;
    }
    .p-section-proposal-header {
        height: 280px;
    }
    .p-section__header:last-child {
        background-size: 135% 100%;
    }
    .p-section-proposal-header-text.is-sp {
        top: -50px;
    }
    .p-section.p-section__proposal > .p-article {
        top: -10px;
    }
    .p-section-principles-header {
        background-position: 45% 10%;
        background-size: cover;
    }
    #p-section-trial-footer .p-section__header {
        background-size: cover;
        background-position: 40%;
    }
    br.sp-xr {
        display: block !important;
    }
}
@media screen and (max-width: 376px) {
    .p-article-image {
        width: 100%;
    }
    .p-section-proposal-header-text.is-sp {
        width: 295px;
    }
    
    .p-article__content-descriptionBottom > img {
        width: 100%;
    }
    br.sp-xr {
        display: none !important;
    }
}
/* ============　/ourmission/assets/css/style.css分 ここまで 
======================================== */
/* ============　/ss_common/css/common-banner-sp.css分 ここから
======================================== */
:root {
    --base-font-size: 16px;
    /* Default base font size */
}
html {
    --base-font-size: 10px;
    /* Override the default base font size */
}
.sp_new_cta {
    display: none;
}
/* #common-banner-sp .FixedArea.-single {
    padding: 8px;
    background-color: transparent;
    display: block !important;
} */
#common-banner-sp .FixedArea.-show {
    pointer-events: auto;
    opacity: 1;
}
#common-banner-sp .FixedArea {
    position: fixed;
    z-index: 10;
    width: 100%;
    padding: 16px;
    /* background-color: #EBEEF1; */
    bottom: 0px;
    right: 0px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}
#common-banner-sp .FixedArea.-single .Button {
    height: 60px;
}
#common-banner-sp .Button.-cta {
    background-color: #FFED56;
    color: #141821;
    border-bottom: #E6D54E solid 4px;
    transition: border 0.2s, transform 0.2s;
}
#common-banner-sp .Button.-cta {
    background-color: #FFED56;
    color: #141821;
    border-bottom: #E6D54E solid 4px;
    transition: border 0.2s, transform 0.2s;
}
#common-banner-sp .Button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
    width: 100%;
    height: 53px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: calc(var(--base-font-size) * 0.875);;
    cursor: pointer;
}
/* ============　/ss_common/css/common-banner-sp.css分 ここまで 
======================================== */

/* 230629追加調整分 */
.l-content .l-main {
    padding: 0;
}
footer {
    letter-spacing: 0;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
}
footer ul.Breadcrumb a:active,
footer ul.Breadcrumb a:link,
footer ul.Breadcrumb a:visited {
    text-decoration: underline;
}

/* ↓仮CSS、削除予定 */
html {
    -webkit-font-smoothing: auto;
}