@charset "utf-8";
.html, .body {
    font-size: 16px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', "Arial", "sans-serif";
    color: #393939;
    background: #fff;

}

body, div, p, h1, h2, h3, h4, ul, figure {
    margin: 0;
    padding: 0;

}

p, td, th, li {
    line-height: 1.8;
}

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

.begin {
    font-size: 1rem;
}

/*header*/
header {
    background: #fff;
}

/*.header-inner {*/
/*    justify-content : space-between;*/
/*    align-items : left;*/
/*    line-height:1.1;*/
/*    vertical-align:bottom;*/
/*}*/

.header-logo {
    padding: 0;
    width: 1000px;
    height: 80px;
    text-align: left;
    font-family: "MS Gothic", "ＭＳ ゴシック";
    font-weight: bold;
    padding-bottom: 0;
    vertical-align: bottom;
    /*color : #6eba44;
    background : url("answer.png" ) no-repeat;
    background-size : 35px 35px;*/
}

.abc-font {
    font-size: 1.1em;
    padding-bottom: 10px;
    vertical-align: top;
}

.icon {
    width: calc(100% - 80px);
    background: url("../icon.png") no-repeat;
    background-size: 98px 98px;
    padding: 0 0 10px 80px;
    font-size: 1.3em;
    vertical-align: top;
    background-position: left;
}

.ABC-header {
    /*font-size : 3.2rem;*/
    font-size: 10vw;
    font-family: "MS Gothic", "ＭＳ ゴシック";
    color: red;
    font-weight: bold;
    vertical-align: bottom;
}

/*ナビゲーション*/
nav {
    background-color: rgb(245, 21, 21);
    font-family: "MS Gothic", "ＭＳ ゴシック";
}

.navbar {
    display: flex;
    list-style-type: none;

}

.navbar li {
    flex: 1 1 auto;
    text-align: center;
}

.navbar a {
    display: block;
    padding: 0.6rem 0;
    color: #fff;
    text-decoration: none;
    font-weight: bold;

}

.navbar a:hover {
    background: #f0ae93;

}

li {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

li + li {
    border-left: 0;
    border-right: 1px solid #fff;
}

/*メディアクエリ*/
.moble-br {
    display: none;
}

@media screen and (max-width: 480px) {
    .moble-br {
        display: block;
    }

    .header-logo {
        width: 1000px;
        height: 25px;
    }

    .header-container {
        padding-left: auto;
        padding-right: auto;
    }

    .header-logo {
        padding: 10px;
    }

    .navbar {
        display: flex !important;

    }

    .navbar li {
        flex: 1 1 auto;
        text-align: center;

    }

    .navbar a.nav-current {
        background: #c84040;

    }
}

@media screen and (min-width: 480px) {
    .header-logo {
        width: 470px;
        height: 30px;
    }

    .header-container {
        padding-left: auto;
        padding-right: auto;
    }

    .header-logo {
        padding: 10px;
    }

    .navbar {
        display: flex !important;

    }

    .navbar li {
        flex: 1 1 auto;
        text-align: center;

    }

    .navbar a.nav-current {
        background: #c84040;

    }
}

/*キービジュアル*/
.home-keyvisual {
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}

.img-responsive {
    display: block;
}

.main-title {
    font-size: 28px;
    color: #393939;
    font-weight: bold;
}

.subinsist {
    color: rgb(1, 174, 188);
    font-size: 1.7rem !important;
}

.program {
    color: rgb(51, 51, 51);
    font-size: 3rem;
    padding: 50px;
    border-radius: 10px;
    background: #fff;
}

.toukobe {
    padding-top: 50px;
}

/*line*/
.line-pop-box {
    font-size: 24px;
    font-family: "MS Gothic", "ＭＳ ゴシック";
    color: red;
    font-weight: bold;
    vertical-align: center;
    padding: 30px;
    margin: 10px auto;
}

.line-pop {
    border-bottom: 3px dashed #df470b;
    font-family: "MS Gothic", "ＭＳ ゴシック";
    color: red;
    font-weight: bold;
}

.line-box {
    text-align: center;
    background: rgba(194, 194, 194, 0.219);
    border-radius: 10px;
    font-family: "MS Gothic", "ＭＳ ゴシック" !important;
    padding: 10px 0;
}

.line-url-img {
    width: 20%;
    height: auto;
    text-align: center;
    padding-top: 10px;
    font-family: "MS Gothic", "ＭＳ ゴシック"
}

.line-btn {
    padding-top: 30px;
    width: 40%;
    height: 20%;
    text-align: center;
}

.qr-code {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

@media screen and (min-width: 480px) {
    .subinsist {
        font-size: 1.2rem !important;
    }
}

/*メイン*/
/*キャッチコピー*/
.home-maincopy {
    text-align: center;
    font-size: 2.0rem;
    /*background :url("背景.png") no-repeat;*/
    background-size: 100%;
    padding: 30px;
    border-radius: 10px;

}

/*iframe[src$=".pdf"]{
    width : 100%;
    height :80vh;
}*/
.pdf {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}

.pdf iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.abc-news img {
    width: 80%;
    height: auto;
}

.container {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1000px;
}

.title {
    text-align: center;
}

.main-header {
    color: rgb(245, 21, 21);
    font-size: 1.8rem;

}

.toukobe-title {
    font-size: 1.6rem;
}

.toukobe {
    font-size: 1.8rem;
}

.tokobe_image {
    display: inline-block;
    height: 300px;
}

.tokobe_image img {
    display: inline-block;
    height: 100%;
}

@media screen and (max-width: 730px) {
    .tokobe_image {
        width: 100%;
        height: unset;
    }
}

.black {
    color: black;
}

.insist-contener {
    text-align: center !important;
}

.home-color {
    color: rgb(91, 162, 209);
}

.insist {
    font-weight: bold;
    text-align: center;
    font-size: 2.3rem;
    color: rgb(245, 21, 21);


}

.insist-contener {
    font-size: 1.1rem;
    color: rgb(51, 51, 51);
}

.subinsist {
    font-size: 1.0em;
}

.x {
    font-size: 2rem;
    color: rgb(51, 51, 51);
}

/*ABC文字大きくする*/
.ABC {
    font-size: 1.6rem;
}

/*合格速報*/
.bulletin-borad {
    text-align: center;
    padding: 10px 30px;
    /*background : url("japanese-cherry-blossom-1246539_1280.jpg" ) no-repeat;*/
    /*background-size :1000px 800px;*/
    /*padding:0 0 0 50px;
    background-position :center;
    border-radius : 10px;*/
}

@media screen and (min-width: 480px) {

    .bulletin-borad {
        background-size: 1000px 1100px
    }

    .nenndo {
        font-size: 2.5rem !important;

    }

    .nyuushi {
        font-size: 1.0rem !important;
    }

    .sokuhou {
        font-size: 3rem !important;
    }

    .result {
        font-size: 2rem !important;
    }

}

.nenndo {
    font-size: 2.5rem;
    font-weight: bold;
    color: rgb(33, 231, 76);
}

.nyuushi {
    font-size: 1.5rem;
    color: #fff;
    padding: 0px 0px;
    border-radius: 50px;
    background: rgb(33, 231, 76);
    width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}

.sokuhou {
    font-size: 8rem;
    color: rgb(245, 21, 21);
    font-weight: bold;
}

.result {
    font-size: 3rem;
    font-weight: bold;

}

.red {
    color: rgb(245, 21, 21);
}

/*特徴*/
#features {
    font-size: 0.9em;
    line-height: 1.8;
    text-align: center;
    background-color: rgb(245, 21, 21);
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
}

.features-img {
    margin: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
}

.inbox {
    padding-bottom: 5px;
    margin: 10px 0;
    color: #fff;
    border-bottom: 3px dashed #fff;
    font-size: 28px;
    text-align: left;

}

.boxes {
    text-align: center;
    padding-right: auto;
    padding-left: auto;

}

.box {
    width: 250px;
    margin-right: 25px;
    float: left;
    text-align: center;
    border: 1px solid #0bb8a1;
    background: rgb(255, 255, 255);
    border-radius: 10px;
}

.box img {
    width: 300px;
    height: auto;
    display: inline-block;
    border: 5px solid #fff;
    box-sizing: border-box;
    text-align: center;
    padding-right: auto;
    padding-left: auto;
}

p.photo {
    margin-bottom: 15px;

}

.box h3 {
    text-align: center;
    color: #df470b;

}

/*特徴のメディアクエリ*/
@media only screen and (min-width: 768px) {
    .container {
        padding-left: auto;
        padding-right: auto;

    }


}

/*見出し*/
/*.introduction-box{
    background-color:rgb(235, 235, 235);
    border-radius :10px;
}*/
#introduction {
    background-color: #fff;
    text-align: left !important;
    margin: 0;
    padding-bottom: 5px;
    border-radius: 10px;
}

.home-h2-1 {
    margin: 10px 0 0 0;
    color: #df470b;
    padding-top: 10px;
    border-bottom: 3px dashed #df470b;
    font-size: 1.3rem;
    border-radius: 10px;
    padding-left: 10px;
}

.home-news1 {
    padding: 20px;
    border-radius: 10px;
    background-size: 50px 50px;
}

/*お知らせ*/
.home-h2 {
    padding-bottom: 5px;
    margin: 30px 0 10px 0;
    color: #393939;
    border-bottom: 3px dashed red;
    font-size: 18px;
}

.home-news {
    padding: 30px;
    border-radius: 10px;
    background: rgba(194, 194, 194, 0.219);
    color: #393939;
}

.home-news .h3 {
    font-size: 2rem !important;
}

/*感染症対策*/
.countermeasures {
    text-align: center;
    padding: 30px;
    font-size: 24px;
    color: red;
    font-weight: bold;
}

.countermeasure_image {
    display: block;
    width: 90%;
    margin: 0 auto;
}

/*.img-positon {*/
/*    text-align: center;*/

/*}*/

.countermeasure {
    width: 600px;
    height: auto;
    text-align: center;
}

.top {
    text-align: right;
}

.calendar-box {
    text-align: center;
}

.calendar {
    text-align: center;
}

.download {
    text-align: center;
}

@media screen and (width-min: 768px) {
    .countermeasure {
        width: 200px;
        height: auto;
        text-align: center;
    }
}

/*footer*/
footer {
    background: rgb(245, 21, 21);
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
}

.footer-container {
    padding-top: 20px;
    padding-bottom: 20px;

}

.footer-nav {
    list-style-type: none;
}

.footer-nav li {
    display: inline;
    padding: 0 1rem 0 0;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;


}

.footer-nav a:hover {
    opacity: 0.5;
}

div p {
    display: block;
}

/*メインエリア基本レイアウト*/
main {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}

@media screen and (min-width: 768px) {
    main {
        padding-left: 30px;
        padding-right: 30px;
    }

    .home-maincopy {
        font-size: 1.8rem;
    }

    a[href^="tel:"] {
        pointer-events: none !important;
    }

    .img-positon img {
        width: 50%;
    }

}

@media screen and (min-width: 480px) {
    main {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-maincopy {
        font-size: 1.5rem;
    }

    .img-positon img {
        width: 100%;
    }
}

.header_wrapper {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    gap: 8px;
}

.header_image_area {
    position: relative;
    width: 80px;
    height: 100%;
}

.header_image_area img {
    display: inline-block;
    position: absolute;
    top: 10px;
}

.header_text_area {
    height: 100%;
}

.header_text_subtitle {
    height: 30px;
    line-height: 30px;
    margin-left: 4px;
}

.header_text_title {
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    font-weight: bold;
    color: red;
}

.swiper,
.swiper-wrapper,
.swiper-slide {
    height: 300px;
}

.swiper-slide img {
    display: inline-block;
    height: 100%;
    object-fit: contain;
}

.swiper-img2nd {
    height: 330px !important;
}

@media screen and (max-width: 500px) {
    .swiper,
    .swiper-wrapper,
    .swiper-slide {
        height: 200px;
    }

    .swiper-img2nd {
        height: 210px !important;
    }
}