.c-secttl {
    font-size: 36px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-weight: 700
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-secttl {
        font-size: 28px
    }
}

@media screen and (max-width: 768px) {
    .c-secttl {
        font-size: 24px
    }
}

.c-secttl::before,
.c-secttl::after {
    content: attr(data-ttl);
    position: absolute;
    font-size: 150px;
    font-weight: 700;
    opacity: .5;
    font-family: "Noto Sans"
}

@media screen and (min-width: 768px)and (max-width: 1023px) {

    .c-secttl::before,
    .c-secttl::after {
        font-size: 100px
    }
}

@media screen and (max-width: 768px) {

    .c-secttl::before,
    .c-secttl::after {
        font-size: 80px
    }
}

.c-secttl::before {
    color: #ddd;
    left: 50%;
    transform: translateX(-50%);
    top: -0.7em;
    z-index: -1
}

.c-secttl::after {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-color: #ddd;
    -webkit-text-stroke-width: 1px;
    left: 50.4%;
    transform: translate(-50%, -2%);
    top: -0.7em;
    z-index: -2
}

.c-secttl span {
    display: block;
    height: 4px;
    width: 50px;
    background: #144c84;
    text-align: center
}

.c-btn__read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 258px;
    height: 58px;
    margin: 0 auto;
    color: #144c84;
    border: 1px solid #000;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .c-btn__read-more {
        font-size: 14px;
        width: 80%
    }
}

.c-btn__read-more::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 57px;
    background: #144c84;
    right: 0;
    transform: translateX(50%);
    transition: .3s
}

.c-btn__read-more:hover::after {
    transform: translateX(75%)
}

.p-top__fv {
    height: calc(100vh - 90px)
}

.p-top__fv .swiper {
    height: calc(100vh - 90px)
}

.p-top__fv .swiper .swiper-wrapper {
    height: calc(100vh - 90px)
}

.p-top__fv .swiper .swiper-wrapper .swiper-slide {
    height: calc(100vh - 90px)
}

.p-top__fv .swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}

.p-top__fv .swiper .swiper-wrapper .swiper-slide.bg-blue {
    background-color: #eef4fb;
    display: flex;
    justify-content: center;
    align-items: center
}

.p-top__fv .swiper .swiper-wrapper .swiper-slide.bg-blue img {
    height: 90%;
    width: auto;
    object-position: contain
}

.p-top__news {
    padding: 125px 20px 145px;
    display: block
}

.p-top__news__wrapper {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
    gap: 33px
}

.p-top__news__wrapper__item {
    flex: 1;
    display: block;
    transition: 0.8s;
}
.p-top__news__wrapper__item:hover {
    opacity: 0.8;
}

.p-top__news__wrapper__item img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: top;
}

.p-top__news__wrapper__item p {
    font-size: 12px;
    color: #a7a7a7;
    margin: 15px 0 5px
}

.p-top__news__wrapper__item h3 {
    font-size: 16px;
    line-height: 40px;
    color: black;
    font-weight: 500;
}

.p-top__news .c-btn__read-more {
    margin-top: 50px
}

.p-top__about {
    padding: 80px 20px 90px;
    position: relative
}

.p-top__about::before,
.p-top__about::after {
    content: attr(data-ttl);
    position: absolute;
    font-size: 150px;
    font-weight: 700;
    opacity: .5;
    font-family: "Noto Sans"
}

@media screen and (min-width: 768px)and (max-width: 1023px) {

    .p-top__about::before,
    .p-top__about::after {
        font-size: 100px
    }
}

@media screen and (max-width: 768px) {

    .p-top__about::before,
    .p-top__about::after {
        font-size: 80px
    }
}

.p-top__about::before {
    color: #ddd;
    left: 0;
    top: -0.7em;
    z-index: -1
}

.p-top__about::after {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-color: #ddd;
    -webkit-text-stroke-width: 1px;
    left: .4%;
    top: -0.72em;
    z-index: -2
}

.p-top__about .bg__box {
    width: 70%;
    height: 650px;
    background: #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3
}

.p-top__about .c-secttl {
    align-items: flex-start;
    margin-bottom: 80px
}

.p-top__about__item {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between
}

.p-top__about__item:first-of-type {
    margin-bottom: 200px
}

.p-top__about__item:last-of-type {
    margin-bottom: 130px
}

.p-top__about__item img {
    width: 382px
}

.p-top__about__item__right h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px
}

.p-top__about__item__right p {
    line-height: 40px
}

.p-top__omakase {
    padding: 150px 20px 90px;
    background-image: url(../img/AdobeStock_455403597_Preview.webp);
    background-size: cover
}

.p-top__omakase .c-secttl::before {
    left: 0;
    transform: none;
    color: #c6c6c6;
    top: -0.8em
}

.p-top__omakase .c-secttl::after {
    left: .5%;
    top: -0.82em;
    transform: none;
    opacity: .6;
    -webkit-text-stroke-color: #595959
}

.p-top__omakase .c-secttl .sponly {
    display: none
}

.p-top__omakase__wrapper {
    display: flex;
    gap: 16px;
    align-items: stretch;
    margin: 80px 0 50px
}

.p-top__omakase__wrapper__item {
    border: 3px solid #144c84
}

.p-top__omakase__wrapper__item h3 {
    background-color: #144c84;
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    font-weight: 700
}

.p-top__omakase__wrapper__item__inner {
    padding: 0 20px 68px;
    display: flex;
    flex-direction: column
}

.p-top__omakase__wrapper__item__inner .subject {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 30px auto 25px;
    border: 2px double #144c84;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px
}

.p-top__omakase__wrapper__item__inner .check__list {
    position: relative;
    padding-left: 25px;
    height: 160px;
    margin-bottom: 25px
}

.p-top__omakase__wrapper__item__inner .check__list li {
    line-height: 2.5
}

.p-top__omakase__wrapper__item__inner .check__list li::before {
    content: url(../img/check-blue.webp);
    position: absolute;
    left: 0
}

.p-top__omakase__wrapper__item__inner img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.p-top__omakase__wrapper__item__inner p {
    margin: 30px 0 50px;
    line-height: 2.5
}

.p-top__omakase__wrapper__item.orange {
    border-color: #fa7923
}

.p-top__omakase__wrapper__item.orange h3 {
    background-color: #fa7923
}

.p-top__omakase__wrapper__item.orange .subject {
    border-color: #fa7923
}

.p-top__omakase__wrapper__item.orange .check__list li::before {
    content: url(../img/check-orange.webp)
}

.p-top__omakase__wrapper__item.orange .c-btn__read-more {
    color: #fa7923
}

.p-top__omakase__wrapper__item.orange .c-btn__read-more::after {
    background-color: #fa7923
}

.p-top__omakase .acordion__item h3 {
    background-color: #595959;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding-right: 25px;
    position: relative
}

.p-top__omakase .acordion__item h3 span {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%)
}

.p-top__omakase .acordion__item h3 span::after,
.p-top__omakase .acordion__item h3 span::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 16px;
    height: 2px;
    right: 0;
    transition: .3s
}

.p-top__omakase .acordion__item h3 span::after {
    transform: rotate(90deg)
}

.p-top__omakase .acordion__item h3.active span::after {
    transform: rotate(0deg)
}

.p-top__omakase .acordion__item__inner {
    border: 3px solid #595959;
    padding: 23px 36px 30px;
    display: none
}

.p-top__omakase .acordion__item__inner .flex-wrapper {
    display: flex
}

.p-top__omakase .acordion__item__inner .flex-wrapper ul {
    flex: 1;
    padding-left: 25px;
    position: relative
}

.p-top__omakase .acordion__item__inner .flex-wrapper ul li {
    line-height: 2.5
}

.p-top__omakase .acordion__item__inner .flex-wrapper ul li::before {
    content: url(../img/check-gray.webp);
    position: absolute;
    left: 0
}

.p-top__example {
    padding: 150px 20px 100px
}

.p-top__example .c-secttl {
    margin-bottom: 80px
}

.p-top__example .c-secttl .sponly {
    display: none
}

.p-top__example .sbi_feedtheme_header_text h3 {
    color: #000
}

.c-contact__top {
    display: flex;
    height: 450px
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-contact__top {
        flex-direction: column;
        height: auto
    }
}

@media screen and (max-width: 768px) {
    .c-contact__top {
        flex-direction: column;
        height: auto
    }
}

.c-contact__top a {
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-contact__top a {
        height: 300px;
        flex: none
    }
}

@media screen and (max-width: 768px) {
    .c-contact__top a {
        height: 300px;
        flex: none
    }
}

.c-contact__top a.blue {
    background-image: url(../img/contact-coporation.webp);
    background-size: cover;
    z-index: 0
}

.c-contact__top a.blue .c-contactttl::before {
    color: #d5d5d5;
    opacity: .5
}

.c-contact__top a.blue .c-contactttl::after {
    -webkit-text-stroke-color: #bcbcbc;
    opacity: 1
}

.c-contact__top a.white {
    background-image: url(../img/contact-recruit.webp);
    background-size: cover;
    z-index: 0
}

.c-contact__top a.white .c-contactttl::before {
    color: #514e4e
}

.c-contact__top a.white .c-contactttl::after {
    -webkit-text-stroke-color: #000
}

.c-contact__bottom {
    height: 620px;
    padding: 140px 20px;
    background-image: url(../img/contact-bottom.webp);
    background-size: cover;
    background-position: center;
    z-index: -1
}

@media screen and (max-width: 768px) {
    .c-contact__bottom {
        height: auto;
        padding: 80px 20px
    }
}

.c-contact__bottom .c-contactttl.bottom::before {
    z-index: 0;
    color: #ddd;
    opacity: .5
}

.c-contact__bottom .c-contactttl.bottom::after {
    z-index: 1;
    -webkit-text-stroke-color: #ddd;
    opacity: 1
}

.c-contact__bottom__item {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: stretch
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item {
        flex-direction: column
    }
}

.c-contact__bottom__item a {
    display: flex;
    height: 210px;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    background-color: #fff;
    color: #144c84;
    gap: 14px;
    width: calc(33.3333333333% - 14px);
    text-align: center;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item a {
        width: 80%;
        margin: 0 auto;
        height: auto;
        padding: 20px;
        font-size: 20px
    }
}

.c-contact__bottom__item a.line {
    color: #4caf50;
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item a.line {
        font-size: 24px;
    }
}

.c-contact__bottom__item a.line img {
    width: 40px;
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item a.line img {
        width: 28px;
    }
}

.c-contact__bottom__item a.column {
    flex-direction: column;
    gap: 6px
}

.c-contact__bottom__item a img {
    width: 22px
}

.c-contact__bottom__item a span:first-of-type {
    font-size: 40px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item a span:first-of-type {
        font-size: 24px
    }
}

.c-contact__bottom__item a span:last-of-type {
    font-size: 18px;
    font-weight: 400;
    color: #494949
}

@media screen and (max-width: 768px) {
    .c-contact__bottom__item a span:last-of-type {
        font-size: 14px
    }
}

.c-contact .c-contactttl {
    font-size: clamp(32px, 2.25vw, 36px);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: #fff;
    margin-bottom: 100px;
    font-weight: 700
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .c-contact .c-contactttl {
        margin-bottom: 70px
    }
}

@media screen and (max-width: 768px) {
    .c-contact .c-contactttl {
        margin-bottom: 50px;
        font-size: 24px
    }
}

.c-contact .c-contactttl::before,
.c-contact .c-contactttl::after {
    content: attr(data-ttl);
    position: absolute;
    font-size: clamp(100px, 7.5vw, 150px);
    font-weight: 700;
    opacity: .5;
    font-family: "Noto Sans"
}

@media screen and (max-width: 768px) {

    .c-contact .c-contactttl::before,
    .c-contact .c-contactttl::after {
        font-size: 60px
    }
}

.c-contact .c-contactttl::before {
    color: #ddd;
    left: 50%;
    transform: translateX(-50%);
    top: -0.47em;
    z-index: -1
}

@media screen and (max-width: 768px) {
    .c-contact .c-contactttl::before {
        top: -0.4em
    }
}

.c-contact .c-contactttl::after {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-color: #ddd;
    -webkit-text-stroke-width: 1px;
    left: 49.7%;
    transform: translate(-50%, 2%);
    top: -0.47em;
    z-index: -2
}

@media screen and (max-width: 768px) {
    .c-contact .c-contactttl::after {
        top: -0.4em
    }
}

.c-contact .c-btn__read-more {
    background-color: #fff;
    border: none
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .p-top__news {
        padding: 100px 20px
    }

    .p-top__news__wrapper {
        flex-direction: column;
        gap: 25px
    }

    .p-top__news__wrapper__item {
        width: 80%;
        margin: 0 auto
    }

    .p-top__about {
        padding: 60px 20px 90px
    }

    .p-top__about .bg__box {
        width: 90%;
        height: 80vh
    }

    .p-top__about .c-secttl {
        align-items: flex-start;
        margin-bottom: 50px;
        font-weight: 700
    }

    .p-top__about .c-secttl::before {
        left: 0;
        transform: translate(0, -0.6em)
    }

    .p-top__about .c-secttl::after {
        left: 0;
        transform: translate(0, -0.56em)
    }

    .p-top__about__item {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
        align-items: center
    }

    .p-top__about__item:first-of-type {
        margin-bottom: 60px
    }

    .p-top__about__item:last-of-type {
        margin-bottom: 60px
    }

    .p-top__about__item img {
        width: 382px
    }

    .p-top__about__item__right h3 {
        font-size: 26px;
        margin-bottom: 30px
    }

    .p-top__about__item__right p {
        line-height: 2.2
    }

    .p-top__omakase {
        padding: 100px 20px 80px
    }

    .p-top__omakase__wrapper {
        flex-direction: column;
        gap: 50px
    }

    .p-top__omakase__wrapper__item h3 {
        font-size: 24px
    }

    .p-top__omakase__wrapper__item__inner .check__list {
        height: auto
    }

    .p-top__omakase__wrapper__item__inner img {
        width: 100%;
        height: 300px;
        object-fit: cover
    }

    .p-top__omakase__wrapper__item__inner p {
        margin: 30px 0 50px;
        line-height: 2.5
    }

    .p-top__omakase .acordion__item h3 {
        font-size: 24px
    }

    .p-top__omakase .acordion__item__inner {
        display: none
    }

    .p-top__omakase .acordion__item__inner .flex-wrapper {
        display: flex
    }

    .p-top__omakase .acordion__item__inner .flex-wrapper ul li {
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    .p-top__fv {
        padding-top: 70px;
        background-color: #eef4fb
    }

    .p-top__fv .swiper .swiper-wrapper .swiper-slide img {
        object-fit: contain
    }

    .p-top__news {
        padding: 70px 20px
    }

    .p-top__news__wrapper {
        margin-top: 35px;
        flex-direction: column;
        gap: 20px
    }

    .p-top__news__wrapper__item {
        width: 90%;
        margin: 0 auto
    }

    .p-top__news__wrapper__item img {
        height: auto;
    }

    .p-top__news__wrapper__item h3 {
        font-size: 14px;
        line-height: 1.8
    }

    .p-top__news__wrapper__item p {
        font-size: 14px
    }

    .p-top__about {
        padding: 60px 20px 90px
    }

    .p-top__about .bg__box {
        width: 90%;
        height: 80vh
    }

    .p-top__about .c-secttl {
        align-items: flex-start;
        margin-bottom: 50px;
        font-weight: 700
    }

    .p-top__about .c-secttl::before {
        left: 0;
        transform: translate(0, -0.8em)
    }

    .p-top__about .c-secttl::after {
        left: 0;
        transform: translate(0, -0.86em)
    }

    .p-top__about__item {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
        align-items: center
    }

    .p-top__about__item:first-of-type {
        margin-bottom: 60px
    }

    .p-top__about__item:last-of-type {
        margin-bottom: 60px
    }

    .p-top__about__item img {
        width: 80%
    }

    .p-top__about__item__right h3 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .p-top__about__item__right p {
        line-height: 2.2;
        font-size: 14px
    }

    .p-top__omakase {
        padding: 80px 20px 60px
    }

    .p-top__omakase .c-secttl::before,
    .p-top__omakase .c-secttl::after {
        font-size: 70px
    }

    .p-top__omakase .c-secttl .sponly {
        display: block
    }

    .p-top__omakase__wrapper {
        flex-direction: column;
        gap: 40px
    }

    .p-top__omakase__wrapper__item h3 {
        font-size: 20px
    }

    .p-top__omakase__wrapper__item__inner .check__list {
        height: auto
    }

    .p-top__omakase__wrapper__item__inner .check__list li {
        font-size: 14px
    }

    .p-top__omakase__wrapper__item__inner p {
        margin: 30px 0 50px;
        line-height: 2.5;
        font-size: 14px
    }

    .p-top__omakase .acordion__item h3 {
        font-size: 20px
    }

    .p-top__omakase .acordion__item__inner .flex-wrapper {
        flex-direction: column
    }

    .p-top__omakase .acordion__item__inner .flex-wrapper ul li {
        font-size: 14px
    }

    .p-top__example .c-secttl .sponly {
        display: block
    }
}