@charset "UTF-8";
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}li{list-style:none}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}li {list-style:none;}

/* CSS Document */
html {
    /*font-size: 62.5%;*/
    font-size: 1.33vw;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
	list-style: none;
}
body {
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    min-height: 100vh;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .1em;
    color: #231815;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
    position: relative;
    transition: all 0s;
    background-color: #fff;
}
.dispNon--sp, .dispNon--tabsp, .dispNon--pcsp {display: none;}
.dispNon--tab, .dispNon--pc, .dispNon--pctab {display: block;}
a {
    text-decoration: none;
    color: #231815;
    display: block;
}
a, img {
    width: 100%;
    display: block;
    vertical-align: bottom;
    transition: all 0.5s ease;
}
a:hover, a:hover img {
    transition: all 0.5s ease;
}
.posi--center {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%); 
}
.flex {
    display: flex;
}
.fadeIn {
    opacity: 0;
    transition: all .7s ease;
}
.fadeIn.is-show {
    opacity: 1;
}
.fadeUp {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: .5s;
    transition: all 1s ease;
}
.fadeUp.is-show {
    opacity: 1;
    transform: translateY(0);
}
.loadingup {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: .5s;
    transition: all 1s ease;
}
.loadingup.is-show {
    opacity: 1;
    transform: translateY(0);
}
.fadeLeft, .fadeRight {
    opacity: 0;
    transition-delay: .3s;
    transition: all .7s ease;
}
.fadeLeft {
    transform: translateX(-100px);
}
.fadeRight {
    transform: translateX(100px);
}
.fadeLeft.is-show, .fadeRight.is-show {
    opacity: 1;
    transform: translateX(0);
}
.right {
    text-align: right;
}
.bold {
    font-weight: 500;
}
.txtlink {
    display: inline;
}
.txt--small {
    font-size: .7em;
}
.inner {
    width: 92%;
    margin: 0 auto;
    position: relative;
}
.loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 102;
    background-color: #fff;
    transition: all .3s ease;
}
.loading.opacitynone {
    display: none;
}

/* header */
.header {
    width: 100%;
    height: 16vw;
    position: relative;
}
.header .inner {
    height: 100%;
}
.header__logo {
    width: 23.5vw;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* fv */
.fv {
    background-color: #65b5e5;
    position: relative;
    padding-bottom: 3.3vw;
}
.fv__img {
    width: 92.4%;
    margin: 0 auto;
    position: absolute;
    top: 4vw;
    left: 50%;
    transform: translateX(-50%);
}
.fv__desc {
    width: 92.4%;
    margin: 3.8vw auto 0;
    padding: 23.5vw 3.3vw 3.3vw 3.3vw;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
}
.fv__desc__man {
    width: 100vw;
    position: absolute;
    top: -42vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.fv__desc__box {
    width: 100%;
    padding: 3.3vw;
    margin-bottom: 2vw;
    background-color: #fff100;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}
.fv__desc__ttl {
    color: #e50012;
    font-size: 3.8vw;
    font-weight: 700;
}
.fv__desc__txt {
    font-size: 3.3vw;
    font-weight: 500;
}

/* pdfダウンロード */
.dl {
    padding: 4vw 0;
    border-bottom: 1px solid #b5b5b6;
}
.dl__list li {
    margin-bottom: 2vw;
}
.dl__list li:last-child {
    margin-bottom: 8vw;
}
.dl__list a {
    font-size: 3.8vw;
    font-weight: 500;
    display: inline;
    padding: .5vw 0;
    position: relative;
}
.dl__list__icon {
    display: inline-block;
    width: 8.7vw;
    height: 5.5vw;
    margin: 0 0 0 .5em;
    position: relative;
}
.dl__list__icon img {
    position: absolute;
    top: 1vw;
    left: 0;
}
.dl__caption {
    text-align: center;
    font-size: 5.4vw;
    font-weight: 500;
}

/* footer */
.footer {
    padding: 7vw 0 0 0;
}
.footer__logo {
    width: 32.8vw;
    margin: 0 auto 3.6vw;
}
.footer__note {
    font-size: 4vw;
    font-weight: 700;
    color: #005cab;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 1.3em;
}
.footer__ttl {
    width: 100%;
    background-color: #ebf3d8;
    text-align: center;
    font-size: 3.5vw;
    line-height: 1.4em;
    padding: .5em 0;
    font-family: "Noto Sans JP", sans-serif;
}
.footer__tel01 {
    width: 100%;
    font-size: 12.5vw;
    font-weight: 900;
    text-align: center;
    padding-left: 16vw;
    position: relative;
}
.footer__tel01::after {
    content: "";
    width: 15.6vw;
    height: 100%;
    background: url("../img/icon_tel.png") no-repeat center left;
    background-size: 100% auto;
    position: absolute;
    top: 56%;
    left: 0;
    transform: translateY(-50%);
}
.footer__time01 {
    width: 100%;
    margin-bottom: 4vw;
}
.footer__time01 td {
    font-size: 3.25vw;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    padding: .2em 0;
    letter-spacing: -.03em;
}
.footer__sec .flex {
    flex-wrap: wrap;
}
.footer__tel02 {
    width: 100%;
    font-size: 8.3vw;
    font-weight: 900;
    text-align: center;
}
.footer__time02 {
    width: 100%;
    text-align: center;
    font-size: 3.25vw;
    font-family: "Noto Sans JP", sans-serif;
}
.footer__copyright {
    text-align: center;
    font-size: 2.4vw;
    padding: 3em 0 2em;
}

/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint 01 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
/* 751px以上〜 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
@media (min-width: 751px) {
    html {font-size: .9vw;/* 1024px：10px */}
    .dispNon--tab, .dispNon--pctab, .dispNon--tabsp {display: none;}
    .dispNon--pc, .dispNon--sp, .dispNon--pcsp {display: block;}
    
    .inner {
        width: 81.4%;
    }
    /* header */
    .header {
        height: 9.7vw;
    }
    .header .inner {
        height: 100%;
        width: 100%;
    }
    .header__logo {
        width: 13.7vw;
        left: 2.2vw;
    }

    /* fv */
    .fv {
        padding-bottom: 2.3vw;
    }
    .fv__img {
        width: 81.4%;
        top: 4vw;
    }
    .fv__desc {
        width: 81.4%;
        margin: 3.6vw auto 0;
        padding: 0;
        background-color: transparent;
    }
    .fv__desc__man {
        width: 38vw;
        position: absolute;
        top: -19.4vw;
        left: 1.3vw;
        transform: translateX(0);
        z-index: 3;
    }
    .fv__desc__box {
        width: 100%;
        padding: 1.5vw 2.3vw 1vw 52%;
        margin-bottom: 0;
        background-color: #fff100;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 1;
    }
    .fv__desc__ttl {
        font-size: 1.9vw;
    }
    .fv__desc__txt {
        font-size: 1.8vw;
        letter-spacing: -.05em;
    }
    .fv__desc__img {
        background-color: #fff;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 1vw 2.3vw  2.3vw  2.3vw;
        position: relative;
        z-index: 2;
    }
    
    /* pdfダウンロード */
    .dl {
        padding: 3vw 0 2.5vw;
    }
    .dl__list li {
        margin-bottom: 1vw;
    }
    .dl__list li:last-child {
        margin-bottom: 4vw;
    }
    .dl__list a {
        font-size: 1.9vw;
        padding: .5vw 6vw .5vw 0;
    }
    .dl__list a:hover {
        text-decoration: underline;
    }
    .dl__list__icon {
        display: inline-block;
        width: 4.4vw;
        height: 2.8vw;
        margin: 0 0 0 .5em;
    }
    .dl__list__icon img {
        top: .5vw;
    }
    .dl__caption {
        font-size: 3.1vw;
    }
    
    /* footer */
    .footer {
        padding: 3.5vw 0 0 0;
    }
    .footer__logo {
        width: 19.7vw;
        margin: 0 auto 3vw;
    }
    .footer__note {
        font-size: 2.6vw;
    }
    .footer__ttl {
        font-size: 2vw;
        padding: .2em 0;
        letter-spacing: -.02em;
    }
    .footer__tel01 {
        width: 58vw;
        margin: 0 auto;
        font-size: 7.5vw;
        padding-left: 10vw;
        letter-spacing: .05em;
    }
    .footer__tel01::after {
        width: 9.5vw;
        top: 56%;
    }
    .footer__time01 {
        width: 58vw;
        margin: 0 auto 3vw;
    }
    .footer__time01 td {
        font-size: 2vw;
    }
    .footer__sec .flex {
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
    .footer__tel02 {
        width: auto;
        font-size: 5vw;
    }
    .footer__time02 {
        width: auto;
        font-size: 2vw;
        padding-left: 1em;
    }
    .footer__copyright {
        font-size: 1.2vw;
    }
    
    
    

}

/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint 02 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
/* 1025px以上〜 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/

@media (min-width: 1025px) {
    html {font-size: 62.5%;}/* 10px */
    .dispNon--pc, .dispNon--pctab, .dispNon--pcsp {display: none;}
    .dispNon--tab, .dispNon--sp, .dispNon--tabsp {display: block;}
    .inner {
        width: 814px;
    }
    /* header */
    .header {
        height: 97px;
    }
    .header .inner {
        width: 1000px;
    }
    .header__logo {
        width: 137px;
        left: 22px;
    }

    /* fv */
    .fv {
        padding-bottom: 37px;
    }
    .fv__bg {
        width: 1000px;
        margin: 0 auto;
    }
    .fv__img {
        width: 814px;
        top: 40px;
    }
    .fv__desc {
        width: 814px;
        margin: 36px auto 0;
    }
    .fv__desc__man {
        width: 380px;
        top: -194px;
        left: 21px;
    }
    .fv__desc__box {
        padding: 15px 23px 10px 52%;
    }
    .fv__desc__ttl {
        font-size: 19px;
    }
    .fv__desc__txt {
        font-size: 18px;
    }
    .fv__desc__img {
        padding: 10px 23px 23px 23px;
    }
    
    /* pdfダウンロード */
    .dl {
        padding: 30px 0 25px;
    }
    .dl__list li {
        margin-bottom: 10px;
    }
    .dl__list li:last-child {
        margin-bottom: 40px;
    }
    .dl__list a {
        font-size: 19px;
        padding: 5px 60px 5px 0;
    }
    .dl__list__icon {
        width: 44px;
        height: 27px;
        margin: 0 0 0 .5em;
    }
    .dl__list__icon img {
        top: 5px;
    }

    .dl__caption {
        font-size: 31px;
    }
    
    /* footer */
    .footer {
        padding: 35px 0 0 0;
    }
    .footer__logo {
        width: 197px;
        margin: 0 auto 30px;
    }
    .footer__note {
        font-size: 26px;
    }
    .footer__ttl {
        font-size: 20px;
    }
    .footer__tel01 {
        width: 580px;
        font-size: 75px;
        padding-left: 100px;
        letter-spacing: .05em;
    }
    .footer__tel01::after {
        width: 95px;
    }
    .footer__time01 {
        width: 580px;
        margin: 0 auto 30px;
    }
    .footer__time01 td {
        font-size: 20px;
    }
    .footer__tel02 {
        font-size: 50px;
    }
    .footer__time02 {
        font-size: 20px;
    }
    .footer__copyright {
        font-size: 12px;
    }
    


    
}






