@charset "UTF-8";

/************************************************** 
  
  下層ページ / テキスト
  
**************************************************/
.section {
  margin-top: 0;
  padding-top: 75px;
}

/* .page-heading {
  padding-bottom: 80px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}  */

.section-color {
    background: #FCEDE4;
}

.section .section-head {
  color: #2b2b2b;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #2b2b2b;
  font-weight: 500;
}

.section .leadcopy {
    font-size: 15px;
    color: #2b2b2b;
}

.section h3 {
    line-height: 1.7;
    font-size: 18px;
    font-weight: 500;
    color: #2b2b2b;
    letter-spacing: 0.08em;
    font-family: "Noto Serif JP", serif;
}




/* 小型タブレット (600px〜) */
@media (min-width: 600px) {
}

/* タブレット (768px〜1023px) */
@media (min-width: 768px) {

    .section .section-head {
        margin-bottom: 40px;
    }

    .section .leadcopy {
        font-size: 16px;
    }

    .section h3 {
        font-size: 22px;
    }
}

/* PC (1024px〜) */
@media (min-width: 1024px) {

    .section .section-head {
        margin-bottom: 60px;
        font-size: 36px;
    }

    .section h3 {
        font-size: 22px;
    }

    
}

/* PC標準 (1200px〜) */
@media (min-width: 1200px) {

    .section .desc-area {
        width: 900px;
    }
}




/************************************************** 
  
  下層ページ / Hero
  
**************************************************/



/* .section-color {
    background: #0284DB;
} */

 
 .page-heading {
    padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;

}  


/* .hero {
    position: relative;
    padding: 50px 0 75px;
    z-index: 0;
    background: #EFFDFF;
} */

.hero {
    position: relative;
    padding: 30px 0 60px; 
    z-index: 0;
    background: #EFFDFF;
    overflow: visible; 
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/* .hero-curve {
  position: absolute;
  top: -40px;      
  left: 0;
  width: 100%;
  height: 60px; 
  pointer-events: none;
  z-index: 1;

} */

.hero-curve {
  position: absolute;
  top: -40px;      
  left: 0;
  width: 100%;
  height: 60px; 
  pointer-events: none;
  z-index: 5; 
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero .catch {
    padding-bottom: 25px;
    text-align: center;
    line-height: 1.7em;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Noto Serif JP", serif;
}

.hero .catch-lead .leadcopy {
    color: #2b2b2b;
}

.hero .hero__visual {
    padding-bottom: 30px;
    margin: 0 auto;
    overflow: hidden;
}

.hero .hero__visual img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}


.section .divider-img {
    width: 100%;
    height: 320px;
}

.section .divider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 小型タブレット (600px〜767px) */
@media (min-width: 600px) {

    .page-headding {
        margin-bottom: 40px;
    }

    .hero {
        padding: 40px 0 60px;
    }
  
}

/* タブレット縦 (768px〜1023px) */
@media (min-width: 768px) {

    .section {
        margin-top: 0;
        padding-top: 80px;
    }

    .page-heading {
        padding-bottom: 50px;
        margin-bottom: 50px;
        font-size: 38px;
    }

    .hero {
        padding: 40px 0 75px;
        background: #EFFDFF;
    } 

    .hero .catch {
        font-size: 26px;
    }

    .hero-curve {
        height: 80px;
    }

    .hero .catch-lead {
        width: 650px;
        margin: 0 auto;
    }

    

    .section .divider-img {
        height: 545px;
    }
  
}

/* PC (1024px〜1439px) */
@media (min-width: 1024px) {

    .section {
        padding-top: 80px;
    }

    .page-heading {
        margin-bottom: 20px;
    }

    .hero {
        padding: 45px 0 75px;
    }
      

    .hero-curve {
        top: -50px;
        height: 95px;
    }

    
  
}

/* ワイドPC (1260px〜) */
@media (min-width: 1260px) {

    .section {
        padding-top: 100px;
    }

    .page-heading {
        font-size: 55px;
        padding-bottom: 70px;
    }
    
    .hero {
        padding: 40px 0 75px;
    }

    .hero .catch {
        font-size: 36px;
    }

    .hero-curve {
        height: 110px;
        top: -70px;
    }

    .section .divider-img {
        height: 585px;
    }

  
  
}

/* 大型ディスプレイ (1440px〜) */
@media (min-width: 1440px) {
  
}


/************************************************** 
  
  リンクボタン
  
**************************************************/

.for-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 18px;
    background: #fff;
    border-radius: 30px;
}

.for-link .btn-link {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 30px;
  color: #fff;
  background: #E65C00;
  transition: 0.3s;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none; /* 下線を消す */
  text-align: center;
  transition: 0.3s;
}

.for-link .leadcopy {
    padding-bottom: 25px !important;
    color: #FF3737;
    font-weight: 500;
}

.for-link .leadcopy br {
    display: none;
}

/* .for-link button {
    display: block;
   margin: 0 auto;
    padding: 15px 30px;
    color: #0284DB;
    background: #F9BD01;
    transition: 0.3s;
    font-weight: 500;
    border-radius: 50px;
} */



/* 小型タブレット (600px〜) */
@media (min-width: 600px) {
    .for-link {
        max-width: 460px;
        margin: 0 auto;
        padding: 30px 40px;
        text-align: center;
    }

    .for-link .leadcopy br {
        display: block;
    }
}

/* タブレット (768px〜1023px) */
@media (min-width: 768px) {

    .for-link {
        width: 400px;
    }

    .for-link .leadcopy {
        text-align: center;
    }

    
  
}

/* PC (1024px〜) */
@media (min-width: 1024px) {
    
    .for-link .btn-link:hover {
        color: #F9BD01;
        background: #0284DB;
    }

    .at-contact a:hover {
        opacity: 0.7;
    }
}

/************************************************** 
  
  お問い合わせフォームへのリンクボタン
  
**************************************************/
.at-contact {
    width: 180px;
    margin: 0 auto;
}

.at-contact a {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 40px;
  color: #0284DB;
  background: #F9BD01;
  transition: 0.3s;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none; /* 下線を消す */
  text-align: center;
}