@charset "UTF-8";
/* CSS Document */

#wrap {
    margin-right: auto;
    margin-left: auto;
    /* text-align: left; */
    min-width: 1000px;
}

#headwrap {
    clear: both;
    background-color: #0A8CAA;
    background-image: url(../img/header-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 280px;
}

#head {
    clear: both;
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#head h1 {
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
    font-size: 55px;
    line-height: 70px;
    font-weight: 300;
    padding-top: 30px;
    padding-top: 60px;
}

#head h1 span {
    font-size: 38px;
}

#head .shinsei {
    color: rgba(255, 255, 255, 1.00);
    font-size: 23px;
    border: 2px solid rgba(255, 255, 255, 1.00);
    border-radius: 20px;
    width: 110px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    position: absolute;
    right: 30px;
    bottom: 10px;
}

#cont {
    background-image: url(../img/cont-bg01.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 60px;
    background-color: rgba(255, 255, 255, 1.00);
}

.lead-txt {
    text-align: center;
    font-feature-settings: "palt", "kern";
    font-size: 26px;
    letter-spacing: -1.75px;
    line-height: 54px;
    padding: 0;
}

.cel440 {
    margin-top: 20px;
    font-size: 0;
}

.cel440 img {
    width: 95%;
    height: auto;
}

.midashi {
    display: block;
    text-align: center;
    align-content: center;
    /* margin: 30px auto 0; */
}

.midashi img {
    margin: 10px auto 0;
    width: 65%;
}

.mt-txt {
    display: block;
    line-height: 32px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    text-align: left;
    color: #000 !important;
}

.mb-txt {
    margin-top: 25px;
    margin-bottom: 60px;
    color: #000;
    text-align: center;
}

.cel440-box {
    display: inline-block;
    vertical-align: top;
    margin: 35px;
    max-width: 440px;
    width: calc(49% - 70px);
}

.cel440-box img {
    width: 100%;
    height: auto;
}

.cel420 {
    margin-top: 20px;
    font-size: 0;
}

.cel420-box {
    display: inline-block;
    vertical-align: top;
    margin-right: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 420px;
    font-size: 15px;
    width: calc(50% - 30px);
}

.cel420-box:nth-child(2n) {
    margin-right: 0;
}

.cel420 .cel420-box h4 {
    color: #FFFFFF;
    font-size: 21px;
    line-height: 50px;
    background-color: rgba(10, 140, 170, 0.70);
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
}

/*メニュー */
.ai-menu__list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    /* gap:20px; */
    margin: 60px auto 75px;
}

.ai-menu__list .ai-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 440px;
    height: 120px;
    padding: 0.15em 0;
    /* font-weight: 300; */
    font-size: 36px;
    color: #fff;
    text-align: center;
    transition: all 0.25s ease-in-out;
}

.btn-data {
    background-color: rgb(10, 140, 170);
}

.btn-data:hover {
    background-color: rgb(10, 140, 170, 0.5);
    transform: translateY(10px);
}

.btn-application {
    background-color: rgb(0, 153, 143);
}

.btn-application:hover {
    background-color: rgb(0, 153, 143, 0.5);
    transform: translateY(10px);
}


/* -----------------------------------
                   footer
-------------------------------------*/
.footer {
    background-color: #B01447;
}

footer div::after{
    display: none;
}

.footer-logo {
    float: left;
}

.footer-logo img {
    width: min(100%, 300px);
    vertical-align: baseline;
}


.footer-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    font-family: "Noto Sans JP", serif;
    /* padding-top: 2.5em;
    padding-bottom: 2.5em; */
    padding-top: 55px;
    padding-bottom: 55px;
    color: #FFFFFF;
}

.footer-info {
    display: flex;
    justify-content: space-around;
    align-items: last baseline;
    flex-wrap: nowrap;
}

.footer-adress {
    text-align: left;
    font-size: clamp(0.75rem, 0.482rem + 0.57vw, 0.875rem);
}

.footer-cp {
    float: right;
    font-size: clamp(0.75rem, 0.482rem + 0.57vw, 0.875rem);
    padding-top: 70px;
}

.inner1100 {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}


.inner900 {
    width: 90%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.inner950 {
    width: 100%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.inner1020 {
    width: 90%;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

.centertxt {
    text-align: center;
}