@charset "UTF-8";
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
*{
    /* border: solid 1px red; */
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
:root{
    --main_color: #3FA8C7;
    --bg_color: #ECF6F9;
    --ckgray: #5D5D5D;
}
body{
    font-family: "Noto Sans JP","Noto Sans Japanese","メイリオ",sans-serif;
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    box-sizing: border-box;
    color: #000;
}
article,section{
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    position: relative;
}

section{
    position: relative;
}
img {
    width: 100%;
    height: auto;
}

.full100{
    width: 100%;
}
.container{
    max-width: 900px;
    padding: 0 50px;
}
.paddh20{
    padding-bottom: 20px;
}
.pd30 {
    padding: 30px 0;
}
.mb74 {
    margin-bottom: 74px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb10 {
    margin-bottom: 10px;
}

/*---------------------------------------------*
 * common
 ---------------------------------------------*/
 .wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow-x: hidden;
 }
 .footbottom{
    /* margin: 0; */
    padding: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
 }

 .bg_yellow{
   background: #FFF500;
 }

/*---------------------------------------------*
 * nav Area
 ---------------------------------------------*/
 .nav_btnWrap {
    background: rgba(109, 213, 23, 0.13);
    padding: 25px 0 60px;
 }
 .nav_btn_ttl {
    margin-bottom: 10px;
 }
 .nav_btnWrap a {
    display: block;
 }
 .nav_btnWrap a + a {
    margin-top: 10px;
 }

/*---------------------------------------------*
 * lead
 ---------------------------------------------*/
 .lead {
    padding: 40px 0 60px;
    background: #244F78;
 }

/*---------------------------------------------*
 * item
 ---------------------------------------------*/
 .cat01 {
    background: #6DD51721;
 }
 .cat01_ttl {
    background: #1AAE09;
    padding-top: 30px;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 35px;
 }
 .cat01 .triangle {
    background: #1AAE09;
    height: calc(tan(60deg) * 100px / 2);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
 }
 .cat01_subttl {
    margin: 20px auto 30px;
    text-align: center;
 }
 .cat01_subttl span {
    display: inline-block;
    border-bottom: solid #1AAE09 4px;
    padding-bottom: 12px;
    color: #1AAE09;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 35px;
 }
 .cat01_Inn {
    padding: 12px 15px 60px;
 }
 .cat01_Inn a {
    margin: 10px auto 15px;
 }
 .cat01_line {
    border-top: solid #1AAE09 1px;
    display: block;
    margin: 40px 0;
 }

 .cat02 {
    background: #F56E4B21;
 }
 .cat02_ttl {
    background: #F56E4B;
    padding-top: 30px;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 35px;
 }
 .cat02 .triangle {
   background: #F56E4B;
   height: calc(tan(60deg) * 100px / 2);
   width: 100%;
   clip-path: polygon(0 0, 100% 0, 50% 100%);
 }
 .cat02_subttl {
    margin: 20px auto 30px;
    text-align: center;
 }
 .cat02_subttl span {
    display: inline-block;
    border-bottom: solid #F56E4B 4px;
    padding-bottom: 12px;
    color: #F56E4B;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 35px;
 }
 .cat02_Inn {
    padding: 12px 15px 60px;
 }
 .cat02_Inn a {
    margin: 10px auto 15px;
 }
 .cat02_line {
    border-top: solid #F56E4B 1px;
    display: block;
    margin: 40px 0;
 }
 .triangle02 {
    background: rgba(245, 110, 75, 0.13);
    height: calc(tan(60deg) * 100px / 2);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
 }

/*---------------------------------------------*
 * carousel
 ---------------------------------------------*/
 .carousel_ttl {
    margin-bottom: 10px;
 }
 .swiper {
    padding-bottom: 40px;
 }
 .swiper-slide {
    margin-right: 10px;
 }
 .swiper-pagination-bullet {
   width: 12px !important;
   height: 12px !important;
   margin: 0 0 0 10px !important;
   background: #333 !important;
 }

 .swiper-pagination-bullet:first-child {
   margin: 0 !important;
 }


/*---------------------------------------------*
 * ask
 ---------------------------------------------*/
 .ask {
    padding: 20px 15px 60px;
 }

 .sp_ver20 {
    padding: 20px 0px 20px;
 }

/*---------------------------------------------*
 * footer
 ---------------------------------------------*/
footer {
    background: #244F78;
    padding: 20px 0;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;

    position: sticky;
    top: 100vh;
}
footer p + p {
    margin-top: 10px;
}

/*---------------------------------------------*
 * nav
 ---------------------------------------------*/
nav {
    display: flex;
    position: fixed;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    /*opacity: 0;
    visibility: hidden;*/
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 9;
}

nav a {
    display: flex;
    width: calc((100% - 54px) / 2);
    align-items: center;
    justify-content: center;
    background: #EB6100;
    padding-left: 26px;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

nav a + a {
    border-left: solid #fff 1px;
}

a:hover {
    filter: brightness(1.1);
}

.GoTop {
    width: 54px;
    height: 54px;
    padding: 0;
    margin: 0;
}

.GoTop img {
    width: 54px;
}

nav .mail, nav .tel {
    display: inline-block;
    position: relative;
}

nav .mail:before, nav .tel:before {
    content: "";
    position: absolute;
    display: block;
    right: 104%;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

nav .mail:before {
    background: url(../image/ico_mail.png) no-repeat top center / 100% auto;
    width: 20px;
    height: 15px;
}

nav .tel:before {
    background: url(../image/ico_tel.png) no-repeat top center / 100% auto;
    width: 15px;
    height: 20px;
}
