/* 1200 / 1024 */

/* mv */
.mv {
    background: url(../images/mv-bg.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 1180px;
    position: relative;
}
.mv-floating__images {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 1500px;
    z-index: 1;
}
.mv-inner {
    margin: 0 auto;
    padding: 190px 0 0;
    width: 92%;
    max-width: 1200px;
}
.mv-text {
    margin: 0 0 120px;
    position: relative;
    z-index: 2;
}
.sub-ttl {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px;
}
.mv-text h1 {
    margin: 0 0 20px;
}
.base {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
}
.mv-applications {
    border: 1px solid #fff;
    border-radius: 8px;
    margin: 55px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: max-content;
}
.mv-applications::after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.mv-applications__inner {
    padding: 35px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.mv-applications p {
    color: #FF0E6D;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px;
}
.mv-applications p::before,
.mv-applications p::after {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 25px;
    width: 17px;
}
.mv-applications p::before {
    background-image: url(../images/icon-fukidashi-l-p.svg);
    margin-right: 10px;
}
.mv-applications p::after {
    background-image: url(../images/icon-fukidashi-r-p.svg);
    margin-left: 10px;
}
.mv-applications__btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv-applications__btn a {
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px;
    padding: 20px 25px;
    width: 50%;
    min-width: 215px;
}
.mv-applications__btn .btn1 {
    background: rgb(252,108,130);
    background: linear-gradient(106deg, rgba(252,108,130,1) 0%, rgba(255,0,186,1) 100%);
}
.mv-applications__btn .btn2 {
    background: rgb(0,195,150);
    background: linear-gradient(106deg, rgba(0,195,150,1) 0%, rgba(54,128,246,1) 100%);
}
@media screen and (max-width: 768px) {
    .mv {
        margin: 0 0 80px;
        height: 100%;
        min-height: 890px;
    }
    .mv-inner {
        padding: 100px 0 0;
    }
    .mv-text {
        margin: 0 0 60px;
    }
    .mv-applications {
        width: 100%;
        max-width: none;
    }
    .mv-floating__images {
        top: 160px;
        bottom: inherit;
        width: 600px;
    }
}
@media screen and (max-width: 568px) {
    .mv-applications__inner {
        padding: 25px;
    }
    .mv-applications__btn {
        display: block;
    }
    .mv-applications__btn a {
        margin: 0;
        padding: 15px 0;
        text-align: center;
        width: 100%;
        min-width: 100%;
    }
    .mv-applications__btn .btn1 {
        margin: 0 0 15px;
    }
}

/* news */
.news {
    border: 1px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.news::after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.news-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 35px;
    position: relative;
    z-index: 1;
}
.news-head {
    margin-right: 30px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 110px;
}
.news-head::after {
    background: #000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
}
.news-head h2 {
    font-size: 20px;
    font-weight: bold;
}
.news-body {
    width: calc(100% - 140px);
}
.news-list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.news-date {
    font-size: 16px;
    font-weight: 400;
    margin: 0 20px 0 0;
}
.news-ttl {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
    .news-head {
        margin: 0 0 10px;
        padding: 0 0 10px;
        width: 100%;
    }
    .news-head::after {
        height: 1px;
        margin: 10px 0 0;
        position: static;
        width: 100%;
    }
    .news-body {
        width: 100%;
    }
    .news-date {
        font-size: 13px;
        margin: 0 0 8px;
    }
    .news-ttl {
        font-size: 14px;
        width: 100%;
    }
}

/* banner */
.banner {
    margin: -220px 0 0;
    padding: 0 0 45px;
    position: relative;
    z-index: 1;
}
.banner-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1200px;
}
.banner-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.banner-item {
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.2));
    width: 32%;
}
@media screen and (max-width: 768px) {
    .banner {
        margin: -120px 0 0;
    }
    .banner-item {
        width: 100%;
    }
    .banner-item:not(:last-child) {
        margin: 0 0 15px;
    }
    .banner-item img {
        width: 100%;
        max-width: none;
    }
}

/* search */
.search {
    background: #EDEDED;
    background-image: url(../images/search-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 120px 0;
}
.search-inner {
    background: #fff;
    border-radius: 8px;
    margin: 0 auto;
    padding: 55px 15px;
    width: 92%;
    max-width: 1200px;
}
.search-head {
    margin: 0 0 35px;
    text-align: center;
}
.search-head h2 {
    color: #FF0E6D;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 900;
}
.search-head h2 span {
    color: #333;
}
.search-head h2::before {
    background: url(../images/icon-search.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    margin-right: 15px;
    height: 35px;
    width: 32px;
}
.search-body {
    background: #F8F8F8;
    border-radius: 8px;
    margin: 0 auto;
    padding: 35px;
    width: 100%;
    max-width: 1050px;
}
.search-body h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
}
.search-body h3::before {
    background: rgb(252,108,110);
    background: linear-gradient(190deg, rgba(252,108,110,1) 0%, rgba(254,200,125,1) 100%);
    content: "";
    display: block;
    height: 25px;
    margin-right: 10px;
    width: 4px;
}
.search-tags {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: 185px;
    overflow: hidden;
    position: relative;
}
.search-tags.active {
    height: 100%;
}
.search-tags .tag {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px 12px;
    position: relative;
}
.search-tags .tag:not(:last-child) {
    margin-right: 10px;
}
.search-tags .tag::before {
    background: #EDEDED;
    border-radius: 8px;
    content: "";
    display: inline-block;
    height: 25px;
    margin-right: 8px;
    width: 25px;
}
.search-tags .tag.active {
    border: 1px solid #FF0E6D;
}
.search-tags .tag.active::before {
    background: #FF0E6D;
    opacity: .2;
}
.search-tags .tag.active::after {
    background-image: url(../images/icon-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    height: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 16px;
    bottom: 0;
    width: 15px;
}
.search-tags input {
    display: none;
}
.more-search__tag {
    background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0%, rgb(244 244 244) 100%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100px;
    margin: -75px 0 25px;
    padding: 0 0 15px;
    position: relative;
    z-index: 1;
}
.more-search__tag.on {
    background: none;
    margin: 0 0 25px;
    height: auto;
}
.more-search__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.more-search__btn::before {
    background: url(../images/icon-arrow-d-p.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    margin-right: 15px;
    height: 20px;
    width: 20px;
}
.more-search__tag.on .more-search__btn::before {
    transform: rotate(-180deg);
}
.search-submit {
    text-align: center;
}
.search-submit__btn {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: rgb(252,108,110);
    background: linear-gradient(90deg, rgba(252,108,110,1) 0%, rgba(255,0,108,1) 100%);
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 15px 0;
    position: relative;
    width: 100%;
    max-width: 320px;
}
.search-submit__btn::after {
    background: url(../images/icon-arrow-r-w.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 15px;
}
@media screen and (max-width: 768px) {
    .search {
        background-position: top;
        background-size: contain;
        padding: 60px 0;
    }
    .search-inner {
        padding: 35px 15px;
    }
    .search-head h2 {
        font-size: 26px;
    }
    .search-body {
        padding: 25px 15px;
    }
    .search-tags .tag {
        font-size: 14px;
    }
    .search-tags .tag::before {
        border-radius: 4px;
        height: 20px;
        width: 20px;
    }
    .search-tags .tag.active::after {
        height: 12px;
        width: 12px;
    }
    .search-submit__btn {
        font-size: 16px;
    }
}

/* card */
.card {
    background: #E2E2E2;
    padding: 120px 0;
}
.card-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1024px;
}
.card-head {
    margin: 0 0 35px;
    text-align: center;
}
.card-head h2 {
    color: #FF0E6D;
    font-size: 32px;
    font-weight: bold;
}
.card-head h2 span {
    color: #333;
}
.card-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.card-item {
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    padding: 20px 15px 15px 25px;
    position: relative;
    width: 49%;
}
.card-item:nth-child(-n+2) {
    margin-top: 0;
}
.card-item__image {
    position: relative;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    overflow: hidden;
}
.card-item__image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.card-item__image.remo::after {
    background: url(../images/recommend.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 64px;
    position: absolute;
    left: -15px;
    top: -30px;
    width: 64px;
}
.card-item__text {
    padding-left: 20px;
    width: calc(100% - 115px);
}
.card-eyecatch {
    background: #333;
    border-radius: 0 8px 0 8px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.card-item__name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.card-item__tag {
    margin: 0 0 15px;
}
.card-tag {
    font-size: 14px;
    font-weight: 400;
}
.card-item__info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.card-item__price {
    font-size: 20px;
    font-weight: bold;
    margin: 0 20px 0 0;
}
.card-item__review {
    color: #FF7D0E;
    font-size: 18px;
    font-weight: 300;
}
.card-item__review span {
    color: #FF7D0E;
    margin-left: 5px;
}
.more-btn {
    margin: 45px 0 0;
    padding: 0 20px;
    text-align: center;
}
.more-btn a {
    background: rgb(252,108,110);
    background: linear-gradient(90deg, rgba(252,108,110,1) 0%, rgba(255,0,108,1) 100%);
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 390px;
}
.more-btn a::after {
    background: url(../images/icon-arrow-r-w.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 15px;
}
@media screen and (max-width: 768px) {
    .card {
        padding: 60px 0;
    }
    .card-head {
        margin: 0 0 25px;
    }
    .card-head h2 {
        font-size: 26px;
    }
    .card-item {
        width: 100%;
    }
    .card-item:nth-child(-n+2) {
        margin-top: 20px;
    }
    .card-item:first-child {
        margin-top: 0;
    }
    .card-item__image {
        position: relative;
        width: 85px;
        height: 85px;
    }
    .card-item__image::after {
        height: 45px;
        left: -10px;
        top: -20px;
        width: 45px;
    }
    .card-item__text {
        padding-left: 15px;
        width: calc(100% - 85px);
    }
    .card-eyecatch {
        font-size: 12px;
    }
    .card-item__name {
        font-size: 14px;
    }
    .card-item__info {
        display: block;
    }
    .card-item__price {
        font-size: 15px;
        margin-right: 0;
    }
    .card-item__review {
        font-size: 16px;
    }
    .more-btn a {
        font-size: 16px;
    }
}

/* what */
.what {
    background: url(../images/what-bg.png) no-repeat;
    background-color: #EDEDED;
    background-size: cover;
    background-position: top;
    padding: 100px 0;
}
.what-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1200px;
}
.what-head {
    margin: 0 0 45px;
    text-align: center;
}
.what-head h2 {
    color: #FF0E6D;
    font-size: 32px;
    font-weight: bold;
}
.what-head h2 span {
    color: #333;
}
.what-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 55px;
    width: 90%;
}
.what-image {
    border-radius: 8px;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.2));
    line-height: 0;
    overflow: hidden;
    width: 45%;
}
.what-text {
    width: 50%;
}
.what-text h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px;
}
.what-text h3 span {
    color: #FF0E6D;
}
.what-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
}

.what-detail {
    border: 1px solid #fff;
    border-radius: 8px;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.2));
    margin: 0 auto;
    overflow: hidden;
    padding: 50px;
    width: 98%;
}
.what-detail::after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.what-detail__inner {
    position: relative;
    z-index: 1;
}
.what-detail__ttl {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 100px;
    text-align: center;
}
.what-detail__ttl span {
    color: #FF0E6D;
}
.what-detail__flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.what-detail__item {
    position: relative;
    width: calc(70% / 3);
}
.what-detail__image {
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.2));
    margin: 0 auto 15px;
    width: 131px;
}
.what-detail__item p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.what-detail__item p span {
    color: #FF0E6D;
}

.floating-text {
    margin: auto;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    text-align: center;
}
.floating-text p {
    border: 1px solid #FF0E6D;
    border-radius: 50px;
    color: #FF0E6D;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 15px;
}
.floating-text .more {
    color: #FF0E6D;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin: auto;
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    text-align: center;
}
.floating-text .more::before,
.floating-text .more::after {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 18px;
    width: 12px;
}
.floating-text .more::before {
    background-image: url(../images/icon-fukidashi-l-p.svg);
    margin-right: 10px;
}
.floating-text .more::after {
    background-image: url(../images/icon-fukidashi-r-p.svg);
    margin-left: 10px;
}

.what-detail__arrow {
    display: flex;
    align-items: flex-end;
    padding: 25px 0 75px;
    position: relative;
    width: 15%;
}
.detail-arrow__text {
    border-radius: 9px;
    background: #FF0E6D;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    bottom: 125px;
    left: 0;
    right: 0;
    text-align: center;
}
.detail-arrow__text::after {
    background: url(../images/triangel.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -14px;
    width: 15px;
}
.detail-arrow__text p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.detail-arrow__image {
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 968px) {
    .what-detail {
        padding: 35px 15px;
        width: 100%;
    }
    .what-detail__ttl {
        font-size: 18px;
        margin: 0 0 40px;
    }
    .what-detail__flex {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .what-detail__item {
        width: 100%;
    }
    .what-detail__image {
        width: 150px;
    }
    
    .floating-text {
        top: -35px;
    }
    .floating-text p {
        font-size: 14px;
    }
    .floating-text .more {
        top: -28px;
    }
    
    .what-detail__arrow {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 25px 0 75px;
        width: 100%;
    }
    .detail-arrow__text {
        margin: 0 35px 0 0;
        padding: 10px;
        position: relative;
        bottom: inherit;
        width: 100%;
        max-width: max-content;
    }
    .detail-arrow__text::after {
        margin: auto;
        height: 15px;
        bottom: 0;
        top: 0;
        right: -10px;
        left: initial;
        transform: rotate(30deg);
        width: 15px;
    }
    .detail-arrow__image {
        width: 100%;
        max-width: max-content;
    }
}
@media screen and (max-width: 768px) {
    .what {
        padding: 70px 0;
    }
    .what-head {
        margin: 0 0 35px;
    }
    .what-head h2 {
        font-size: 26px;
    }
    .what-flex {
        margin: 0 auto 35px;
        width: 100%;
    }
    .what-image {
        margin: 0 0 25px;
        width: 100%;
    }
    .what-text {
        width: 100%;
    }
    .what-text h3 {
        font-size: 21px;
    }
    .what-text p {
        font-size: 14px;
    }
}

/* applications */
.application {
    background: url(../images/applications-bg.png) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.application-inner {
    margin: 0 auto;
    padding: 140px 0 100px;
    width: 92%;
    max-width: 1200px;
}
.application-head {
    padding: 0 20px;
    text-align: center;
}
.application-head h2 {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    font-weight: bold;
    margin: 80px 0 25px;
}
.application-head h2::before,
.application-head h2::after {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 35px;
    width: 24px;
}
.application-head h2::before {
    background-image: url(../images/icon-fukidashi-l-w.svg);
    margin-right: 10px;
}
.application-head h2::after {
    background-image: url(../images/icon-fukidashi-r-w.svg);
    margin-left: 10px;
}
.application-body {
    display: flex;
    justify-content: center;
    align-items: center;
}
.application-btn {
    background: #fff;
    border-radius: 50px;
    margin: 0 15px;
    text-align: center;
    width: 49%;
    max-width: 375px;
}
.application-btn a {
    color: #FF0E6D;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
    position: relative;
    width: 100%;
}
.application-btn a::after {
    background: url(../images/icon-arrrow-r-p.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 15px;
}
@media screen and (max-width: 768px) {
    .application-head h2 {
        font-size: 24px;
    }
    .application-body {
        display: block;
    }
    .application-btn {
        margin: 0;
        width: 100%;
        max-width: none;
    }
    .application-btn:first-child {
        margin: 0 0 15px;
    }
    .application-btn a {
        font-size: 18px;
        padding: 25px 0;
    }
}

/* blog */
.blog {
    background: url(../images/blog-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}
.blog-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1200px;
}
.blog-head {
    margin: 0 0 45px;
    text-align: center;
}
.blog-head h2 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}
.blog-items {
    display: flex;
    
    align-items: stretch;
    flex-wrap: wrap;
}
.blog-item {
    border-radius: 6px;
    overflow: hidden;
    width: 24%;
    margin: .5%;
}
.blog-image {
    line-height: 0;
}
.blog-text {
    background: #fff;
    padding: 15px 15px 25px;
}
.blog-date {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}
.blog-ttl {
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog-cat {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.blog-cat p {
    background: #E2E2E2;
    border-radius: 50px;
    color: #258FF9;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 3px 10px;
}
@media screen and (max-width: 768px) {
    .blog {
        padding: 50px 0;
    }
    .blog-head {
        margin: 0 0 25px;
    }
    .blog-head h2 {
        font-size: 26px;
    }
    .blog-item {
        margin-top: 25px;
        width: 48%;
    }
    .blog-item:nth-child(-n+2) {
        margin-top: 0;
    }
    .blog-text {
        padding: 10px 10px 15px;
    }
    .blog-ttl {
        font-size: 14px;
        margin: 5px 0;
    }
    .blog-cat p {
        font-size: 12px;
        padding: 3px 8px;
    }
}

/* informations */
.informations {
    padding: 100px 0;
}
.informations-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
    max-width: 1024px;
}
.informations-head {
    width: 350px;
}
.informations-head h2 {
    font-size: 56px;
    font-weight: bold;
    margin: 0 0 25px;
}
.informations-head a {
    border: 1px solid #333;
    border-radius: 50px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
}

.informations-body {
    width: calc(100% - 350px);
}
.informations-list {
    border-top: 1px solid #CECECE;
}
.informations-list li {
    border-bottom: 1px solid #CECECE;
}
.informations-list li a {
    display: block;
    padding: 20px;
}
.informations-ttl {
    font-size: 18px;
    margin: 0 0 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.informations-date {
    color: #AAAAAA;
    font-size: 13px;
}
@media screen and (max-width: 768px) {
    .informations {
        padding: 40px 0 55px;
    }
    .informations-head {
        margin: 0 0 25px;
        width: 100%;
    }
    .informations-head h2 {
        font-size: 32px;
        margin: 0 0 25px;
    }
    
    .informations-body {
        width: 100%;
    }
    .informations-list li a {
        padding: 10px;
    }
    .informations-ttl {
        font-size: 16px;
    }
    .informations-date {
        font-size: 12px;
    }
}

main.lower{
    margin-top: 100px;
}

.s-sub-ttl{
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    margin: 20px 0 20px 0;
}

.recommend-card
.card-item__text i{
    position: absolute;
    right: 1px;
    top: -11px;
    background-color: #e02f2f;
    color: #fff;
    line-height: 1em;
    padding: 5px;
    font-size: 13px;
}