@charset "utf-8";
/* CSS Document */

section .page_ttl {
    background-image: url(../images/new_ttl_bg.jpg);
}

#breadcrumbs,
#breadcrumbs a {
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
}


/* #intro
----------------------------------------- */
section#intro {
}
#intro .txt_wrap {
    line-height: 2;
}

@media screen and (max-width: 768px) {
section#intro {
    padding-bottom: 5rem;
}
}



/* #step
----------------------------------------- */
section#step {
}

#step .step_list {
    width: -webkit-calc(1250 / 1400 * 100%);
    width: calc(1250 / 1400 * 100%);
    margin-left: -webkit-calc(150 / 1400 * 100%);
    margin-left: calc(150 / 1400 * 100%);
    margin-bottom: 5rem;
}
#step .step_list:last-child {
    margin-bottom: 0;
}
#step .step_list > li.txt {
    width: -webkit-calc(620 / 1250 * 100%);
    width: calc(620 / 1250 * 100%);
    position: relative;
}
#step .step_list > li.img {
    width: -webkit-calc(540 / 1250 * 100%);
    width: calc(540 / 1250 * 100%);
}

#step .step_list > li.txt h3 {
    font-size: 2.2rem;
    line-height: 1.62;
	letter-spacing: 0.1em;
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#step .step_list > li.txt h3 span {
    width: 6.5rem;
    height: 6.5rem;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    font-size: 2.2rem;
    line-height: 1;
	letter-spacing: 0.05em;
    margin-right: 3.5rem;
}
#step .step_list > li.txt .txt_wrap {
    line-height: 2;
    margin-left: 10rem;
}
#step .step_list > li.txt .name {
    margin-top: 6rem;
    font-size: 1.8rem;
    line-height: 1;
}
#step .step_list > li.txt .name span {
    font-size: 1.4rem;
    margin-right: 1.5rem;
}

#step .step_list > li.txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 2.2rem;
    height: 100%;
    margin-left: 2rem;
    background: url(../images/flow_arrow.svg) no-repeat center bottom;
    background-size: contain;
    z-index: -1;
}
#step .step_list.step_7 > li.txt::after {
    display: none;
}

@media screen and (max-width: 768px) {
section#step {
}
#step .step_list {
    width: 88%;
    margin: auto;
    margin-bottom: 8rem;
    position: relative;
}
#step .step_list::after {
    content: "";
    display: block;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 4.4rem;
    height: 100%;
    margin-left: 2rem;
    background: url(../images/flow_arrow.svg) no-repeat center bottom;
    background-size: contain;
    z-index: -1;
}
#step .step_list.step_7::after {
    display: none;
}
#step .step_list > li.txt::after {
    display: none;
}
#step .step_list:last-child {
    margin-bottom: 0;
}
#step .step_list > li.txt {
    width: 100%;
    position: relative;
}
#step .step_list > li.txt .txt_wrap {
    margin-left: 12rem;
}
#step .step_list > li.img {
    width: 100%;
    margin-left: 12rem;
    margin-top: 4rem;
}
#step .step_list > li.txt h3 {
    font-size: 3.4rem;
    margin-bottom: 4rem;
}
#step .step_list > li.txt h3 span {
    width: 8.8rem;
    min-width: 8.8rem;
    height: 8.8rem;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    font-size: 2.8rem;
    line-height: 1;
	letter-spacing: 0.05em;
    margin-right: 3.5rem;
}
}



/* #link_wrap
----------------------------------------- */
section#link_wrap {
    padding-top: 0;
    padding-bottom: 18rem;
}

@media screen and (max-width: 768px) {
section#link_wrap {
    padding-top: 0;
    padding-bottom: 10rem;
}
}