.ateb {
    font-family: 'AudiTypeExtendBold','DFHSBold';
}
/*---------------------------------------------------*/

.max1520 {
    max-width: 1520px;
    width: calc(100% - 80px);
    margin: 20px auto;
}
.max1520.relative {
    position: relative;
    padding: 25px;
}

@media all and (max-width: 1700px) {
    .max1520 {
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1024px) {
    .max1520 {
        width: calc(100% - 40px);
    }
}

@media all and (max-width: 500px) {
    .max1520 {
        width: calc(100% - 40px);
    }
    .max1520.relative {
        padding: 0;
    }
}

.max1200 {
    max-width: 1200px;
    width: calc(100% - 80px);
    margin: 20px auto;
}

@media all and (max-width: 980px) {
    .max1200 {
        width: calc(100% - 40px);
    }
    }


/*---------------------------------------------------*/

.flex_wrap {
    max-width: 1520px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px auto;
    align-items: flex-start;
}
.flex_wrap.start {
    justify-content: start;
}
@media all and (max-width: 1700px) {
    .flex_wrap {
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 500px) {
    .flex_wrap {
        width: calc(100% - 40px);
        margin: 0 auto;
        align-items: flex-start;
    }
    }
/*---------------------------------------------------*/

.flex_wrap.small {
    width: 83%;
}
@media all and (max-width: 980px) {
    .flex_wrap.small {
        width: 80%;
    }
}
@media all and (max-width: 640px) {
    .flex_wrap.small {
        width: 70%;
    }
}


/*---------------------------------------------------*/

.col2 {
    width: 49%;
}

@media all and (max-width: 1024px) {
    .col2 {
        align-items: flex-start;
    }
}

@media all and (max-width: 500px) {
    .col2 {
        width: 100%;
        flex-direction: column;
        margin-bottom: 20px;
    }
}


/*---------------------------------------------------*/

.col3 {
    width: calc(97%/3);
}
.flex_wrap.start .col3 {
    margin-right: 1.5%;
}
.flex_wrap.start .col3:last-child {
    margin-right: 0;
}
@media all and (max-width: 1024px) {
    .col3 {
        width: calc(98%/3);
    }
    .flex_wrap.start .col3 {
        margin-right: 1%; 
    }
    .col3 .pattern_btn {
        width: 80%;
    }
}
@media all and (max-width: 768px) {
    .col3.sp2col {
        width: calc(96%/2);
        margin-right: 4%;
        margin-bottom: 15px;
    }

    .col3.sp2col:nth-child(2n) {
        margin-right: 0;
    }
}
@media all and (max-width: 500px) {
    .col3 {
        width: 100%;
        margin-bottom: 10px;
    }
    .col3 .pattern_btn {
        width: 100%;
    }
}

/*---------------------------------------------------*/

.col4 {
    width: calc(90%/4);
}

@media all and (max-width: 810px) {
    .col4 {
        width: calc(90%/2);
        margin-bottom: 50px;
    }
}
@media all and (max-width: 640px) {
    .col4 {
        width: 100%;
        margin-bottom: 30px;
    }
}


/*---------------------------------------------------*/
.text_center {
    max-width: 980px;
    margin: 0 auto 10px;
    text-align: center;
}
.center {
    max-width: 980px;
    margin: 0 auto 10px;
    text-align: center;
}

.title_1 {
    font-size: 2.8rem;
    /* max-width: 980px; */
    margin: 0 auto 20px;
    font-weight: 400;
    line-height: 1.8;
}
.title_2 {
    font-size: 2.3rem;
    /* max-width: 980px; */
    margin: 0 auto 20px;
    font-weight: 400;
}
.title_3 {
    font-size: 2rem;
    max-width: 980px;
    margin: 0 auto 10px;
    /* margin-bottom: 2rem; */
    font-weight: 400;
}
.text_lead {
    font-size: 1.6rem;
    max-width: 980px;
    margin: 0 auto 15px;
    line-height: 1.8;
}
.text_1 {
    font-size: 1.5rem;
}
.text_cap {
    font-size: 1.2rem;
}


.text_anchor {
    font-size: 1.3rem;
    text-align: center;
}

@media all and (max-width: 980px) {
    .title_1 {
        font-size: 2rem;
        margin-bottom: 1rem;
        width: calc(100% - 80px);
    }
    .title_2 {
        font-size: 1.9rem;
        margin-bottom: 1rem;
        width: calc(100% - 80px);
    }
    .max1200 .title_2 {
        width: calc(100% - 40px);
    }
    .title_3 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        /* width: calc(100% - 80px); */
    }
    .text_lead {
        width: calc(100% - 80px);
    }
    .text_lead.center {
        width: 100%;
    }
}
@media all and (max-width: 640px) {
    .text_lead {
        font-size: 1.5rem!important;
        line-height: 1.8;
        width: calc(100% - 40px);
        text-align: left;
    }
}

@media all and (max-width: 500px) {
    .title_1 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
        width: calc(100% - 40px);
        text-align: left;
    }
    .title_2 {
        font-size: 1.7rem;
        width: calc(100% - 40px);
        text-align: left;
    }
    .max1200 .title_2 {
        width: 100%;
    }
    .title_3 {
        font-size: 1.6rem;
        margin: 0 auto 1rem;
        /* width: calc(100% - 40px); */
        text-align: left;
    }
    .text_lead {
        font-size: 1.5rem!important;
        line-height: 1.8;
        width: calc(100% - 40px);
        text-align: left;
    }
}

/*---------------------------------------------------*/

.dl_1 {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
    margin: 20px auto 25px;
}
.dl_1:nth-last-child(1) {
	margin-bottom: 0;
}
.dl_1 dt {
	font-weight: bold;
	width: 19%;
    font-size: 1.6rem;
}
.dl_1 dd {
	width: 81%;
    font-size: 1.6rem;
    line-height: 1.8;
	margin-bottom: 30px;
}
.dl_1 dd .cap {
	font-weight: normal;
    font-size: 1.3rem;
    line-height: 1.7;
    margin-top: 5px;
    display: inline-block;
}

@media all and (max-width: 500px) {
    .dl_1 dt {
        width: 100%;
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    .dl_1 dd {
        width: 100%;
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
}

/*---------------------------------------------------*/


/*---------------------------------------------------*/



/*---------------------------------------------------*/


/*---------------------------------------------------*/

@media all and (max-width: 1520px) {
}

@media all and (max-width: 1024px) {

}

@media all and (max-width: 500px) {

}

/*---------------------------------------------------*/

/*---------------------------------------------------*/

.block_mt3 {
    margin-top: 3rem;
}
.block_mt5 {
    margin-top: 5rem;
}
.block_mt8 {
    margin-top: 8rem;
}
.block_mt10 {
    margin-top: 10rem;
}
.block_mt12 {
    margin-top: 12rem;
}
.block_mb3 {
    margin-bottom: 3rem;
}
.block_mb5 {
    margin-bottom: 5rem;
}
.block_mb8 {
    margin-bottom: 8rem;
}
.block_mb10 {
    margin-bottom: 10rem;
}
.block_mb12 {
    margin-bottom: 12rem;
}

@media all and (max-width: 500px) {
    .block_mb3 {
        margin-bottom: 2rem;
    }
    .block_mb5 {
        margin-bottom: 3rem;
    }
    .block_mb8 {
        margin-bottom: 5rem;
    }
    .block_mb10 {
        margin-bottom: 5rem;
    }
    .block_mb12 {
        margin-bottom: 5rem;
    }
    
}


/*---------------------------------------------------*/


/* 3style.css overwrite */
.two_column_flex {
    margin-top: 0;
}
.img_d {
    margin-top: 0px;
}
.link_a_text h2 {
    font-size: 2.6rem;
}

@media (max-width: 1520px){
    .img_d {
        padding: 0 40px;
    }
}

@media (max-width: 500px){
.img_d {
    padding: 0 20px;
}
.two_column_text {
  order: 2;
  width: 100%;
  background-color: #fff;
  padding: 30px 20px;
}
.two_column_img {
    padding: 0 20px;
}
}

/* プロフィール2人長い用 */
.profile_p1 {
    margin-bottom: 0;
}
.profile_text {
    padding: 0 75px;
}
.profile_p2 {
    font-size: 1.35rem;
}
/* ママイキ */
@media (max-width: 1279px) {
.profile_text {
  padding: 40px 60px;
}
}
@media (max-width: 500px) {
.profile_text {
  padding: 30px 20px;
}
}

/* 最下部cta調整 */
.link_a_img {
    width: 49%;
}
.link_a_text {
    width: 51%;
}
@media (max-width: 1023px){
.link_a_img {
  object-fit: inherit;
  width: 100%;
}
.link_a_text {
  width: 100%;
}
}