@charset "UTF-8";

/* set variables */
:root {
    --mainColor: #F67AA7;
    --subColor: #DAC48D;
    --subColor2: #10537F;
    --bgColorlight: #FDEAF1;
    --bgColordark: #F67AA7;
    --txtColor: #463E37;
    --linkColor: #463E37;
    --borderColor: #231815;

    --gap: 50px;
    --gaps: 30px;
    --gapmini: 20px;
    --gap_sp: 30px;
    --sectionPadding: 100px;
    --sectionPadding_sp: 30px;
    --contentWidth: 1200px;
    --innerWidth: 1080px;
}
body {
    width: 100%;
    font-size: 10px;
    color: var(--txtColor);
    font-family: "Noto Sans JP", sans-serif;
    background-color: #edf4f3;
    text-align: justify;
}
p {
    line-height: 1.8;
}
.font_eng {
    font-family: "Barlow Condensed", sans-serif;
}
h2 , h3 , p {
    margin-top: 0;
    margin-bottom: 0;
}
.p_center {
    text-align: center;
}
.p_bold {
    font-weight: 600;
}
.p_bolder {
    font-weight: 900;
}
.p_left {
    text-align: justify;
}
.p_right {
    text-align: right;
}
.br-sp {
    display: none;
}
a {
    color: var(--linkColor);
    transition: 0.3s;
}
a:hover {
    opacity: 0.8;
}
a img {
    transition: 0.2s;
}
a:hover img {
    opacity: 0.6;
}
.cf::after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	width: 0;
}
.flt_right {
    float: right;
}
.flt_left {
    float: left;
}
.img_right {
    float: right;
}
.img_left {
    float: left;
    margin-right: var(--gap);
}
.p_blue {
    color: #006BAE;
}
.p_white {
    color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}

/* PC . SP 切り替え */
@media screen and (max-width: 798px) {
    .sp_none {
        display: none;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .sp_left {
        text-align: justify !important;
    }
}
@media screen and (min-width: 799px) {
    .pc_none {
        display: none;
    }
}

.wrapper {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.wrap {
    width: 100%;
    max-width: var(--contentWidth);
    margin-left: auto;
    margin-right: auto;
}
.wrap_s {
    width: 100%;
    max-width: var(--innerWidth);
    margin-left: auto;
    margin-right: auto;
}
.mt_10 {
    margin-top: 10px;
}
.mt_20 {
    margin-top: 20px;
}
.mt_30 {
    margin-top: 30px;
}
.mt_40 {
    margin-top: 40px;
}
.mt_50 {
    margin-top: 50px;
}
.mt_100 {
    margin-top: 100px;
}
.mb_0 {
    margin-bottom: 0 !important;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_30 {
    margin-bottom: 30px;
}
.mb_40 {
    margin-bottom: 40px;
}
.mb_50 {
    margin-bottom: 50px;
}
.mb_100 {
    margin-bottom: 100px;
}
.p12 {
    font-size: 12px;
    line-height: 200%;
}
.p14 {
    font-size: 14px;
    line-height: 200%;
}
.p15 {
    font-size: 15px;
    line-height: 200%;
}
.p16 {
    font-size: 16px;
    line-height: 200%;
}
.p18 {
    font-size: 18px;
    line-height: 200%;
}
.p20 {
    font-size: 20px;
    line-height: 200%;
}
.p22 {
    font-size: 22px;
    line-height: 200%;
}
.p24 {
    font-size: 24px;
    line-height: 200%;
}
.p26 {
    font-size: 24px;
    line-height: 200%;
}
.p26 {
    font-size: 26px;
    line-height: 200%;
}
.p30 {
    font-size: 30px;
    line-height: 160%;
}
.p35 {
    font-size: 35px;
    line-height: 160%;
}
.p38 {
    font-size: 38px;
    line-height: 160%;
}
.p40 {
    font-size: 40px;
    line-height: 150%;
}
.p50 {
    font-size: 50px;
    line-height: 150%;
}
.p60 {
    font-size: 60px;
    line-height: 100%;
}
.p_light {
    color: var(--rightColor);
}
.sec_padding {
    padding-top: var(--sectionPadding);
    padding-bottom: var(--sectionPadding);
}
.sec_padding_s {
    padding-top: calc(var(--sectionPadding) / 2);
    padding-bottom: calc(var(--sectionPadding) / 2);
}
.bg_light {
    background-color: var(--bgColorlight);
}
.bg_dark {
    background-color: var(--bgColordark);
}
.bg_white {
    background-color: #fff;
}
.gap {
    gap: var(--gaps);
}
.gaps {
    gap: var(--gapmini);
}
.column {
    display: flex;
    flex-direction: column;    
}
.p_white {
    color: #fff;
}
.p_main {
    color: var(--mainColor);
}

@media screen and (max-width: 1000px) {
    .wrap  {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .wrap_s  {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .p16 {
        font-size: 14px;
        line-height: 200%;
    }
    .p20 , .p18 {
        font-size: 16px;
        line-height: 200%;
    }
    .p26 , .p24 , .p22 {
        font-size: 18px;
        line-height: 200%;
    }
    .p30 {
        font-size: 20px;
    }
    .p35 , .p40  {
        font-size: 5vw;
    }
    .p38 , .p50 {
        font-size: 5vw;
    }
    .mb_50 {
        margin-bottom: 20px;
    }
    .mt_30 {
        margin-top: 10px;
    }
    .mb_30 , .mb_20 {
        margin-bottom: 10px;
    }
    .img_left {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}
