ul {
    list-style: none;
}

header .fixheader {
    position: static;
}

@media screen and (max-width: 480px) {
    header .cd-main-header {
        position: static;
    }
}

#floatingbtn,
.gotop {
    visibility: hidden;
}

.wapper {
    margin: 0 20px;
}

.container {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.container--wide {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-weight: 500;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: "Noto Sans Japanese-r";
}

h1 {
    font-size: 51px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    text-align: center;
}

h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

@media screen and (max-width: 428px) {
    h2 {
        font-size: 25px;
    }
}

.content h4 {
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

h6 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

@media screen and (max-width: 428px) {
    h6 {
        font-size: 17px;
    }
}

p {
    line-height: 27px;
}

@media screen and (max-width: 428px) {
    p {
        font-size: 15px;
    }
}

.section-title {
    text-align: center;
    color: #02A99F;
}

.section-title span {
    color: #FF9901;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    font-size: 16px;
}

.section-title:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 6px;
    background-color: #02A99F;
    margin: 23px auto 0;
}

@media screen and (max-width: 428px) {
    .section-title span {
        font-size: 13px;
    }

    .section-title:after {
        width: 60px;
        margin-top: 15px;
    }
}

.haccp-button a {
    background-color: #FF9901;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    padding: 13px 0 11px;
    display: inline-block;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    display: block;
}

.haccp-button a::before {
    margin-right: 10px;
}

@media screen and (max-width: 428px) {
    .haccp-button a {
        padding: 7px 0 0;
    }
}

.haccp-button-mail a:before {
    content: "";
    background-image: url("../../images/icon_email.svg");
    background-size: cover;
    width: 33px;
    height: 31px;
    display: inline-block;
    vertical-align: -7px;
}

.haccp-button-document a:before {
    content: "";
    background-image: url("../../images/icon_document.svg");
    background-size: cover;
    width: 26px;
    height: 27px;
    display: inline-block;
    vertical-align: -4px;
}

.haccp-button-conv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.haccp-button-conv a {
    width: 48%;
    font-size: 16px;
    padding: 15px 0 15px;
}

.haccp-button-conv a:before {
    content: none;
}

.btnripple {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    outline: none;
}

a.btnripple:hover {
    opacity: 1;
}

.btnripple::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-radial-gradient(circle, #fff 10%, transparent 10%) no-repeat 50%;
    background: radial-gradient(circle, #fff 10%, transparent 10%) no-repeat 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 0.3s;
    transition: opacity 1s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 1s;
    transition: transform 0.3s, opacity 1s, -webkit-transform 0.3s;
}

.btnripple:hover::after {
    -webkit-transform: scale(10, 10);
    transform: scale(10, 10);
    -webkit-transition: opacity 1s, -webkit-transform 0.3s;
    transition: opacity 1s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 1s;
    transition: transform 0.3s, opacity 1s, -webkit-transform 0.3s;
    opacity: 0.6;
}

.anc {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: -43px;
    max-width: 920px;
    width: 100%;
}

.anc__inner {
    background-color: #ffffff;
    border-radius: 8px;
}

.anc ul {
    width: 640px;
    margin: 0 auto;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.anc a {
    color: #02A99F;
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

.anc a:after {
    content: "";
    display: inline-block;
    vertical-align: 3px;
    border-top: solid 2px #02A99F;
    border-right: solid 2px #02A99F;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 10px;
}

@media screen and (max-width: 428px) {
    .anc {
        bottom: -160px;
    }

    .anc__inner {
        width: 86%;
        margin: 0 auto;
    }

    .anc ul {
        display: block;
        width: 100%;
        padding: 0;
    }

    .anc li {
        border-bottom: 1px solid #E2E2E2;
        padding: 10px 20px;
    }

    .anc li:last-child {
        border-bottom: none;
    }

    .anc a {
        position: relative;
        display: block;
        font-size: 15px;
    }

    .anc a:after {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(135deg);
        transform: translateY(-50%) rotate(135deg);
    }
}

.bg-white {
    background-color: #fff;
}

.red {
    color: red;
}

.bgfffbc4 {
    background-color: #fffbc4;
}

.clr-fff {
    color: #fff;
}

.kome {
    font-size: 11px;
}

.lh-22 {
    line-height: 2.2;
}

.fts1rem {
    font-size: 1rem;
}

.fts11rem {
    font-size: 1.1rem;
}

.fts12rem {
    font-size: 1.2rem;
}

.fts14rem {
    font-size: 1.4rem;
}

.fts16rem {
    font-size: 1.6rem;
}

.nsj-m {
    font-family: "Noto Sans Japanese-m";
}

.nsj-sb {
    font-family: "Noto Sans Japanese-sb";
}

.txt-center {
    text-align: center;
}

.txt-justify {
    text-align: justify;
}

/* margine padding */
.block {
    display: block;
}

/* margine padding */
.mt2rem {
    margin-top: 2rem;
}

.mb-1rem {
    margin-bottom: 1rem;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.pt-1rem {
    padding-top: 1rem;
}

.pt-2rem {
    padding-top: 2rem;
}

.pt-4rem {
    padding-top: 4rem;
}

.pb-2rem {
    padding-bottom: 2rem;
}

.pb-4rem {
    padding-bottom: 4rem;
}

/* color */
.clrf15a8c {
    color: #f15a8c;
}

.clr0095cb {
    color: #0095cb;
}

.clr00885b {
    color: #00885b;
}

.clr000 {
    color: #000;
}

.question::before {
    content: "\f059";
    font-family: "Font Awesome 5 free";
    margin-right: 0.5em;
}

.box-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* pc-sp */
.pc-only {
    display: none;
}

.sp-only {
    display: block;
}

/* main */
.main {
    background-color: #fff;
    padding-top: 48px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Noto Sans Japanese-r";
}

.content-box {
    padding: 2rem 0;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

/* content-inner */
.content-inner {
    width: 90%;
}

.user-title {
    font-size: 1.4rem;
}

.shop-bg {
    background-color: #feeef3;
}

.hotel-bg {
    background-color: #e9f8f9;
}

.factory-bg {
    background-color: #e5f3ef;
}

/*  catalog-list  */
.title-bg {
    background: #9d9d9e;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    border-left: solid 10px #00ada9;
    text-indent: 0.5rem;
    margin-bottom: 1rem;
}

.catalog-list {
    width: 90%;
    margin: 0 auto;
}

.pc-app-box {
    padding: 1rem;
    background-color: #e5f3ef;
    margin-bottom: 2rem;
}

.catalog-list .new-icon {
    color: #fff;
    background: #284399;
    display: inline-block;
    padding: 0px 24px 2px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.catalog-list .catalog_title {
    padding: 0 0 0.5rem;
    border-bottom: 1px solid #ccc;
    font-size: 1.6rem;
}

.catalog-list .catalog_box {
    font-size: 0.8rem;
    margin-bottom: 1rem;
    font-family: "Noto Sans Japanese-l";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.catalog-list .catalog_img {
    width: 41%;
}

.catalog-list .catalog_img img {
    border: 1px solid #dcdcdc;
}

.catalog .catalog_right {
    width: 55%;
}

.catalog_right {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.catalog-list .catalog_info {
    text-align: left;
    padding: 0.5rem 0;
    font-size: 1.4rem;
}

.catalog-list .catalog_link li {
    margin-top: 0.25rem;
}

.catalog-list .catalog_link li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 4px;
    border: 1px solid #004874;
    background: #f5f5f5;
    color: #004874;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
}

.catalog-list .catalog_link .fa {
    font-size: 1rem;
    padding: 2px 5px;
}

/* app-dl-btm */
.pc-app .app-dl-btm {
    background-color: #0b6ec6;
    color: #fff;
    font-size: 2rem;
    display: block;
    padding: 1.4rem;
    width: 100%;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
    -webkit-box-shadow: #888 0px 1px 1px;
    box-shadow: #888 0px 1px 1px;
}

.app-spec {
    width: 90%;
    margin: 2rem auto 2rem;
}

.app-txt {
    text-align: right;
    font-size: 1.6rem;
}

.app-txt a {
    color: #0b6ec6;
}

/* contact */
.catalog-link {
    color: #00ada9;
    display: block;
    padding: 1rem;
    border: 2px solid #00ada9;
    border-radius: 8px;
    margin: 0 auto;
    width: 90%;
}

.catalog-link span {
    display: block;
    text-align: center;
}

.catalog-link span:nth-child(1) {
    font-size: 1rem;
}

.catalog-link span:nth-child(1):before {
    content: "\f1c1";
    font-family: "Font Awesome 5 free";
    color: #d0121b;
}

@media all and (min-width: 428px) {
    .main {
        padding-top: 20px;
    }

    .txt-big {
        font-size: 130%;
    }

    /* flex */
    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flx30 {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .flx48 {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .fb-55 {
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .user-title {
        font-size: 2.2rem;
    }

    .pc-app-box {
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-right: 1px solid #333;
        background-color: #fff;
        padding-right: 2.5rem;
    }

    .pc-app {
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        margin-left: auto;
        margin-right: auto;
    }

    /* .catalog-list .catalog_box {
    display: block;
  } */

    .catalog-list .catalog_img {
        width: 65%;
        margin: 0 auto 0.5rem;
    }

    /* .catalog-link */
    .catalog-link span:nth-child(1) {
        font-size: 1rem;
    }
}

@media all and (min-width: 1200px) {

    /*  */
    .w90 {
        width: 90%;
        max-width: 1100px;
        margin: 0 auto;
        position: relative;
        display: block;
    }

    .flex-b60 {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    /* main */
    .main {
        padding-top: 0;
    }

    .pc-only {
        display: block;
    }

    .sp-only {
        display: none;
    }

    .catalog-link span:nth-child(1)::before {
        font-size: 1.8rem;
    }

    .title-bg {
        font-size: 2.2rem;
    }

    .liconex-txt {
        font-size: 2rem;
    }

    .sub-title-box .sub-title {
        font-size: 1.6rem;
        padding: 0.25em 1em;
    }

    .setti {
        width: 150px;
        font-size: 1.4rem;
        padding: 1.4rem 0;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 148px;
        height: 148px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .catalog-list {
        width: 90%;
        margin: 0 auto;
    }
}

@font-face {
    font-family: "plus";
    src: url("../font/plus.eot?q5bi5d");
    src: url("../font/plus.eot?q5bi5d#iefix") format("embedded-opentype"), url("../font/plus.ttf?q5bi5d") format("truetype"), url("../font/plus.woff?q5bi5d") format("woff"), url("../font/plus.svg?q5bi5d#plus") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^=icon-plus],
[class*=" icon-plus"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "plus" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.casestudy {
    padding: 80px 0;
    background-color: #F7F7F7;
}

.casestudy-content {
    margin-top: 35px;
}

.casestudy-item {
    padding: 40px;
    background-color: #ffffff;
    border-radius: 12px;
}

@media screen and (min-width: 769px) {
    .casestudy-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.casestudy-item__image {
    -ms-flex-preferred-size: calc(349 / (1000 - 40 * 2) * 100%);
    flex-basis: calc(349 / (1000 - 40 * 2) * 100%);
}

@media screen and (max-width: 428px) {
    .casestudy-item__image {
        margin-bottom: 20px;
    }
}

.casestudy-item__content {
    -ms-flex-preferred-size: 58.8043478261%;
    flex-basis: 58.8043478261%;
}

.casestudy-item__customer {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}

.casestudy-item__title {
    margin-bottom: 17px;
    font-size: 20px;
    font-weight: bold;
    color: #02A99F;
}

.casestudy-item__text {
    font-size: 13px;
}

.casestudy-item__link {
    margin-top: 30px;
    text-align: right;
    padding-right: 8px;
}

.casestudy-item__linkText {
    display: inline-block;
    font-weight: bold;
}

.casestudy-item__linkText::after {
    content: "";
    display: inline-block;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
}

.conv {
    padding: 64px 0;
    background-color: #02A99F;
}

.conv-title {
    color: #ffffff;
    text-align: center;
}

.conv-title span {
    font-size: 24px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    border-bottom: 2px solid #ffffff;
    padding-bottom: 4px;
}

.conv-title h2 {
    margin-top: 9px;
}

.conv-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 36px;
}

.conv-card {
    width: 47%;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
}

.conv-card__title {
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

.conv-card__image {
    margin: 22px auto 20px;
    width: 250px;
}

.conv-card__lead {
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    margin-top: 20px;
}

.conv-card__time {
    font-size: 11px;
    line-height: 17px;
}

.conv-card__tel {
    font-size: 38px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    margin-top: 4px;
}

.conv-card__tel::before {
    content: url("../../images/icon_phone.svg");
}

.conv-card__tel a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.conv-card__info {
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    border-top: 2px solid #E2E2E2;
    margin-top: 27px;
    padding-top: 21px;
    margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
    .conv-card {
        position: relative;
    }

    .conv-card:nth-child(2) .haccp-button {
        position: absolute;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 428px) {
    .conv-inner {
        display: block;
    }

    .conv-card {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }

    .conv-card:last-child {
        margin-bottom: 0;
    }

    .conv-card__info {
        margin-top: 19px;
    }

    .conv-card__title {
        font-size: 16px;
    }

    .conv-card__tel {
        font-size: 25px;
    }

    .conv-card__tel::before {
        vertical-align: middle;
    }

    .conv-card .haccp-button a {
        font-size: 16px;
        padding: 4px 0;
    }

    .conv-card .haccp-button a::before {
        margin-right: 5px;
        vertical-align: -8px;
    }
}

.customer {
    padding: 81px 0 39px;
}

.customer-lead {
    margin-top: 36px;
    text-align: center;
}

.customer__inner {
    margin-top: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.customer-card {
    width: 47%;
    background-color: #E9F8F9;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    margin-bottom: 42px;
}

.customer-card__image {
    width: 100px;
    margin-right: 20px;
}

.customer-card__content {
    width: 310px;
}

.customer-card__atteribute {
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

@media screen and (max-width: 428px) {
    .customer {
        padding-top: 60px;
        padding-bottom: 16px;
    }

    .customer-lead {
        margin-top: 30px;
    }

    .customer__inner {
        margin-top: 25px;
        display: block;
    }

    .customer-card {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .customer-card__content {
        width: 100%;
    }

    .customer-card__atteribute {
        margin-bottom: 15px;
    }

    .customer-card__atteribute:before {
        content: "";
        display: inline-block;
        width: 60px;
        height: 60px;
        background-size: cover;
        vertical-align: middle;
        margin-right: 20px;
    }

    .customer-card:nth-child(1) .customer-card__atteribute:before {
        background-image: url("../images/customer-01.png");
    }

    .customer-card:nth-child(2) .customer-card__atteribute:before {
        background-image: url("../images/customer-02.png");
    }

    .customer-card:nth-child(3) .customer-card__atteribute:before {
        background-image: url("../images/customer-03.png");
    }

    .customer-card:nth-child(4) .customer-card__atteribute:before {
        background-image: url("../images/customer-04.png");
    }
}

.faq {
    padding: 78px 0;
    background-color: #E9F8F9;
}

.faq .section-title {
    margin-bottom: 56px;
}

.faq__inner {
    margin-bottom: 15px;
}

.faq__inner:last-child {
    margin-bottom: 0;
}

.faq-item__question {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px 8px 0 0;
    position: relative;
    cursor: pointer;
}

.faq-item__question:before {
    content: "";
    display: inline-block;
    position: absolute;
    vertical-align: 3px;
    border-top: solid 2px #02A99F;
    border-right: solid 2px #02A99F;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%);
    right: 20px;
    top: 39%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.faq-item__question.is-close {
    border-radius: 8px;
}

.faq-item__question.is-close:before {
    top: calc(39% + 10px);
    right: 14px;
    -webkit-transform: rotate(315deg) translateY(-50%);
    transform: rotate(315deg) translateY(-50%);
}

.faq-item__answer {
    padding: 20px;
    background-color: #F7F7F7;
    border-radius: 0 0 8px 8px;
}

.faq-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faq-item__icon {
    font-size: 18px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    padding: 2px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    margin-right: 20px;
}

.faq-item__icon--q {
    background-color: #02A99F;
    color: #ffffff;
}

.faq-item__icon--a {
    background-color: #E2E2E2;
}

.faq-relative {
    margin-top: 83px;
}

.faq-relative h4 {
    font-size: 30px;
    text-align: center;
}

.faq-relative__inner {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.faq-relative__card {
    width: 47%;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}

@media screen and (max-width: 428px) {
    .faq {
        padding-top: 58px;
        padding-bottom: 60px;
    }

    .faq .section-title {
        margin-bottom: 30px;
    }

    .faq-item__icon {
        padding-top: 3px;
        font-size: 14px;
        width: 26px;
        height: 26px;
        margin-right: 10px;
    }

    .faq-item__content p {
        width: 80%;
    }

    .faq-relative {
        margin-top: 61px;
    }

    .faq-relative h4 {
        font-size: 23px;
    }

    .faq-relative__card {
        width: 100%;
        margin-bottom: 17px;
    }

    .faq-relative__card:last-child {
        margin-bottom: 0;
    }

    .faq-relative__inner {
        display: block;
        margin-top: 15px;
    }
}

.feature {
    padding: 47px 0 0px;
}

.feature-image {
    border-radius: 12px;
    overflow: hidden;
    margin-top: 54px;
}

@media screen and (max-width: 428px) {
    .feature-image {
        display: flex;
        justify-content: center;
    }
}

.content .feature-lead {
    margin-top: 35px;
    font-size: 25px;
    text-align: center;
}

.feature-banner {
    margin-top: 80px;

}

@media screen and (max-width: 428px) {
    .feature {
        margin-top: 23px;
    }

.content .feature-lead {
        font-size: 18px;
    }
}

.feature-arrow {
    margin-top: 13px;
}

.feature-arrow__parts {
    text-align: center;
}

.feature-arrow__parts:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    border-top: solid 4px #02A99F;
    border-right: solid 4px #02A99F;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.feature-arrow__parts:nth-child(2) {
    margin-top: -2px;
}

@media screen and (max-width: 428px) {
    .feature-arrow__parts:after {
        width: 24px;
        height: 24px;
    }
}

.feature__inner {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 428px) {
    .feature__inner {
        display: block;

    }
}

.feature-card {
    width: 32%;
}

.feature-card__title {
    margin-top: 15px;
    text-align: center;
    font-size: 22px;
}

.feature-card__shortening {
    text-align: center;
    font-size: 18px;
    color: #FF9901;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    margin-top: 26px;
}

.feature-card__shortening--big {
    font-size: 36px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

.feature-card__shortening--mid {
    font-size: 27px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

.feature-card__lead {
    margin-top: 14px;
}

.feature-card__before {
    margin-top: 4px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 10px;
}

.feature-card__before--heading {
    font-size: 13px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

.feature-card__before--heading .feature-card__icon {
    background-color: #acacac;
    color: #ffffff;
}

.feature-card__after {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 10px;
}

.feature-card__after--heading {
    font-size: 13px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    color: #FF9901;
}

.feature-card__after--heading .feature-card__icon {
    background-color: #FF9901;
    color: #ffffff;
}

.feature-card__icon {
    display: inline-block;
    width: 55px;
    font-size: 12px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    text-align: center;
    border-radius: 20px;
}

.feature-card__arrow {
    text-align: center;
}

.feature-card__arrow:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    border-top: solid 2px #FF9901;
    border-right: solid 2px #FF9901;
    width: 13px;
    height: 13px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media screen and (max-width: 428px) {
    .feature-card {
        width: 100%;
        margin-bottom: 30px;
    }

    .feature-card:last-child {
        margin-bottom: 0;
    }

    .feature-card__image {
        width: 86%;
        margin: 0 auto;
    }

    .feature-card__before {
        margin-top: 14px;
    }

    .feature-card__arrow {
        margin: 5px 0;
    }
}

.conv-area {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 100;
    width: 240px;
}

.conv-area__close {
    position: relative;
    width: 26px;
    height: 26px;
    background-color: #B1B1B1;
    border-radius: 4px 4px 0 0;
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
}

.conv-area__close:before {
    content: "";
    display: inline-block;
    border-top: 3px solid #ffffff;
    width: 20px;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    position: absolute;
    top: 76%;
    left: 36%;
}

.conv-area__close:after {
    content: "";
    display: inline-block;
    border-top: 3px solid #ffffff;
    width: 20px;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
    position: absolute;
    top: 23%;
    left: 44%;
}

.conv-area__inner {
    border: 6px solid #02A99F;
    background-color: #ffffff;
    padding: 12px 9px 10px;
    width: 100%;
    color: #333333;
    display: block;
}

.conv-area__image {
    width: 80px;
    position: absolute;
    top: 12px;
    right: 15px;
}

.conv-area__image img {
    border-radius: 4px;
}

.conv-area__content p {
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    font-size: 19px;
    margin: 5px 0;
}

.conv-area__icon {
    display: inline-block;
    width: 107px;
    color: #02A99F;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

.conv-area__button {
    background-color: #FF9901;
    width: 100%;
    border-radius: 4px;
    font-size: 18px;
    padding: 3px 0;
    text-align: center;
}

.conv-area__button span {
    color: #ffffff;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

.conv-area__button span:before {
    content: url(../images/icon_document.svg);
    margin-right: 2px;
    vertical-align: -2px;
}

.conv-area.close {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 500px) {
    .conv-area {
        width: 100%;
        bottom: 0;
    }

    .conv-area__inner {
        padding: 17px 20px 15px;
    }

    .conv-area__content p {
        font-size: 17px;
        line-height: 20px;
    }

    .conv-area__icon {
        padding: 2px 0;
    }

    .conv-area__button {
        padding: 2px 0;
    }

    .conv-area__button span {
        font-size: 14px;
        vertical-align: 2px;
    }
}

.cv-footer {
    background-image: url("../images/cv_bg.png");
    padding: 60px 0;
}

.cv-footer__inner {
    margin-bottom: 20px;
}

.cv-footer__inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cv-footer__inner li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.cv-footer__inner li img {
    border-radius: 8px;
}

.cv-footer__logo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cv-footer__logo li {
    width: 210px;
    margin: 0 10px;
}

@media screen and (max-width: 428px) {
    .cv-footer__inner ul {
        display: block;
    }

    .cv-footer__inner li {
        width: 100%;
    }

    .cv-footer__logo ul {
        display: block;
    }

    .cv-footer__logo li {
        margin: 0 auto 10px;
    }

    .cv-footer__logo li:last-child {
        margin-bottom: 0;
    }
}

.function {
    padding: 80px 0 84px;
    background-color: #F7F7F7;
}

.function-lead {
    max-width: 750px;
    margin: 55px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.function-lead__image {
    width: 100%;
    max-width: 374px;
}

.function-lead__list {
    width: 100%;
    max-width: 376px;
    margin: 0 auto;
}

.function-lead__list li {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.function-lead__list li:last-child {
    margin-bottom: 0;
}

.function-lead__list li span {
    height: 21px;
}

.function-lead__list span {
    background-color: #02A99F;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    width: 51px;
    border-radius: 10px;
    margin-right: 10px;
}

.function-content {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.function-item {
    width: 47%;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    margin-bottom: 43px;
}

.function-item__title {
    padding-left: 55px;
}

.function-item__title span {
    position: absolute;
    left: 0;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    background-color: #02A99F;
    color: #ffffff;
    display: inline-block;
    width: 70px;
    border-radius: 0 20px 20px 0;
    text-align: center;
}

.function-item__image {
    margin-top: 22px;
}

.function-item p {
    margin-top: 12px;
}

.function-system {
    margin-top: 36px;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px;
}

.function-system__title {
    font-size: 30px;
    text-align: center;
}

.function-system__list {
    margin-top: 40px;
}

.function-system__list li {
    margin-bottom: 10px;
}

.function-system__list li:last-child {
    margin-bottom: 0;
}

.function-system__list li:before {
    content: url("../images/icon_check.svg");
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}

.function-system__img {
    margin-top: 34px;
}

@media screen and (max-width: 428px) {
    .function {
        padding-top: 60px;
        padding-bottom: 64px;
    }

    .function-lead {
        display: block;
        margin-top: 15px;
    }

    .function-lead__image {
        width: 85%;
        margin: 0 auto;
    }

    .function-lead__list span {
        font-size: 10px;
        line-height: 20px;
        width: 45px;
    }

    .function-content {
        display: block;
        margin-top: 56px;
    }

    .function-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .function-item__title {
        padding-left: 21px;
    }

    .function-item__title span {
        font-size: 12px;
        width: 47px;
        margin-top: 3px;
    }

    .function-system {
        padding: 40px 20px;
    }

    .function-system__title {
        font-size: 20px;
    }

    .function-system__list {
        padding: 0 20px;
    }

    .function-system__img {
        overflow-x: scroll;
    }

    .function-system__img img {
        width: 920px;
    }
}

.mv {
    background: url("../images/mv_bg_pc2.jpg");
    background-size: contain;
    position: relative;
    aspect-ratio: 1160 / 554;
 
}

@media screen and (max-width: 428px) {
    .mv {
        aspect-ratio: 1040 / 554;
    }
}

.mv__inner {
    height: 554px;
}


.mv__content {
    padding: 46px 0 0px;
}

.mv__upperheading {
    font-size: 20px;
    text-align: center;
}

.mv h1 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.mv__text {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
}

.mv__price {
    width: 100%;
    max-width: 32%;
    position: absolute;
    left: 7%;
    bottom: 9%;
    background: #fff;
    border-radius: 40px;
    padding: 18px;
}

@media screen and (max-width: 428px) {
    .mv__price {
        bottom: 12%;
    }
}

.mv__image {
    width: 47%;
}

.mv__image--2 {
    width: 39%;
    margin: 80px auto 0;
}

@media screen and (max-width: 428px) {
    .mv__image--2 {
        margin: -26px auto 0;
    }
}
.mv .haccp-button {
    margin-top: 5px;
    width: 100%;
}

@media screen and (max-width: 428px) {
    .mv {
        background: url("../images/mv_bg_sp2.jpg") center top / contain no-repeat;
        position: relative;
    }

    .mv h1 {
        font-size: 27px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .mv__h1-sp {
        text-align: center;
    }

    .mv__h1-sp span {
        font-size: 20px;
        background-color: #02A99F;
        color: #ffffff;
        font-weight: bold;
        font-family: "Noto Sans Japanese-sb";
        padding: 8px 17px;
        border-radius: 4px;
    }

    .mv__h1-sp h1 {
        font-size: 27px;
    }

    .mv__inner {
        display: block;
        height: auto;
    }

    .mv__content {
        padding: 18px 0 90px;
    }

    .mv__upperheading {
        font-size: 15px;
        position: relative;
        margin-bottom: 5px;
        display: inline-block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        line-height: 1.5;
    }
    .mv__upperheading:after{
        content: "";
        width: 100%;
        height: 8px;
        background: url(../images/mv__upperheading-sp.png) center center / contain no-repeat;
        display: block;
        margin-top: 5px;
    }

    .mv__upperheading--arrow {
        width: 9px;
        height: 9px;
        position: absolute;
        border-top: 2px solid #02A99F;
        border-left: 2px solid #02A99F;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(-135deg);
        transform: translateX(-50%) rotate(-135deg);
    }

    .mv__upperheading--left {
        width: calc(50% - 5px);
        height: 2px;
        background-color: #02A99F;
        position: absolute;
        top: 30px;
    }

    .mv__upperheading--right {
        width: calc(50% - 5px);
        height: 2px;
        background-color: #02A99F;
        position: absolute;
        top: 30px;
        right: 0;
    }

    .mv__text {
        font-size: 13px;
        line-height: 1.5;
        text-align: left;
    }

    .mv__price {
        margin: 15px auto 0;
        position: static;
        padding: 0;
        background: transparent;
        max-width: 80%;
        375
    }

    .mv .haccp-button {
        margin: 12px auto 0;
    }

    .mv .haccp-button a {
        padding: 12px 0 12px 0;
    }

    .mv__image {
        width: 100%;
    }
    .mv__image--2 {
        width: 65%;
        margin: 40px auto 0;
    }
}

.obligation {
    background-color: #E9F8F9;
    padding: 116px 0 83px;
}

.obligation h2 {
    text-align: center;
    margin-bottom: 37px;
}

.obligation-title__font-small {
    font-size: 32px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

.obligation__item {
    padding: 40px;
    background-color: #ffffff;
    border-radius: 16px;
    margin-bottom: 30px;
}

.obligation__item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 428px) {
    .obligation {
        padding-top: 223px;
        padding-bottom: 52px;
    }

    .obligation h2 {
        font-size: 35px;
        margin-bottom: 11px;
    }

    .obligation-title__font-small {
        font-size: 30px;
    }

    .obligation__item {
        padding: 25px;
    }
}

.obligation-faq {
    width: calc(100% - 230px);
}

.obligation-faq__icon {
    font-size: 25px;
    text-align: center;
    border-radius: 30px;
    margin-right: 20px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    width: 42px;
    height: 42px;
    padding-top: 2px;
}

.obligation-faq__icon--q {
    background-color: #02A99F;
    color: #ffffff;
}

.obligation-faq__icon--a {
    background-color: #E2E2E2;
}

.obligation-faq__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.obligation-faq__question p {
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    font-size: 25px;
}

.obligation-faq__answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.obligation-faq__answer .obligation-faq__text {
    width: 100%;
    max-width: 538px;
}

@media screen and (max-width: 428px) {
    .obligation-faq {
        width: 100%;
    }

    .obligation-faq__icon {
        font-size: 14px;
        width: 26px;
        height: 26px;
        margin-right: 10px;
    }

    .obligation-faq__question p {
        font-size: 17px;
    }

    .obligation-faq__answer .obligation-faq__text {
        width: 90%;
    }
}

.obligation__about {
    position: relative;
}

.obligation-image {
    width: 170px;
    position: absolute;
    bottom: -6px;
    right: 60px;
}

.obligation__management h3 {
    font-size: 25px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    text-align: center;
    margin-bottom: 30px;
}

.obligation__management--font-big {
    font-size: 32px;
}

@media screen and (max-width: 428px) {
    .obligation__management h3 {
        font-size: 15px;
    }

    .obligation__management--font-big {
        font-size: 25px;
    }
}

.obligation-management__image {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 23px;
}

.obligation-management__image p {
    font-size: 13px;
    text-align: center;

}

.obligation-management__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.obligation-management__flex--item {
    width: 400px;
    margin-right: 20px;
}

.obligation-management__flex--image {
    margin-bottom: 20px;
}

.obligation-management__lead {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    margin-bottom: 40px;
}

@media screen and (max-width: 428px) {
    .obligation-management__image {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 23px;
    }
.obligation-management__image p {
    font-size: 11px;

}

    .obligation-management__flex {
        display: block;
        margin-bottom: 30px;
    }

    .obligation-management__flex--item {
        width: 100%;
        margin-right: 20px;
    }

    .obligation-management__lead {
        text-align: left;
        font-size: 18px;
    }
}

.reason {
    padding: 80px 0;
    background-color: #E9F8F9;
}

.reason .section-title {
    margin-bottom: 56px;
}

.reason__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

.reason__item:last-child {
    margin-bottom: 0;
}

.reason__item:last-child img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.reason__content {
    width: 49%;
    max-width: 490px;
}

.reason__content p {
    margin-top: 20px;
}

.reason__content ul {
    margin-top: 20px;
}

.reason__image {
    width: 47%;
    max-width: 470px;
    background-color: #ffffff;
    border-radius: 12px;
    position: relative;
}

.reason__icon {
    width: 130px;
    border-radius: 13px;
    color: #ffffff;
    background-color: #02A99F;
    text-align: center;
    font-size: 12px;
    padding: 2px 0;
}

.reason__icon span {
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    font-size: 15px;
}

.reason__icon--num {
    font-size: 13px;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
    padding-left: 4px;
}

.reason__heading {
    font-size: 28px;
}

.reason__list li {
    margin-bottom: 4px;
}

.reason__list li:last-child {
    margin-bottom: 0;
}

.reason__list li:before {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    display: inline-block;
    content: "";
    background: #02A99F;
    margin-right: 4px;
}

.reason-spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    border: 2px solid #E2E2E2;
    border-radius: 12px;
    margin-top: 20px;
}

.reason-spec__content {
    width: 48%;
    font-size: 13px;
}

.reason-spec__content p {
    margin-top: 0;
}

.reason-spec__content ul {
    margin-top: 0;
    list-style-type: disc;
    padding-left: 1em;
}

.reason-spec__title {
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

@media screen and (max-width: 428px) {
    .reason {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .reason .section-title {
        margin-bottom: 24px;
    }

    .reason__item {
        display: block;
    }

    .reason__item:last-child img {
        position: static;
        -webkit-transform: none;
        transform: none;
    }

    .reason__heading {
        font-size: 23px;
    }

    .reason__content {
        width: 100%;
        max-width: 100%;
    }

    .reason__content p {
        margin-top: 14px;
    }

    .reason__content ul {
        margin-top: 14px;
    }

    .reason__image {
        width: 100%;
        max-width: 100%;
        margin-top: 14px;
    }

    .reason__list li {
        margin-bottom: 10px;
    }

    .reason__list li:last-child {
        margin-bottom: 0;
    }

    .reason-spec {
        padding: 0 20px 20px;
        display: block;
    }

    .reason-spec__content {
        width: 100%;
    }
}

.worries {
    background: url("../images/worries-bg2.jpg") center center / cover no-repeat;
    text-align: center;
    position: relative;
    padding: 61px 0 140px;
    color: #ffffff;
}

.worries-lead {
    font-size: 22px;
    margin-top: 22px;
    letter-spacing: -0.4px;
}

.worries:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 50px solid #ffffff;
    border-right: 68px solid transparent;
    height: 0;
    width: 50%;
}

.worries:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 50px solid #ffffff;
    border-left: 68px solid transparent;
    height: 0;
    width: 50%;
}

@media screen and (max-width: 428px) {
    .worries {
        padding: 42px 0 65px;
    }

    .worries-lead {
        text-align: left;
        font-size: 18px;
        margin-top: 15px;
    }

    .worries:before {
        border-bottom: 28px solid #ffffff;
        border-right: 54px solid transparent;
    }

    .worries:after {
        border-bottom: 28px solid #ffffff;
        border-left: 54px solid transparent;
    }
}

.font-bold {
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

.font-green {
    color: #02A99F;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

.font-orange {
    color: #FF9901;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

.font-orange2 {
    color: #F06805;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

.font-yellow {
    color: #FFE200;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

.font-marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFE200));
    background: -webkit-linear-gradient(transparent 60%, #FFE200 60%);
    background: linear-gradient(transparent 60%, #FFE200 60%);
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

.font-dot {
    position: relative;
    font-weight: bold;
    font-family: "Noto Sans Japanese-sb";
}

.font-dot:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 28%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.9px 8px 0 8px;
    border-color: #FFE200 transparent transparent transparent;
}

.pc-block {
    display: block;
}

@media screen and (max-width: 428px) {
    .pc-block {
        display: none;
    }
}

.sp-block {
    display: none;
}

@media screen and (max-width: 428px) {
    .sp-block {
        display: block;
    }
}

.xs-block {
    display: none;
}

@media screen and (max-width: 500px) {
    .xs-block {
        display: block;
    }
}

.xs-none {
    display: block;
}

@media screen and (max-width: 500px) {
    .xs-none {
        display: none;
    }
}

.anchor {
  display: block;
  margin-top: -185px;
  padding-top: 185px;
  pointer-events: none;
}
@media screen and (max-width: 428px) {
  .anchor {
    margin-top: -55px;
    padding-top: 55px;
  }
}