@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Shippori+Mincho:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Zen+Old+Mincho:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap');

*{font-family: inherit;color: inherit;}
body{color: #113854;}

.bread_crumb {
    max-width: calc(1200px + 2%);
    margin: 0 auto;
    padding: 15px 1%;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .bread_crumb {
        bottom: 0;
    }
}
.bread_crumb_list {
    font-size: 14px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .bread_crumb_list {
        font-size: 12px;
    }
}
.bread_crumb li {
    display: inline;
    text-transform: uppercase;
}
.bread_crumb li:last-child:after {
    content: "";
}
.bread_crumb li a {
    text-decoration: underline;
    text-decoration: none;
    color: #4dafc1;
}
.bread_crumb li:after {
    content: ">";
    padding-left: 5px;
}

.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}
@media screen and (max-width: 960px) {
    .wp-pagenavi {
        margin-top: 30px;
    }
}
.wp-pagenavi a {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px 5px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
    transition: 0.5s;
    border-bottom: 1px solid #fff;
}
@media screen and (max-width: 960px) {
    .wp-pagenavi a {
        padding: 5px 5px;
    }
}
.wp-pagenavi a:hover {
    opacity: 1;
    border-bottom: 1px solid #4dafc1;
}
.wp-pagenavi span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px 5px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
    line-height: 1.6;
    font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
    .wp-pagenavi span {
        padding: 5px 5px;
    }
}
.wp-pagenavi span.pages {
    display: none;
}
.wp-pagenavi span.current {
    font-weight: 600;
    border-bottom: 1px solid #4dafc1;
}

.detail-swiper-area {
    overflow: hidden;
    margin-bottom: 5rem;
}
.detail-swiper {
    margin-bottom: 2rem;
}
.detail .swiper__imgwrap {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
    margin: 0;
}
.detail .swiper__imgwrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.detail__ttl .font-en {
    font-size: 1.4rem;
}
.detail__area h1 {
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    background: #4dafc1;
    color: #fff;
    border-left: 3px solid #4dafc1;
    padding: 0 8px;
}
@media screen and (max-width: 767px) {
    .detail__area h1 {
        font-size: 2.4rem;
    }
}
.detail__area h2 {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .detail__area h2 {
        font-size: 2.2rem;
    }
}
.detail__area h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #4dafc1;
}
.detail__area h3 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    border-left: 3px solid #4dafc1;
    padding-left: 8px;
}
@media screen and (max-width: 767px) {
    .detail__area h3 {
        font-size: 1.8rem;
    }
}
.detail__area h4 {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    color: #4dafc1;
}
@media screen and (max-width: 767px) {
    .detail__area h4 {
        font-size: 1.6rem;
    }
}
.detail__area h5 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .detail__area h5 {
        font-size: 1.4rem;
    }
}
.detail__area ul {
    margin-bottom: 1.6rem;
}
.detail__area ul li {
    list-style: disc;
    margin-left: 25px;
    position: relative;
    margin-bottom: 5px;
}
.detail__area ol {
    margin-bottom: 1.6rem;
}
.detail__area ol li {
    padding-left: 0;
    margin-left: 25px;
    display: list-item;
    list-style: decimal;
    position: relative;
    margin-bottom: 5px;
}
.detail__area p {
    margin-bottom: 1.6rem;
}
.detail__area table {
    width: 100%;
    border-collapse: collapse;
}
.detail__area table th {
    width: 250px;
    padding: 2rem;
    border-top: 1px dashed #ababab;
    border-bottom: 1px dashed #ababab;
}
@media screen and (max-width: 767px) {
    .detail__area table th {
        width: 100%;
        display: block;
        padding: 1.2rem;
        border-bottom: none;
    }
}
.detail__area table td {
    padding: 2rem;
    border-top: 1px dashed #ababab;
    border-bottom: 1px dashed #ababab;
}
@media screen and (max-width: 767px) {
    .detail__area table td {
        width: 100%;
        display: block;
        padding: 1.2rem;
        border-top: none;
    }
}

.defTable01 {
    width: 100%;
}
.defTable01 th,
.defTable01 td {
    padding: 30px 0;
    border-bottom: 1px solid #333;
    font-size: 18px;
    line-height: 1.6;
    vertical-align: middle;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .defTable01 th,
    .defTable01 td {
        font-size: 14px;
        padding: 16px 0;
        display: block;
        width: 100%;
    }
}
.defTable01 th {
    width: 250px;
    padding-right: 1rem;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .defTable01 th {
        border-bottom: none;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .defTable01 td {
        padding-top: 0;
    }
}
.defTable01 tr:first-child th,
.defTable01 tr:first-child td {
    padding-top: 0;
}
.defTable01 .clrred {
    font-size: 18px;
    color: #d30000;
    font-style: normal;
    text-align: center;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .defTable01__btn {
        display: block;
        margin-top: 10px;
    }
}
.defTable01__btn a {
    margin-left: 20px;
    color: #4dafc1;
}
@media screen and (max-width: 767px) {
    .defTable01__btn a {
        margin-left: 0;
    }
}
.defTable01 input {
    padding: 8px 10px;
    background: #eee;
    border: none;
}
@media screen and (max-width: 767px) {
    .defTable01 input {
        width: 100%;
    }
}
.defTable01 input[type=text], .defTable01 input[type=email] {
    width: 100%;
}
.defTable01 input[type=file] {
    background: none;
}
.defTable01 input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
.defTable01 input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
.defTable01 input[type=submit], .defTable01 input[type=button] {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 280px;
    line-height: 60px;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    letter-spacing: 0.1em;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .defTable01 input[type=submit], .defTable01 input[type=button] {
        margin-top: 23px;
        width: 240px;
        line-height: 50px;
        font-size: 16px;
    }
}
.defTable01 input.contact__back {
    background-color: #ababab;
    color: #333;
}
.defTable01 .size100 input {
    width: 100%;
}
.defTable01 textarea {
    padding: 8px 10px;
    background: #eee;
    border: none;
    font-weight: 500;
    width: 100%;
    resize: vertical;
}
.defTable01 .bbn th,
.defTable01 .bbn td {
    border-bottom: none;
}
.defTable01 .privacyBox {
    padding: 0px 20px 30px;
    width: calc(100% - 0px);
    height: 300px;
    overflow-y: scroll;
    margin-bottom: 20px;
    background: #eee;
    font-size: 90%;
    box-sizing: border-box;
}
.defTable01 .privacyBox .sub_ttl {
    margin: 20px 0px 15px 0px;
    font-size: 15px;
    padding: 2px 0px 2px 8px;
    border-left: 5px solid #4dafc1;
    line-height: 120%;
}
.defTable01 .privacyBox p {
    text-align: left;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.075em;
}
.defTable01 .privacyBox ul.ulbox li {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 5px;
    font-size: 13px;
    line-height: 1.6;
}
.defTable01 .privacyBox::-webkit-scrollbar {
    width: 3px;
}
.defTable01 .privacyBox::-webkit-scrollbar-track {
    background: #ddd;
}
.defTable01 .privacyBox::-webkit-scrollbar-thumb {
    background: #4dafc1;
    border-radius: 5px;
}

.form_btn {
    display: flex;
    justify-content: space-evenly;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    position: relative;
    margin: 0 50px 10px 0 !important;
}
@media screen and (max-width: 767px) {
    .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
        display: block;
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
    content: "";
    display: inline-block;
    border: 1px solid #333;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: 3px;
    width: 22px;
    height: 22px;
    background: url("../img/cmn/check_icon.png") no-repeat center;
    background-size: contain;
}

.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .wpcf7-form-control.wpcf7-radio {
        flex-wrap: wrap;
    }
}
.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    position: relative;
    margin: 0 50px 15px 0 !important;
}
@media screen and (max-width: 767px) {
    .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
        display: block;
        flex-basis: 50%;
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.wpcf7-form-control.wpcf7-radio input[type=radio] {
    position: absolute;
    opacity: 0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    display: inline-block;
    border: 1px solid #333;
    background: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
    background-color: #4dafc1;
    box-shadow: inset 0 0 0 2px #fff;
}

.wpcf7-form-control.wpcf7-acceptance {
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    margin: 0 50px 0 0 !important;
}
@media screen and (max-width: 767px) {
    .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
        display: block;
        width: 100%;
        margin: 0 0 10px 0 !important;
    }
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    display: inline-block;
    border: 1px solid #333;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: 3px;
    width: 22px;
    height: 22px;
    background: url("../img/cmn/check_icon.png") no-repeat center;
    background-size: contain;
}

.select {
    display: inline-block;
    position: relative;
    width: 250px;
    border: 1px solid #333;
}
.select .wpcf7-form-control {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}
.select::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 14px;
    right: 14px;
    pointer-events: none;
}
.select .wpcf7-form-control {
    appearance: none;
    -webkit-appearance: none;
    /*Google Chrome/Safari対応*/
    -moz-appearance: none;
    /*Firefox対応*/
    -o-appearance: none;
    /*Opera対応*/
}

/*============================
	privacy
  ===========================*/
.privacy {
    padding: 60px 0 80px;
}
.privacy .section__h5 {
    color: #4dafc1;
}
.privacy .tetel {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
    padding: 0px;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
    .privacy .tetel {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
.privacy .tetel:before {
    top: inherit;
    background: none;
    content: "";
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 1px;
    left: 0%;
    transform: translateX(0%);
    background-color: #4dafc1;
}
@media screen and (max-width: 767px) {
    .privacy .tetel:before {
        bottom: -15px;
        width: 100px;
        height: 2px;
    }
}
.privacy .tetel:first-child {
    margin-top: 10px;
}
.privacy .tetel::after {
    display: none;
}
.privacy ul {
    text-align: left;
}
.privacy li {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 5px;
    line-height: 1.6;
    margin-bottom: 5px;
}
.privacy p {
    text-align: left;
}
.privacy hr {
    border: 0.5px solid #ddd;
    margin: 70px auto 40px;
    border-bottom: none;
}
@media screen and (max-width: 767px) {
    .privacy hr {
        margin: 40px auto 20px;
    }
}

.hd {
    position: relative;
    top: 0;
    width: 100%;
    padding: 0 0 0 1%;
    z-index: 999;
    background: #fff;
    font-family: 'Zen Old Mincho', serif;
    box-shadow: 0 3px 5px rgba(0,0,0,0.05);
}
.hd__inner {
    /*max-width: calc(1280px + 2%);*/
    margin: 0 auto;
    padding: 0 1% 0 0;
}
@media screen and (max-width: 1200px) {
    .hd__inner {
        padding: 0;
    }
}
.hd__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hd__left {
    flex-basis: 40%;
    /*padding-left: 3%;*/
}
@media screen and (max-width: 1200px) {
    .hd__left {
        /*padding-left: 3%;*/
        font-size: 0.875rem;
        line-height: 1.4285714286;
    }
}
.hd__right {
    flex-basis: 50%;
}
.hd__logo a{
    display: block;
    max-width: 455px;
    padding: 0 1rem;
}
.hd__logo img {
    max-width: 100%;
    height: auto;
}
.hd__txt {
    max-width: 540px;
    width: 100%;
    padding: 0.9rem 3%;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.hd__txt > p {
    color: #000;
    font-size: 1.25rem;
    line-height: 1.75;
    text-align: right;
    width: 100%;
}
.hd__txt > p span{
    font-size: 200%;
    line-height: 100%;
    font-weight: 500;
    display: inline-block;
    margin-right: .25rem;
    vertical-align: -0.1rem;
    color: #c90000;
    font-style: italic;
}
.hd__txt > p i{
    font-weight: 700;
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 0.2rem .25rem;
    line-height:1;
    margin: 0 .25rem;
    font-style: normal;
}
@media screen and (max-width: 1200px) {
    .hd__txt > p {
        font-size: 1rem;
        line-height: 1.25;
    }
}
@media screen and (max-width: 767px) {
    .hd{
        padding:0;
    }
    .hd__flex {
    }
    .hd__left {
        flex-basis: 50%;
        padding: 0 0 0 1rem;
    }
    .hd__logo a{
        margin: 0 auto;
        padding: .5rem 0;
    }
    .hd__right {
        padding: 0 1rem 0 0;
    }
    .hd__txt > p {
        font-weight: normal;
        font-size: 0.825rem;
        line-height: 1.8;
    }
}

.ft {
    margin-top: auto;
    background: #000;
    padding: 7rem 0;
}
.ft__wrap {
    max-width: calc(1280px + 2%);
    margin: 0 auto;
}
.ft__inner {
    display: flex;
    padding: 0 1%;
    margin-bottom: 6rem;
    align-items: center;
    justify-content: space-between;
}
.ft__logo {
}
.ft__logo img {
    max-width: 275px;
}
.ft__nav {
    display: flex;
}
.ft__nav > li + li{
    margin-left: 2rem;
}
.ft__nav > li > a {
    font-size: 0.875rem;
    color: #999;
    font-weight: 100;
}
.ft__copyright {
    font-size: 0.875rem;
    text-align: right;
    color: #fff;
    font-weight: 100;
}
@media screen and (max-width: 767px){
    .ft{
        padding: 3rem 5%;
    }
    .ft__inner {
        display: block;
        margin-bottom: 3rem;
    }
    .ft__logo {
        text-align: center;
        margin-bottom: 2rem;
    }
    .ft__nav {
        justify-content: center;
    }


}

.inner{
    width: 100%;
    max-width: unset;
    padding: 5rem 0 0;
}
@media screen and (max-width: 768px){
    .inner{
        padding: 1.5rem 0;
    }
}
.step__content{
    max-width: calc(880px + 2%);
    /*max-width: calc(1280px + 2%);*/
    margin: 0 auto;
    padding: 0rem 1% 0;
    font-family: 'Zen Old Mincho', serif;
}
#step1 .step__content{
    max-width: calc(1280px + 2%);
}

.step {
    padding: 0 0 5rem;
}
.step__area {
    padding: 0 0 5rem
}
.step__area.complete{
    margin-bottom: 5rem;
    position: relative;
    padding: 0 0 10rem;
}
.step .mv{
    width: 100%;
    height: auto;
}
.step .mv .pc{
    display: block;
}
.step .mv .sp{
    display: none;
}
@media screen and (max-width: 767px) {
    .step__content,
    #step1 .step__content{
        padding: 0 5%;
    }

    .step__area {
        padding: 0 0 1.5rem;
    }
    .step__area.complete {
        margin-bottom: 2rem;
        padding: 0 0 8rem;
    }
    .step .mv .pc{
        display: none;
    }
    .step .mv .sp{
        display: block;
    }
}

/* sample slider */
.step .sample_list{
    padding: 1.5rem 0;
    color: #fff;
    background: #113854;
}
.step .sample_list h3{
    text-align: center;
    margin-bottom: 1rem;
    font-family: 'Zen Old Mincho', serif;;
    font-weight: normal;
}
.step .sample_list li{
    margin: 0 1rem;
}
.step .sample_list img{
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
    .step .sample_list{
        padding: .75rem 0;
    }
    .step .sample_list h3{
        font-size: .75rem;
        margin-bottom: .75rem;
    }
    .step .sample_list img{
    }
}


.step__area h2 {
    position: absolute;
    left: 50%;
    bottom: -3rem;
    transform: translateX(-50%);
    font-size: 4.5rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: 'Petit Formal Script', cursive;
    letter-spacing: -.25rem;
}
.step__area h2 svg{
    width: 50px;
    height: auto;
    vertical-align: -5px;
}
.step__area h2 > span{
    font-size: 75%;
    display: inline-block;
    margin: 0 .25rem 0 -20px;
}
.step__area h2 span span{
    font-size: 75%;
    display: inline-block;
    margin: 0 0 0 -5px;
}
.step__ul {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    position: relative;
}
.step__ul > li{
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
}
.step__ul > li > span {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #dadee1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    color: #fff;
}
.complete__icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #113956;
    border: 3px solid #fff;
}
.complete__icon svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 14px;
    height: auto;
}
@media screen and (max-width: 767px) {
    .step__area h2 {
        white-space: nowrap;
        width: 80%;
        text-align: center;
        font-size: 3.875rem;
        bottom: -2.5rem;
        margin-left: -.5rem;
    }
    .step__area h2 > span{
        margin: 0 -0.25rem 0 -30px;
    }
    .step__area.complete h2 {
        font-size: 2.75rem;
        bottom: -1.75rem;
        margin: 0;
    }
    .step__ul > li {
        width: 35px;
        height: 35px;
    }
    .complete__icon{
        width: 50px;
        height: 50px;
    }
    .complete__icon svg{
        width: 20px;
    }
}
.step__ul > li > span {
    line-height: 1;
    font-size: 1rem;
    letter-spacing: -.01rem;
    font-weight: normal;
    font-family: 'Petit Formal Script', cursive;
}
.step__ul > li.past > span,
.step__ul > li.active > span{
    background: #113854;
    color: #fff;
}
.step__ul > li.past svg{
    width: 35%;
    height: auto;
}
.step__ul > li + li::before {
    content: "";
    display: block;
    height: 5px;
    top: 20px;
    left: -28px;
    width: 28px;
    position: absolute;
    z-index: 2;
    background-color: #dadee1;
    font-weight: bold;
}
.step__ul > li + li.past::before ,
.step__ul > li + li.active::before {
    background-color: #113854;
}
.step__ul::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .step__ul{
        gap: 0 8px;
    }
    .step__ul > li > span {
        font-size: .8rem;
        width: 30px;
        height: 30px;
    }
    .step__ul > li + li::before{
        top: 12px;
    }
}
.step__question {
    margin-bottom: 3rem;
}
.step__question .txt {
    font-size: 1.875rem;
    line-height: 1.1666666667;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .step__question .txt {
        font-size: 1rem;
    }
}
.step__list {
    margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
    .step__list {
        margin-bottom: 2rem;
    }
}

.next__btn {
    width: 100%;
    max-width: calc(880px + 2%);
    position: relative;
    margin: 0.5rem auto 0;
}
.next__btn .imgarea.upper{
    display: block;
    width: 80%;
    max-width: 840px;
    position: relative;
    margin: 0.5rem auto 1rem;
}
.next__btn .imgarea.lower{
    margin: 1rem 0;
}
.next__btn .btn {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: linear-gradient(#0c4872,#113956);
    position: relative;
    border: 1px solid #092132;
    box-shadow: 0px 6px 8px rgba(0,0,0,0.15);
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .next__btn .btn {
        width: 80%;
        margin: auto;
    }
}
.senb-tn.btn svg,
.next__btn .btn svg{
    width: 10px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
/*
.next__btn .btn::before {
  content: "";
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .next__btn .btn::before {
    width: 30px;
    height: 30px;
  }
}
.next__btn .btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #4dafc1;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .next__btn .btn::after {
    border-width: 8px 0 8px 13px;
    right: 26px;
  }
}
*/
.next__btn .btn .txt {
    font-size: .875rem;
    line-height: 1.1666666667;
    text-align: center;
    color: #fff;
    font-family: sans-serif;
    padding: 1.65rem 0;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .next__btn .btn .txt {
        font-size: 1rem;
    }
}
.next__btn .btn[disabled] {
    background: #dcdcdc;
    border-color: #dcdcdc;
}
.next__btn .btn[disabled]::after {
    border-color: transparent transparent transparent #dcdcdc;
}
.next__btn .back {
    margin: 3rem 0 7rem;
    text-align: center;
}
.next__btn .back .txt {
    font-size: 0.875rem;
    text-align: center;
    font-family: sans-serif;
}
.next__btn .back .txt svg{
    width: 10px;
    height: auto;
    transform: rotate(180deg);
    vertical-align: -1px;
    margin-right: .5rem;
}
@media screen and (max-width: 767px) {
    .next__btn .back {
        margin: 3rem 0 0;
        text-align: center;
    }
    .next__btn .back .txt {
        font-size: 0.875rem;
    }
}

.step__ol.step1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
@media screen and (max-width: 767px) {
    .step__ol.step1 {
        gap: 10px 5px;
    }
}
.step__ol.step1 > li {
    flex-basis: calc(40% - 20px);
    position: relative;
    height: 125px;
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
    .step__ol.step1 > li {
        height: 55px;
        flex-basis: 100%;
    }
}
.step__ol.step1 > li .btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ededed;
    background: #f4f4f4;
    border-radius: 6px;
    padding: 3rem 5%;
}
@media screen and (max-width: 1200px) {
    .step__ol.step1 > li .btn {
        padding: 2rem 5%;
    }
}
@media screen and (max-width: 767px) {
    .step__ol.step1 > li .btn {
        padding: 1rem 5%;
    }
}
.step__ol.step1 > li .btn .txt {
    font-size: 1.375rem;
    line-height: 1.1666666667;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .step__ol.step1 > li .btn .txt {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .step__ol.step1 > li .btn .txt {
        font-size: 1rem;
    }
}
.step__ol.step1 > li input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.step__ol.step1 > li input[type=radio]:checked + .btn {
    background: #113854;
    border-color: #113854;
}
.step__ol.step1 > li input[type=radio]:checked + .btn .txt {
    color: #fff;
}
.step__ol.step1::after {
    content: "";
    display: block;
    flex-basis: calc(40% - 20px);
    order: 1;
}
.step__ol.step2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 10px;
}
@media screen and (max-width: 767px) {
    .step__ol.step2 {
        gap: 10px 5px;
    }
}
.step__ol.step2::before, .step__ol.step2::after {
    content: "";
    display: block;
    flex-basis: calc(25% - 10px);
    order: 1;
}
@media screen and (max-width: 767px) {
    .step__ol.step2::before, .step__ol.step2::after {
        flex-basis: calc(50% - 5px);
    }
}
.step__ol.step2 > li {
    flex-basis: calc(25% - 10px);
    height: 115px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .step__ol.step2 > li {
        height: 80px;
    }
}
@media screen and (max-width: 767px) {
    .step__ol.step2 > li {
        height: 60px;
        flex-basis: calc(33% - 5px);
    }
}
.step__ol.step2 > li .btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ededed;
    background: #f4f4f4;
    border-radius: 12px;
    padding: 3rem 2%;
}
@media screen and (max-width: 767px) {
    .step__ol.step2 > li .btn {
        padding: 0 3%;
        border-radius: 10px;
    }
}
.step__ol.step2 > li .btn .txt {
    font-size: 1.375rem;
    line-height: 1.24;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .step__ol.step2 > li .btn .txt {
        font-size: 1.125rem;
    }
}
@media screen and (max-width: 767px) {
    .step__ol.step2 > li .btn .txt {
        font-size: 0.8125rem;
    }
}
.step__ol.step2 > li input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.step__ol.step2 > li input[type=checkbox]:checked + .btn {
    background: #113956;
    border-color: #113956;
}
.step__ol.step2 > li input[type=checkbox]:checked + .btn .txt {
    color: #fff;
}

.select__list {
    background: #f4f4f4;
    height: 50px;
    width: 100%;
    max-width: 500px;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
    position: relative;
    margin: auto;
    z-index: 1;
    margin-bottom: 5rem;
    padding: 0 1rem;
    font-size: 1.25rem;
    color: #d0d5da;
}

@media screen and (max-width: 767px) {
    .select__list {
        margin-bottom: 3rem;
    }
}
.select__list::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 6px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #113956;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    z-index: -1;
}
.select__list > select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #113956;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}
.select__list > select::-ms-expand {
    display: none;
}
.select__list > select.is-empty {
    color: gray;
}
.select__list > select option[selected][disabled] {
    display: none;
}
.select__list02 {
    margin: 0 auto 1rem;
    background: #f4f4f4;
    height: 50px;
    width: 100%;
    max-width: 500px;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
    position: relative;
    z-index: 1;
    padding: 0 1rem;
    font-size: 1.25rem;
    color: #d0d5da;
}
.select__list02::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 6px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #113956;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    z-index: -1;
}
.select__list02 > select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #113956;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}
.select__list02 > select::-ms-expand {
    display: none;
}
.select__list02 > select.is-empty {
    color: gray;
}
.select__list02 > select option[selected][disabled] {
    display: none;
}

.select__add {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 5rem;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 1rem;
}
@media screen and (max-width: 767px) {
    .select__add {
        font-size: 0.875rem;
    }
}

.from__ul {
    max-width: 680px;
    margin: auto;
    margin-bottom: 5rem;
}
.from__ul > li {
    margin-bottom: 2rem;
}
.from__ul > li .ttl {
    padding-left: 16px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #113956;
}
.ttl-sub {
    font-size: 11px;
    color: #c7c7c7;
}
@media screen and (max-width: 767px) {
    .from__ul > li .ttl, .error-message {
        font-size: 0.875rem;
    }
}
.from__ul .text-wrap input[type=text] {
    width: 100%;
    height: 50px;
    border: 1px solid #f0f0f0;
    padding: 0 1rem;
    border-radius: 6px;
    background: #f4f4f4;
    color: #113956;
    font-size: 16px;
}
.from__ul .text-wrap input[type=number] {
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 16px;
    border-radius: 6px;
    font-size: 16px;
}
.from__ul .text-wrap textarea {
    /*`
  width: 100%;
  border: 1px solid #eee;
  padding: 1rem;
  border-radius: 6px;
  height: 12em;
  font-size: 16px;
  */
    width: 100%;
    height: 12em;
    border: 1px solid #f0f0f0;
    padding: 1rem;
    border-radius: 6px;
    background: #f4f4f4;
    color: #113956;
    font-size: 16px;
    resize: vertical;
}
.from__ul .text-wrap input[type=text]:focus {
    outline: 0;
}
.from__ul .text-wrap textarea:focus {
    outline: 0;
}
.from__ul .text-wrap input[type=text]::-moz-placeholder {
    color: #ddd;
}
.from__ul .text-wrap input[type=text]::placeholder {
    color: #ddd;
}
.from__ul .text-wrap textarea::placeholder {
    color: #ddd;
}
.from__ul .select-flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.from__ul .select-flex-start {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.from__ul .select-flexbox {
    flex-basis: calc(33.3333333333% - 10px);
    display: flex;
    align-items: center;
}
.from__ul .select-flexbox > p {
    padding-left: 10px;
    font-weight: bold;
    font-size: 1rem;
}
@media screen and (max-width: 767px) {
    .from__ul .select-flexbox > p {
        font-size: 0.875rem;
    }
}
.from__ul .select-wrap {
    background: #f4f4f4;
    height: 50px;
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    position: relative;
    padding: 0 1rem;
    margin: auto;
    z-index: 1;
    margin-bottom: 1rem;
}
.from__ul .select-wrap::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 6px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #113956;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    z-index: -1;
}
.from__ul .select-wrap > select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #113956;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 0 16px;
}
.from__ul .select-wrap > select::-ms-expand {
    display: none;
}
.from__ul .select-wrap > select option[selected][disabled] {
    display: none;
}

.error-message {
    color: red;
}

.inner.complete_blc{
    /*
    padding: 5rem 0;
    */
}
.long-sentence {
    text-align: center;
    line-height: 200%;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    color: #113956;
    letter-spacing: 1px;
    margin-bottom: 60px;
    font-family: 'Zen Old Mincho', serif;
}
.btn__text {
    text-align: center;
    line-height: 200%;
    font-style: normal;
    font-weight: normal;
    font-size: 1.3rem;
    color: #113956;
    letter-spacing: 1px;
    margin: 0 auto 2rem;
    font-family: 'Zen Old Mincho', serif;
    width: 90%;
    max-width: 1000px;
}
.btn__text .pc_br{
    display: block;
}

@media screen and (max-width: 767px) {
    .long-sentence {
        font-size: 1rem;
        padding: 5%;
    }

    .long-sentence .sp_br {
        display: block;
    }

    .btn__text {
        font-size: 1rem;
    }

    .btn__text p {
        font-weight: inherit;
    }

    .btn__text .pc_br {
        display: none;
    }

    @media screen and (max-width: 767px) {
        .from__ul .select-wrap {
            padding: 0 10px 0 0;
        }

        .from__ul .select-wrap > select {
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            background: none;
            border: none;
            color: #113956;
            font-size: 16px;
            width: 100%;
            height: 100%;
        }

        .from__ul .select-flex {
            display: flex;
            justify-content: space-between;
            gap: 5px;
        }
    }

    .content {
        padding: 5rem 0 6rem;
    }

    .complete-message .content {
        padding: 0 0 15rem;
    }

    @media screen and (max-width: 767px) {
        .complete-message .content {
            padding: 0 0 6rem;
        }
    }
    /* ポップアップ表示のテキストボックス */
    .from__ul .popup-text-wrap input[type=text] {
        width: 100%;
        border: 1px solid #eee;
        padding: 20px 16px;
        border-radius: 10px;
    }

    .popup-text-wrap {
        position: relative;
    }

    /* 希望職種、スキルの▼表示 */
    .popup-text-wrap::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 6px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        background: #113956;
        -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
        clip-path: polygon(0 0, 100% 0%, 50% 100%);
    }

    /* 勤務地の希望を追加ボタン、転職意欲、お手持ちの資格のエラー表示*/
    div[id="Resume.U_BE4AE7A6A163731CA7DBFB9B0DC3CB_error"], div[id="Resume.U_93B4BC138437C82FB290544795B6E9_error"], div[id="Resume.U_268530E476F2C79552B4E9291340D3_error"] {
        margin: 0 auto 5rem;
        text-align: center;
        padding: 0.5rem 1rem;
    }

    @media screen and (max-width: 767px) {
        .from__ul, div[id="Resume.U_BE4AE7A6A163731CA7DBFB9B0DC3CB_error"], div[id="Resume.U_93B4BC138437C82FB290544795B6E9_error"], div[id="Resume.U_268530E476F2C79552B4E9291340D3_error"] {
            margin: 0 auto 2rem;
        }
    }

    /* システムエラー画面 */
    .system-error-message {
        color: red;
        margin-top: 50px;
    }

    .flex-container {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    .ttl-sub {
        font-size: 11px;
        color: #c7c7c7;
    }

    /* select */
    /*
    select{
        display: none;
    }
    .select__list{
    position: relative;
    z-index: 0;
    display: none;
    }
    .selectBox{
    position: relative;
    width: 10em;
    height: 60px;
    }
    .selectBox select{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    }
    .selectBox__output{
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1em;
    border: 1px solid #ededed;
    background-color: #f4f4f4;
    color: #113854;
    border-radius: 6px;
    z-index: 2;
    margin-bottom: 3rem;
    }
    .selectBox__output::after{
      position: absolute;
      content: "";
      width: 10px;
      height: 6px;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      background: #113956;
      -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
              clip-path: polygon(0 0, 100% 0%, 50% 100%);
    }
    .selectBox__output.open::after{
    transform: translateY(-50%) rotate(180deg);
    }
    .selectBox__selector{
    display: none;
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 880px;
    transform: translate(-50%, -40px);
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 10;
    border-radius: 6px;
    }
    .from__ul .selectBox__selector{
    max-width: 680px;
    }
    .selectBox__selector::-webkit-scrollbar{
    width: 6px;
    }
    .selectBox__selector::-webkit-scrollbar-thumb{
        border-radius: 3px;
        background: #ccc;
    }
    .selectBox__selector::-webkit-scrollbar-track{
        background: transparent;
    }
    .selectBox__selectorItem{
    width: 100%;
    padding: .75em;
    color: #113854;
    }
    .selectBox__selectorItem+.selectBox__selectorItem{
    }
    .selectBox__selectorItem:hover{
    background: #f4f4f4;
    }
    */

}

.add-select-btn .fa-solid {
    margin-left: 0.6rem;
}
.select__add {
    margin: 0 auto 3rem !important;
}
.validation_errors {
    max-width: calc(1280px + 2%);
    margin: 2rem auto 0 auto;
    padding: 20px;
    color: red;
    list-style: none;
    background-color: #fcd7f3;
    border-radius: 13px;
}
.desired_locations {

}
