/*フォント設定*/
.font-bold {
    font-weight: bold;
}
/*色*/
.main-color {
    color: #00442d;
}
.title-color {
    color: #16a085;
}
/*PC SP非表示*/
.block {
    display: block;
}
.hidden {
    display: none;
}

@media screen and (min-width: 768px) {
    .md-hidden {
        display: none;
    }
    .md-block {
        display: block;
    }
}

/*余白*/
.px {
    padding-inline: 24px;
}

/*ホバー時*/
.selector:hover {
    opacity: 0.5;
}
/*case*/
.case figure{
    max-width: 100%;
    text-align: center;
    margin-block-end: 20px;
}
@media screen and (min-width: 960px) {
    .case figure{
        max-width: 960px;
        text-align: center;
        margin-block: 60px 39px;
        margin-inline: auto;
    }
}

.case .subtitle {
    font-size: clamp(14px,1.4vw,18px);
    margin-block-end: 18px;
}
@media screen and (min-width: 768px) {
    .case .subtitle {
        margin-block-end: 13px;
    }
}

@media screen and (min-width: 768px) {
    .case h3 {
        max-width: 960px;
        font-size: 20px;
        margin-block-end: 8px;
        margin-inline: auto;
        box-sizing: content-box;
    }
}

.case h2 {
    font-size: clamp(20px,4.1vw,40px);
    margin-block-end: 20px;
}
@media screen and (min-width: 768px) {
    .case h2 {
        max-width: 960px;
        margin-block-end: 23px;
        margin-inline: auto;
        box-sizing: content-box;
    }
}

.category {
    display: flex;
    column-gap: 8px;
    row-gap: 0;
    flex-wrap: wrap;
    margin-block-end: 39px;
}
@media screen and (min-width: 768px) {
    .category {
        max-width: 960px;
        margin-inline: auto;
        margin-block-end: 71px;
        box-sizing: content-box;
    }
}

.category span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-block: 3px;
    padding-inline: 11.9px;
    margin-block-end: 8px;
}
@media screen and (min-width: 768px) {
    .category span {
        padding-inline: 12px;
    }
}

.category .sub-category {
    /* line-height: 21px;*/
    padding-block: 3.5px;
    border: 1px solid #bbbbbb;
    box-sizing: content-box;
}

.category .date {
    line-height: 24px;
    padding-block: 3px;
    background: #E0599C;
    color: #fff;
}
.category .research {
    line-height: 24px;
    padding-block: 3px;
    background: #0090D9;
    color: #fff;
}
.category .tvads {
    line-height: 24px;
    padding-block: 3px;
    background: #389970;
    color: #fff;
}
.category span:last-of-type{
    margin-inline-end: 0;
}

.interview span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-block: 5px;
    padding-inline: 12px;
    margin-inline-end: 8px;
    margin-block-end: 8px;
}
@media screen and (min-width: 768px) {
    .interview span {
        margin-block-end: 0;
        padding-inline: 12px;
    }
}
.interview .sub-category {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding-block: 4px;
    padding-inline: 11px;
    border: 1px solid #bbbbbb;
    box-sizing: content-box;
}
.interview .date {
    background: #E0599C;
    color: #fff;
}
.interview .research {
    background: #0090D9;
    color: #fff;
}
.interview .tvads {
    background: #389970;
    color: #fff;
}
.interview span:last-of-type{
    margin-inline-end: 0;
}

/*problem*/
.problem {
    background-color: #ece6e2;
    text-align: center;
    padding-block: 40px 56px;
    position: relative;
}
@media screen and (min-width: 768px) {
    .problem {
        padding-block: 65px 80px;
    }
}

.problem::after {
    content: "";
    position: absolute;
    border-left: 43px solid transparent;
    border-right: 43px solid transparent;
    border-top: 40px solid #16A085;
    transform: translate(-50%, 40px);
}

@media screen and (min-width: 768px) {
    .problem::after {
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        border-top: 56px solid #16A085;
        transform: translate(-50%, 55px);
    }
}


.title {
    font-size: clamp(24px,4.1vw,40px);
    padding-block-end: 15px;
    text-align: center;
    line-height: 38.4px;
}
@media (min-width: 455px) and (max-width: 768px) {
    .title {
        /* font-size:33px;*/
        padding-block-end: 15px;
    }
}
@media screen and (min-width: 769px) {
    .title {
        /* font-size: 40px;*/
        padding-block-end: 48px;
    }
}

.problem-contain {
    display: block;
    padding-block-end: 32px;
}
@media screen and (min-width: 768px) {
    .problem-contain {
        max-width: 960px;
        margin-inline:  auto;
        display: grid;
        grid-template-columns: 160px 1fr;
        align-items: center;
        padding-block-end: 55px;
        gap: 31px;
    }
}

.problem-opinion p{
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 24px;
    margin-block-start:23px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
}
@media screen and (min-width: 768px) {
    .problem-opinion p{
        display: inline-block;
        background-color: #fff;
        margin-block-start:0;
        padding-block: 23px;
        padding-inline: 32px;
        text-align: left;
        line-height: 26px;
        font-size: 16px;
    }
}
.problem-opinion p::before{
    position: absolute;
    content: '';
    border-right: 16px solid transparent;
    border-bottom: 24px solid #fff;
    border-left: 16px solid transparent;
    left: 50%;
    top: -23px;
    transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
    .problem-opinion p::before{
        position: absolute;
        content: '';
        border-top: 16px solid transparent;
        border-right: 24px solid #fff;
        border-bottom: 16px solid transparent;
        border-left: 0;
        left: -24px;
        top: 50%;
        transform: translateY(-50%);
    }
}



.problem-img {
    width: 100%;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .problem-img {
        width: 100%;
        text-align: center;
    }
}

.problem-img img{
    width: 35%;
    /*width: 120px;*/
}
@media screen and (min-width: 768px) {
    .problem-img img{
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .problem-item-l {
        position: relative;
    }
}

.problem-position {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-block-end: 10px;
    color: #707070;
}
@media screen and (min-width: 768px) {
    .problem-position {
        margin-block-end: 0;
        position: absolute;
        top: 93%;
        width: 100%;
    }
}

.problem-date {
    background-color: #fff;
    border: 3px solid #16A085;
    padding: 29px 20px;
}

@media screen and (min-width: 769px) {
    .problem-date {
        padding: 40px 44px 45px;
        max-width: 960px;
        margin-inline:  auto;
    }
}

.problem-date h4 {
    font-size: clamp(20px,2.6vw,32px);
    padding-block-end: 15px;
}
@media screen and (min-width: 768px) {
    .problem-date h4 {
        padding-block-end: 20px;
    }
}

.problem .problem-date_description {
    display: block;
    color: #191919;
    font-size: 14px;
    font-weight: normal;
    padding-block-end: 25px;
    text-align: center;
}
@media screen and (min-width: 769px) {
    .problem .problem-date_description {
        display: block;
        font-size: 18px;
        font-weight: normal;
        padding-block-end: 32px;
    }
}

.problem-date_list {
    text-align: left;
    color: #16a085;
    font-size: clamp(16px,1.39vw,20px);
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .problem-date_list {

    }
}

.problem-date_list li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 10px;
    padding-block-end: 25px;
}
@media screen and (min-width: 768px) {
    .problem-date_list li {
        padding-inline: 3.7%;
        padding-block-end: 16px;
        grid-template-columns: 32px 1fr;
        gap: 16px;
        box-sizing: content-box;
    }
}
.problem-date_list li:last-child {
    padding-block-end: 0;
}

.problem-date_list li p {
    line-height: 25.6px;
    align-self: center;
}
@media screen and (min-width: 768px) {
    .problem-date_list li p {
        line-height: 32px;
        align-self: center;
    }
}

.check-img {
    width: 100%;
    height: auto;
}


/*utilization*/
.utilization {
    padding-block: 48px 34px;
    position: relative;
}
@media screen and (min-width: 768px) {
    .utilization {
        padding-block: 81px 65px;
        position: relative;
    }
}
.utilization::after {
    content: "";
    position: absolute;
    border-left: 43px solid transparent;
    border-right: 43px solid transparent;
    transform: translate(-50%, 17px);
    border-top: 40px solid #E08D1A;
    left: 50%;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .utilization::after {
        content: "";
        position: absolute;
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        border-top: 56px solid #E08D1A;
        transform: translate(-50%, 40px);

    }
}

.utilization .title {
    padding-block-end: 23px;
}
@media screen and (min-width: 768px) {
    .utilization .title {
        padding-block-end: 48px;
    }
}


.utilization-text {
    font-size: 14px;
    padding-block-end: 23px;
    line-height: 22px;
}
@media screen and (min-width: 768px) {
    .utilization-text {
        font-size: 16px;
        line-height: 26px;
        padding-block-end: 32px;
        max-width: 800px;
        margin-inline: auto;
    }
}

.utilization figure {
    text-align: center;
    padding-block-end: 24px;
}
@media screen and (min-width: 768px) {
    .utilization figure {
        max-width: 800px;
        margin-inline: auto;
        padding-block-end: 32px;
    }
}

.utilization figure img {
    width:  100%;
}

.utilization-opinion {
    background-color: #F2EEEB;
    padding : 24px 24px 37px;
    position: relative;
}
@media screen and (min-width: 768px) {
    .utilization-opinion {
        max-width: 77%;
        padding : 24px 24px 37px;
    }
}
.utilization-opinion::before {
    position: absolute;
    content: '';
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-bottom: 24px solid #F2EEEB;
    left: 50%;
    top: -23px;
    transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
    .utilization-opinion::before {
        position: absolute;
        content: '';
        border-top: 16px solid transparent;
        border-right: 24px solid #F2EEEB;
        border-bottom: 16px solid transparent;
        border-left: 0;
        left: -23px;
        top: 5%;
        transform: translateY(-50%);
    }
}

.utilization-opinion p {
    font-size: 16px;
    line-height: 1.6;
    padding-block-end: 32px;
}


/*result*/
.result {
    background-color: #FEF3D9;
    padding-block: 48px;
    padding-inline: clamp(24px,6vw,340px);
    position: relative;
}
@media screen and (min-width: 768px) {
    .result {
        padding-block: 80px;
        padding-inline: 0;
    }
}
.result:before {
    content: "";
    position: absolute;
    background-image: url("../images/common/result-img.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 109px;
    height: 100%;
    top: -22px;
    left: 18%;
    transform: translateX(-50%);
}
@media (min-width: 455px) and (max-width: 1439px) {
    .result:before {
        width: 19vw;
        top: -5vw;
        left: 23vw;
    }
}
@media screen and (min-width: 1440px) {
    .result:before {
        min-width: 253px;
        top: -5vw;
        left: 24%;
    }
}


.result p{
    line-height: 26px;
    font-size: clamp(16px,1.39vw,20px);
}
@media (min-width: 455px) and (max-width: 768px) {
    .result p{
        padding-inline: 24px;
        line-height: 32px;
        font-size: clamp(16px,1.39vw,20px);
    }
}

@media screen and (min-width: 769px) {
    .result p{
        max-width: 800px;
        padding-inline: 24px;
        margin-inline: auto;
        box-sizing: content-box;
        line-height: 32px;
        font-size: clamp(16px,1.39vw,20px);
    }
}


.result .title-color {
    color: #E08D1A;
    padding-block-end: 15px;
}
@media screen and (min-width: 768px) {
    .result .title-color {
        padding-block-end: 32px;
    }
}

.utilization-emphasis {
    color: #E08D1A;
    font-weight: bold;
}

/*adoption*/
.adoption {
    padding-block-start: 39px;
    padding-block-end: 32px;
}
@media screen and (min-width: 768px) {
    .adoption {
        padding-block: 76px 40px;
    }
}
.adoption .title{
    color: #191919;
    font-size: clamp(20px,3.4vw,32px);
    padding-block-end: 22px;
}
@media screen and (min-width: 768px) {
    .adoption .title{
        font-size: clamp(20px,3.4vw,32px);
        padding-block-end: 37px;
    }
}

.adoption-flame {
    border: #CCCCCC 1px solid;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-block: 20px 33px;
    padding-inline: clamp(23px, 5vw, 80px);
    margin-block-end: 24px;
}

@media screen and (min-width: 768px) {
    .adoption-flame {
        max-width: 800px;
        margin-inline:   auto;
        margin-block-end: 40px;
        padding: 38px 32px 47px;
    }
}
.adoption h3 {
    font-size: 18px;
    padding-block-end: 22px;
}
@media screen and (min-width: 768px) {
    .adoption h3 {
        font-size: 24px;
        padding-block-end: 30px;
    }
}


.adoption-flame ol {
    text-align: left;
}
@media (min-width: 455px) and (max-width: 1024px) {
    .adoption-flame ol {
        max-width: 700px;
        margin-inline: auto;
    }
}
@media screen and (min-width: 1025px) {
    .adoption-flame ol {
        max-width: 560px;
        margin-inline: auto;

    }
}

.adoption-flame ol li {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-inline: 16px;
    padding-block: 11px;
    margin-block-end: 8px;
    align-self: center;
}
@media screen and (min-width: 768px) {
    .adoption-flame ol li {
        font-size: 20px;
        padding-inline: 40px;
        padding-block: 13px 12px;
        margin-block-end: 12px;
    }
}
.adoption-flame ol li:last-child {
    margin-block-end: 0;
}

.adoption-flame .adoption-flame-schedule span {
    font-size: 20px;
    font-family: 'Futura', sans-serif;
    display: inline-block;
    margin-inline-end: 12px;
    align-self: flex-start;
}
@media screen and (min-width: 768px) {
    .adoption-flame .adoption-flame-schedule span {
        font-size: 24px;
        margin-inline-end: 23px;
    }
}

.bg-schedule-a {
    background-color: #d5eee2;
}
.bg-schedule-b {
    background-color: #cfeaf2;
}
.bg-schedule-c {
    background-color: #bcd1ec;
}
.bg-schedule-d {
    background-color: #d9d5ed;
}
.bg-schedule-e {
    background-color: #f9e4eb;
}
.bg-schedule-f {
    background-color: #fbeee8;
}
.bg-schedule-g {
    background-color: #fef3d9;
}



.adoption-flame .adoption-price {
    font-size: 16px;
    padding-block: 14px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #ede7e3;
}
@media screen and (min-width: 768px) {
    .adoption-flame .adoption-price {
        font-size: 20px;
        padding-block: 20px;
        line-height: 19.2px;
    }
}
.adoption-price .adoption-list {
    font-weight: 500;
    font-size: 16px;
    padding: 0;
}
@media screen and (min-width: 768px) {
    .adoption-price .adoption-list {
        font-size: 20px;
    }
}

.adoption-price .price-emphasis {
    margin-inline-end: 0;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .adoption-price .price-emphasis {
        font-size: 20px;
    }
}


.adoption-note {
    padding-block-start: 16px;
    color: #707070;
    font-size: 11px;
    text-align: left;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    .adoption-note {
        font-size: 12px;
        padding-block-start: 24px;
        max-width: 560px;
        margin-inline: auto;
    }
}


/*interview*/
.interview {
    background-color: #F6F3F1;
    padding-block: 46px 32px;
    width: 100vw;
}
@media screen and (min-width: 768px) {
    .interview {
        position: relative;
        background-color: #F6F3F1;
        padding-block: 64px;
        width: 100vw;
    }
}
@media screen and (min-width: 768px) {
    .interview-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        max-width: 960px;
        margin-inline: auto;
    }
}
.interview .sub-title {
    font-size: 14px;
    font-weight: 700;
    margin-block-end: 9px;
}
@media screen and (min-width: 768px) {
    .interview .sub-title {
        position: absolute;
        top: 12%;
        font-size: 18px;
        font-weight: 700;
        padding-block-end: 20px;
        margin-block-end: 0;
    }
}


.interview .title {
    text-align: left;
    font-size: clamp(20px,3.75vw ,36px);
    padding-block-end: 21px;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    .interview .title {
        padding-top: 35px;
        text-align: left;
        padding-block-end: 27px;
    }
}

.interview-list {
    font-size: clamp(14px,2vw ,18px);
    width: 100%;
    text-align: center;
    background-color: #00442d;
    color: #fff;
    border-radius: 24px;
    padding-block: 13px;
    margin-block-end: 32px;
}
@media screen and (min-width: 768px) {
    .interview-list {
        /*font-size: 18px;*/
        width: 52%;
        text-align: center;
        background-color: #00442d;
        color: #fff;
        border-radius: 40px;
        padding-block: 14px;
        margin-block-end: 0;
    }
}

@media screen and (min-width: 768px) {
    .interview-card-box {
        display: grid;
        grid-template-columns: 47% 1fr;
        gap: 15px;
    }
}


.interview-card-list {
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.12);
    padding: 16px 16px 24px 16px;
    margin-block-end: 24px;
}
@media screen and (min-width: 768px) {
    .interview-card-list {
        background-color: #fff;
        box-shadow: 0 0 24px 0 rgba(0,0,0,0.12);
        padding: 16px;
        vertical-align: middle;
        margin-block-end: 20px;
    }
}
@media screen and (min-width: 768px) {
    .interview-card-list:last-of-type {
        margin-block-end: 0;
    }
}


.interview-card-box figure {
    margin-block-end: 12px;
}
@media screen and (min-width: 768px) {
    .interview-card-box figure {
        margin-block-end: 0;
    }
}

@media screen and (min-width: 768px) {
    .interview-card-box figure img{
        max-width: 100%;
    }
}

.interview-card .category {
    margin-block-end: 0;
}
.interview-card  .category span {
    margin-inline-end: 0;
    margin-block-end: 8px;
}
.interview_title {
    font-size: 14px;
}
.interview_title p {
    line-height: 22.4px;
    font-weight: bold;
    margin-block-start: 0;
}
@media screen and (min-width: 768px) {
    .interview_title p {
        margin-block-start: 8px;
    }
}


/*section-document*/

.section-document {
    padding: 40px 24px 40px;
    background: #00442d;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .section-document {
        padding-block: 45px 47px;
        background: #00442d;
        text-align: center;
    }
}

.section-document_first {
    color: #fff;
    font-size: clamp(22px,2.2vw,32px);
    font-weight: bold;
}

.section-document p{
    margin-block-end: 20px;
}
@media screen and (min-width: 768px) {
    .section-document p{
        margin-block-end: 37px;
    }
}

.section-document_first span {
    display: block;
    color: #f9c67f;
    font-size: clamp(18px, 1.7vw,22px);
}
.section-document_first .section-document_text {
    display: inline-block;
    margin-block-end: 22px;
    font-size: clamp(14px, 1.2vw,16px);
    line-height: 1.8;
    text-align: left;
    font-weight: normal;
}
@media screen and (min-width: 768px) {
    .section-document_first .section-document_text {
        margin-block-end: 38px;
        text-align: center;
    }
}

.section-document .cta {
    width: 280px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .section-document .cta {
        width: 578px;
        margin: 0 auto;
    }
}

.section-document .cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    background: #c3314b;
    color: #fff;
    font-size: 18px;
    border-radius: 28px;
}
@media screen and (min-width: 768px) {
    .section-document .cta a {
        height: 72px;
        border-radius: 40px;
        font-size: 20px;
    }
}

/*section-btn*/
.section-btn {
    padding: 40px 24px 10px;
}
@media screen and (min-width: 768px) {
    .section-btn {
        padding: 50px 24px 0;
    }
}

.section-btn ul {
    display: grid;
    grid-template-columns: 272px;
    gap: 16px;
    justify-content: center;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .section-btn ul {
        grid-template-columns: 240px 240px;
        gap: 24px;
    }
}
.section-btn li {
    max-width: 272px;
}

.section-btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 24px;
    color: #fff;
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    .section-btn li a {
        height: 56px;
        border-radius: 28px;
        font-size: 18px;
    }
}
.section-btn li:first-of-type a {
    background: #be9c6d;
}
.section-btn li:last-of-type a {
    background: #191919;
}
