html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
* {
    box-sizing: border-box;
}
html {
    font-size: 16px;
    font-size: 1vw;
}

@media (max-width: 767px) {
    html {
        font-size: 14px;
        font-size: 1vw;
    }
}
@media (max-width: 437px) {
    html {
        font-size: 4.375px;
        font-size: 1vw;
    }
}
@media (max-width: 375px) {
    html {
        font-size: 3.755px;
    }
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
h1, h2, h3, h4 {
    text-wrap: auto!important;
}
body {
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    color:#504746;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    letter-spacing: 0;
}
@media (max-width: 767px) {
    body {
        min-width:100%;
    }
}
article {
    overflow: hidden;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input:focus,textarea:focus {
    outline: none;
}
img {
    max-width: 100%;
}
.pc {
    display:block;
}
.sp{
    display:none;
}
@media (max-width: 767px) {
    .pc{
        display:none;
    }
    .sp{
        display:block;
    }
}
a {
    text-decoration: none;
}
a:hover,
input[type="submit"]:hover {
    opacity: 0.7;
}
sup {
    font-size: 70%;
}
.mt_60 {
    margin-top: 60px!important;
}
.mt_40 {
    margin-top: 40px!important;
}
.mt_20 {
    margin-top: 20px!important;
}
.mt_10 {
    margin-top: 10px!important;
}
.mb_30 {
    margin-bottom: 30px!important;
}
.mb_20 {
    margin-bottom: 20px!important;
}
.mb_10 {
    margin-bottom: 10px!important;
}

/*****************************************************/
html.is-fixed, html.is-fixed body {
    overflow: hidden;
}

.inner {
    max-width: 1240px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}
main {
    position: relative;
    overflow: hidden;
}

/*****************************************************/
    /* FOOTER */
/*****************************************************/
footer {
    padding: 25px 0 20px;
    background: var(--main-color);
}
.topbtn {
    display: flex;
    justify-content: flex-end;
}
.topbtn a {
    display: block;
    background: var(--main-color);
    width: 50px;
    height: 50px;
}
.footer_contents {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.footer_contents_sns {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FFF;
}
.footer_contents_sns ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.footer_contents_sns ul li a img {
    height: 40px;
    width: auto;
}
.footer_contents_copy {
    text-align: center;
}
.footer_contents_copy p {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
}
@media (max-width: 767px) {
    footer {
        padding: 15px 0 15px;
    }
    .footer_contents_sns {
        margin-bottom: 10px;
    }
    .footer_contents_sns ul {
        gap: 25px;
    }
}

/*****************************************************/
    /* TOP */
/*****************************************************/

/* header */
.top_kv_image img {
    display: block;
    width: 100%;
}
.top_contents_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 20px;
}
.top_contents_header_date {
    width: 160px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_contents_header_date p {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #707070;
}
@media (max-width: 767px) {
    .top_contents_header {
        padding: 10px 0 30px;
    }
    .top_contents_header_date {
        width: 130px;
        height: 25px;
    }
    .top_contents_header_date p {
        font-size: 13px;
    }
}
.top_contents_header_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    gap: 0 35px;
    padding-bottom: 5px;
}
.top_contents_header_share > span {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #000;
    white-space: nowrap;
}
.top_contents_header_share_ico {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.share_tw {
    width: 30px;
}
.share_fb {
    width: 30px;
}
.share_copy {
    width: 30px;
    cursor: pointer;
}
.share_copy:hover {
    opacity: 0.6;
}
@media (max-width: 767px) {
    .top_contents_header_share {
        gap: 0 15px;
        padding-bottom: 5px;
    }
    .top_contents_header_share > span {
        font-size: 12px;
    }
    .top_contents_header_share_ico {
        gap: 0 15px;
    }
}

/* list */
.top_contents_list {
    min-height: 500px;
    position: relative;
    padding-bottom: 65px;
}
.top_contents_list_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.top_contents_list_bg img {
    display: block;
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.top_contents_list_block {
    position: relative;
    max-width: 610px;
    width: 100%;
    margin: auto;
    background-color: #F8F8F8;
    padding: 30px 40px;
    color: #000;
    line-height: 1.6;
}
.top_contents_list_block .title {
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    margin-bottom: 25px;
}
.top_contents_list_block .subtitle {
    margin-bottom:4px;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #000;
}
.top_contents_list_block .listarea {
    padding: 0 0 0 20px;
    border-left: 1px solid #000;
}
.top_contents_list_block .listarea p {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}
.top_contents_list_block .caution {
    font-size: 12px;
    margin-top: 32px;
    text-align: right;
}
.top_contents_list_block .listarea > ol > li {
    margin-bottom: 20px;
    counter-increment: mycounter;
}
.top_contents_list_block .listarea > ol > li > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    position: relative;
    padding: 0 20px 0 35px;
    display: block;
}
.top_contents_list_block .listarea > ol > li:last-child {
    margin-bottom: 0px;
}
.top_contents_list_block .listarea > ol > li > a:before {
    content: counter(mycounter, decimal-leading-zero) ".";
    position:absolute;
    left:0;
    font-size: 20px;
    color: var(--sub-color01);
}
.top_contents_list_block .listarea > ol > li > a:after {
    content:"";
    border-top:1px solid var(--sub-color01);
    border-right:1px solid var(--sub-color01);
    width:8px;
    height:8px;
    transform:rotate(45deg) translateY(-1px);
    margin-left:10px;
    position: absolute;
    right: 0;
    top: 10px;
}
.top_contents_list_block .listarea > ol > li > ul {
    padding-top: 15px;
}
.top_contents_list_block .listarea > ol > li > ul > li {
    padding-bottom: 12px;
    padding-left: 45px;
}
.top_contents_list_block .listarea > ol > li > ul > li span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5em;
    position: relative;
}
.top_contents_list_block .listarea > ol > li > ul > li span:before {
    content:"-";
    font-size: 20px;
    color: #f3aa9c;
    position: absolute;line-height: 1.5em;
    left: -16px;
}
.top_contents_list_block .listarea > ol > li > ul > li:last-child {
    padding-bottom: 0;
}
@media (max-width: 767px) {
    .top_contents_list {
        padding: 0 20px;
        padding-bottom: 160px;
    }
    .top_contents_list_bg img {
        height: 300px;
    }
    .top_contents_list_block {
        max-width: 100%;
        padding: 25px 20px 40px;
    }
    .top_contents_list_block .title {
        margin-bottom: 10px;
    }
    .top_contents_list_block .listarea p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .top_contents_list_block .listarea > ol > li > ul > li {
        padding-left: 35px;
    }
    .top_contents_list > ol > li > ul > li span:before {
        top: 0;
        left: -20px;
        font-size: 20px;
    }
}

/* interview */
.interviewee {
    background: #f2f2f2;
    padding: 2rem;
    border-radius: 24px;
    margin-bottom: 40px;
}
.interviewee_title {
    margin-top: -2.75rem;
    margin-bottom: 16px;
    font-size: clamp(18px, 1.5rem, 24px);
    color: var(--main-color);
    font-weight: 700;
}
.interviewee_inner {
    display: flex;
    align-items: center;
}
.interviewee_img {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
}
.interviewee_text {
    display: flex;
    align-items: center;
    padding: 24px;
}
.interviewee a {
    color: #504746;
    text-decoration: underline;
}
.interviewee_text_inner h3 {
    font-size: clamp(16px, 1.2rem, 18px);
    margin-bottom: 16px;
    line-height: 1.6;
}
.interviewee_text_inner h3 span {
    font-weight: 700;
}
p.caution-wrap {
    text-align: right;
    font-size: 12px;
    margin-top: 32px;
}
@media screen and (max-width: 767px) {
    .interviewee_inner {
        flex-wrap: wrap;
    }
    .interviewee_title {
        margin-top: -3.5rem;
        margin-bottom: 16px;
    }
    .interviewee_inner > div,
    .interviewee_inner > div > img {
        width: 100%;
    }
    .content_subtextarea p.text-wrap {
        padding: 0;
        margin-bottom: 18px;
    }
}

/*****************************************************/
    /* MAIN CONTENTS */
/*****************************************************/
:root {
    --main-color: #326e87;
    --sub-color01: #326e87;
    --sub-color02: #e47f82;
    --point-color: #e64e51;
}
p.text-wrap {
    font-size: clamp(14px, 1rem, 16px);
    line-height: 2;
}
p.text-wrap>span,
.flex_text span,
.interview_text span {
    font-weight: 700;
    color: var(--main-color);
}
p.text-wrap>span.highlight {
    color: var(--main-color);
}
.main_contents {
    padding: 20px 0 60px;
}
.main_contents.matome .main_contents_textarea .textblock {
        margin: 30px 0;
}
.main_contents_title {
    margin-top: 1.5rem;
}
.main_contents_title h2 {
    position: relative;
    background: var(--main-color);
    color: #fff;
    font-size: clamp(20px, 1.5rem, 24px);
    font-weight: 700;
    padding: 24px;
    border-radius: 8px;
    line-height: 1.5;
}
.main_contents_title h2:before {
    position: absolute;
    top: -14px;
}
#content01 .main_contents_title h2:before {
    content: url(../img/before_content_title_01.png);
}
#content02 .main_contents_title h2:before {
    content: url(../img/before_content_title_02.png);
}
#content03 .main_contents_title h2:before {
    content: url(../img/before_content_title_03.png);
}
#content04 .main_contents_title h2:before {
    content: url(../img/before_content_title_04.png);
}
#content05 .main_contents_title h2:before {
    content: url(../img/before_content_title_05.png);
}
#content06 .main_contents_title h2:before {
    content: url(../img/before_content_title_06.png);
}
#content07 .main_contents_title h2:before {
    content: url(../img/before_content_title_07.png);
}

.main_contents_subtitle h3 {
    border: 1px solid var(--sub-color01);
    color: var(--sub-color01);
    font-size: clamp(16px, 1.2rem, 18px);
    font-weight: 700;
    padding: 16px;
    border-radius: 100vh;
    text-align: center;
    margin-top: 40px;
    line-height: 1.4;
}
.top_contents .textblock {
    margin: 30px auto 60px;
}
.imageblock {
    text-align: center;
}
.imageblock img {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
}
.imageblock .caution,
.flexblock .flex_image .caution,
.flex_text .caution,
.textblock .caution,
.itemblock .caution {
    font-size: 12px;
    margin-top: 8px;
}
.top_contents .textblock .caution {
    margin-top: 12px;
    text-align: right;
    line-height: 1.6;
}
.main_contents_textarea .textblock .caution {
    text-align: right;
    line-height: 1.4;
}
.flex_text .cauton {
    margin-top: 20px;
}

.flexblock {
    line-height: 1.6;
    margin: 30px 0;
}
.flexblock .flex-col2,
.flexblock .flex-col3 {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
}
.flex-col2,
.flex-col3 {
    flex-wrap: wrap;
}
.flex-col2 > * {
    width: calc((100% / 2) - (2rem / 2));
}
.flex-col3 > * {
    width: calc((100% / 3) - (3rem / 3));
}
.flex-col2.nogap > * {
    width: calc(100% / 2);
}
.flex-col3.nogap > * {
    width: calc(100% / 3);
}
.row-reverse {
    flex-direction: row-reverse;
}
.flex_image {
    text-align: center;
    line-height: 1;
}
.flex_text p {
    font-size: clamp(14px, 1rem, 16px);
    line-height: 2;
}
.h4_flex {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .flex-col2 > *,
	.flex-col2.no-gap > *,
    .flex-col3 > *,
	.flex-col3.no-gap > * {
        width: 100%;
    }
    .main_contents {
        padding-bottom: 40px;
    }
    .imageblock img {
        max-width: 532px;
    }
    .flex_text {
        margin-top: 2rem;
    }
    .flex_image img {
        margin: 0 auto;
    }
    #content03.main_contents {
        padding-top: 30px;
    }
    .flexblock .flex-col2,
    .flexblock .flex-col3 {
        gap: 2rem;
    }
    .main_contents_subtitle h3 {
        margin-bottom: 20px;
    }
}
.main_contents_subtextarea {
    padding: 20px;
}
.main_contents_subtextarea h4 {
    background: #448aca;
    padding: 10px 2rem;
    text-align: center;
    font-size: clamp(16px, 1.2rem, 18px);
    color: #fff;
    border-radius: 100vw;
    margin: 40px 0 20px;
    line-height: 1.6;
    font-weight: 700;
}
.product .flex-col2 {
    align-items: stretch;
}
.product_area {
    background: #f8f8f8;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 20px;
}
.product_area_image {
    flex: 1;
}
.product_area_text {
    padding: 10px;
    margin: 0 auto;
    flex: 2;
}
.product_area_text p {
    font-size: clamp( 12px, 0.875rem, 14px);
}
.product_area_text h4 {
    font-size: clamp( 14px, 1rem, 16px);
    font-weight: 700;
    margin-bottom: 1rem;
}
.product_area_text .caution {
    margin-top: 10px;
}
.product_area_text p span {
    font-size: 12px;
}
@media screen and (max-width: 767px) {
    .main_contents_subtextarea {
        padding: 0;
    }
    .product_area_image img {
        margin: 0 auto;
    }
    .main_contents_subtextarea h4 {
        border-radius: 16px;
}
}
@media screen and (max-width: 499px) {
    .product_area {
        display: block;
        text-align: center;
    }
}


/*****************************************************/
    /* PRODUCT */
/*****************************************************/
.featured_contents {
    padding: 3rem 0 4rem;
    background-color:#F8F8F8;
}
.featured_contents_area {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 2rem;
    justify-content: flex-start;
}
.featured_products {
    width: 100%;
    max-width: 367px;
}
.featured_products_block {
    min-height: 760px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.featured_products_image {
    margin-bottom: 16px;
}
.featured_products_title,
.featured_products_detail {
    text-align: left;
    color: #000;
    line-height: 1.4;
    font-size: clamp(14px, 1rem, 16px);
}
.featured_products_title {
    font-weight: 700;
}
.featured_products_title h3 {
    font-size: clamp( 16px, 1.25rem, 20px);
    margin: 8px 0 10px;
}
.featured_products_title span {
    color: var(--main-color);
    font-size: 16px;
}
.featured_products_detail .caution {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 12px;
}
.featured_products_link {
    background: var(--sub-color02);
    color: #fff;
    padding: 20px;
    border-radius: 100vh;
    font-size: clamp(18px, 1.5rem, 24px);
    font-weight: 700;
    text-align: center;
    margin: 1rem 0 2rem;
}
.featured_contents_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-bottom: 40px;
}
.featured_contents_title p {
    font-weight: bold;
    font-size: clamp(16px, 1.25rem, 20px);
    text-align: center;
    color: var(--main-color);
    position: relative;
}
.featured_contents_title h2 {
    font-weight: 500;
    font-size: clamp(24px, 2rem, 32px);
    text-align: center;
    color: #000;
    line-height: 1.4
    ;
}
@media screen and (max-width: 1188px){
    .featured_contents_area {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .featured_contents_area:after {
        content: "";
        width: 367px;
    }
}
@media screen and (max-width: 789px){
    .featured_products_block,
    .featured_products:last-child .featured_products_block {
        min-height: auto;
    }
    .featured_products_link {
        margin-top: 30px;
    }
    .featured_contents_title {
        padding: 30px 0;
    }
    .featured_products {
        flex: auto;
        width: 100%;
        padding-bottom: 30px;
    }
}
.topbtn {
    text-align: right;
    padding: 20px;
}
.topbtn a img {
    width: 50px;
}

/*****************************************************/
    /* LIST */
/*****************************************************/

.flex_list {
    background: #f8f8f8;
    font-size: clamp(14px, 1rem, 16px);
    padding: 2rem 3rem;
    border-radius: 16px;
    text-align: center;
}
.flex_list>div {
    display: inline-block;
    text-align: left;
}
.flex_list h3 {
    font-weight: 700;
    color: var(--sub-color01);
    text-align: center;
    margin-bottom: 16px;
    font-size: clamp(16px, 1.25rem, 20px);
}
.flex_list_ul li {
    line-height: 1.8;
    position: relative;
    margin: 0 0 8px 16px;
    font-weight: 500;
}
.flex_list_ul li span {
    color: var(--sub-color01);
    font-weight: 600;
}
.flex_list .text-wrap {
    margin: 20px 0;
}

.flex_list_ul li:before,
.interview_text ul>li:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    top: 12px;
    background: #504746;
    border-radius: 50%;
    margin-left: -10px;
}

/*.flex_list_ul li:before {
    margin-right: .5rem;
}
.flex_list_ul li:nth-of-type(1):before {
    content: '\02460';
}
.flex_list_ul li:nth-of-type(2):before {
    content: '\02461';
}
.flex_list_ul li:nth-of-type(3):before {
    content: '\02462';
}
.flex_list_ul li:nth-of-type(4):before {
    content: '\02463';
}
.flex_list_ul li:nth-of-type(5):before {
    content: '\02464';
}*/
.gray_box .flex-col2 {
    align-items:stretch;
}
.gray_box .flex-col2 .flex_list {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .flex_list {
        padding: 20px 40px;
        margin: 20px 0;
    }
    .flex_list h3 {
        margin-bottom: 10px;
    }
    .gray_box .flex-col2 .flex_list {
        justify-content: center;
    }
}

/*****************************************************/
    /* LINK */
/*****************************************************/
.linkblock {
    text-align: center;
    padding: 2rem 0;
    position: relative;
}
.linkblock a {
    max-width: 580px;
    width: 100%;
    padding: 20px 0;
    background: #1c7fbd;
    display: inherit;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    font-size: clamp(14px, 1rem, 16px);
    position: relative;
    line-height: 2;
}
.linkblock a:after {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateX(0px) translateY(30px);
    position: absolute;
    right: 0;
    top: 24px;
}
@media (min-width: 480px) {
    .linkblock a:after {
        transform: rotate(45deg) translateX(-10px) translateY(20px);
    }
}

/*****************************************************/
    /* LINE BREAK */
/*****************************************************/
@media (min-width: 768px) {
    .pc_none {
        display: none;
    }
}
@media (max-width: 767px) {
    .sp_none {
        display: none;
    }
}
@media (min-width: 850px) {
    .sp_850 {
        display: none;
    }
}
@media (min-width: 600px) {
    .sp_600 {
        display: none;
    }
}
@media (min-width: 480px) {
    .sp_480 {
        display: none;
    }
}
@media (max-width: 599px) {
    .pc_600 {
        display: none;
    }
}

/*****************************************************/
    /* POINT */
/*****************************************************/
.textblock .point {
    font-weight: 700;
    color: #75716a;
}

/*****************************************************/
    /* FEATURED PRODUCTS */
/*****************************************************/
.flexblock.productbox .flex-col2 {
    align-items: start;
}

.productbox h4 {
    font-size: clamp(18px, 1.5rem, 24px);
    font-weight: 700;
    color: var(--main-color);
}
.productbox .flex_list p {
    font-weight: 700;
    color: var(--sub-color01);
    margin-bottom: 10px;
}
.cta_btn {
    text-align: center;
}
.cta_btn a, .cta_btn_mini a {
    background: var(--sub-color02);
    color: #fff;
    font-size: clamp(16px, 1.25rem, 20px);
    font-weight: 700;
    display: inline-block;
    max-width: 532px;
    width: 100%;
    padding: 20px;
    text-align: center;
    border-radius: 100vh;
}

/*****************************************************/
    /* ONLINE */
/*****************************************************/
.onlineblock {
    max-width: 900px;
    width: 100%;
    margin: 20px auto 60px;
    background: #f8f8f8;
    border-radius: 16px;
    padding: 20px;
}
.onlineblock h4 {
    text-align: center;
    font-size: clamp(16px, 1.25rem, 20px);
    font-weight: 700;
    color: #75716a;
}
.onlineblock>.flex-col2 {
    position: relative;
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.onlineblock .check_list{
    display: flex;
    flex-wrap: wrap;
}
.onlineblock .check_list li {
    width: calc((100% - 1rem) / 2);
    display: inline;
}
.onlineblock_text {
    font-size: clamp(14px, 1rem, 16px);
    line-height: 1.6;
    text-align: left;
}
.onlineblock_text .title {
    font-weight: 700;
}
.onlineblock_image img {
    margin: 0 auto;
}
@media (max-width: 767px) {
    .onlineblock_text {
        text-align: center;
    }
}

/*****************************************************/
    /* STOREBLOCK */
/*****************************************************/
.onlineblock {
    line-height: 2;
    font-size: clamp(14px, 1rem, 16px);
}
.store {
    margin-bottom: 40px;
}
.store_image img {
    margin: 0 auto;
}
.store_text {
    display: block;
}
.store_text p {
    text-align: left;
    display: inline-block;
}
.store_text a {
    color: #504746;
    text-decoration: underline;
}

/*****************************************************/
    /* QUESTIONBLOCK */
/*****************************************************/
.questionblock {
    padding-top: 3rem;
}
.questionbox h3 {
    color: #434343;
    font-weight: 600;
    font-size: clamp(16px, 1.25rem, 20px);
    line-height: 1.8;
    margin: 0 0 10px 20px;
    position: relative;
}
.questionbox h3:before {
    content: "Q. ";
    position: absolute;
    margin-left: -20px;
}
.questionbox h3 span {
    border-bottom: 1px solid #434343;
}
.questionbox .main_contents_subtextarea {
    padding: 0;
}
.answer {
    position: relative;
    margin: 0 20px 10px 20px;
}
.answer:before {
    content: "A. ";
    position: absolute;
    margin-left: -20px;
    font-size: clamp(16px, 1.25rem, 20px);
    top: -2px;
}
.questionbox .main_contents_subtextarea .caution {
    font-size: 12px;
    margin-top: 12px;
    line-height: 1.6;
}
.questionbox {
    margin-bottom: 30px;
}
.questionblock .imageblock {
    padding-top: 0;
}
@media (max-width: 767px) {
    .questionblock {
        padding-top: 30px;
    }
}

/*****************************************************/
    /* POPUP */
/*****************************************************/
input {
    display: none;
}
/* ポップアップwindow部分 */
.overlay {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 70;
    width: 100%;
    height: 100%;
}
/* オーバーレイの背景部分 */
.bg_gray {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80;
}
/* ウィンドウ部分 */
.window {
    max-width: 580px;
    width: 96%;
    height: 580px;
    padding: 30px 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    z-index: 90;
    opacity: 0;
}
/* 閉じるボタン */
.btn_close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.btn_close:hover {
    opacity: 0.7;
}
.btn_close span,
.btn_close span::before {
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
}
.btn_close span {
    transform: rotate(45deg);
}
.btn_close span::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
}
/* クリックで表示 */
#popup:checked ~ .overlay {
    visibility: visible;
}
#popup:checked ~ .overlay .window {
    animation: fadein 100ms forwards;
    animation-timing-function: ease-in-out;
}
@keyframes fadein {
    100% {
        opacity: 1;
    }
}
/* コンテンツ部分のスタイル */
.shindanblock {
    text-align: center;
}
.result {
    overflow-y: auto;
    overscroll-behavior-y: none; /* 無視される */
    padding-right: 16px; /* スクロールバー分の余白 */
    height: 450px;
}
.result h2 {
    color: #fff;
    font-weight: 700;
    background: var(--sub-color01);
    border-radius: 16px;
    padding: 16px;
    font-size: clamp(18px, 1.25rem, 20px);
    line-height: 1.4;
}
.result_image {
    margin: 20px 0 10px;
}
.result_image img {
    margin: 0 auto;
}
.result_text {
    text-align: left;
    font-size: clamp(14px, 1rem, 16px);
    line-height: 1.6;
}
.result_text h3 {
    font-weight: 700;
    color: var(--main-color);
    margin-top: 10px;
}

/*****************************************************/
    /* SHINDAN */
/*****************************************************/
.question, .result {
    margin-bottom: 20px;
    display: none; /* 初期状態は非表示 */
    overscroll-behavior-y: none; /* 無視される */
    overflow: auto;
}
.answers {
    list-style-type: none;
    padding: 40px 0;
}
.next-button, .reset-button {
    margin-top: 20px;
}
input[type=checkbox] {
    display: none; /* checkboxを非表示にする */
}
input[type="checkbox"]:checked + label {
    background: #fcbbce;
    color: #fff;
}
.label {
    display: block;
    font-size: clamp(16px, 1.25rem, 20px);
    font-weight: 700;
    max-width: 360px;
    width: 100%;
    padding: 24px 0;
    margin: 10px auto;
    border: 2px solid #fcbbce;
    border-radius: 4px;
    color: #6e6e6e;
    cursor: pointer;
}
.question .caution {
    font-size: clamp(12px, .8rem, 14px);
}
.question h2 {
    font-size: clamp(18px, 1.5rem, 24px);
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 16px;
}
.reset-button,
.next-button {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: var(--main-color);
    width: 240px;
    padding: 20px 0;
    border-radius: 100vw;
    border: none;
    position: relative;
    margin: 0 auto;
}
.next-button:after {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateX(0px) translateY(30px);
    position: absolute;
    right: 0;
    top: 2px;
}
.next-button:hover {
    opacity: 0.7;
}
#result-typeEX {
    font-size: clamp(14px, 1rem, 16px);
    text-align: center;
    line-height: 2;
}
.reset-button:after {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateX(0px) translateY(30px);
    position: absolute;
    right: 0;
    top: 2px;
}

/*****************************************************/
    /* TABLE BLOCK */
/*****************************************************/
.tableblock {
  overflow-x: scroll;
}
table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}
.main_contents_textarea .textblock .caution.table {
    text-align: left;
    line-height: 1.6;
}
table tr .item {
    width: 25%;
}
table tr .price {
    width: 15%;
}
.tableblock {
    margin: 20px 0 40px;
}
.tableblock table {
    min-width: 680px;
    width: 100%;
    border-collapse: separate;
    text-align: center;
}
.tableblock table th,
.tableblock table td {
    vertical-align: middle;
    font-size: clamp(14px, 1rem, 16px);
    padding: 16px 8px;
    border-left: 1px solid #c7b0d4;
    border-bottom: 1px solid #c7b0d4;
    height: 110px;
    line-height: 1.4;
}
.tableblock table th:last-child,
.tableblock table td:last-child {
    border-right: 1px solid #c7b0d4;
    border-bottom: 1px solid #c7b0d4;
}
.tableblock table .part th:last-child {
    border-right: none;
}
.tableblock table th {
    background: var(--main-color);
    font-size: clamp(16px, 1.25rem, 20px);
    font-weight: 700;
    color: #fff;
    height: 80px;
}
.tableblock table td .caution {
    display: inline-table;
    font-size: clamp(10px, .8rem, 12px);
    line-height: 1.6;
}
.tableblock table .part th {
    background: var(--main-color);
}
.tableblock table tr .item {
    font-size: clamp(14px, 1.25rem, 20px);
    font-weight: 700;
}
.tableblock table tr:nth-child(even) td{
    background: #f5f2f8;
}
.tableblock table tr:last-child td{
    border-bottom: 1px solid #c7b0d4;
}
.tableblock table tr:first-child th:first-child{
    border-radius: 8px 0 0 0;
}
.tableblock table tr:first-child th:last-child{
    border-radius: 0 8px 0 0;
}
.tableblock table tr:last-child td:first-child{
    border-radius: 0 0 0 8px;
}
.tableblock table tr:last-child td:last-child{
    border-radius: 0 0 8px 0;
}
.caution_left p {
    font-size: 12px;
}
@media screen and (max-width: 768px){
    .tableblock table th,
    .tableblock table td {
        height: auto;
        padding: 10px 6px;
    }
    .tableblock table .point th {
        border-top: 1px solid #66d4f5;
    }
    .category {
        background: #edfafe;
        font-weight: 700;
    }
    .tableblock table tr .category {
        border-top: 1px solid #66d4f5;
        border-bottom: 1px solid #66d4f5;
    }
}

/*****************************************************/
    /* FLOW BLOCK */
/*****************************************************/
.flowblock {
    padding: 2rem 0;
}
.flowblock .flex-col2 {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.flowbox {
    max-width: 532px;
}
.advice {
    background: #f8f8f8;
    padding: 1rem 3rem;
    border-radius: 16px;
    margin-top: 20px;
}
.flowblock>.advice>p span {
    color: #000;
}
@media screen and (max-width: 768px){
    .flow_image {
        text-align: center;
    }
}
.flow_list {
    line-height: 1.6;
    font-size: clamp(14px, 1rem, 16px);
    padding: 24px 0;
}
.flow_list li {
    margin: 0 0 .75rem 16px;
    position: relative;
}
.flow_list li:last-child {
    margin-bottom: 0;
}
.flow_list li:before {
    position: absolute;
    left: -20px;
}
.flow_list li:nth-of-type(1):before {
    content: '\02460';
}
.flow_list li:nth-of-type(2):before {
    content: '\02461';
}
.flow_list li:nth-of-type(3):before {
    content: '\02462';
}
.flow_list li:nth-of-type(4):before {
    content: '\02463';
}
@media screen and (max-width: 768px){
    .flow_list li {
        margin-left: 20px;
    }
    .flow_list li:before {
        left: -18px;
    }
}

/*****************************************************/
    /* CHECK BLOCK */
/*****************************************************/
.checkblock {
    font-size: clamp(14px, 1rem, 16px);
    line-height: 2.4;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
}
.check_list li {
    position: relative;
}
.check_list li:before {
    content: '';
    background-image: url(../img/check_icon.png);
    background-size: contain;
    vertical-align: middle;
    width: 26px;
    height: 25px;
    display: inline-block;
    margin-right: .75rem;
}
@media screen and (max-width: 767px){
    .checkblock {
        padding: 20px 0;
    }
}

/*****************************************************/
    /* STEP BLOCK */
/*****************************************************/
.stepblock {
    font-size: clamp(14px, 1rem, 16px);
    line-height: 2.4;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
}
.step_list li {
    position: relative;
}

/*****************************************************/
    /* PROCESS BLOCK */
/*****************************************************/
.processblock {
    display: grid;
    gap: 30px;
    align-items: stretch;
    margin: 30px 0;
}

.processblock.grid-col2 {
    grid-template-columns: repeat(2, 1fr);
}
.processblock.grid-col3 {
    grid-template-columns: repeat(3, 1fr);
}
.process_group {
    position: relative;
    background: #f2f2f2;
    padding: 2rem;
    border-radius: 16px;
}
.process_group:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: clamp(8px, .75rem, 10px) 0 clamp(8px, .75rem, 10px) clamp(10px, 1rem, 14px);
    border-color: transparent transparent transparent #7d7d7d;
    position: absolute;
    top: 50%;
    transform: translate( -150%, -50%);
    left: 0%;
}
.process_group:first-child:after {
    content: none;
}
.process_group p.number {
    text-align: center;
    font-size: clamp(16px, 1.25rem, 20px);
    color: var(--sub-color01);
    font-weight: 700;
    margin-bottom: 16px;
}
.process_group p.number span {
    border-bottom: var(--sub-color01) solid 1px;
}
@media screen and (max-width: 767px){
    .processblock {
        display: block;
        text-align: center;
    }
    .process_group {
        margin-bottom: 40px;
        padding: 3rem;
    }
    .process_group>.text-wrap {
        max-width: 100%;
    }
    .process_group:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: clamp(10px, 1rem, 14px) clamp(8px, .75rem, 10px) 0 clamp(8px, .75rem, 10px);
        border-color: #7d7d7d transparent transparent transparent;
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translate(-50%, 150%);
    }
    .process_group:first-child:after {
        content: '';
    }
    .process_group:last-child:after {
        content: none;
    }
}
/*****************************************************/
    /* COMMENT BLOCK */
/*****************************************************/
.interview_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 40px;
}
.interview_icon {
    width: 140px;
    text-align: center;
}
.interview_icon > span {
    display: block;
    color: var(--main-color);
    font-size: clamp(14px, 1rem, 16px);
    font-weight: 700;
    text-align: center;
    margin-top: 8px;
}
.interview_text {
    position: relative;
    width: calc(100% - 140px - 24px);
    align-items: center;
    background: #f8f8f8;
    padding: 24px;
    border-radius: 16px;
}
.interview_text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -32px;
    margin-top: -16px;
    border: 17px solid transparent;
    border-right: 17px solid #f8f8f8;
}
.interview_text p,
.interview_text ul {
    font-size: clamp(14px, 1rem, 16px);
    line-height: 2;
}
.interview_text ul>li {
    position: relative;
    margin-left: 12px;
}
@media screen and (max-width: 640px) {
    .interview_block {
        display: block;
        margin: 0 0 32px;
    }
    .interview_icon {
        margin: auto;
        padding-bottom: 24px;
    }
    .interview_text {
        position: relative;
        width: 100%;
        padding: 16px;
    }
    .interview_text:before {
        top: -16px;
        left: 46%;
        border: 17px solid transparent;
        border-bottom: 17px solid #f8f8f8;
    }
}
/*****************************************************/
    /* CAMPAIGN BLOCK */
/*****************************************************/
.imageblock.campaign img {
    max-width: 100%;
    width: 100%;
}

/*****************************************************/
    /* LINEUP BLOCK */
/*****************************************************/
.lineupblock {
    padding: 2rem 0;
}
.lineupblock .flex-col3 {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.lineupbox {
    max-width: 365px;
    line-height: 1.6;
}
.flow_text {
    text-align: center;
    margin-top: 1.5rem;
    font-size: clamp(14px, 1rem, 16px);
}
.flow_text>h3 {
    font-size: clamp(16px, 1.125rem, 20px);
    font-weight: 700;
    margin-bottom: .5rem;
}
.flow_text>h3 span {
    color: var(--main-color);
}
@media screen and (max-width: 768px){
    .flow_image {
        text-align: center;
    }
}

@media screen and (max-width: 768px){
    .flow_list li {
        margin-left: 20px;
    }
    .flow_list li:before {
        left: -18px;
    }
}

/*****************************************************/
    /* ITEM BLOCK */
/*****************************************************/
.itemblock {
    background: #f5f5f8;
    padding: 24px;
    border-radius: 16px;
    font-size: clamp(14px, 1rem, 16px);
    line-height: 2;
}
.main_contents_textarea:nth-last-child(1) .itemblock {
    margin-bottom: 60px;
}
.itemblock .flex-col2 {
    display: flex;
    gap: 1.5rem;
    align-items: start;
    justify-content: space-between;
}
.itemblock>h3 {
    font-size: clamp(18px, 1.125rem, 20px);
    background: var(--sub-color01);
    padding: .5rem 1rem;
    margin: 10px 0 30px;
    border-radius: 100vw;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.itemblock .text-wrap {
    margin: 10px 0 20px;
}

.item_title>.tag>li {
    display: inline-block;
    background: var(--point-color);
    color: #fff;
    border-radius: 100vw;
    padding: 4px 20px;
    line-height: 1;
    margin-bottom: .5rem;
}
.item_title p>span {
    font-size: clamp(18px, 1.125rem, 20px);
    font-weight: 700;
    color: var(--sub-color01);
}
.itemblock .item_text>h4 {
    color: var(--sub-color01);
    font-weight: 700;
    text-align: center;
    border: var(--sub-color01) 1px solid;
    border-radius: 100vw;
    padding: .5rem 1rem;
    margin-bottom: 10px;
}
.itemblock .item_text>p {
    margin-bottom: 30px;
}
.item_text .caution {
    line-height: 1.6;
}
.itemblock .cta_btn a.white {
    background: #fff;
    color: var(--sub-color02);
    border: var(--sub-color02) 2px solid;
}
@media screen and (max-width: 768px) {
    .itemblock>h3 {
        margin-bottom: 10px;
    }
    .flex_image {
        margin-bottom: 20px;
    }
}