@charset "UTF-8";
/*--------------------------------------------------

  = Base

--------------------------------------------------*/
html {
	line-height: 2;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
html.is-loading body {
    opacity: 0;
  }
body {
	position: relative;
	color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
}
.js-fadeIn_body {
    opacity: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a {
	text-decoration: none;
	cursor: pointer;
	transition: .4s ease-in-out;
}
p a {
	text-decoration: underline;
	font-weight: 600;
}
.el_mincho {
    font-family: "Shippori Mincho", serif;
}
.el_sans {
    font-family: "Noto Sans JP", sans-serif;
}
.bl_bg_white {
    background-color: #fff;
}

/* gsap フェードイン */
.js-fadeIn {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s ease;
  }
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 821px) {
	html {
		font-size: 62.5%;
	}
	body {
		min-width: 1140px;
		line-height: 2.13;
		font-size: 1.5rem;
	}
    * {
        letter-spacing: .02em;
    }
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}
	.sp {
		display: none !important;
	}
    .pc {
		display: block !important;
	}
    .ly_inner {
        width: 1140px;
        padding: 0 20px;
        margin: 0 auto;
    }

	/* hover */
	p a:hover {
		text-decoration: none;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 820px) {
	html {
		font-size: calc(100vw / 75);
	}
	body {
		min-width: 300px;
		line-height: 2.1;
		font-size: 2.4rem;
	}
    .ly_inner {
        padding: 0 4rem;
    }
	.pc {
		display: none !important;
	}
    .sp {
		display: block !important;
	}
}
/* -----------------------------------------------

= margin 強制

----------------------------------------------- */
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 1rem !important;
}

.mb20 {
	margin-bottom: 2rem !important;
}

.mb30 {
	margin-bottom: 3rem !important;
}

.mb40 {
	margin-bottom: 4rem !important;
}

.mb50 {
	margin-bottom: 5rem !important;
}

.mb60 {
	margin-bottom: 6rem !important;
}

.mb70 {
	margin-bottom: 7rem !important;
}

.mb80 {
	margin-bottom: 8rem !important;
}

.mb90 {
	margin-bottom: 9rem !important;
}

.mb100 {
	margin-bottom: 10rem !important;
}

.mb110 {
	margin-bottom: 11rem !important;
}

.mb120 {
	margin-bottom: 12rem !important;
}

.mb130 {
	margin-bottom: 13rem !important;
}

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

= footer

----------------------------------------------- */
.footer {
    padding: 20px 0 30px;
    border-top: 1px solid #999;
}
.copyright {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 2; 
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 820px) {
    .copyright {
        font-size: 2.1rem;
    }
}
/* -----------------------------------------------

= mv

----------------------------------------------- */
.mv {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
}
.mv_lead {
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    background: linear-gradient(90deg, #010C55 0.53%, #0D3C79 51.82%, #010C55 101.17%);
}
.mv_txt {
    font-weight: 500;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 821px) {
    .mv {
        background: url(../img/mv_pc.webp) no-repeat bottom center/cover;
        padding: 5rem 0;
    }
    .mv_lead {
        font-size: 2.4rem;
        padding: 0.8rem 2rem;
        margin-bottom: 2.8rem;
    }
    .mv_name {
        width: 814px;
        margin-bottom: 2rem;
    }
    .mv_mainImg {
        width: 700px;
        margin-top: -5rem;
    }
    .mv_txt {
        font-size: 1.4rem;
        margin-top: -5rem;
        margin-bottom: 4rem;
    }
    .mv_reviveLogo {
        width: 200px;
    }
    .mv_eventBanner {
        width: 500px;
        margin: 0 auto 2rem;
    }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 820px) {
    .mv {
        background: url(../img/mv_sp.webp) no-repeat bottom center/cover;
        padding: 5rem 4rem;
    }
    .mv_lead {
        font-size: 3.2rem;
        padding: 1.6rem 4rem;
        margin-bottom: 5.6rem;
    }
    .mv_name {
        width: 100%;
        margin-bottom: 2rem;
    }
    .mv_mainImg {
        margin-top: -4rem;
        margin-left: 3rem;
    }
    .mv_txt {
        font-size: 2.2rem;
        margin-top: -5rem;
        margin-bottom: 4rem;
    }
    .mv_reviveLogo {
        width: 28rem;
    }
    .mv_eventBanner {
        width: 100%;
        margin: 0 auto 4rem;
    }
}
/* -----------------------------------------------

= bl_cta

----------------------------------------------- */
.bl_cta {
    background: linear-gradient(180deg, #E7F1FF 0%, #FFF 100%);
}
.bl_ctaTtl {
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
}
.bl_ctaTxt {
    font-weight: 600;
}
.bl_ctaPrice_num {
    display: inline-block;
    font-weight: bold;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 821px) {
    .bl_cta {
        padding: 9rem 0;
    }
    .bl_ctaTtl {
        font-size: 3.6rem;
    }
    .bl_ctaPrice {
        font-size: 1.6rem;
    }
    .bl_ctaPrice_num {
        font-size: 3.2rem;
    }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 820px) {
    .bl_cta {
        padding: 10rem 0;
    }
    .bl_ctaTtl {
        font-size: 4rem;
    }
    .bl_ctaTxt {
        margin-top: -6rem;
    }
    .bl_ctaPrice {
        font-size: 2.2rem;
    }
    .bl_ctaPrice_num {
        font-size: 6rem;
    }
    .bl_cta .bl_flexImg img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
}
/* -----------------------------------------------

= bl_ctaBtn

----------------------------------------------- */
.bl_ctaBtn_link {
    display: inline-block;
    transition: .2s;
}
.bl_ctaBtn_center {
    text-align: center;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 821px) {
    .bl_ctaBtn_link {
        width: 400px;
    }
    /* hover */
    .bl_ctaBtn_link:hover {
        opacity: .8;
    }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 820px) {
    .bl_ctaBtn_link {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
}
/* -----------------------------------------------

= bl_main

----------------------------------------------- */
.bl_main {
    color: #fff;
    background: linear-gradient(90deg, #010626 0.53%, #022859 51.82%, #010626 100%);
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 821px) {
    .bl_main {
        padding: 12rem 0;
    }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 820px) {
    .bl_main {
        padding: 10rem 0;
    }
}
/* -----------------------------------------------

= bl_people

----------------------------------------------- */
.bl_people {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bl_peopleTxt {
    font-weight: 600;
    line-height: 1.6;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 821px) {
    .bl_people {
        height: 400px;
        padding: 2rem;
    }
    .bl_people.men {
        background: url(../img/people_img01_pc.webp) no-repeat center/cover;
    }
    .bl_people.women {
        background: url(../img/people_img02_pc.webp) no-repeat center/cover;
    }
    .bl_peopleTxt {
        font-size: 3.2rem;
    }
    .bl_people.women .bl_peopleTxt {
        margin-left: 50%;
    }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 820px) {
    .bl_people {
        height: 40rem;
        padding: 2rem;
    }
    .bl_people.men {
        background: url(../img/people_img01_sp.webp) no-repeat center/cover;
    }
    .bl_people.women {
        background: url(../img/people_img02_sp.webp) no-repeat center/cover;
    }
    .bl_peopleTxt {
        font-size: 3.6rem;
        text-align: center;
    }
}
/* -----------------------------------------------

= bl_problem

----------------------------------------------- */
.bl_problemImg01 {
    margin-left: auto;
    margin-right: auto;
}
.bl_problemLead {
    text-align: center;
    line-height: 1.6;
    font-weight: 600;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 821px) {
    .bl_problem {
        padding: 10rem 0;
        background: url(../img/problem_bg.webp) no-repeat center/cover;
    }
    .bl_problemImg01 {
        width: 670px;
    }
    .bl_problemLead {
        font-size: 4.3rem;
    }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 820px) {
    .bl_problemBg_sp {
        padding: 5rem 0;
        background: url(../img/problem_bg_sp.webp) no-repeat center/cover;
    }
    .bl_problemImg01 {
        width: 80%;
    }
    .bl_problemLead {
        font-size: 3.8rem;
        background-color: #060605;
        padding: 3rem 2rem 5rem;
    }
}
/* -----------------------------------------------

= bl_point

----------------------------------------------- */
.bl_pointTxt {
    font-weight: 500;
}
.bl_pointTxt span {
    color: #FFDD91;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 821px) {
    .bl_point01 {
        padding-top: 10rem;
    }
    .bl_point .bl_pointLead {
        height: 116px;
    }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 820px) {
    .bl_point01 {
        padding-top: 8rem;
    }
    .bl_point .bl_pointLead {
        height: 15rem;
    }
    .bl_point_img01 {
        display: block;
        width: 80%;
        margin: 0 auto 4rem;
    }
}
/* -----------------------------------------------

= bl_box

----------------------------------------------- */
.bl_box {
    color: #000;
    border-radius: 0.7rem;
    border: 1px solid #D4AE63;
    background: #FFF;
}
.bl_boxTtl {
    color: #022859;
    text-align: center;
    font-weight: 600;
    line-height: 1.8;
}
.bl_nameFlex {
    display: flex;
    align-items: center;
}
.bl_nameFlex_name,
.bl_qualTtl {
    font-weight: 600;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 821px) {
    .bl_box {
        padding: 4rem 7rem;
    }
    .bl_boxTtl {
        font-size: 2rem;
    }
    .bl_nameFlex_name {
        font-size: 1.8rem;
    }
    .bl_nameFlex_name span {
        font-size: 2.4rem;
    }
    .bl_boxTxt {
        font-size: 1.4rem;
    }
    .bl_qualTtl {
        font-size: 1.8rem;
        margin-right: 4rem;
    }
    .bl_qualTxt {
        font-size: 1.3rem;
    }
    .bl_boxLogo {
        width: 180px;
    }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 820px) {
    .bl_box {
        padding: 4rem 3rem;
    }
    .bl_boxTtl {
        font-size: 2.8rem;
    }
    .bl_nameFlex {
        flex-direction: column;
        align-items: center;
    }
    .bl_nameFlex_name {
        font-size: 2.4rem;
    }
    .bl_nameFlex_name span {
        font-size: 4.3rem;
    }
    .bl_boxTxt {
        font-size: 2.4rem;
    }
    .bl_qualTtl {
        font-size: 2.8rem;
        margin-bottom: 2rem;
    }
    .bl_qualTxt {
        font-size: 2.1rem;
    }
    .bl_boxLogo {
        width: 30rem;
    }
    .bl_box_sasaki {
        display: block;
        width: 75%;
        margin: 0 auto;
    }
}
/* -----------------------------------------------

= bl_flex

----------------------------------------------- */
.bl_flex  {
    display: flex;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 821px) {
    .bl_flex_itemsCenter {
        align-items: center;
    }
    .bl_flexImg,
    .bl_flexTxt {
        width: 50%;
    }
    .bl_flex .bl_flexTxt {
        padding: 0 3rem;
    }
    .bl_flexWrap .bl_flex:nth-of-type(even) .bl_flexImg {
        order: 2;
    }
    .bl_flexWrap .bl_flex:nth-of-type(even) .bl_flexTxt {
        order: 1;
        padding: 0 6rem 0 3rem;
    }
    .bl_flexWrap .bl_flex:nth-of-type(odd) .bl_flexTxt {
        order: 1;
        padding: 0 3rem 0 6rem;
    }
    .bl_flexWid_30 {
        width: 30% !important;
    }
    .bl_flexWid_40 {
        width: 40% !important;
    }
    .bl_flexWid_50 {
        width: 50% !important;
    }
    .bl_flexWid_flex {
        flex: 1 !important;
    }
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 820px) {
    .bl_flex  {
        flex-direction: column;
    }
    .bl_flexImg {
        margin-bottom: 4.8rem;
    }
}
