@charset "UTF-8";

:root {
    /* font family */
    --font-family-main: "Zen Kaku Gothic New", sans-serif;
    --font-family-accent: "Jost", sans-serif;
    --font-family-sub: "Noto Sans JP", sans-serif;
    /* color */
    --color-main-text: #202020;
    --color-sub-text: #ffffff;
    --color-accent-1: #E62F2B;
    --color-title-gradient: linear-gradient(45deg, #FB3F3C 0%, #FF7745 50%, #FBA681 100%);
    /* font size */
    --h1-font-size: 3rem;
    --h1-font-size-sp: 2.3rem;
    --h1-font-size-en: 1.1rem;
    --h1-font-size-en-sp: 0.8rem;
    --h2-font-size: 2.5rem;
    --h2-font-size-sp: 1.8rem;
    --h2-font-size-en: 1.3rem;
    --h2-font-size-en-sp: 0.9rem;
    --h3-font-size: 1.8rem;
    --h3-font-size-sp: 1.4rem;
    --h3-font-size-en: 0.9rem;
    --main-text-font-size: 1rem;
    --small-text-font-size: 0.9rem;
    /* height */
    --main-text-line-height: 1.75;
    /* gradient */
    --vivid01: linear-gradient(45deg, #FB3F3C 0%, #FF7745 50%, #FBA681 100%);
    --orange03: linear-gradient(to right, #F57504, #FBA55A);
}


/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery共通
~~~~~~~~~~~~~~~~~~~~~~~*/
.only-pc {

}

.only-sp {
    display: none;
}

.kerosene-delivery {
    position: relative;
}

.kerosene-delivery::after {
    background: url(../images/kerosene-delivery__bg.png)no-repeat bottom center / cover;
    content: '';
    position: absolute;
    width: 100%;
    height: 2010px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -200px;
    z-index: -1;
}

.kerosene-delivery__inner {

}

.kerosene-delivery__container {
    max-width: 1100px;
    width: 95%;
    margin: 0 auto;
}

/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__top
~~~~~~~~~~~~~~~~~~~~~~~*/

.kerosene-delivery__top {
    position: relative;
    padding-bottom: 170px;
}

.kerosene-delivery__top-text {
    font-size: 20px;
    line-height: 28px;
}

.kerosene-delivery__top-title {
    margin-top: 20px;
    font-size: 28px;
    line-height: 46px;
    font-weight: 700;
}

.kerosene-delivery__top-title-span {
    display: inline-block;
    font-weight: 700;
    font-size: var(--h1-font-size);
    line-height: 70px;
    background: linear-gradient(60deg, #FB3F3C 0%, #FF7745 35%, #FBA681 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 12px;
}

.kerosene-delivery__top-title-span:nth-child(3) {
    padding-right: 6px;
}
.kerosene-delivery__top-title-span:nth-child(4) {
    padding-left: 6px;
}

.kerosene-delivery__top-text-2 {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.kerosene-delivery__top-img {
    position: absolute;
    width: min(calc(695.53 / 1440 * 100vw),695.53px);
    height: min(calc(518 / 1440 * 100vw),518px);
    left: 43%;
    top: -60px;
    z-index: -1;
}

/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__problem
~~~~~~~~~~~~~~~~~~~~~~~*/

.kerosene-delivery__problem {
    margin-top: 95px;
    background: url(../images/kerosene-delivery__problem-bg.png)no-repeat top center / cover;
}

.kerosene-delivery__problem-title {
    font-size: 40px;
    font-weight: 700;
    line-height: auto;
    text-align: center;
}

.kerosene-delivery__problem-content {
    margin: 32px auto 0;
    max-width: 840px;
    width: 90%;
    display: flex;
    box-shadow: 0px 4px 10px rgba(67, 67, 67, 0.1);
    border-radius: 5px;
}

.kerosene-delivery__problem-content-left {
    width: 50%;
    background-color: #fff;
    padding: 40px 33px 40px 60px;
}

.kerosene-delivery__problem-content-left-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-left: 34px;
    position: relative;
}

.kerosene-delivery__problem-content-left-text-span {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #0E87BB;
}

.kerosene-delivery__problem-content-left-text:not(:first-child) {
    margin-top: 16px;
}

.kerosene-delivery__problem-content-left-text::before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/kerosene-delivery__problem-check.png)no-repeat center center / contain;
}

.kerosene-delivery__problem-content-left-text::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 0;
    background-color: #D6D6D6;
}

.kerosene-delivery__problem-content-right {
    width: 50%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__solution
~~~~~~~~~~~~~~~~~~~~~~~*/
.kerosene-delivery__problem-solution {
    text-align: center;
    margin-top: 72px;
}

.kerosene-delivery__problem-solution-text-1 {
    font-weight: 700;
    font-size: 20px;
    line-height: auto;
}

.kerosene-delivery__problem-solution-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
}

.kerosene-delivery__problem-solution-middle-text {
    font-weight: 700;
    font-size: 36px;
    line-height: auto;
    display: inline-block;
}

.kerosene-delivery__problem-solution-middle-text-color {
    padding: 1px 12px 0;
    font-size: 36px;
    line-height: auto;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    border-radius: 4px;
    background: linear-gradient(65deg, #FB3F3C 0%, #FF7745 50%, #FBA681 100%);
}

.kerosene-delivery__problem-solution-text-2 {
    margin-top: 16px;
    font-weight: 700;
    font-size: 32px;
    line-height: auto;
}

.kerosene-delivery__problem-solution-vector {
    width: 400px;
    height: 60px;
    margin: 16px auto 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__merit
~~~~~~~~~~~~~~~~~~~~~~~*/
.kerosene-delivery__merit {
    margin-top: 48px;
}

.kerosene-delivery__merit-text {
    text-align: center;
    background: linear-gradient(84deg, #FB3F3C 0%, #FF7745 50%, #FBA681 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 700;
    line-height: auto;
}

.kerosene-delivery__merit-title {
    text-align: center;
    margin-top: 4px;
    font-weight: 700;
    font-size: 40px;
    line-height: auto;
}

.kerosene-delivery__merit-flex {
    margin: 48px auto 0;
    display: flex;
    justify-content: space-between;
    max-width: 840px;
    width: 95%;
}

.kerosene-delivery__merit-flex-item {
    width: 240px;
}

.kerosene-delivery__merit-flex-item-img {
    width: 220px;
    margin: 0 auto;
}

.kerosene-delivery__merit-flex-item-title {
    margin-top: 28px;
    font-size: 24px;
    font-weight: 700;
    line-height: auto;
    text-align: center;
}
.kerosene-delivery__merit-flex-item-title span {
    font-size: 24px;
    font-weight: 700;
    line-height: auto;
    color: #E62F2B;
}

.kerosene-delivery__merit-flex-item-text {
    margin-top: 28px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__plan
~~~~~~~~~~~~~~~~~~~~~~~*/
.kerosene-delivery__plan {
    margin-top: 100px;
}

.kerosene-delivery__plan-title {
    font-weight: 700;
    font-size: 40px;
    line-height: auto;
    text-align: center;
    position: relative;
}

.kerosene-delivery__plan-title::before {
    content: '';
    position: absolute;
    width: min(calc(410 / 1440 * 100vw),410px);
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #E62F2B;
}
.kerosene-delivery__plan-title::after {
    content: '';
    position: absolute;
    width: min(calc(410 / 1440 * 100vw),410px);
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #E62F2B;
}

.kerosene-delivery__plan-subtitle {
    font-weight: 500;
    font-size: 20px;
    font-family: var(--font-family-accent);
    line-height: auto;
    text-align: center;
    background: linear-gradient(84deg, #DA3E3B 0%, #FF7341 43%, #FBA681 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kerosene-delivery__plan-content-1 {
    margin-top: 40px;
    background-color: #F7F7F7;
    padding-bottom: 60px;
}

.kerosene-delivery__plan-content-title-container-1 {
    background: linear-gradient(79deg, #F40808 0%, #FF836A 100%);
    padding: 16px;
}

.kerosene-delivery__plan-content-subtitle {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

.kerosene-delivery__plan-content-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 46px;
    color: #ffffff;
    text-align: center;
}

.kerosene-delivery__plan-content-1-points {
    margin: 68px auto 0;
    display: flex;
    gap: 18px;
    justify-content: center;
    width: 95%;
}

.kerosene-delivery__plan-content-1-points-item {
    background-color: #ffffff;
    border-radius: 5px;
    width: 268px;
    padding: 36px 0 32px;
    position: relative;
}

.kerosene-delivery__plan-content-1-points-item-number {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}

.kerosene-delivery__plan-content-1-points-text {
    font-weight: 700;
    font-size: 24px;
    line-height: auto;
    color: #323232;
    text-align: center;
}

.kerosene-delivery__plan-content-1-points-text span {
    font-weight: 700;
    font-size: 24px;
    line-height: auto;
    color: #E62F2B;
}

.kerosene-delivery__plan-content-1-recommend {
    margin-top: 98px;
}   

.kerosene-delivery__plan-content-1-title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 12px;
    position: relative;
    width: 404px;
    margin: 0 auto;
}

.kerosene-delivery__plan-content-1-title-2 {
    width: 424px;
}

.kerosene-delivery__plan-content-1-title-text {
    font-weight: 700;
    font-size: 20px;
    line-height: auto;
}


.kerosene-delivery__plan-content-1-title::before {
    content: '';
    position: absolute;
    width: 21px;
    height: 32.56px;
    left: -37px;
    bottom: 5px;
    background: url(../images/kerosene-delivery__plan-content-1-title-text-left.png)no-repeat center center / contain;
}
.kerosene-delivery__plan-content-1-title::after {
    content: '';
    position: absolute;
    width: 21px;
    height: 32.56px;
    right: -37px;
    bottom: 5px;
    background: url(../images/kerosene-delivery__plan-content-1-title-text-right.png)no-repeat center center / contain;
}

.kerosene-delivery__plan-content-1-title-color {
    font-weight: 700;
    font-size: 40px;
    line-height: auto;
    background: linear-gradient(66deg, #FB3F3C 0%, #FF7745 43%, #FBA681 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.kerosene-delivery__plan-content-1-recommend .kerosene-delivery__plan-content-1-title-color::after {
    content: '';
    position: absolute;
    width: 86px;
    height: 86px;
    left: -84px;
    top: -66px;
    background: url(../images/kerosene-delivery__plan-content-1-title-color-fukidashi.png)no-repeat center center / contain;
}

.kerosene-delivery__plan-content-1-recommend-flex {
    margin: 20px auto 0;
    max-width: 840px;
    width: 90%;
    display: flex;
    border-radius: 5px;
}

.kerosene-delivery__plan-content-1-recommend-left {
    width: 50%;
    background-color: #fff;
    padding: 32px 40px 32px 60px;
}

.kerosene-delivery__plan-content-1-recommend-left-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-left: 29px;
    position: relative;
}

.kerosene-delivery__plan-content-1-recommend-left-text::before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/kerosene-delivery__plan-content-1-recommend-left-text-check.png)no-repeat center center / contain;
}

.kerosene-delivery__plan-content-1-recommend-left-text::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -4px;
    background-color: #D6D6D6;
}

.kerosene-delivery__plan-content-1-recommend-left-text:not(:first-child) {
    margin-top: 16px;
}

.kerosene-delivery__plan-content-1-recommend-left-text span {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #E62F2B;
}

.kerosene-delivery__plan-content-1-recommend-right {
    width: 50%;
}

.kerosene-delivery__plan-content-1-situation {
    margin-top: 40px;
}

.kerosene-delivery__plan-content-1-situation-flex {
    max-width: 840px;
    width: 90%;
    display: flex;
    justify-content: center;
    gap: 120px;
    background-color: #fff;
    margin: 20px auto 0;
    padding: 28px 0;
}

.kerosene-delivery__plan-content-1-situation-flex-item {
    display: flex;
    gap: 12px;
    align-items: baseline;
    position: relative;
}

.kerosene-delivery__plan-content-1-situation-flex-item:not(:first-child)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D6D6D6;
}

.kerosene-delivery__plan-content-1-situation-flex-item-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

.kerosene-delivery__plan-content-1-situation-flex-item-number {
    font-weight: 500;
    font-size: 48px;
    font-family: var(--font-family-accent);
    line-height: auto;
    background: linear-gradient(15deg, #FB3F3C 0%, #FF7745 43%, #FBA681 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kerosene-delivery__plan-content-1-button-container {
    margin-top: 40px;
    text-align: center;
}

.kerosene-delivery__plan-content-1-button {
    width: 95%;
    max-width: 466px;
    display: inline-block;
}

.kerosene-delivery__plan-content-2 {
    margin-top: 40px;
    background-color: #F7F7F7;
    padding-bottom: 60px;
}

.kerosene-delivery__plan-content-title-container-2 {
    padding: 16px;
    background: linear-gradient(87deg, #F57504 0%, #FBA55A 100%);
}

.kerosene-delivery__plan-content-2-flex {
    display: flex;
    margin: 48px auto 0;
    max-width: 840px;
    width: 90%;
}

.kerosene-delivery__plan-content-2-recommend-left {
    width: 52.5%;
    background-color: #fff;
    padding: 48px 20px 48px 40px;
}

.kerosene-delivery__plan-content-2-left-text {
    font-weight: 590;
    font-size: 16px;
    line-height: 28px;
    position: relative;
}

.kerosene-delivery__plan-content-2-left-text:not(:first-child) {
    margin-top: 16px;
}

.kerosene-delivery__plan-content-2-left-text::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -4px;
    background-color: #D6D6D6;
}

.kerosene-delivery__plan-content-2-left-text span {
    font-weight: 700;
    font-size: 24px;
    line-height: auto;
    color: #FF8419;
}

.kerosene-delivery__plan-content-2-recommend-right {
    width: 47.5%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__search
~~~~~~~~~~~~~~~~~~~~~~~*/
.kerosene-delivery__search {
    margin-top: 70px;
}

.kerosene-delivery__search-title {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    color: #E62F2B;
    margin: 0 auto 30px;
    width: 498px;
    position: relative;
}

.kerosene-delivery__search-title-sp {
    display: none;
}

.kerosene-delivery__search-title::before {
    content: '';
    position: absolute;
    width: 21px;
    height: 32.56px;
    left: 0;
    bottom: 5px;
    background: url(../images/kerosene-delivery__plan-content-1-title-text-left.png)no-repeat center center / contain;
}
.kerosene-delivery__search-title::after {
    content: '';
    position: absolute;
    width: 21px;
    height: 32.56px;
    right: 0;
    bottom: 5px;
    background: url(../images/kerosene-delivery__plan-content-1-title-text-right.png)no-repeat center center / contain;
}

.kerosene-delivery__search-title-text-bold {
    font-weight: 700;
    font-size: 24px;
    line-height: auto;
}

.kerosene-delivery__search-title-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__voice
~~~~~~~~~~~~~~~~~~~~~~~*/
.kerosene-delivery__voice {
    margin-top: 170px;
}


.kerosene-delivery__voice-title {
    font-weight: 700;
    font-size: 40px;
    line-height: auto;
}

.kerosene-delivery__voice-subtitle {
    font-weight: 500;
    font-size: 20px;
    font-family: var(--font-family-accent);
    line-height: auto;
    background: linear-gradient(15deg, #FB3F3C 0%, #FF7745 43%, #FBA681 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kerosene-delivery__voice-flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.kerosene-delivery__voice-item {
    width: 260px;
    border-radius: 5px;
}

.kerosene-delivery__voice-item-img {

}

.kerosene-delivery__voice-item-under {
    padding: 24px;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(67, 67, 67, 0.1);
    border-radius: 0 0 5px 5px;
}

.kerosene-delivery__voice-item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.kerosene-delivery__voice-item-text {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.kerosene-delivery__voice-item-name {
    margin-top: 12px;
    display: inline-block;
    color: #FFFFFF;
    border-radius: 50px;
    padding: 2.5px 11px;
    background: var(--vivid01);
}


/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__flow
~~~~~~~~~~~~~~~~~~~~~~~*/
.kerosene-delivery__flow {
    margin: 100px auto 0;
    background-color: #fff;
    border-radius: 5px;
    max-width: 1100px;
    width: 95%;
    padding: 100px 0;
}

.kerosene-delivery__flow-title {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: auto;
}

.kerosene-delivery__flow-subtitle {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: auto;
    font-family: var(--font-family-accent);
    background: linear-gradient(15deg, #FB3F3C 0%, #FF7745 43%, #FBA681 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kerosene-delivery__flow-content {
    margin: 18px auto 0;
    max-width: 840px;
    width: 95%;
}

.kerosene-delivery__flow-item {
    display: flex;
    gap: 29.35px;
    padding: 20px 40px 20px 32px;
    box-shadow: 4px 4px 8px rgba(36, 36, 36, 0.1);
}

.kerosene-delivery__flow-item:not(:first-child) {
    margin-top: 28px;
}

.kerosene-delivery__flow-item-img {
    width: 101.2px;
    height: 100px;
}

.kerosene-delivery__flow-item-right {

}

.kerosene-delivery__flow-item-step {
    font-weight: 500;
    font-size: 14px;
    line-height: auto;
    font-family: var(--font-family-accent);
    background: linear-gradient(88deg, #FB3F3C 0%, #FF7745 50%, #FBA681 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 16px;
    position: relative;
}

.kerosene-delivery__flow-item-step::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #E62F2B;
}

.kerosene-delivery__flow-item-title {
    font-weight: 700;
    font-size: 28px;
    line-height: auto;
    margin-top: 5px;
}


.kerosene-delivery__flow-item-text {
    margin-top: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.kerosene-delivery__flow-item-text a {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #0E87BB;
}

/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__contact
~~~~~~~~~~~~~~~~~~~~~~~*/
.kerosene-delivery__contact {
    background-color: transparent;
}

/* ~~~~~~~~~~~~~~~
レスポンシブ
~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 768px) {
/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery共通
~~~~~~~~~~~~~~~~~~~~~~~*/
.only-pc {
    display: none;
}

.only-sp {
    display: block;
}
.kerosene-delivery::after {
    background: url(../images/kerosene-delivery__bg-sp.png)no-repeat bottom center / cover;
    height: 2411px;
    bottom: -72px;
}

.kerosene-delivery__container {
    max-width: auto;
    width: 89.333%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__top
~~~~~~~~~~~~~~~~~~~~~~~*/

.kerosene-delivery__top {
    padding-bottom: 335px;
    margin-top: 80px;
}

.kerosene-delivery__top-text {
    font-size: 16px;
    line-height: 26px;
}

.kerosene-delivery__top-title {
    margin-top: 12px;
    font-size: 22px;
    line-height: 32px;
}

.kerosene-delivery__top-title-span {
    font-size:36px;
    line-height: 52px;
    padding-right: 4px;
}

.kerosene-delivery__top-title-span:nth-child(3) {
    padding-right: 0px;
}
.kerosene-delivery__top-title-span:nth-child(4) {
    padding-left: 0px;
}

.kerosene-delivery__top-text-2 {
    margin-top: 24px;
}

.kerosene-delivery__top-img {
    position: absolute;
    width: 100vw;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: auto;
}

/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__problem
~~~~~~~~~~~~~~~~~~~~~~~*/

.kerosene-delivery__problem {
    margin-top: 95px;
    background: url(../images/kerosene-delivery__problem-bg-sp.png)no-repeat top center / contain;
}

.kerosene-delivery__problem-title {
    font-size: 28px;
}

.kerosene-delivery__problem-content {
    margin: 25px auto 0;
    max-width: auto;
    width: 100%;
    flex-direction: column;
}

.kerosene-delivery__problem-content-left {
    width: 100%;
    padding: 24px 20px;
}

.kerosene-delivery__problem-content-left-text {
    padding-left: 29px;
}

.kerosene-delivery__problem-content-left-text:not(:first-child) {
    margin-top: 16px;
}

.kerosene-delivery__problem-content-right {
    width: 100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__solution
~~~~~~~~~~~~~~~~~~~~~~~*/
.kerosene-delivery__problem-solution {
    margin-top: 60px;
}

.kerosene-delivery__problem-solution-text-1 {
    font-size: 18px;
    margin-bottom: 16px;
}

.kerosene-delivery__problem-solution-middle {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}

.kerosene-delivery__problem-solution-middle-text {
    font-size: 28px;
}

.kerosene-delivery__problem-solution-middle-text-color {
    font-size: 28px;
}

.kerosene-delivery__problem-solution-text-2 {
    margin-top: 8px;
    font-size: 28px;
}

.kerosene-delivery__problem-solution-vector {
    width: 100%;
    height: auto;
}

/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__merit
~~~~~~~~~~~~~~~~~~~~~~~*/
.kerosene-delivery__merit {
    margin-top: 60px;
}

.kerosene-delivery__merit-text {
    font-size: 16px;
}

.kerosene-delivery__merit-title {
    margin-top: 2px;
    font-size: 28px;
}

.kerosene-delivery__merit-flex {
    margin: 40px auto 0;
    max-width: auto;
    width: 89.333%;
    flex-direction: column;
    gap: 40px;
}

.kerosene-delivery__merit-flex-item {
    width: 100%;
    display: flex;
    gap: 20px;
}

.kerosene-delivery__merit-flex-item-img {
    width: 80px;
    flex-shrink: 0;
    margin: 0 auto;
}

.kerosene-delivery__merit-flex-item-under {

}

.kerosene-delivery__merit-flex-item-title {
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
}
.kerosene-delivery__merit-flex-item-title span {
    font-size: 24px;
    line-height: 32px;
}

.kerosene-delivery__merit-flex-item-text {
    margin-top: 8px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__plan
~~~~~~~~~~~~~~~~~~~~~~~*/
.kerosene-delivery__plan {
    margin-top: 80px;
}

.kerosene-delivery__plan-title {
    font-size: 28px;
}

.kerosene-delivery__plan-title::before {
    width: calc(80 / 375 * 100vw);
}
.kerosene-delivery__plan-title::after {
    width: calc(80 / 375 * 100vw);
}

.kerosene-delivery__plan-subtitle {
    margin-top: 2px;
    font-size: 14px;
}

.kerosene-delivery__plan-content-1 {
    padding-bottom: 40px;
}

.kerosene-delivery__plan-content-title {
    font-size: 22px;
    line-height: 32px;
}

.kerosene-delivery__plan-content-1-points {
    margin: 20px auto 0;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
    width: 88%;
}

.kerosene-delivery__plan-content-1-points-item {
    width: 93.4%;
    padding: 24px 0;
}

.kerosene-delivery__plan-content-1-points-item-number {
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.kerosene-delivery__plan-content-1-points-text {
    font-size: 20px;
}

.kerosene-delivery__plan-content-1-points-text span {
    font-size: 20px;
}

.kerosene-delivery__plan-content-1-recommend {
    margin-top: 91px;
}   

.kerosene-delivery__plan-content-1-title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 4px;
    width: 196px;
}

.kerosene-delivery__plan-content-1-title-2 {
    width: 240px;
}

.kerosene-delivery__plan-content-1-title-text {
    font-size: 16px;
    text-align: center;
}


.kerosene-delivery__plan-content-1-title::before {
    width: 17.47px;
    height: 27.08px;
    left: -30px;
    bottom: 4px;
}
.kerosene-delivery__plan-content-1-title::after {
    width: 17.47px;
    height: 27.08px;
    right: -30px;
    bottom: 4px;
}

.kerosene-delivery__plan-content-1-title-color {
    font-size: 28px;
}

.kerosene-delivery__plan-content-1-recommend .kerosene-delivery__plan-content-1-title-color::after {
    width: 79px;
    height: 79px;
    left: -36px;
    top: -90px;
}

.kerosene-delivery__plan-content-1-recommend-flex {
    margin: 17px auto 0;
    max-width: auto;
    width: 88%;
    display: flex;
    flex-direction: column;
}

.kerosene-delivery__plan-content-1-recommend-left {
    width: 100%;
    padding: 24px 20px;
}

.kerosene-delivery__plan-content-1-recommend-left-text {
    font-size: 16px;
}

.kerosene-delivery__plan-content-1-recommend-left-text::before {
    top: 6px;
    transform: none;
}

.kerosene-delivery__plan-content-1-recommend-left-text span {
    font-size: 18px;
}

.kerosene-delivery__plan-content-1-recommend-right {
    width: 100%;
}

.kerosene-delivery__plan-content-1-situation {
    margin-top: 32px;
}

.kerosene-delivery__plan-content-1-situation-flex {
    max-width: auto;
    width: 93.5%;
    gap: 32px;
    padding: 20px 0;
}

.kerosene-delivery__plan-content-1-situation-flex-item {
    gap: 4px;
}

.kerosene-delivery__plan-content-1-situation-flex-item:not(:first-child)::after {
    left: -16px;
}

.kerosene-delivery__plan-content-1-situation-flex-item-text {
    font-size: 14px;
}

.kerosene-delivery__plan-content-1-situation-flex-item-number {
    font-size: 36px;
}

.kerosene-delivery__plan-content-1-button-container {
    margin-top: 32px;
}

.kerosene-delivery__plan-content-1-button {
    width: 88%;
    max-width: auto;
}

.kerosene-delivery__plan-content-2 {
    padding-bottom: 40px;
}

.kerosene-delivery__plan-content-title-container-2 {
    padding: 17px;
}

.kerosene-delivery__plan-content-2-flex {
    flex-direction: column;
    margin: 48px auto 0;
    max-width: 840px;
    width: 90%;
}

.kerosene-delivery__plan-content-2-recommend-left {
    width: 100%;
    padding: 20px;
}

.kerosene-delivery__plan-content-2-left-text span {
    font-size: 20px;
}

.kerosene-delivery__plan-content-2-recommend-right {
    width: 100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__search
~~~~~~~~~~~~~~~~~~~~~~~*/
.kerosene-delivery__search {
    margin-top: 40px;
}

.kerosene-delivery__search-title {
    display: none;
}

.kerosene-delivery__search-title-sp {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    color: #E62F2B;
    margin: 0 auto;
    width: 308px;
    position: relative;
}

.kerosene-delivery__search-title-sp-under {
    margin: 0 auto 16px;
}

.kerosene-delivery__search-title-sp-under::before {
    content: '';
    position: absolute;
    width: 17.77px;
    height: 27.56px;
    left: 0;
    bottom: 5px;
    background: url(../images/kerosene-delivery__plan-content-1-title-text-left.png)no-repeat center center / contain;
}
.kerosene-delivery__search-title-sp-under::after {
    content: '';
    position: absolute;
    width: 17.77px;
    height: 27.56px;
    right: 0;
    bottom: 5px;
    background: url(../images/kerosene-delivery__plan-content-1-title-text-right.png)no-repeat center center / contain;
}

.kerosene-delivery__search-title-text-bold {
    font-size: 20px;
}

.kerosene-delivery__search-title-text {
    font-size: 16px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__voice
~~~~~~~~~~~~~~~~~~~~~~~*/
.kerosene-delivery__voice {
    margin-top: 120px;
}


.kerosene-delivery__voice-title {
    font-size: 28px;
}

.kerosene-delivery__voice-subtitle {
    margin-top: 2px;
    font-size: 14px;
}

.kerosene-delivery__voice-flex {
    margin-top: 28px;
    overflow-x: scroll;
    justify-content: flex-start;
    padding-bottom: 20px;
}
.kerosene-delivery__voice-flex::-webkit-scrollbar {
    height: 18px;
}
.kerosene-delivery__voice-flex::-webkit-scrollbar-track {
    background: #D6D6D6;
    border-radius: 10px;
}
.kerosene-delivery__voice-flex::-webkit-scrollbar-thumb {
    background: linear-gradient(88deg, #FB3F3C 0%, #FF7745 50%, #FBA681 100%);
    border-radius: 10px;
}

.kerosene-delivery__voice-item {
    flex-shrink: 0;
    background-color: transparent;
}


/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__flow
~~~~~~~~~~~~~~~~~~~~~~~*/
.kerosene-delivery__flow {
    margin: 80px auto 0;
    max-width: auto;
    width: 89.333%;
    padding: 60px 2.5px;
    box-shadow: 4px 4px 8px rgba(36, 36, 36, 0.1);
}

.kerosene-delivery__flow-title {
    text-align: left;
    font-size: 28px;
}

.kerosene-delivery__flow-subtitle {
    text-align: left;
    margin-top: 2px;
    font-size: 14px;
}

.kerosene-delivery__flow-content {
    margin: 28px auto 0;
    max-width: auto;
    width: 100%;
}

.kerosene-delivery__flow-item {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 28px 20px;
    box-shadow: 4px 4px 8px rgba(36, 36, 36, 0.1);
}

.kerosene-delivery__flow-item:not(:first-child) {
    margin-top: 16px;
}

.kerosene-delivery__flow-item-img {
    width: 101.2px;
    height: 100px;
}

.kerosene-delivery__flow-item-step::before {
    height: 20px;
}

.kerosene-delivery__flow-item-title {
    font-size: 22px;
    margin-top: 8px;
}


.kerosene-delivery__flow-item-text {
    margin-top: 12px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~
kerosene-delivery__contact
~~~~~~~~~~~~~~~~~~~~~~~*/
.kerosene-delivery__contact {
    background-color: transparent;
}
}


/* ~~~~~~~~~~~~~~~~~~
リセットCSS
~~~~~~~~~~~~~~~~~~~~ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-family-main);
    font-size: 100%;
    color: var(--color-main-text);
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

a:hover {
    opacity: 0.7;
}
