@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
    letter-spacing: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    letter-spacing: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #222;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    /* 1 */
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
    cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
    border-color: inherit;
    /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

a,
span {
    display: inline-block;
}

/*===================================================
共通
===================================================*/
/* 基本
***************************************************************/
.wrap {
    font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
}

.wrap p {
    font-size: 16px;
}

@media screen and (max-width: 680px) {
    main {
        margin-top: 0;
        overflow: hidden;
    }

    .wrap p {
        font-size: 4.1025641026vw;
    }
}

/* フォント
***************************************************************/
.serif {
    font-family: "Noto Serif JP", serif;
}

.roboto {
    font-family: "Roboto", sans-serif;
}

/* コンテンツ幅
***************************************************************/
section {
    padding: 100px 0;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 680px) {
    section {
        padding: 10.2564102564vw 0;
    }

    .inner {
        width: 100%;
        padding: 0 5.1282051282vw;
    }
}

/* PC・SP 非表示
***************************************************************/
.sp_only {
    display: none !important;
}

@media screen and (max-width: 680px) {
    .sp_only {
        display: block !important;
    }

    .pc_only {
        display: none !important;
    }
}

/* 共通パーツ
***************************************************************/
.header__button {
    display: none !important;
}

.fixed {
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 100;
}

.fixed a {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 110%;
    writing-mode: vertical-rl;
    padding: 20px 25px;
    background: #fff;
    border: 1px solid #E60011;
    border-radius: 8px 0px 0px 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
}

.fixed a .t1 {
    color: #E60011;
    margin-bottom: 10px;
}

.fixed a .t2 {
    position: relative;
    left: 4px;
}

.fixed a::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../../src/img/LP02/fixed_arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: 16px;
}

.cta {
    background-image: url('../../src/img/LP02/cta_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 87px 0 80px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta h2 {
    color: #F8F8F8;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    /* 57.6px */
}

.cta p {
    color: #F8F8F8;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-top: 20px;
}

.cta a {
    margin-top: -20px;
}

.cta a img {
    width: 850px;
}

.footer__page-top.active {
    z-index: 100;
}

@media screen and (max-width: 680px) {
    .footer__page-top.active {
        bottom: 80px;
    }

    .cta {
        background-image: url('../../src/img/LP02/cta_bg_sp.jpg');
        padding: 10.2564102564vw 0;
    }

    .cta h2 {
        font-size: 5.1282051282vw;
    }

    .cta p {
        font-size: 3.5897435897vw;
        margin-top: 4.6153846154vw;
    }

    .cta a {
        margin-top: 4.1025641026vw;
    }

    .cta a img {
        width: 89.7435897436vw;
    }

    .sp_fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        z-index: 100;
    }

    .sp_fixed a {
        position: relative;
        height: 16.9230769231vw;
    }

    .sp_fixed .link1 {
        background: #E60011;
        color: #fff;
        font-size: 3.8461538462vw;
        font-weight: 700;
        line-height: 150%;
    }

    .sp_fixed .link1 .t1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.0256410256vw;
    }

    .sp_fixed .link1 span::before {
        content: "";
        display: inline-block;
        width: 8.2051282051vw;
        height: 8.2051282051vw;
        background-image: url('../../src/img/LP02/icon_mail.svg');
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
    }

    .sp_fixed .link2 {
        background: #fff;
        font-size: 3.8461538462vw;
        font-weight: 700;
        line-height: 150%;
    }

    .sp_fixed .link2 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2.0512820513vw;
        text-align: center;
    }

    .sp_fixed .link2 .col {
        color: #E60011;
    }

    .sp_fixed .link2::after {
        content: "";
        display: inline-block;
        width: 8.2051282051vw;
        height: 8.2051282051vw;
        background-image: url('../../src/img/LP02/fixed_arrow.svg');
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
    }
}

/* header
***************************************************************/
.header__logo-link {
    text-decoration: unset;
}

.header__link {
    font-size: 15px;
}

.header__logo {
    transition: unset;
}

@media screen and (max-width: 680px) {
    .header.white.header--active .header__logo.black.pc_only {
        display: block !important;
    }

    .header.white.header--active .header__logo.black.sp_only {
        display: none !important;
    }

    .header {
        transition: 0.3s;
    }

    .header--active .header__hamburger span {
        background: #fff;
    }

    .header__container,
    .header.top-active .header__container,
    .header.white .header__container {
        background: unset;
        padding: 0;
    }

    .header.top-active.header--active .header__container,
    .header.white.header--active .header__container {
        background: #fff;
    }

    .header.header--active .header__logo,
    .header.white .header__logo {
        opacity: 0;
        position: absolute;
        visibility: hidden;
        top: 13px;
        left: 29px;
    }

    .header.header--active .header__logo.black,
    .header.white .header__logo.black {
        opacity: 1;
        visibility: visible;
        position: static;
    }

    .header--active .header__container-sp {
        transform: translateY(-5px);
    }

    .header__logo-container {
        padding: 9px 20px;
    }

    .header__container .header__hamburger {
        border: 1px solid #fff;
        padding: 18px 12.5px;
        transition: 0.3s;
    }

    .header.header--active .header__hamburger,
    .header.top-active .header__hamburger,
    .header.white .header__hamburger {
        border: 1px solid rgb(230, 0, 17);
        background: rgb(230, 0, 17);
        padding: 18px 12.5px;
    }

    .header.top-active .header__hamburger span,
    .header.white .header__hamburger span {
        background: #fff;
    }

    .header__hamburger span {
        width: 33px;
        height: 2px;
    }

    .header__hamburger span:not(:last-child) {
        margin-bottom: 7px;
    }

    .header__item.type2 {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-flow: row;
        justify-content: flex-start;
        padding: 24px 4%;
        border-bottom: 1px solid rgba(22, 22, 22, 0.1);
    }

    .header__item.type2 .header__logo-link {
        margin-left: 0;
        font-size: 16px;
        color: #000;
    }

    .header__item.type2 .header__logo-link--white {
        text-decoration: unset;
        font-size: 13px;
        padding: 4px 22px 4px 8px;
        color: #0158a6;
        border-color: #0158a6;
    }

    .header__item.type2 .header__logo-link--white::after {
        background: url('../../assets/uploads/2023/05/logo-link-arrow.png') no-repeat;
        background-size: 100%;
        width: 6px;
        height: 12px;
    }

    .header__link {
        font-size: 18px;
        padding: 24px 0;
        border-bottom: 1px solid rgba(22, 22, 22, 0.1);
    }
}

/* footer
***************************************************************/
.footer {
    padding: 80px 0 24px;
}

.footer__container {
    flex-flow: column;
    gap: 64px;
}

.footer__logo {
    width: 218px;
}

.footer_list {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.footer_item a {
    font-size: 15px;
    font-weight: 400;
    line-height: 180%;
}

.footer__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid #D5D5D5;
    padding-top: 32px;
}

.footer__flex {
    margin-top: 0;
}

.footer__flex p {
    font-size: 14px;
}

.footer__link {
    color: rgba(34, 34, 34, 0.6);
    font-size: 15px;
    text-decoration: underline;
    display: inline-flex;
    gap: 4px;
}

.footer__link::before {
    display: none;
}

.footer__link::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../../src/img/LP02/icon_link02.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

@media screen and (max-width: 680px) {
    .footer {
        padding: 18.4615384615vw 0 26.4102564103vw;
    }

    .footer__container {
        align-items: center;
        padding: 0 5.1282051282vw;
        gap: 8.9743589744vw;
    }

    .footer__logo {
        width: 55.8974358974vw;
    }

    .footer_list {
        flex-wrap: wrap;
        gap: 4.1025641026vw 6.1538461538vw;
    }

    .footer__info {
        margin-top: 0;
        padding-top: 8.2051282051vw;
        flex-flow: column-reverse;
    }

    .footer__list {
        flex-flow: column;
        gap: 6.1538461538vw;
        align-items: flex-start;
        width: 100%;
    }

    .footer_item a {
        font-size: 3.5897435897vw;
    }

    .footer__link {
        margin: 0;
        font-size: 3.5897435897vw;
    }

    .footer__flex p.copyright {
        font-size: 3.3333333333vw;
        text-align: left;
    }
}

/* fv
***************************************************************/
.fv {
    position: relative;
    padding: 0;
}

.fv_bg {
    height: 790px;
}

.fv .fv_wrap {
    position: absolute;
    top: 127px;
    left: 81px;
}

.fv_txt span.t1 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 4px 20px;
}

.fv_txt span.t2 {
    color: #E60011;
    font-size: 26px;
    font-weight: 500;
    background: #fff;
    border: 2px solid #E60011;
    padding: 4px 20px;
}

.fv .fv_txt2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    color: #fff;
    margin-top: 37px;
}

.fv_title {
    font-size: 56px;
    font-weight: 700;
    line-height: 140%;
    color: #fff;
    margin-top: 16px;
}

.fv_title span {
    background: linear-gradient(180deg, #FFCC37 20.42%, #FFE9AB 47.66%, #FFCC37 70.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fv_txt_img_tc {
    width: 333px;
    position: relative;
    top: -8px;
}

.fv_txt_img_do {
    width: 241px;
    position: relative;
    top: -10px;
}

.fv_txt_img_cyber {
    width: 327px;
    position: relative;
    top: -10px;
}

.fv_txt_img_fire {
    width: 221px;
    position: relative;
    top: -10px;
}

.fv_btn {
    margin-top: 42px;
}

.fv_btn img {
    max-width: 454px;
    display: block;
    filter: drop-shadow(5px 4px 0px rgba(0, 0, 0, 0.45));
}

.fv_img {
    margin-top: 50px;
    max-width: 670px;
    display: block;
}

.fv_logo {
    width: 341px;
    position: absolute;
    bottom: 47px;
    right: 84px;
}

@media screen and (min-width: 1200px) {
    .fv {
        position: relative;
        padding: 0;
    }

    .fv_bg {
        height: 54.8611111111vw;
    }

    .fv .fv_wrap {
        position: absolute;
        top: 8.8194444444vw;
        left: 5.625vw;
    }

    .fv_txt span.t1 {
        font-size: 1.3888888889vw;
        font-weight: 500;
        color: #fff;
        border-left: 0.0694444444vw solid #fff;
        border-top: 0.0694444444vw solid #fff;
        border-right: 0.0694444444vw solid #fff;
        padding: 0.2777777778vw 1.3888888889vw;
    }

    .fv_txt span.t2 {
        color: #E60011;
        font-size: 1.8055555556vw;
        font-weight: 500;
        background: #fff;
        border: 0.1388888889vw solid #E60011;
        padding: 0.2777777778vw 1.3888888889vw;
    }

    .fv .fv_txt2 {
        font-size: 1.6666666667vw;
        font-weight: 600;
        line-height: 150%;
        color: #fff;
        margin-top: 2.5694444444vw;
    }

    .fv_title {
        font-size: 3.8888888889vw;
        font-weight: 700;
        line-height: 140%;
        color: #fff;
        margin-top: 1.1111111111vw;
    }

    .fv_txt_img_tc {
        width: 23.125vw;
        position: relative;
        top: -0.5555555556vw;
    }

    .fv_txt_img_do {
        width: 16.7361111111vw;
        top: -0.6944444444vw;
    }

    .fv_txt_img_cyber {
        width: 22.7083333333vw;
        top: -0.6944444444vw;
    }

    .fv_txt_img_fire {
        width: 15.3472222222vw;
        top: -0.6944444444vw;
    }

    .fv_btn {
        margin-top: 2.9166666667vw;
    }

    .fv_btn img {
        max-width: 31.5277777778vw;
        display: block;
        filter: drop-shadow(0.3472222222vw 0.2777777778vw 0vw rgba(0, 0, 0, 0.45));
    }

    .fv_img {
        margin-top: 3.4722222222vw;
        max-width: 46.5277777778vw;
        display: block;
    }

    .fv_logo {
        width: 23.6805555556vw;
        position: absolute;
        bottom: 3.2638888889vw;
        right: 5.8333333333vw;
    }
}

@media screen and (max-width: 680px) {
    .fv {
        position: relative;
        padding: 0;
    }

    .fv_bg {
        height: 164.1025641026vw;
    }

    .fv .fv_wrap {
        top: 25.3846153846vw;
        left: 0;
        display: flex;
        flex-flow: column;
        padding: 0 5.1282051282vw;
    }

    .fv_txt span.t1 {
        font-size: 3.0769230769vw;
        padding: 1.2820512821vw 3.0769230769vw;
    }

    .fv_txt span.t2 {
        font-size: 4.1025641026vw;
        line-height: 1;
        padding: 2.0512820513vw 3.0769230769vw;
    }

    .fv .fv_txt2 {
        font-size: 4.1025641026vw;
        margin-top: 6.1538461538vw;
    }

    .fv_title {
        font-size: 5.1282051282vw;
        margin-top: 6.1538461538vw;
        white-space: nowrap;
    }

    .fv_txt_img_tc {
        width: 49.2307692308vw;
        top: -1.2820512821vw;
    }

    .fv_txt_img_do {
        width: 38.4615384615vw;
        top: -1.2820512821vw;
    }

    .fv_txt_img_cyber {
        width: 29.7435897436vw;
        top: 0;
    }

    .fv_txt_img_fire {
        width: 32.3076923077vw;
        top: -1.2820512821vw;
    }

    .fv_btn {
        margin-top: 6.1538461538vw;
    }

    .fv_btn img {
        max-width: 89.7435897436vw;
    }

    .fv_img {
        margin-top: 13.0769230769vw;
        max-width: 92.3076923077vw;
    }
}

/* section1
***************************************************************/
.sec1 {
    background-image: url('../../src/img/LP02/sec1_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 166px 0 70px;
}

.sec1 .inner h2 {
    padding: 43px 0 62px;
    text-align: center;
    position: relative;
    max-width: 982px;
    margin: 0 auto;
}

.sec1 .inner h2::before {
    content: "";
    display: inline-block;
    width: 155px;
    height: 123px;
    background-image: url('../../src/img/LP02/sec1_border01.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sec1 .inner h2::after {
    content: "";
    display: inline-block;
    width: 155px;
    height: 123px;
    background-image: url('../../src/img/LP02/sec1_border02.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
}

.sec1 .inner h2 span.t1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 160%;
}

.sec1 .inner h2 span.t2 {
    font-size: 36.813px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.368px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

.sec1 .inner h2 span.t2 img {
    width: 224px;
}

.sec1 .inner .img {
    max-width: 1074px;
    display: block;
    margin: 49px auto 0;
}

@media screen and (max-width: 680px) {
    .sec1 {
        background-image: url('../../src/img/LP02/sec1_bg_sp.jpg');
        background-position: top;
        padding: 7.6923076923vw 0 10.2564102564vw;
    }

    .sec1 .inner h2 {
        padding: 7.4358974359vw 0 8.2051282051vw;
    }

    .sec1 .inner h2::before {
        width: 25.641025641vw;
        height: 11.2820512821vw;
        background-image: url('../../src/img/LP02/sec1_border01_sp.svg');
    }

    .sec1 .inner h2::after {
        width: 25.641025641vw;
        height: 11.2820512821vw;
        background-image: url('../../src/img/LP02/sec1_border02_sp.svg');
    }

    .sec1 .inner h2 span.t1 {
        font-size: 3.8461538462vw;
    }

    .sec1 .inner h2 span.t2 {
        font-size: 5.1282051282vw;
        flex-wrap: wrap;
        gap: 0 2.0512820513vw;
        margin-top: 4.1025641026vw;
    }

    .sec1 .inner h2 span.t2 img {
        width: 31.2820512821vw;
    }

    .sec1 .inner .img {
        width: 100%;
        margin-top: -5.1282051282vw;
    }
}

/* section2
***************************************************************/
.sec2 {
    padding: 0;
}

.sec2 .wrap {
    padding: 0 0 104px;
    background-image: url('../../src/img/LP02/sec2_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sec2 .head {
    position: relative;
}

.sec2 .head img {
    height: 314px;
    -o-object-position: bottom;
    object-position: bottom;
}

.sec2 .head h2 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

.sec2 .head h2 span.t1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 160%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.sec2 .head h2 span.t1::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 32px;
    background-image: url('../../src/img/LP02/sec2_before.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.sec2 .head h2 span.t1::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 32px;
    background-image: url('../../src/img/LP02/sec2_before.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    transform: scale(-1, 1);
}

.sec2 .head h2 span.t2 {
    color: #F8F8F8;
    text-shadow: 0px 0px 12.742px rgba(135, 0, 10, 0.5);
    font-size: 28px;
    font-weight: 700;
    line-height: 160%;
}

.sec2 .head h2 span.t2 span.t3 {
    font-size: 44.675px;
    border-bottom: 2px solid #FFE600;
    padding-bottom: 25px;
}

.sec2 .head h2 span.t2 span.t4 {
    font-size: 40px;
    position: relative;
}

.sec2 .head h2 span.t2 span.t4::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #F8F8F8;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0);
}

.sec2 .inner {
    background: #fff;
    padding: 160px 100px 80px;
    margin-top: -160px;
}

.sec2 .inner .content01 {
    text-align: center;
}

.sec2 .inner .content01 h3 {
    font-size: 40px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 11px;
}

.sec2 .inner .content01 h3::before {
    content: "";
    display: inline-block;
    width: 66px;
    height: 78px;
    background-image: url('../../src/img/LP02/sec2_icon01.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.sec2 .inner .content01 p.txt {
    color: #222;
    margin-top: 24px;
}

.sec2 .inner .content01 ul {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sec2 .inner .content01 ul li h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 170%;
    color: #222;
    margin-top: 8px;
}

.sec2 .inner .content01 p.txt2 {
    line-height: 170%;
    margin-top: 24px;
}

.sec2 .inner .content01 img {
    max-width: 822px;
    margin-top: 20px;
}

.sec2 .inner .content02 {
    margin-top: 64px;
    background: #F7F7F7;
    padding: 0 47px 40px;
}

.sec2 .inner .content02 h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.sec2 .inner .content02 h3::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 27px;
    background-image: url('../../src/img/LP02/arrow_red.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translate(-50%, 0);
}

.sec2 .inner .content02 h3::after {
    content: "";
    display: inline-block;
    width: calc(100% + 94px);
    height: 100%;
    background: #E60011;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.sec2 .inner .content02 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 60px;
    margin-top: 40px;
}

.sec2 .inner .content02 ul li {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sec2 .inner .content02 ul li::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url('../../src/img/LP02/icon_check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.sec2 .inner .content02 ul li p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.sec2 .inner .content02 ul li p span {
    font-size: 16px;
}

.sec2 .inner .content02 p.txt {
    margin-top: 40px;
    text-align: center;
}

.sec2 .inner .content02 img {
    margin-top: 24px;
}

.sec2 .inner .content02 .flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-top: 64px;
}

.sec2 .inner .content02 .flex p.txt {
    line-height: 2;
    text-align: left;
    margin-top: 0;
}

.sec2 .inner .content02 .flex p.txt .sp {
    display: none;
}

.sec2 .inner .content02 .flex figure img {
    margin-top: 0;
}

.sec2 .inner .content02 .flex figure figcaption {
    font-size: 12px;
}

.sec2 .inner .content03 {
    margin-top: 64px;
    background: #F7F7F7;
    padding: 0 47px 40px;
}

.sec2 .inner .content03 h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.sec2 .inner .content03 h3 span {
    color: #FFF171;
}

.sec2 .inner .content03 h3::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 27px;
    background-image: url('../../src/img/LP02/arrow_red.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translate(-50%, 0);
}

.sec2 .inner .content03 h3::after {
    content: "";
    display: inline-block;
    width: calc(100% + 94px);
    height: 100%;
    background-image: url('../../src/img/LP02/products-trade-credit/sec2_title_bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.sec2 .inner .content03 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
}

.sec2 .inner .content03 ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    width: 281px;
    padding: 24px 16px;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.sec2 .inner .content03 ul li img {
    width: auto;
    height: 56px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.sec2 .inner .content03 ul li p.txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    position: relative;
}

.sec2 .inner .content03 ul li p.txt .t1 {
    font-size: 10px;
    width: 100%;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
    line-height: 1.2;
}

.sec2 .sec2_title3 {
    text-align: center;
    color: #F8F8F8;
    text-shadow: 0px 0px 13.69px rgba(135, 0, 10, 0.5);
    font-size: 32px;
    font-weight: 700;
    line-height: 160%;
    background: rgb(230, 0, 17);
    padding: 24px 0;
}

@media screen and (max-width: 680px) {
    .sec2 .wrap {
        padding: 0 0 16.4102564103vw;
        background-image: url('../../src/img/LP02/sec2_bg_sp.jpg');
    }

    .sec2 .head {
        position: relative;
    }

    .sec2 .head img {
        height: 52.8205128205vw;
    }

    .sec2 .head h2 {
        top: 7.1794871795vw;
    }

    .sec2 .head h2 span.t1 {
        font-size: 4.6153846154vw;
        gap: 3.0769230769vw;
    }

    .sec2 .head h2 span.t1::before {
        width: 3.0769230769vw;
        height: 5.8974358974vw;
    }

    .sec2 .head h2 span.t1::after {
        width: 3.0769230769vw;
        height: 5.8974358974vw;
    }

    .sec2 .head h2 span.t2 {
        font-size: 4.6153846154vw;
        margin-top: 2.5641025641vw;
    }

    .sec2 .head h2 span.t2 span.t3 {
        font-size: 6.9230769231vw;
        padding-bottom: 1.2820512821vw;
    }

    .sec2 .head h2 span.t2 span.t3.sp_20 {
        font-size: 6vw;
    }

    .sec2 .head h2 span.t2 span.t4 {
        font-size: 6.9230769231vw;
        margin-top: 3.8461538462vw;
    }

    .sec2 .head h2 span.t2 span.t4::before {
        top: -2.5641025641vw;
        display: none;
    }

    .sec2 .inner {
        padding: 16.4102564103vw 4.6153846154vw 6.1538461538vw;
        margin-top: -16.4102564103vw;
        margin: -16.4102564103vw auto 0;
        width: calc(100% - 40px);
    }

    .sec2 .inner .content01 h3 {
        font-size: 6.1538461538vw;
        gap: 2.0512820513vw;
        padding-bottom: 1.7948717949vw;
    }
    .sec2 .inner .content01 .sp_20 {
        font-size: 4.4vw;
    }
    .sec2 .inner .content01 h3::before {
        width: 10.2564102564vw;
        height: 12.3076923077vw;
    }

    .sec2 .inner .content01 p.txt {
        font-size: 3.8461538462vw;
        margin-top: 6.1538461538vw;
    }

    .sec2 .inner .content01 ul {
        margin-top: 6.1538461538vw;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 6.1538461538vw;
    }

    .sec2 .inner .content01 ul li h4 {
        font-size: 5.1282051282vw;
        margin-top: 2.0512820513vw;
    }

    .sec2 .inner .content01 p.txt2 {
        font-size: 3.8461538462vw;
        margin-top: 6.1538461538vw;
    }

    .sec2 .inner .content02 {
        margin-top: 10.2564102564vw;
        padding: 0 4.1025641026vw 6.1538461538vw;
    }

    .sec2 .inner .content02 h3 {
        font-size: 4.1025641026vw;
        padding: 3.0769230769vw 0 3.8461538462vw;
        white-space: nowrap;
    }

    .sec2 .inner .content02 h3::before {
        width: 4.358974359vw;
        height: 4.6153846154vw;
        bottom: -4.358974359vw;
    }

    .sec2 .inner .content02 h3::after {
        width: calc(100% + 8.2153846154vw);
        height: 100%;
    }

    .sec2 .inner .content02 ul {
        flex-flow: column;
        flex-wrap: nowrap;
        gap: 2.0512820513vw;
        margin-top: 7.6923076923vw;
    }

    .sec2 .inner .content02 ul li {
        font-size: 4.1025641026vw;
        gap: 1.0256410256vw;
        padding-left: 9.2307692308vw;
    }

    .sec2 .inner .content02 ul li::before {
        width: 4.6153846154vw;
        height: 4.6153846154vw;
    }

    .sec2 .inner .content02 p.txt {
        font-size: 3.5897435897vw;
        margin-top: 7.6923076923vw;
    }

    .sec2 .inner .content02 img {
        margin-top: 4.1025641026vw;
    }

    .sec2 .inner .content02 ul li p {
        font-size: 4.1025641026vw;
        line-height: 1.8;
        text-align: left;
    }

    .sec2 .inner .content02 ul li p span {
        display: none;
    }

    .sec2 .inner .content02 .flex {
        display: flex;
        flex-flow: column-reverse;
        gap: 4.1025641026vw;
        margin-top: 7.6923076923vw;
    }

    .sec2 .inner .content02 .flex p.txt {
        line-height: 1.8;
    }

    .sec2 .inner .content02 .flex p.txt .pc {
        display: none;
    }

    .sec2 .inner .content02 .flex p.txt .sp {
        display: inline-block !important;
    }

    .sec2 .inner .content02 .flex figure figcaption {
        font-size: 2.5641025641vw;
    }

    .sec2 .inner .content03 {
        margin-top: 10.2564102564vw;
        padding: 0 4.1025641026vw 6.1538461538vw;
    }

    .sec2 .inner .content03 h3 {
        font-size: 4.1025641026vw;
        padding: 5.1282051282vw 0;
    }

    .sec2 .inner .content03 h3 span {
        font-size: 4.6153846154vw;
    }

    .sec2 .inner .content03 h3::before {
        width: 4.358974359vw;
        height: 4.6153846154vw;
        bottom: -4.358974359vw;
    }

    .sec2 .inner .content03 h3::after {
        width: calc(100% + 8.2153846154vw);
        height: 100%;
    }

    .sec2 .inner .content03 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 4.1025641026vw 0;
        margin-top: 10.2564102564vw;
    }

    .sec2 .inner .content03 ul li {
        flex-flow: column;
        gap: 1.0256410256vw;
        width: 34.6153846154vw;
        padding: 2.0512820513vw 0 4.1025641026vw;
    }

    .sec2 .inner .content03 ul li:nth-last-of-type(1) {
        width: 100%;
    }

    .sec2 .inner .content03 ul li img {
        height: 9.7435897436vw;
    }

    .sec2 .inner .content03 ul li p.txt {
        font-size: 3.5897435897vw;
        width: 100%;
        text-align: center;
    }

    .sec2 .inner .content03 ul li p.txt .t1 {
        font-size: 10px;
        position: unset;
        transform: unset;
        white-space: unset;
        line-height: 1.2;
        text-align: left;
        padding: 1.2820512821vw 2.5641025641vw;
    }

    .sec2 .sec2_title3 {
        font-size: 4.6153846154vw;
        padding: 4.1025641026vw 0;
    }
}

/* section3
***************************************************************/
.sec3 {
    background-image: url('../../src/img/LP02/sec3_bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
}

.sec3 .inner h2 {
    font-size: 43.798px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3 .inner h2 span {
    color: #E60011;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -0.64px;
}

.sec3 .inner .sec3_title {
    text-align: center;
    margin-top: 100px;
}

.sec3 .inner .sec3_title .en {
    color: #E60011;
    font-size: 20px;
    font-style: italic;
    display: block;
}

.sec3 .inner .sec3_title .ja {
    font-size: 44px;
    font-weight: 500;
    display: block;
}

.sec3 .inner ul {
    margin-top: 104px;
    display: flex;
    flex-flow: column;
    gap: 160px;
}

.sec3 .inner ul li h3 {
    text-align: center;
    gap: 80px;
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
    color: #fff;
    position: relative;
    z-index: 1;
}

.sec3 .inner ul li h3::before {
    content: "";
    display: inline-block;
    width: 120vw;
    height: 180px;
    background: #222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-2deg);
    z-index: -1;
}

.sec3 .inner ul li h3 img {
    width: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: calc(50% - 440px);
    transform: translate(-50%, -50%);
}

.sec3 .inner ul li .textWrap {
    display: flex;
    align-items: center;
    gap: 64px;
    margin-top: 140px;
}

.sec3 .inner ul li .textWrap img {
    width: 530px;
}

.sec3 .inner ul li .textWrap .textBox {
    flex: 1;
}

.sec3 .inner ul li .textWrap .textBox h4 {
    color: #111;
    font-size: 28px;
    font-weight: 500;
    line-height: 180%;
    position: relative;
}

.sec3 .inner ul li .textWrap .textBox h4::before {
    content: "";
    display: inline-block;
    border-top: 3px solid #E60011;
    width: 217px;
    position: absolute;
    left: 0;
    bottom: -24px;
}

.sec3 .inner ul li .textWrap .textBox p {
    color: #111;
    font-weight: 500;
    margin-top: 48px;
}

@media screen and (max-width: 680px) {
    .sec3 {
        background-image: unset;
    }

    .sec3 .inner h2 {
        font-size: 5.1282051282vw;
        flex-flow: column;
    }

    .sec3 .inner h2 span {
        font-size: 8.2051282051vw;
    }

    .sec3 .inner .sec3_title {
        margin-top: 11.5384615385vw;
    }

    .sec3 .inner .sec3_title .en {
        font-size: 3.3333333333vw;
    }

    .sec3 .inner .sec3_title .ja {
        font-size: 6.1538461538vw;
    }

    .sec3 .inner ul {
        margin-top: 17.4358974359vw;
        gap: 17.9487179487vw;
    }

    .sec3 .inner ul li h3 {
        gap: 2.0512820513vw;
        font-size: 5.1282051282vw;
        padding-left: 0;
        text-align: center;
    }

    .sec3 .inner ul li h3::before {
        width: 120vw;
        height: 20.5128205128vw;
    }

    .sec3 .inner ul li h3 img {
        width: 14.8717948718vw;
        left: 5.1282051282vw;
    }

    .sec3 .inner ul li h3 span {
        flex: 1;
    }

    .sec3 .inner ul li .textWrap {
        flex-flow: column;
        gap: 3.5897435897vw;
        margin-top: 17.4358974359vw;
    }

    .sec3 .inner ul li .textWrap img {
        width: 100%;
    }

    .sec3 .inner ul li .textWrap .textBox h4 {
        font-size: 4.6153846154vw;
    }

    .sec3 .inner ul li .textWrap .textBox h4::before {
        width: 18.9743589744vw;
        bottom: -4.6153846154vw;
    }

    .sec3 .inner ul li .textWrap .textBox p {
        font-size: 3.5897435897vw;
        margin-top: 8.2051282051vw;
    }
}

/* section4
***************************************************************/
.sec4 {
    background-image: url('../../src/img/LP02/sec4_bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 174px 0 104px;
}

.sec4 .inner h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F8F8F8;
    gap: 8px;
    font-size: 43.798px;
    font-weight: 700;
}

.sec4 .inner h2 span {
    font-size: 56px;
    font-weight: 700;
    line-height: 160%;
    /* 89.6px */
    letter-spacing: -0.56px;
}

.sec4 .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 24px;
    margin-top: 40px;
}

.sec4 .inner ul li {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.15);
    padding: 40px;
    text-align: center;
    width: 380px;
}

.sec4 .inner ul li img {
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.sec4 .inner ul li h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 170%;
    margin-top: 24px;
}

.sec4 .inner ul li h3 span {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #FFF27E 10%);
}

@media screen and (max-width: 680px) {
    .sec4 {
        background-image: url('../../src/img/LP02/sec4_bg_sp.svg');
        padding: 20.5128205128vw 0 10.2564102564vw;
    }

    .sec4 .inner h2 {
        gap: 1.0256410256vw;
        font-size: 5.1282051282vw;
    }

    .sec4 .inner h2 span {
        font-size: 6.1538461538vw;
    }

    .sec4 .inner ul {
        gap: 4.1025641026vw;
        margin-top: 6.1538461538vw;
    }

    .sec4 .inner ul li {
        border-radius: 1.0256410256vw;
        padding: 4.1025641026vw 0 6.1538461538vw;
        width: 42.5641025641vw;
    }

    .sec4 .inner ul li:nth-last-of-type(1) {
        width: 100%;
    }

    .sec4 .inner ul li img {
        height: 15.3846153846vw;
    }

    .sec4 .inner ul li h3 {
        font-size: 3.5897435897vw;
        margin-top: 2.8205128205vw;
    }
}

/* section5
***************************************************************/
.sec5 {
    background-image: url('../../src/img/LP02/sec5_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}

.sec5 .inner {
    max-width: 1120px;
}

.sec5 .inner .head p.txt {
    font-size: 28px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.sec5 .inner .head p.txt::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 32px;
    background-image: url('../../src/img/LP02/icon_before.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.sec5 .inner .head p.txt::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 32px;
    background-image: url('../../src/img/LP02/icon_before.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    transform: scale(-1, 1);
}

.sec5 .inner .head h2 {
    font-size: 43.798px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    margin-top: 6px;
}

.sec5 .inner .head h2 span {
    color: #E60011;
    font-size: 56px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.56px;
}

.sec5 .inner .head h3 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 64px;
    position: relative;
    padding-bottom: 24px;
}

.sec5 .inner .head h3::before {
    content: "";
    display: inline-block;
    border-top: 3px solid #E60011;
    width: 170px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sec5 .inner .head p.txt2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 24px;
}

.sec5 .inner .case_list {
    margin-top: 64px;
    border-top: 1px solid #D0D0D0;
    padding-top: 32px;
}

.sec5 .inner .case_list .case_item {
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.sec5 .inner .case_list .case_item h4 {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #222;
}

.sec5 .inner .case_list .case_item h4 span {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 100%;
    color: #fff;
    padding: 6px 16px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.sec5 .inner .case_list .case_item h4 span::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #E60011;
    filter: drop-shadow(2px 2px 0px #222);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skew(-15deg, 0);
    z-index: -1;
}

.sec5 .inner .case_list .case_item p.txt {
    margin-top: 8px;
}

.sec5 .inner .case_list .case_item p.txt span {
    color: #E60011;
    display: inline;
}

/*tabの形状*/
.sec5_tab_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1075px;
    position: relative;
    margin: 60px auto 0;
    z-index: 1;
}

.sec5_tab_list::before {
    content: "";
    display: block;
    width: 1204px;
    border-top: 2px solid #E60011;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.sec5_tab_list .sec5_tab_item a {
    display: block;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 170%;
    padding: 12px 0;
    border-left: 2px solid #E60011;
    border-top: 2px solid #E60011;
    border-right: 2px solid #E60011;
    border-radius: 8px 8px 0 0;
    transition: 0.3s;
    background: #fff;
    color: #E60011;
}

.sec5_tab_list .sec5_tab_item.active a {
    color: #fff;
    background: #E60011;
}

.sec5_area {
    display: none;
    opacity: 0;
    max-width: 1124px;
    margin: 0 auto;
}

.sec5_area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.sec_5_area_wrap {
    display: flex;
    align-items: flex-start;
    gap: 64px;
    margin-top: 64px;
}

.sec_5_area_textBox {
    flex: 1;
}

.sec_5_area_textBox h3 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    padding-bottom: 24px;
}

.sec_5_area_textBox h3::before {
    content: "";
    display: inline-block;
    border-top: 3px solid #E60011;
    width: 259px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sec_5_area_textBox p.txt2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 24px;
}

.sec_5_area_textBox_list {
    display: flex;
    flex-flow: column;
    gap: 13px;
    margin-top: 28px;
}

.sec_5_area_textBox_list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.sec_5_area_textBox_list li::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../../src/img/LP02/icon_check02.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.sec_5_area_wrap img {
    width: 530px;
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (min-width: 681px) {
    .sec5_tab_list .sec5_tab_item a:hover {
        color: #fff;
        background: #E60011;
    }
}

@media screen and (max-width: 680px) {
    .sec5 {
        background-size: contain;
    }

    .sec5 .inner .head p.txt {
        font-size: 3.5897435897vw;
        gap: 1.5384615385vw;
    }

    .sec5 .inner .head p.txt::before {
        width: 2.5641025641vw;
        height: 4.8717948718vw;
    }

    .sec5 .inner .head p.txt::after {
        width: 2.5641025641vw;
        height: 4.8717948718vw;
    }

    .sec5 .inner .head h2 {
        font-size: 5.1282051282vw;
        flex-flow: column;
        gap: 0;
        margin-top: 2.0512820513vw;
    }

    .sec5 .inner .head h2 span {
        font-size: 6.1538461538vw;
    }

    .sec5 .inner .head h3 {
        font-size: 5.1282051282vw;
        margin-top: 10.2564102564vw;
        padding-bottom: 4.1025641026vw;
    }

    .sec5 .inner .head h3::before {
        width: 33.3333333333vw;
    }

    .sec5 .inner .head p.txt2 {
        font-size: 3.5897435897vw;
        margin-top: 4.1025641026vw;
    }

    .sec5 .inner .case_list {
        margin-top: 10.2564102564vw;
        padding-top: 6.1538461538vw;
    }

    .sec5 .inner .case_list .case_item {
        padding-bottom: 6.1538461538vw;
        margin-bottom: 6.1538461538vw;
    }

    .sec5 .inner .case_list .case_item h4 {
        gap: 2.5641025641vw;
        font-size: 4.1025641026vw;
    }

    .sec5 .inner .case_list .case_item h4 span {
        font-size: 3.3333333333vw;
        padding: 1.5384615385vw 2.3076923077vw;
        white-space: nowrap;
    }

    .sec5 .inner .case_list .case_item p.txt {
        margin-top: 2.0512820513vw;
        font-size: 3.5897435897vw;
    }

    .sec5 .inner p.desc {
        font-size: 3.5897435897vw;
    }

    /*tabの形状*/
    .sec5_tab_list {
        gap: 2.0512820513vw;
        margin: 10.2564102564vw 2.0512820513vw 0;
    }

    .sec5_tab_list::before {
        width: 89.7435897436vw;
    }

    .sec5_tab_list .sec5_tab_item a {
        font-size: 3.8461538462vw;
        padding: 3.0769230769vw 0;
    }

    .sec_5_area_wrap {
        flex-flow: column;
        gap: 4.1025641026vw;
        margin-top: 6.1538461538vw;
    }

    .sec_5_area_textBox h3 {
        font-size: 5.1282051282vw;
        padding-bottom: 4.1025641026vw;
    }

    .sec_5_area_textBox h3::before {
        width: 33.0769230769vw;
    }

    .sec_5_area_textBox p.txt2 {
        font-size: 3.5897435897vw;
        margin-top: 4.1025641026vw;
    }

    .sec_5_area_textBox_list {
        gap: 3.0769230769vw;
        margin-top: 4.1025641026vw;
    }

    .sec_5_area_textBox_list li {
        gap: 2.0512820513vw;
        font-size: 3.5897435897vw;
    }

    .sec_5_area_textBox_list li::before {
        width: 5.1282051282vw;
        height: 5.1282051282vw;
    }

    .sec_5_area_wrap img {
        width: 100%;
    }
}

/* section6
***************************************************************/
.sec6 {
    background: #E60011;
    position: relative;
    z-index: 1;
}

.sec6 .bg01 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.5;
}

.sec6 .bg02 {
    position: absolute;
    top: 166px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.sec6 .inner {
    position: relative;
    z-index: 1;
    max-width: 1056px;
}

.sec6 .inner h2 {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
}

.sec6 .inner h2 span {
    font-size: 52px;
}

.sec6 .inner ul {
    display: flex;
    flex-flow: column;
    gap: 56px;
    margin-top: 64px;
    position: relative;
    z-index: 1;
}

.sec6 .inner ul::before {
    content: "";
    display: inline-block;
    width: 59px;
    height: 302px;
    background-image: url('../../src/img/LP02/sec6_txt.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translate(0, -50%);
    z-index: 2;
}

.sec6 .inner ul li {
    background: #fff;
    text-align: center;
    position: relative;
    border-radius: 8px;
    padding: 57px 0 53px;
    z-index: 1;
}

.sec6 .inner ul li::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    transform: rotate(-45deg) skew(10deg, 10deg) translate(-50%, 0);
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 50%;
    z-index: -1;
}

.sec6 .inner ul li:nth-last-of-type(1)::before {
    display: none;
}

.sec6 .inner ul li p.num.roboto {
    position: absolute;
    top: 50%;
    left: 42px;
    transform: translate(0, -50%);
    font-size: 50.369px;
    font-style: italic;
    font-weight: 500;
    line-height: 120%;
    color: #E60011;
    border-bottom: 1px solid #E60011;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.sec6 .inner ul li p.num.roboto span {
    font-size: 29.497px;
}

.sec6 .inner ul li h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    color: #222;
}

@media screen and (max-width: 680px) {
    .sec6 {
        padding: 15.3846153846vw 0;
    }

    .sec6 .bg02 {
        top: 0;
        -o-object-position: center;
        object-position: center;
        width: 275.1282051282vw;
    }

    .sec6 .inner {
        position: relative;
        z-index: 1;
    }

    .sec6 .inner h2 {
        font-size: 6.1538461538vw;
    }

    .sec6 .inner h2 span {
        font-size: 8.2051282051vw;
    }

    .sec6 .inner ul {
        gap: 9.2307692308vw;
        margin-top: 10.2564102564vw;
    }

    .sec6 .inner ul::before {
        width: 8.2051282051vw;
        height: 48.9743589744vw;
        right: 4.1025641026vw;
    }

    .sec6 .inner ul li {
        padding: 8.9743589744vw 0;
    }

    .sec6 .inner ul li::before {
        width: 7.6923076923vw;
        height: 7.6923076923vw;
        bottom: -1.2820512821vw;
    }

    .sec6 .inner ul li:nth-last-of-type(1)::before {
        display: none;
    }

    .sec6 .inner ul li p.num.roboto {
        left: 5.1282051282vw;
        font-size: 4.6153846154vw;
        gap: 1.0256410256vw;
    }

    .sec6 .inner ul li p.num.roboto span {
        font-size: 3.5897435897vw;
    }

    .sec6 .inner ul li h3 {
        font-size: 4.6153846154vw;
        text-align: left;
        padding-left: 25.641025641vw;
        line-height: 1.5;
    }

    .sec6 .inner ul li h3 span {
        font-size: 3.5897435897vw;
    }
}

/* section7
***************************************************************/
.sec7 {
    position: relative;
}

.sec7 .bg {
    width: 670px;
    position: absolute;
    right: 0;
    top: 0;
}

.sec7 .inner h2 {
    font-size: 43.798px;
    color: #222;
    font-weight: 700;
    text-align: center;
}

.sec7 .inner h2 span {
    color: #E60011;
}

.sec7 .inner ul.accordion-area {
    margin-top: 64px;
}

.accordion-area {
    border-bottom: 1px solid #C2C2C2;
}

.accordion-area li {
    padding: 30px 27px;
    border-top: 1px solid #C2C2C2;
}

/*アコーディオンタイトル*/
.accordion_title {
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding-right: 90px;
}

.accordion_title span {
    color: #F8F8F8;
    font-size: 34.231px;
    font-style: italic;
    font-weight: 500;
    padding: 8px 7px;
    position: relative;
}

.accordion_title span::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #E60011;
    filter: drop-shadow(2px 2px 0px #222);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skew(-15deg, 0);
    z-index: -1;
}

/*アイコンの＋と×*/
.accordion_title::before,
.accordion_title::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 3px;
    background: #E60011;
    transition: 0.3s;
}

.accordion_title::before {
    top: 48%;
    right: 0;
    transform: rotate(0deg);
}

.accordion_title::after {
    top: 48%;
    right: 0;
    transform: rotate(90deg);
}

.accordion_title.close::after {
    transform: rotate(0);
}

.accordion_box {
    display: none;
    margin-top: 24px;
}

.accordion_box a {
    color: #E60011;
    text-decoration: underline;
}

.sec7 .inner p.desc {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: #222;
    margin-top: 64px;
}

.accordion_table {
    width: 660px;
    border-collapse: collapse;
    border: 1px solid #bbb;
    margin: 20px 0;
}

.accordion_table th {
    width: 27.27%;
    background-color: #f4f4f4;
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
    border: 1px solid #bbb;
}

.accordion_table th:nth-child(2) {
    width: 72.73%;
}

.accordion_table td {
    width: 27.27%;
    font-size: 16px;
    line-height: 27px;
    padding: 15px;
    border: 1px solid #bbb;
    position: relative;
}

.accordion_table td span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.accordion_table td:nth-child(2) {
    width: 72.73%;
}

@media screen and (max-width: 680px) {
    .sec7 .bg {
        width: 79.4871794872vw;
        top: 19.2307692308vw;
    }

    .sec7 .inner h2 {
        font-size: 6.1538461538vw;
    }

    .sec7 .inner ul.accordion-area {
        margin-top: 6.1538461538vw;
    }

    .accordion-area li {
        padding: 4.6153846154vw 0;
    }

    /*アコーディオンタイトル*/
    .accordion_title {
        gap: 4.1025641026vw;
        font-size: 3.8461538462vw;
        padding-right: 10.2564102564vw;
        align-items: flex-start;
    }

    .accordion_title span {
        font-size: 5.1282051282vw;
        padding: 0.5128205128vw 1.7948717949vw;
        position: relative;
        top: -0.5128205128vw;
    }

    /*アイコンの＋と×*/
    .accordion_title::before,
    .accordion_title::after {
        width: 3.0769230769vw;
        height: 0.5128205128vw;
    }

    .accordion_title::before {
        top: 2.5641025641vw;
    }

    .accordion_title::after {
        top: 2.5641025641vw;
    }

    .accordion_box {
        margin-top: 4.1025641026vw;
    }

    .accordion_box p {
        font-size: 3.5897435897vw;
        padding: 0 2.0512820513vw;
    }

    .sec7 .inner p.desc {
        font-size: 3.5897435897vw;
        margin-top: 6.1538461538vw;
        text-align: left;
    }
}

/* section8
***************************************************************/
.sec8 {
    background: #F7F7F7;
    padding: 117px 0 0;
}

.sec8 .inner {
    max-width: 1180px;
}

.sec8 .inner h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 43.798px;
    font-style: normal;
    font-weight: 700;
}

.sec8 .inner h2 span {
    color: #E60011;
    font-size: 56px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.56px;
}

.sec8 .inner ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 77px;
}

.sec8 .inner ul li {
    position: relative;
}

.sec8 .inner ul li img {
    height: 270px;
}

.sec8 .inner ul li p.num.roboto {
    font-size: 43.352px;
    font-style: italic;
    font-weight: 600;
    line-height: 100%;
    color: #fff;
    position: absolute;
    top: 246px;
    right: 0;
}

.sec8 .inner ul li p.num.roboto span {
    position: relative;
    z-index: 1;
    padding: 10px 15px;
}

.sec8 .inner ul li p.num.roboto span::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #E60011;
    filter: drop-shadow(2px 2px 0px #222);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skew(-15deg, 0);
    z-index: -1;
}

.sec8 .inner ul li h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #222;
    margin-top: 24px;
}

.sec8 .inner ul li p.txt {
    margin-top: 16px;
}

.sec8 .img {
    margin-top: 104px;
}

@media screen and (max-width: 680px) {
    .sec8 {
        padding: 10.2564102564vw 0 0;
    }

    .sec8 .inner h2 {
        gap: 0;
        font-size: 6.1538461538vw;
    }

    .sec8 .inner h2 span {
        font-size: 8.2051282051vw;
    }

    .sec8 .inner ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10.2564102564vw;
        margin-top: 10.2564102564vw;
    }

    .sec8 .inner ul li {
        position: relative;
    }

    .sec8 .inner ul li img {
        height: 63.0769230769vw;
    }

    .sec8 .inner ul li p.num.roboto {
        font-size: 11.0256410256vw;
        top: 57.9487179487vw;
        right: 0;
    }

    .sec8 .inner ul li p.num.roboto span {
        position: relative;
        z-index: 1;
        padding: 2.5641025641vw 3.8461538462vw;
    }

    .sec8 .inner ul li h3 {
        font-size: 5.1282051282vw;
        margin-top: 4.1025641026vw;
    }

    .sec8 .inner ul li p.txt {
        margin-top: 2.0512820513vw;
        font-size: 3.5897435897vw;
    }

    .sec8 .img {
        margin-top: 10.2564102564vw;
    }
}

/* section9
***************************************************************/
.sec9 {
    background: #F7F7F7;
}

.sec9 .inner h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    border-left: 10px solid #E60011;
    padding-left: 24px;
}

.sec9 .inner ul {
    display: flex;
    flex-flow: column;
    gap: 24px;
    background: #fff;
    padding: 40px;
    margin-top: 64px;
}

.sec9 .inner ul li {
    display: flex;
    justify-content: space-between;
}

.sec9 .inner ul li .txtBox {
    width: 662px;
    display: flex;
    align-items: center;
}

.sec9 .inner ul li .txtBox:nth-of-type(2) {
    width: 378px;
}

.sec9 .inner ul li .txtBox h3 {
    width: 84px;
    font-size: 15px;
    line-height: 34px;
    font-weight: 700;
    color: #222;
    border-right: 1px solid #C1C1C1;
}

.sec9 .inner ul li .txtBox p {
    flex: 1;
    font-size: 15px;
    color: #222;
    font-weight: 400;
    padding-left: 24px;
}

.sec9 .inner ul li .txtBox p a {
    color: #E60011;
    font-size: 15px;
    text-decoration: underline;
}

.sec9 .inner ul li .txtBox p a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../../src/img/LP02/icon_link.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 4px;
}

@media screen and (max-width: 680px) {
    .sec9 .inner h2 {
        font-size: 6.1538461538vw;
        line-height: 12.8205128205vw;
        border-left: 1.2820512821vw solid #E60011;
        padding-left: 4.1025641026vw;
    }

    .sec9 .inner ul {
        gap: 4.1025641026vw;
        padding: 6.1538461538vw 4.1025641026vw;
        margin-top: 6.1538461538vw;
    }

    .sec9 .inner ul li {
        flex-flow: column;
        gap: 4.1025641026vw;
    }

    .sec9 .inner ul li .txtBox {
        width: 100%;
    }

    .sec9 .inner ul li .txtBox:nth-of-type(2) {
        width: 100%;
    }

    .sec9 .inner ul li .txtBox h3 {
        width: 21.5384615385vw;
        font-size: 3.5897435897vw;
        line-height: 8.7179487179vw;
    }

    .sec9 .inner ul li .txtBox p {
        font-size: 3.5897435897vw;
        padding-left: 6.1538461538vw;
    }

    .sec9 .inner ul li .txtBox p a {
        font-size: 3.5897435897vw;
    }

    .sec9 .inner ul li .txtBox p a::after {
        width: 3.5897435897vw;
        height: 3.5897435897vw;
        margin-left: 1.0256410256vw;
    }
}

/* section10
***************************************************************/
.sec10 .inner h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    border-left: 10px solid #E60011;
    padding-left: 24px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.sec10 .inner h2 span {
    color: #0070C1;
    font-size: 15px;
    font-weight: 400;
}

.sec10 .inner h3 {
    font-size: 24px;
    background: #F7F7F7;
    font-weight: 700;
    padding: 8px 12px;
    margin-top: 64px;
}

.sec10 .inner ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px 0;
    margin-top: 40px;
}

.sec10 .inner ul li {
    text-align: center;
    position: relative;
    font-size: 14px;
    line-height: 150%;
    height: 42px;
}

.sec10 .inner ul li::before {
    content: "";
    display: inline-block;
    border-right: 1px solid #C1C1C1;
    height: 34px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.sec10 .inner ul li:nth-of-type(6n):before {
    display: none;
}

.sec10 .inner ul li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media screen and (max-width: 680px) {
    .sec10 .inner h2 {
        font-size: 6.1538461538vw;
        line-height: 12.8205128205vw;
        border-left: 1.2820512821vw solid #E60011;
        padding-left: 4.1025641026vw;
        gap: 2.0512820513vw;
        position: relative;
        margin-bottom: 18.7179487179vw;
    }

    .sec10 .inner h2 span {
        font-size: 3.5897435897vw;
        position: absolute;
        left: -1.2820512821vw;
        bottom: -12.8205128205vw;
    }

    .sec10 .inner h3 {
        font-size: 4.8717948718vw;
        padding: 2.0512820513vw 3.0769230769vw;
        margin-top: 10.2564102564vw;
    }

    .sec10 .inner ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4.1025641026vw 0;
        margin-top: 10.2564102564vw;
    }

    .sec10 .inner ul li {
        font-size: 3.0769230769vw;
        height: 9.2307692308vw;
    }

    .sec10 .inner ul li::before {
        height: 8.7179487179vw;
    }

    .sec10 .inner ul li:nth-of-type(2n):before {
        display: none;
    }
}

/* 火災保険
***************************************************************/
@media screen and (max-width: 680px) {
    .fire .fv_title {
        font-size: 8.2051282051vw;
    }

    .fire .fv_img {
        margin-top: 11.5384615385vw;
    }

    .fire .sec2 .inner .content01 p.txt {
        text-align: left;
    }

    .fire .sec2 .inner .content02 ul li {
        padding-left: 9.7435897436vw;
    }

    .fire .sec2 .inner .content02 p.txt {
        text-align: left;
    }
}

/* 取引信用保険
***************************************************************/
.trade .sec2 .inner .content01 p.txt {
    font-size: 18px;
}

.trade .sec2 .inner .content01 p.txt span {
    font-size: 24px;
}

@media screen and (max-width: 680px) {
    .trade .fv_title {
        font-size: 8.2051282051vw;
    }

    .trade .fv_img {
        margin-top: 22.3076923077vw;
    }

    .trade .sec2 .inner .content01 p.txt {
        font-size: 14px;
        text-align: left;
    }

    .trade .sec2 .inner .content01 p.txt span {
        font-size: 16px;
        display: inline;
    }

    .trade .sec2 .inner .content02 ul li {
        padding-left: 8.2051282051vw;
    }
}

/* D&O
***************************************************************/
.products-do .sec2 .inner .content01 p.txt {
    font-size: 18px;
}

.products-do .sec2 .inner .content01 p.txt span {
    font-size: 24px;
}

.products-do .sec2 .inner .content02 p.txt {
    font-size: 18px;
}

.products-do .sec5_tab_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.products-do .sec_5_area_head {
    margin-top: 64px;
}

.products-do .sec_5_area_head h3 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    padding-bottom: 24px;
}

.products-do .sec_5_area_head h3::before {
    content: "";
    display: inline-block;
    border-top: 3px solid #E60011;
    width: 259px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.products-do .sec_5_area_head p {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 24px;
    line-height: 35px;
}

.products-do .sec_5_area_wrap:nth-child(3) {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #D0D0D0;
}

.products-do .sec_5_area_wrap .sec_5_area_textBox h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    border-left: 3px solid #E60011;
    padding-left: 16px;
}

.products-do .sec_5_area_wrap .sec_5_area_textBox p.txt3 {
    margin-top: 40px;
}

.products-do .sec_5_area_textBox_list02 {
    margin-top: 32px;
    display: flex;
    flex-flow: column;
    gap: 24px;
}

.products-do .sec_5_area_textBox_list02 li h5 {
    font-weight: 700;
    font-size: 16px;
}

.products-do .sec_5_area_textBox_list02 li p.txt {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding-left: 8px;
}

.products-do .sec_5_area_textBox_list02 li p.txt::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #E60011;
}

.products-do .sec_5_area_textBox_list02 li p.txt+p.txt {
    margin-top: 12px;
}

.products-do .sec5_area_foot {
    margin-top: 40px;
}

.products-do .sec5_area_foot h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    border-left: 3px solid #E60011;
    padding-left: 16px;
}

.sec5_area_foot_list {
    margin-top: 32px;
    list-style: auto;
}

.sec5_area_foot_list li {
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
    list-style-position: inside;
}

.products-do .sec5_area_foot p.txt {
    font-size: 18px;
    line-height: 180%;
    margin-top: 24px;
}

.products-do .sec5_area_foot p.txt a {
    color: #E60011;
    display: inline;
    text-decoration: underline;
}

@media screen and (max-width: 680px) {
    .products-do .fv_title {
        font-size: 8.2051282051vw;
    }

    .products-do .fv_img {
        margin-top: 10.7692307692vw;
    }

    .products-do .sec2 .inner .content01 p.txt {
        font-size: 14px;
        text-align: left;
    }

    .products-do .sec2 .inner .content01 p.txt span {
        font-size: 16px;
        display: inline;
    }

    .products-do .sec2 .inner .content02 p.txt {
        font-size: 3.5897435897vw;
        text-align: left;
    }

    .products-do .sec_5_area_head {
        margin-top: 6.1538461538vw;
    }

    .products-do .sec_5_area_head h3 {
        font-size: 5.1282051282vw;
        padding-bottom: 4.1025641026vw;
    }

    .products-do .sec_5_area_head h3::before {
        width: 33.0769230769vw;
    }

    .products-do .sec_5_area_head p {
        font-size: 3.5897435897vw;
        margin-top: 4.1025641026vw;
        line-height: 1.8;
    }

    .products-do .sec_5_area_wrap:nth-child(3) {
        margin-top: 6.1538461538vw;
        padding-top: 6.1538461538vw;
    }

    .products-do .sec_5_area_wrap .sec_5_area_textBox h4 {
        font-size: 4.6153846154vw;
        padding-left: 3.0769230769vw;
    }

    .products-do .sec_5_area_wrap .sec_5_area_textBox p.txt3 {
        margin-top: 4.1025641026vw;
    }

    .products-do .sec_5_area_textBox_list02 {
        margin-top: 4.1025641026vw;
        gap: 4.1025641026vw;
    }

    .products-do .sec_5_area_textBox_list02 li h5 {
        font-size: 3.5897435897vw;
    }

    .products-do .sec_5_area_textBox_list02 li p.txt {
        margin-top: 2.0512820513vw;
        gap: 2.0512820513vw;
        padding-left: 2.0512820513vw;
        font-size: 3.5897435897vw;
        align-items: flex-start;
    }

    .products-do .sec_5_area_textBox_list02 li p.txt::before {
        width: 2.0512820513vw;
        height: 2.0512820513vw;
        position: relative;
        top: 2.0512820513vw;
    }

    .products-do .sec_5_area_textBox_list02 li p.txt+p.txt {
        margin-top: 3.0769230769vw;
    }

    .products-do .sec5_area_foot {
        margin-top: 6.1538461538vw;
    }

    .products-do .sec5_area_foot h3 {
        font-size: 4.6153846154vw;
        padding-left: 3.0769230769vw;
    }

    .products-do .sec5_area_foot_list {
        margin-top: 4.1025641026vw;
    }

    .products-do .sec5_area_foot_list li {
        font-size: 3.5897435897vw;
    }

    .products-do .sec5_area_foot p.txt {
        font-size: 3.5897435897vw;
        margin-top: 4.1025641026vw;
    }
}

/* earthquake
***************************************************************/
@media screen and (max-width: 680px) {
    .earthquake .fv_title {
        font-size: 8.2051282051vw;
    }

    .earthquake .sec2 .inner .content01 p.txt {
        text-align: left;
    }

    .earthquake .sec2 .inner .content02 ul li {
        padding-left: 2.5641025641vw;
    }
}

/* employee
***************************************************************/
@media screen and (max-width: 680px) {
    .employee .fv_title {
        font-size: 8.2051282051vw;
    }

    .employee .sec2 .inner .content01 p.txt {
        text-align: left;
    }

    .employee .sec2 .inner .content02 ul li {
        padding-left: 2.5641025641vw;
    }
}

/*fv
***************************************************************/
.rwi_fv {
    position: relative;
    padding: 0;
}

.rwi_fv_inner {
    position: absolute;
    left: 65px;
    top: 160px;
}

p.rwi_fv_text {
    color: #FFF;
    text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.45);
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
}

.rwi_fv_title {
    font-size: 43px;
    font-weight: 700;
    line-height: 190%;
    margin-top: 20px;
}

.rwi_fv_title .fukidashi {
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.rwi_fv_title .fukidashi:nth-of-type(2) {
    margin-top: 20px;
}

.rwi_fv_title .fukidashi::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skew(-15deg, 0);
    z-index: -1;
}

.rwi_fv_title .fukidashi .font_36 {
    font-size: 36px;
}

.rwi_fv_title .deco {
    background: linear-gradient(16deg, #AD7C2C 37.92%, #C3903B 46.5%, #C29339 58.5%, #D89F0C 73.93%, #C19611 79.07%, #CFA01A 82.5%, #DDAF45 96.22%, #D7AB4B 104.79%, #D7AE4D 127.08%, #DFB541 135.65%, #E8C84E 144.23%, #D6AE59 158.9%, #C5933E 200.81%, #BF8A35 209.38%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
}

.rwi_fv_text2 {
    color: #FFF;
    font-weight: 500;
    line-height: 200%;
    margin-top: 43px;
    max-width: 530px;
}

.rwi_fv_img {
    width: 564px;
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translate(-50%, 0);
}

.rwi_fv .fv_logo {
    bottom: 70px;
}

@media screen and (min-width: 1200px) {
    .rwi_fv {
        position: relative;
        padding: 0;
    }

    .rwi_fv_inner {
        position: absolute;
        left: 4.5138888889vw;
        top: 11.1111111111vw;
    }

    p.rwi_fv_text {
        color: #FFF;
        text-shadow: 0vw 0.0694444444vw 0.4861111111vw rgba(0, 0, 0, 0.45);
        font-size: 1.5277777778vw;
        font-weight: 700;
        line-height: 150%;
    }

    .rwi_fv_title {
        font-size: 2.9861111111vw;
        font-weight: 700;
        line-height: 190%;
        margin-top: 1.3888888889vw;
    }

    .rwi_fv_title .fukidashi {
        padding: 0 1.3888888889vw;
        position: relative;
        z-index: 1;
    }

    .rwi_fv_title .fukidashi:nth-of-type(2) {
        margin-top: 1.3888888889vw;
    }

    .rwi_fv_title .fukidashi::before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        background: #fff;
        filter: drop-shadow(0vw 0.2777777778vw 0.2777777778vw rgba(0, 0, 0, 0.25));
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) skew(-15deg, 0);
        z-index: -1;
    }

    .rwi_fv_title .fukidashi .font_36 {
        font-size: 2.5vw;
    }

    .rwi_fv_title .deco {
        background: linear-gradient(16deg, #AD7C2C 37.92%, #C3903B 46.5%, #C29339 58.5%, #D89F0C 73.93%, #C19611 79.07%, #CFA01A 82.5%, #DDAF45 96.22%, #D7AB4B 104.79%, #D7AE4D 127.08%, #DFB541 135.65%, #E8C84E 144.23%, #D6AE59 158.9%, #C5933E 200.81%, #BF8A35 209.38%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 3.3333333333vw;
    }

    .rwi_fv_text2 {
        color: #FFF;
        font-weight: 500;
        line-height: 200%;
        margin-top: 2.9861111111vw;
        max-width: 36.8055555556vw;
    }

    .rwi_fv_img {
        width: 39.1666666667vw;
        position: absolute;
        bottom: -2.5vw;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .rwi_fv .fv_logo {
        bottom: 4.8611111111vw;
    }
}

@media screen and (max-width: 680px) {
    .rwi_fv_inner {
        position: absolute;
        left: 7.9487179487vw;
        top: 20.2564102564vw;
    }

    p.rwi_fv_text {
        font-size: 4.1025641026vw;
    }

    .rwi_fv_title {
        font-size: 5.1282051282vw;
        margin-top: 5.1282051282vw;
        position: relative;
        left: -4.6153846154vw;
    }

    .rwi_fv_title .fukidashi {
        padding: 0 5.1282051282vw;
        position: relative;
        z-index: 1;
    }

    .rwi_fv_title .fukidashi:nth-of-type(2) {
        margin-top: 2.5641025641vw;
        font-size: 6.9230769231vw;
    }

    .rwi_fv_title .fukidashi::before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        background: #fff;
        filter: drop-shadow(0vw 1.0256410256vw 1.0256410256vw rgba(0, 0, 0, 0.25));
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) skew(-15deg, 0);
        z-index: -1;
    }

    .rwi_fv_title .fukidashi .font_36 {
        font-size: 4.1025641026vw;
    }

    .rwi_fv_title .fukidashi:nth-of-type(2) .font_36 {
        font-size: 5.641025641vw;
    }

    .rwi_fv_title .sp_only {
        margin: 2.5641025641vw 2.5641025641vw 0 auto;
        width: 57.6923076923vw;
    }

    .rwi_fv_title .deco {
        font-size: 7.6923076923vw;
    }

    .rwi_fv_text2 {
        display: none;
    }

    .rwi_fv_img {
        width: 92.8205128205vw;
        bottom: -11.5384615385vw;
    }

    .rwi_fv .fv_logo {
        display: none;
    }
}

/* CTA
***************************************************************/
.rwi_cta {
    background-image: url('../../src/img/LP02/rwi/cta_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 135px 0 52px;
    text-align: center;
    margin-top: -50px;
}

.rwi_cta.type2 {
    margin-top: 0;
    padding: 76px 0 67px;
}

.rwi_cta_title {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.rwi_cta_title::before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 124px;
    background-image: url('../../src/img/LP02/rwi/icon_before.webp');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: -70px;
    top: -17px;
}

.rwi_cta_title::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 124px;
    background-image: url('../../src/img/LP02/rwi/icon_before.webp');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    transform: scale(-1, 1);
    position: absolute;
    right: -70px;
    top: -17px;
}

.rwi_cta_title .underline {
    position: relative;
    z-index: 1;
    font-size: 32px;
}

.rwi_cta_title .underline::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 13px;
    background: #FFF27E;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

p.rwi_cta_text {
    font-weight: 500;
    font-size: 18px;
    margin-top: 24px;
}

.rwi_cta_text span {
    color: #E60011;
}

.rwi_cta_btn {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    border-radius: 8px;
    background: linear-gradient(180deg, #E60011 54.96%, #CF0111 54.97%);
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.37);
    padding: 18px 26px 18px 27px;
    margin-top: 32px;
    display: inline-flex;
    align-items: center;
}

.rwi_cta_btn span {
    position: relative;
}

.rwi_cta_btn span::before {
    content: "・";
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
}

.rwi_cta_btn::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../../src/img/LP02/rwi/icon_arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 16px;
}

@media screen and (max-width: 680px) {
    .rwi_cta {
        background-image: url('../../src/img/LP02/rwi/cta_bg_sp.webp');
        padding: 20.5128205128vw 0 14.358974359vw;
        margin-top: 0;
    }

    .rwi_cta.type2 {
        margin-top: 0;
        padding: 12.3076923077vw 0 14.358974359vw;
    }

    .rwi_cta_title {
        font-size: 4.6153846154vw;
    }

    .rwi_cta_title::before {
        width: 15.3846153846vw;
        height: 27.1794871795vw;
        left: -15.3846153846vw;
        top: 1.2820512821vw;
    }

    .rwi_cta_title::after {
        width: 15.3846153846vw;
        height: 27.1794871795vw;
        right: -15.3846153846vw;
        top: 1.2820512821vw;
    }

    .rwi_cta_title .underline {
        font-size: 6.1538461538vw;
    }

    .rwi_cta_title .underline::before {
        height: 3.3333333333vw;
        bottom: 0.5128205128vw;
    }

    p.rwi_cta_text {
        font-size: 3.5897435897vw;
        margin-top: 1.7;
    }

    .rwi_cta_btn {
        font-size: 4.1025641026vw;
        padding: 4.6153846154vw 3.5897435897vw;
        margin-top: 5.1282051282vw;
    }

    .rwi_cta_btn span::before {
        font-size: 2.5641025641vw;
        top: -3.5897435897vw;
    }

    .rwi_cta_btn::after {
        width: 4.358974359vw;
        height: 4.358974359vw;
        margin-left: 2.0512820513vw;
    }
}

/* sec1
***************************************************************/
.rwi_sec1 {
    background-image: url('../../src/img/LP02/rwi/sec1_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 53px 0 80px;
    position: relative;
    text-align: center;
}

.rwi_sec1_title {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    display: inline-block;
    position: relative;
}

.rwi_sec1_title::before {
    content: "";
    display: inline-block;
    width: 250px;
    height: 27px;
    background-image: url('../../src/img/LP02/rwi/sec1_border.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 5px;
    bottom: -27px;
}

.rwi_sec1_title .text1 {
    font-size: 40px;
}

.rwi_sec1_title .text2 {
    color: #0A5499;
    font-size: 48px;
}

.rwi_sec1_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 56px;
}

.rwi_sec1_item {
    border-radius: 8px;
    padding: 72px 0;
    position: relative;
    height: 221px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    z-index: 1;
}

.rwi_sec1_item:nth-of-type(1) {
    margin: 0 -40px 0 0;
}

.rwi_sec1_item:nth-of-type(3) {
    margin: 0 0 0 -40px;
}

.rwi_sec1_item p {
    font-size: 20px;
}

.rwi_sec1_item span {
    font-size: 27px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.rwi_sec1_item::after {
    content: "";
    display: inline-block;
    width: 54px;
    height: 54px;
    background-image: url('../../src/img/LP02/rwi/icon_check.png');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.rwi_sec1_item::before {
    content: "";
    display: inline-block;
    width: 406px;
    height: 221px;
    background-image: url('../../src/img/LP02/rwi/gradation_bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.rwi_sec1_foot {
    width: 895px;
    height: 147px;
    background-image: url('../../src/img/LP02/rwi/sec2_arrow.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -117px;
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 5px;
}

p.rwi_sec1_foot_text {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

p.rwi_sec1_foot_text .text1 {
    font-size: 18px;
}

p.rwi_sec1_foot_text .text2 {
    font-size: 24px;
}

@media screen and (max-width: 680px) {
    .rwi_sec1 {
        background-image: url('../../src/img/LP02/rwi/sec1_bg_sp.webp');
        padding: 8.2051282051vw 0 22.5641025641vw;
    }

    .rwi_sec1_title {
        font-size: 6.1538461538vw;
        line-height: 2.1;
    }

    .rwi_sec1_title::before {
        width: 42.5641025641vw;
        height: 4.6153846154vw;
        position: absolute;
        top: 15.3846153846vw;
        bottom: unset;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .rwi_sec1_title .text1 {
        font-size: 6.9230769231vw;
    }

    .rwi_sec1_title .text2 {
        font-size: 8.4615384615vw;
    }

    .rwi_sec1_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 5.1282051282vw;
        margin-top: 6.4102564103vw;
        padding: 0 5.1282051282vw;
    }

    .rwi_sec1_item {
        padding: 15.3846153846vw 0;
        font-size: 4.1025641026vw;
        height: 47.6923076923vw;
    }

    .rwi_sec1_item:nth-of-type(1),
    .rwi_sec1_item:nth-of-type(3) {
        margin: 0;
    }

    .rwi_sec1_item p {
        font-size: 4.358974359vw;
    }

    .rwi_sec1_item p span {
        font-size: 5.8974358974vw;
    }

    .rwi_sec1_item::after {
        width: 11.7948717949vw;
        height: 11.7948717949vw;
        top: 3.0769230769vw;
    }

    .rwi_sec1_item::before {
        width: 87.6923076923vw;
        height: 47.6923076923vw;
    }

    .rwi_sec1_foot {
        background-image: url('../../src/img/LP02/rwi/sec2_arrow_sp.svg');
        width: 99.7435897436vw;
        height: 30.7692307692vw;
        bottom: -17.4358974359vw;
        padding-top: 2.0512820513vw;
    }

    p.rwi_sec1_foot_text {
        font-size: 4.6153846154vw;
        line-height: 1.4;
    }

    p.rwi_sec1_foot_text .text1 {
        font-size: 3.5897435897vw;
    }

    p.rwi_sec1_foot_text .text2 {
        font-size: 3.8461538462vw;
    }
}

/* sec2
***************************************************************/
.rwi_sec2 {
    padding: 146px 0 88px;
}

.rwi_sec2 .inner {
    max-width: 1264px;
}

.rwi_sec2_title {
    text-align: center;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 170%;
}

.rwi_sec2_title .underline {
    position: relative;
    z-index: 1;
    color: #E60011;
    font-size: 40px;
}

.rwi_sec2_title .underline::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 13px;
    background: #FFF27E;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.rwi_sec2_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(218, 0, 25, 0.25);
    padding: 40px 48px;
    margin-top: 55px;
}

.rwi_sec2_item_head {
    display: flex;
    align-items: center;
    gap: 24px;
}

.rwi_sec2_item_number {
    width: 72px;
    height: 72px;
}

.rwi_sec2_item_title {
    flex: 1;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}

p.rwi_sec2_item_text {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    margin-top: 24px;
}

.rwi_sec2_item_text span {
    color: #CF0111;
    font-weight: bold;
    display: inline;
}

.rwi_sec2_item_img {
    margin-top: 24px;
}

@media screen and (max-width: 680px) {
    .rwi_sec2 {
        padding: 26.9230769231vw 0 10.2564102564vw;
    }

    .rwi_sec2_title {
        font-size: 5.1282051282vw;
    }

    .rwi_sec2_title .underline {
        font-size: 7.1794871795vw;
    }

    .rwi_sec2_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10.2564102564vw;
        padding: 6.1538461538vw;
        margin-top: 8.2051282051vw;
    }

    .rwi_sec2_item_head {
        gap: 4.1025641026vw;
    }

    .rwi_sec2_item_number {
        width: 14.358974359vw;
        height: 14.358974359vw;
    }

    .rwi_sec2_item_title {
        font-size: 5.1282051282vw;
    }

    p.rwi_sec2_item_text {
        font-size: 3.5897435897vw;
        margin-top: 4.1025641026vw;
    }

    .rwi_sec2_item_img {
        margin-top: 4.1025641026vw;
    }
}

/* sec3
***************************************************************/
.rwi_sec3 {
    padding: 0;
}

.rwi_sec3_head {
    padding: 50px 0;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
    background: #DF0010;
    text-align: center;
}

p.rwi_sec3_head_text {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    display: inline-block;
    position: relative;
    z-index: 1;
}

p.rwi_sec3_head_text::before {
    content: "";
    display: inline-block;
    width: 445px;
    height: 20px;
    background-image: url('../../src/img/LP02/rwi/sec3_border.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.rwi_sec3_head_title {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 30px;
}

.rwi_sec3_head_title span {
    font-size: 48px;
    margin-left: 10px;
}

.rwi_sec3 .inner {
    max-width: 1180px;
}

.rwi_sec3_list {
    display: flex;
    flex-flow: column;
    gap: 104px;
    padding: 80px 0 104px;
}

.rwi_sec3_item {
    display: flex;
    align-items: flex-start;
    gap: 56px;
}

.rwi_sec3_item:nth-of-type(2) {
    flex-flow: row-reverse;
}

.rwi_sec3_item_img {
    width: 540px;
}

.rwi_sec3_itemBox {
    flex: 1;
}

.rwi_sec3_item_title {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    padding-bottom: 20px;
}

.rwi_sec3_item_title::before {
    content: "";
    display: inline-block;
    width: 700px;
    border-top: 1px solid rgb(223, 0, 16);
    position: absolute;
    left: -10px;
    bottom: 0;
}

li:nth-of-type(2) .rwi_sec3_item_title::before {
    left: unset;
    right: -10px;
}

.rwi_sec3_item_title span {
    color: #DF0010;
    text-align: center;
    font-family: "Zen Antique Soft";
    font-style: italic;
    font-size: 88px;
    line-height: 1;
    font-weight: 400;
}

.rwi_sec3_item_subtitle {
    font-size: 28px;
    font-weight: 700;
    line-height: 170%;
    margin-top: 24px;
}

p.rwi_sec3_item_text {
    font-size: 15px;
    line-height: 200%;
    margin-top: 12px;
}

.rwi_sec3_foot {
    background-image: url('../../src/img/LP02/rwi/sec3_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0 120px;
    text-align: center;
}

.rwi_sec3_foot_title {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    border-bottom: 1px solid #DF0010;
    padding-bottom: 20px;
}

.rwi_sec3_foot_title .number {
    color: #DF0010;
    text-align: center;
    font-family: "Zen Antique Soft";
    font-style: italic;
    font-size: 88px;
    line-height: 1;
    font-weight: 400;
    margin-right: 30px;
}

.rwi_sec3_foot_title .text1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin-left: 37px;
    position: relative;
}

.rwi_sec3_foot_title .text1::before {
    content: "";
    display: inline-block;
    width: 47px;
    height: 84px;
    background-image: url('../../src/img/LP02/rwi/icon_before.webp');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.rwi_sec3_foot_title .text1::after {
    content: "";
    display: inline-block;
    width: 47px;
    height: 84px;
    background-image: url('../../src/img/LP02/rwi/icon_before.webp');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    transform: scale(-1, 1);
}

.rwi_sec3_foot_title .text2 {
    color: #DF0010;
    font-size: 32px;
    margin-left: 10px;
}

.rwi_sec3_foot_title .text3 {
    font-size: 56px;
}

.rwi_sec3_foot_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 56px;
}

.rwi_sec3_foot_item {
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(40, 152, 230, 0.3);
    padding: 16px 32px;
}

@media screen and (max-width: 680px) {
    .rwi_sec3_head {
        padding: 10.2564102564vw 0 7.9487179487vw;
    }

    p.rwi_sec3_head_text {
        font-size: 4.6153846154vw;
    }

    p.rwi_sec3_head_text::before {
        width: 54.1025641026vw;
        height: 3.8461538462vw;
        background-image: url('../../src/img/LP02/rwi/sec3_border.svg');
        bottom: -6.4102564103vw;
    }

    .rwi_sec3_head_title {
        font-size: 5.1282051282vw;
        margin-top: 11.5384615385vw;
    }

    .rwi_sec3_head_title span {
        font-size: 10.2564102564vw;
        margin-left: 0;
    }

    .rwi_sec3 .inner {
        max-width: 302.5641025641vw;
    }

    .rwi_sec3_list {
        gap: 12.0512820513vw;
        padding: 15.3846153846vw 0 7.9487179487vw;
    }

    .rwi_sec3_item {
        flex-flow: column;
        gap: 4.1025641026vw;
    }

    .rwi_sec3_item:nth-of-type(2) {
        flex-flow: column;
    }

    .rwi_sec3_item_img {
        width: 100%;
    }

    .rwi_sec3_item_title {
        gap: 4.1025641026vw;
        font-size: 6.1538461538vw;
        padding-bottom: 2.5641025641vw;
    }

    .rwi_sec3_item_title::before {
        width: 102.5641025641vw;
        left: 1.2820512821vw;
    }

    li:nth-of-type(2) .rwi_sec3_item_title::before {
        right: 1.2820512821vw;
    }

    .rwi_sec3_item_title span {
        font-size: 17.4358974359vw;
        position: relative;
        top: -1.2820512821vw;
    }

    .rwi_sec3_item_subtitle {
        font-size: 5.1282051282vw;
        margin-top: 5.1282051282vw;
    }

    p.rwi_sec3_item_text {
        font-size: 3.5897435897vw;
        margin-top: 3.0769230769vw;
    }

    .rwi_sec3_item a {
        display: none;
    }

    .rwi_sec3_foot {
        background-image: url('../../src/img/LP02/rwi/sec3_bg_sp.webp');
        padding: 6.1538461538vw 0 16.4102564103vw;
    }

    .rwi_sec3_foot_title {
        flex-wrap: wrap;
        font-size: 6.1538461538vw;
        padding-bottom: 0;
        border-bottom: unset;
    }

    .rwi_sec3_foot_title .number {
        font-size: 17.4358974359vw;
        position: relative;
        top: -1.2820512821vw;
        margin-right: 4.1025641026vw;
    }

    .rwi_sec3_foot_title .text1 {
        font-size: 4.6153846154vw;
        margin-left: 0;
    }

    .rwi_sec3_foot_title .text1::before {
        width: 7.6923076923vw;
        height: 13.5897435897vw;
    }

    .rwi_sec3_foot_title .text1::after {
        width: 7.6923076923vw;
        height: 13.5897435897vw;
    }

    .rwi_sec3_foot_title .text2 {
        font-size: 5.1282051282vw;
        margin-left: 2.5641025641vw;
    }

    .rwi_sec3_foot_title .text3 {
        font-size: 11.7948717949vw;
    }

    .rwi_sec3_foot_list {
        gap: 2.0512820513vw;
        margin-top: 5.641025641vw;
    }

    .rwi_sec3_foot_item {
        font-size: 3.5897435897vw;
        padding: 0;
        position: relative;
        width: 41.7948717949vw;
        height: 16.4102564103vw;
        line-height: 1.4;
    }

    .rwi_sec3_foot_item span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

/* sec4
***************************************************************/
.rwi_sec4 {
    padding: 94px 0 100px;
    position: relative;
    z-index: 1;
}

.rwi_sec4_bg1 {
    width: 890px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.rwi_sec4_bg2 {
    width: 800px;
    position: absolute;
    bottom: -640px;
    left: 0;
    z-index: -1;
}

.rwi_sec4_title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.rwi_sec4_title span {
    color: #E60011;
}

.rwi_sec4_title_img {
    width: 453px;
    display: block;
    margin: 0 auto;
}

.rwi_sec4_list {
    margin-top: 49px;
}

.rwi_sec4_item {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;
}

.rwi_sec4_item:nth-of-type(2) {
    display: block;
}

.rwi_sec4_item:nth-of-type(3) {
    border-bottom: unset;
    padding-bottom: 0;
    margin-bottom: 0;
}

.rwi_sec4_item_textBox {
    flex: 1;
}

.rwi_sec4_item_headText {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rwi_sec4_item_headText .text1 {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #DF0010;
    border-top: 1px solid #DF0010;
    border-bottom: 1px solid #DF0010;
    padding: 10px 5px;
}

.rwi_sec4_item_headText .text2 {
    color: #DF0010;
    text-align: center;
    font-family: "Zen Antique Soft";
    font-style: italic;
    font-size: 80px;
    line-height: 1;
    font-weight: 400;
}

.rwi_sec4_item_img1 {
    width: 640px;
    margin-left: 48px;
}

.rwi_sec4_item_title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
}

p.rwi_sec4_item_text {
    font-size: 15px;
    line-height: 2;
    margin-top: 16px;
}

.rwi_sec4_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 130px;
    margin-top: 40px;
    position: relative;
}

.rwi_sec4_flex::before {
    content: "";
    display: inline-block;
    border-right: 1px solid #C4C4C4;
    height: 95%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.rwi_sec4_flexBox {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.rwi_sec4_flexBox_img {
    width: auto;
    height: 210px;
}

.rwi_sec4_flexBox_textArea {
    flex: 1;
}

.rwi_sec4_flexBox_img2 {
    width: 253px;
    margin-bottom: 16px;
    filter: drop-shadow(0px 5px 9px rgba(0, 0, 0, 0.31));
}

p.rwi_sec4_flexBox_text {
    font-size: 15px;
    position: relative;
    padding-left: 12px;
}

p.rwi_sec4_flexBox_text::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E60112;
    position: absolute;
    left: 0;
    top: 12px;
}

.rwi_sec4_item_img3 {
    width: 961px;
    filter: drop-shadow(-4px 12px 6px rgba(0, 0, 0, 0.1));
    position: absolute;
    left: 380px;
    top: 0;
}

.rwi_sec4_foot {
    margin-top: 150px;
}

.rwi_sec4_foot_list {
    display: flex;
    flex-flow: column;
    gap: 24px;
}

.rwi_sec4_foot_item {
    padding: 24px 40px 32px 40px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.13);
}

.rwi_sec4_foot_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rwi_sec4_foot_title::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 22px;
    background-image: url('../../src/img/LP02/rwi/icon_arrow02.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

p.rwi_sec4_foot_text {
    font-size: 15px;
    margin-top: 8px;
}

p.rwi_sec4_foot_text span {
    color: #CF0111;
    font-weight: bold;
    display: inline;
}

.rwi_sec4_foot_img {
    display: block;
    max-width: 978px;
    margin: 64px auto 0;
}

@media screen and (max-width: 680px) {
    .rwi_sec4 {
        padding: 16.4102564103vw 0 0;
    }

    .rwi_sec4_bg1 {
        display: none;
    }

    .rwi_sec4_bg2 {
        display: none;
    }

    .rwi_sec4_title {
        font-size: 6.1538461538vw;
    }

    .rwi_sec4_title_img {
        width: 78.4615384615vw;
    }

    .rwi_sec4_list {
        margin-top: 6.1538461538vw;
    }

    .rwi_sec4_item {
        flex-flow: column;
        padding-bottom: 10.2564102564vw;
        margin-bottom: 10.2564102564vw;
        gap: 8.2051282051vw;
    }

    .rwi_sec4_item:nth-of-type(2) {
        display: flex;
    }

    .rwi_sec4_item_headText {
        justify-content: center;
        gap: 0;
    }

    .rwi_sec4_item_headText .text1 {
        font-size: 3.3333333333vw;
        padding: 1.2820512821vw 1.2820512821vw;
    }

    .rwi_sec4_item_headText .text2 {
        font-size: 16.4102564103vw;
    }

    .rwi_sec4_item_img1 {
        width: 100%;
        margin-left: 0;
    }

    .rwi_sec4_item_title {
        font-size: 6.1538461538vw;
        margin-top: 1.2820512821vw;
        text-align: center;
    }

    p.rwi_sec4_item_text {
        font-size: 3.8461538462vw;
        margin-top: 4.1025641026vw;
    }

    .rwi_sec4_flex {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        margin-top: 0;
    }

    .rwi_sec4_flex::before {
        display: none;
    }

    .rwi_sec4_flexBox {
        gap: 4.1025641026vw;
    }

    .rwi_sec4_flexBox:nth-of-type(1) {
        border-bottom: 1px solid #C4C4C4;
        padding-bottom: 32px;
        margin-bottom: 32px;
    }

    .rwi_sec4_item_textBox {
        width: 100%;
    }

    .rwi_sec4_flexBox_img {
        width: auto;
        height: 47.4358974359vw;
    }

    .rwi_sec4_flexBox_img2 {
        width: 58.4615384615vw;
        margin-bottom: 4.1025641026vw;
    }

    p.rwi_sec4_flexBox_text {
        font-size: 3.5897435897vw;
        padding-left: 3.0769230769vw;
    }

    p.rwi_sec4_flexBox_text:nth-of-type(n + 2) {
        margin-top: 8px;
    }

    p.rwi_sec4_flexBox_text::before {
        width: 1.0256410256vw;
        height: 1.0256410256vw;
        top: 3.0769230769vw;
    }

    .rwi_sec4_item_img3 {
        width: 93.8461538462vw;
        position: relative;
        left: 10px;
    }

    .rwi_sec4_foot {
        margin-top: 8.2051282051vw;
    }

    .rwi_sec4_foot_list {
        gap: 6.1538461538vw;
    }

    .rwi_sec4_foot_item {
        padding: 6.1538461538vw;
    }

    .rwi_sec4_foot_title {
        font-size: 4.1025641026vw;
        display: flex;
        align-items: center;
        gap: 2.5641025641vw;
        line-height: 1.5;
    }

    .rwi_sec4_foot_title::before {
        width: 3.3333333333vw;
        height: 5.641025641vw;
    }

    p.rwi_sec4_foot_text {
        font-size: 3.5897435897vw;
        margin-top: 2.0512820513vw;
    }

    .rwi_sec4_foot_img {
        margin: 10.2564102564vw auto 0;
    }
}

/* sec5
***************************************************************/
.rwi_sec5 {
    background-image: url('../../src/img/LP02/rwi/sec5_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 200px 0 104px;
    margin-top: -200px;
}

.rwi_sec5_head {
    text-align: center;
}

p.rwi_sec5_head_text {
    color: #FFF;
    font-size: 29px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

p.rwi_sec5_head_text span {
    font-size: 24px;
}

p.rwi_sec5_head_text::before {
    content: "";
    display: inline-block;
    width: 246px;
    height: 12px;
    background-image: url('../../src/img/LP02/rwi/icon_border02.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.rwi_sec5_head_title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #FFF;
    font-size: 33px;
    font-weight: 700;
    line-height: 170%;
    margin-top: 30px;
}

.rwi_sec5_head_title span {
    position: relative;
}

.rwi_sec5_head_title span::before {
    content: "・";
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translate(-50%, 0);
}

.rwi_sec5_head_title_img {
    width: 248px;
    margin: 0 16px;
    position: relative;
    top: 5px;
}

.rwi_sec5_head_text2 {
    color: #fff;
    margin-top: 32px;
}

.rwi_sec5_list {
    max-width: 876px;
    margin: 48px auto 0;
    display: flex;
    flex-flow: column;
    gap: 12px;
}

.rwi_sec5_item {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    padding: 24px 0 45px;
    text-align: center;
    background-image: url('../../src/img/LP02/rwi/sec5_fukidashi.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rwi_sec5_item:nth-last-of-type(1) {
    background-image: unset;
    background-color: #fff;
    padding: 24px 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.rwi_sec5_item.type2 {
    padding: 17px 0 40px;
    font-size: 28px;
    position: relative;
    background-image: url('../../src/img/LP02/rwi/sec5_fukidashi2.svg');
}

.rwi_sec5_item.type2 .underline {
    position: relative;
    z-index: 1;
}

.rwi_sec5_item.type2 .underline::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 10px;
    background: #FFEF5B;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.rwi_sec5_item_img {
    width: 151px;
    position: absolute;
    top: 43%;
    left: calc(50% + 200px);
    transform: translate(-50%, -50%);
}

.rwi_sec5_foot {
    max-width: 876px;
    margin: 48px auto 0;
}

p.rwi_sec5_foot_text {
    font-size: 14px;
    color: #fff;
}

.rwi_sec5_foot_subTitle {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: 16px;
}

p.rwi_sec5_foot_text2 {
    font-size: 14px;
    color: #fff;
    padding-left: 14px;
    position: relative;
}

.rwi_sec5_foot_text2::before {
    content: "・";
    display: inline-block;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 680px) {
    .rwi_sec5 {
        background-image: url('../../src/img/LP02/rwi/sec5_bg_sp.webp');
        padding: 38.4615384615vw 0 14.358974359vw;
        margin-top: -25.641025641vw;
    }

    p.rwi_sec5_head_text {
        font-size: 6.1538461538vw;
    }

    p.rwi_sec5_head_text span {
        font-size: 5.1282051282vw;
    }

    p.rwi_sec5_head_text::before {
        width: 56.4102564103vw;
        height: 2.5641025641vw;
        bottom: -2.5641025641vw;
    }

    .rwi_sec5_head_title {
        font-size: 5.1282051282vw;
        margin-top: 7.6923076923vw;
    }

    .rwi_sec5_head_title span::before {
        font-size: 3.5897435897vw;
        top: -4.1025641026vw;
    }

    .rwi_sec5_head_title_img {
        width: 40vw;
        margin: 0 1.5384615385vw;
        top: 1.2820512821vw;
    }

    p.rwi_sec5_head_text2 {
        font-size: 3.8461538462vw;
        margin-top: 6.1538461538vw;
        text-align: left;
    }

    .rwi_sec5_list {
        margin: 6.4102564103vw auto 0;
        gap: 1.5384615385vw;
    }

    .rwi_sec5_item {
        font-size: 4.1025641026vw;
        padding: 2.0512820513vw 0 6.6666666667vw;
        background-image: url('../../src/img/LP02/rwi/sec5_fukidashi_sp.svg');
    }

    .rwi_sec5_item:nth-last-of-type(1) {
        padding: 3.5897435897vw 0;
    }

    .rwi_sec5_item.type2 {
        font-size: 5.1282051282vw;
        padding: 2.5641025641vw 0 6.6666666667vw;
        background-image: url('../../src/img/LP02/rwi/sec5_fukidashi2_sp.svg');
        background-position: top;
    }

    .rwi_sec5_item.type2 .underline::before {
        height: 1.5384615385vw;
    }

    .rwi_sec5_item_img {
        width: 25.3846153846vw;
        left: calc(50% + 28.2051282051vw);
    }

    .rwi_sec5_foot {
        margin: 6.1538461538vw auto 0;
    }

    p.rwi_sec5_foot_text {
        font-size: 3.3333333333vw;
    }

    .rwi_sec5_foot_subTitle {
        font-size: 3.3333333333vw;
        margin-top: 4.1025641026vw;
    }

    p.rwi_sec5_foot_text2 {
        font-size: 3.3333333333vw;
        padding-left: 3.3333333333vw;
    }

    .rwi_sec5_foot_text2::before {
        font-size: 3.3333333333vw;
    }
}

/* sec6
***************************************************************/
.rwi_sec6 {
    background-image: url('../../src/img/LP02/rwi/sec6_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 104px 0;
}

.rwi_sec6 .inner {
    background: #FFF;
    box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.35);
    max-width: 980px;
    padding: 64px 80px;
}

.rwi_sec6_head {
    text-align: center;
}

p.rwi_sec6_head_text {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.rwi_sec6_head_text span {
    color: #E60112;
}

.rwi_sec6_head_title {
    font-size: 36px;
    font-weight: 700;
}

.rwi_sec6_head_title span {
    color: #DF0010;
    font-size: 40px;
}

.rwi_sec6_list {
    display: flex;
    flex-flow: column;
    gap: 40px;
    margin-top: 63px;
}

.rwi_sec6_item_number {
    color: #DF0010;
    text-align: center;
    font-family: "Zen Antique Soft";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    background: #FFF4F5;
    border-top: 1px solid #DF0010;
    border-bottom: 1px solid #DF0010;
    padding: 5px 0;
}

.rwi_sec6_item_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    margin-top: 24px;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 12px;
}

p.rwi_sec6_item_text1 {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    margin-top: 24px;
    position: relative;
}

p.rwi_sec6_item_text1 .text1 {
    color: #DF0010;
    font-size: 14px;
    font-weight: 700;
    line-height: 170%;
    border: 1px solid #DF0010;
    padding: 4px 0;
    width: 100px;
    text-align: center;
}

.rwi_sec6_item_img {
    width: 57px;
    margin: 20px 0 0 22px;
}

li:nth-of-type(1) .rwi_sec6_item_img,
li:nth-of-type(3) .rwi_sec6_item_img {
    margin: 0 0 0 22px;
}

p.rwi_sec6_item_text2 {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    margin-top: 22px;
    position: relative;
}

p.rwi_sec6_item_text2 .text1 {
    background: #DF0010;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 170%;
    padding: 4px 0;
    width: 100px;
}

p.rwi_sec6_item_text1 .text2,
p.rwi_sec6_item_text2 .text2 {
    flex: 1;
}

@media screen and (max-width: 680px) {
    .rwi_sec6 {
        padding: 14.358974359vw 6.1538461538vw 16.4102564103vw;
    }

    .rwi_sec6 .inner {
        padding: 10.2564102564vw 4.1025641026vw;
    }

    p.rwi_sec6_head_text {
        font-size: 3.8461538462vw;
        gap: 2.5641025641vw;
    }

    .rwi_sec6_head_title {
        font-size: 5.641025641vw;
        line-height: 1.4;
        margin-top: 2.5641025641vw;
    }

    .rwi_sec6_head_title span {
        font-size: 7.1794871795vw;
    }

    .rwi_sec6_list {
        gap: 10.2564102564vw;
        margin-top: 6.1538461538vw;
    }

    .rwi_sec6_item_number {
        font-size: 3.5897435897vw;
        padding: 0;
    }

    .rwi_sec6_item_title {
        font-size: 4.1025641026vw;
        padding: 0 0 3.0769230769vw;
        width: calc(100% - 4.1025641026vw);
        margin: 4.8717948718vw auto 0;
    }

    p.rwi_sec6_item_text1 {
        flex-flow: column;
        gap: 2.0512820513vw;
        margin-top: 4.1025641026vw;
        position: relative;
        padding: 0 2.0512820513vw;
    }

    p.rwi_sec6_item_text1 .text1 {
        font-size: 3.0769230769vw;
        padding: 1.0256410256vw 0;
        width: 22.5641025641vw;
    }

    .rwi_sec6_item_img {
        width: 14.6153846154vw;
        display: block;
        margin: 2.0512820513vw auto;
    }

    li:nth-of-type(1) .rwi_sec6_item_img,
    li:nth-of-type(3) .rwi_sec6_item_img {
        margin: 2.0512820513vw auto;
    }

    p.rwi_sec6_item_text2 {
        flex-flow: column;
        gap: 2.0512820513vw;
        margin-top: 4.1025641026vw;
        position: relative;
        padding: 0 2.0512820513vw;
    }

    p.rwi_sec6_item_text2 .text1 {
        font-size: 3.0769230769vw;
        padding: 1.0256410256vw 0;
        width: 22.5641025641vw;
    }

    p.rwi_sec6_item_text1 .text2,
    p.rwi_sec6_item_text2 .text2 {
        font-size: 3.5897435897vw;
    }
}

/* sec7
***************************************************************/
.rwi_sec7_title .en {
    display: block;
    font-family: "Zen Antique Soft";
    font-size: 24px;
}

.rwi_sec7_title .ja {
    color: #000 !important;
    display: block;
    font-size: 40px;
}

.rwi_sec7 .accordion_title {
    font-weight: bold;
}

.rwi_sec7 .accordion_title span {
    text-align: center;
    font-family: "Zen Antique Soft";
    font-size: 27px;
    font-weight: 400;
    width: 48px;
    height: 48px;
    font-style: normal;
}

.rwi_sec7 .accordion_title span::before {
    background: rgb(207, 1, 17);
    filter: unset;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 680px) {
    .rwi_sec7_title .en {
        font-size: 4.1025641026vw;
    }

    .rwi_sec7_title .ja {
        font-size: 6.1538461538vw;
    }

    .rwi_sec7 .accordion_title {
        align-items: center;
    }

    .rwi_sec7 .accordion_title span {
        font-size: 6.1538461538vw;
        width: 10.2564102564vw;
        height: 10.2564102564vw;
        flex-shrink: 0;
        top: unset;
        line-height: 7.6923076923vw;
    }
}