@charset "UTF-8" ;

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&family=M+PLUS+1p:wght@700;900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");


/*------------------------------------
 共通パーツ
------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}


/* 文字 */
/*
font-family: 'Josefin Sans', sans-serif; 300
font-family: 'M PLUS 1p', sans-serif; 700(B) 900(BK)
font-family: 'Zen Kaku Gothic New', sans-serif; 400(R) 500(M) 700(B)

color: #F8F7F1;背景メインカラー 薄いイエローグレー
color: #1B223C;背景サブカラー・本文　ネイビー
color: #BED12C;黄緑
color: #F0D04D;黄色
*/
/*　clamp計算　Min 375　Max 1200　*/


body {
    font-family: 'Zen Kaku Gothic New', sans-serif !important;
    line-height: 2rem !important;
    letter-spacing: 0.09rem;
    font-weight: 500;
    min-height: 75rem;
    color: #1B223C;
    background-color: #F8F7F1;
}

html {
    font-size: 16px;
}

h6 {
    font-size: clamp(1.5rem, 1.273rem + 0.97vw, 2rem);
    font-weight: 700;
    margin-bottom: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
    border-left: #fff 5px solid;
    padding-left: clamp(0.625rem, 0.057rem + 2.42vw, 1.875rem);
}

p {
    font-size: clamp(1rem, 0.943rem + 0.24vw, 1.125rem);
    line-height: clamp(2rem, 1.886rem + 0.48vw, 2.25rem);
    margin-bottom: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
}



/* マージン */
section {
    padding: 120px 0;
}

.container .row {
    margin-right: 0;
    margin-left: 0;
}


@media screen and (max-width: 992px) {
    section {
      padding: 80px 0;
    }   
}



/* ボタン */
.btn_wht {
    position: relative;
    text-decoration: none;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #1B223C;
    border: 1px solid #1B223C;
    padding: 10px 50px 10px 40px;
    border-radius: 50px;
    text-align: center;
    outline: none;
    transition: ease .2s;
    margin-top: clamp(1.875rem, 0.455rem + 6.06vw, 5rem);
}
  
.btn_wht:hover {
    background: #1B223C;
    text-decoration: none;
    color: #fff;
    border-color: #fff;
}

.btnarrow_wht::after {
    content: '';
    position: absolute;
    top: 45%;
    right: 25px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 2px solid #1B223C;
    border-right: 2px solid #1B223C;
    transform: rotate(45deg);
    transition: all .3s;
}
  
.btnarrow_wht:hover::after {
    right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.btn_bk {
    position: relative;
    text-decoration: none;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background: #1B223C;
    color: #fff;
    border: 1px solid #1B223C;
    padding: 10px 50px 10px 40px;
    border-radius: 50px;
    text-align: center;
    outline: none;
    transition: ease .2s;
}
  
.btn_bk:hover {
    background: #fff;
    text-decoration: none;
    color: #1B223C;
}

.btnarrow_bk::after {
    content: '';
    position: absolute;
    top: 45%;
    right: 25px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all .3s;
}
  
.btnarrow_bk:hover::after {
    right: 18px;
    border-top: 2px solid #1B223C;
    border-right: 2px solid #1B223C;
}


@media screen and (max-width: 992px) {
    .btnarrow_wht,.btnarrow_bk {
        width: 100%;
    }
        
}




/*------------------------------------
ヘッダー
------------------------------------*/
.hero {
    background-image: url(../images/pack-hero.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-title {
    background-color: #1B223C;
    width: 50%;
    padding: 8rem 5rem 21.5rem 5rem;
    position: relative;
}

h2 {
    font-size: clamp(1rem, 0.773rem + 0.97vw, 1.5rem);
    font-weight: 700;
    margin-bottom: 0;
    background-color: #fff;
    padding: 0.625rem 0;
    margin-bottom: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
    position: absolute;
    top: 3.125rem;
    right: 0;
    width: 90%;
}

.hero-title h2 {
    padding-left: 3rem;
}

h3 {
    background-color: #BED12C;
    text-align: center;
    padding: 0.625rem 1.5rem;
    border-radius: 50px;
    font-size: clamp(1rem, 0.773rem + 0.97vw, 1.5rem);
    font-weight: 700;
    margin-bottom: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
}

.bk-white {
    margin-top: clamp(1.25rem, 0.114rem + 4.85vw, 3.75rem);
    background-color: #fff;
    position: absolute;
    width: 180%;
    padding: 3rem 10rem;
}

h4 {
    max-width: 56.25rem;
    margin-bottom: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}

.bk-white p {
    max-width: 56.25rem;
}

.onayami {
    margin-top: 8rem;
    padding: 0 15rem;
}

h5 {
    text-align: center;
    font-size: clamp(1.5rem, 1.273rem + 0.97vw, 2rem);
    font-weight: 500;
    margin-bottom: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}

.onayami ul {
    list-style: none;
    padding-left: 0;
}

.onayami ul li {
    background: url(../images/fukidashi.svg) no-repeat 0 0;
    background-size: 1.7rem auto;
    background-position: left;
    padding-left: clamp(1.875rem, 1.591rem + 1.21vw, 2.5rem);
    line-height: clamp(1.875rem, 1.307rem + 2.42vw, 3.125rem);
}


@media screen and (max-width: 1399px) {
    .onayami ul li {
        background-position: top left;
        margin-bottom: 1rem;
    } 

    .onayami {
        margin-top: 14rem;
        padding: 0;
    }    

}



@media screen and (max-width: 992px) {
    .hero-title {
        width: 60%;
    }

    .hero-title h2 {
        padding-left: 0;
        text-align: center;
    }
    
    .bk-white {
        width: 140%;
        padding: 3rem 5rem;
    } 


}


@media screen and (max-width: 500px) {
    .hero {
        background-image: url(../images/pack-hero_sp.jpg);
        background-repeat: no-repeat;
    }

    .hero-title {
        width: 100%;
        padding: 7rem 0.8rem 3rem 0.8rem;
    }

    .bk-white {
        margin-top: 3rem;
        left: 0;
        width: 100%;
        padding: 4rem 3.125rem;
    }

    .onayami {
        margin-top: 66rem;
    }  
    
}





/*------------------------------------
パッケージ詳細
------------------------------------*/
.bg-navy {
    background-color: #1B223C;
    position: relative;
    color: #fff;
}

.bg-tri {
    position: absolute;
    display: block;
    background-color: #F8F7F1;
    width: 100%;
    height: clamp(5rem, 2.727rem + 9.7vw, 10rem);
    top: -1px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

/* 2つのパッケージプラン */
.packages {
    margin-top: clamp(6.25rem, 3.409rem + 12.12vw, 12.5rem);
    /* min:100 max:200 */
}

.mp-45 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: clamp(2rem, 1.631rem + 1.58vw, 2.813rem);
    font-weight: 700;
}

.packages .row {
    margin-top: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}

.plan1 {
    background: linear-gradient(90deg, #9EC464, #56A246);
    padding: 3rem 2rem;
    margin-right: clamp(0rem, -3.333rem + 4.44vw, 2rem);
}

.plan2 {
    width: 64%;
    background: linear-gradient(90deg, #3BAAD9, #8BBE87);
    padding: 3rem 2rem;
}

.p2-web {
    padding-left: 1.5rem;
}

.plan-title {
    border-bottom: 2px solid #fff;
}

.plan-title img {
    max-height: 2.5rem;
}

.plan-title p {
    text-align: center;
    margin: 1.25rem auto;
    font-size: clamp(1.5rem, 1.273rem + 0.97vw, 2rem);
    font-weight: 700;
}

.plan-title p span {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: clamp(2.5rem, 2.216rem + 1.21vw, 3.125rem);
    font-weight: 900;
}

.title {
    text-align: center;
    font-size: clamp(1.125rem, 1.068rem + 0.24vw, 1.25rem);
    margin-bottom: clamp(0.5rem, 0.443rem + 0.24vw, 0.625rem);
}

.plan-image {
    margin-bottom: clamp(0.625rem, 0.341rem + 1.21vw, 1.25rem);
    height: 5rem;
}

@media screen and (max-width: 1199px) {
    .plan1 {
        margin-bottom: 1.5rem;
    }

    .plan2 {
        width: 100%;
    }
    
}

@media screen and (max-width: 500px) {
    .plan1,.plan2 {
        padding: 3rem 0.5rem;
    }
    
}





/* 特徴 */
.tokucyo,.zisseki {
    margin-top: clamp(5rem, 1.591rem + 14.55vw, 12.5rem);
}

.box {
    background-color: #F8F7F1;
    margin-top: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem); 
    padding: clamp(2rem, 0.636rem + 5.82vw, 5rem);
}

.number {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 9rem;
    color: #F0D04D;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box .col-lg-10 {
    color: #1B223C;
}

@media screen and (max-width: 992px) {
    .number {
        padding: clamp(2rem, 1.048rem + 4.76vw, 4rem);
    }
        
}







/* お問い合わせ */
.contact {
    text-align: center;
    margin-bottom: clamp(2.5rem, 1.364rem + 4.85vw, 5rem);
}

.contact span {
    display: inline-block;
    font-weight: 700;
    font-size: clamp(1.125rem, 1.068rem + 0.24vw, 1.25rem);
    margin-bottom: 2.5rem;
}





/*------------------------------------
フッター
------------------------------------*/
footer {
    background-color: #1B223C;
    text-align: center;
    padding: 0.1rem 0 0.5rem 0;
}

footer p {
    font-size: 0.8rem;
}
