@charset "UTF-8";
.news_wrap {
    padding: 60px 0 0 0;
}
.sec-ttl {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.sec-ttl span {
    display: inline-block;
    position: relative;
    padding-top: 35px;
}
.sec-ttl span:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    z-index: 10;
}
.news_wrap .sec-ttl span:before {
    width: 67px;
    height: 18px;
    margin-left: -34px;
    background: url("../img/news-ttl.png") no-repeat center center;
}
.about_wrap .sec-ttl span:before {
    width: 79px;
    height: 20px;
    margin-left: -39px;
    background: url("../img/about-ttl.png") no-repeat center center;
}
.company_wrap .sec-ttl span:before {
    width: 225px;
    height: 25px;
    margin-left: -112px;
    background: url("../img/company-ttl.png") no-repeat center center;
}
.access_wrap .sec-ttl span:before {
    width: 90px;
    height: 18px;
    margin-left: -45px;
    background: url("../img/access-ttl.png") no-repeat center center;
}
.blog_wrap .sec-ttl span:before {
    width: 56px;
    height: 25px;
    margin-left: -28px;
    background: url("../img/blog-ttl.png") no-repeat center center;
}
.news_wrap .sec-ttl span:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -24px;
    right: -30px;
    width: 106px;
    height: 37px;
    background: url("../img/news-ttl_icn.png") no-repeat center center;
    z-index: 10;
}
.blog_wrap .sec-ttl span:after {
    content: "";
    position: absolute;
    display: block;
    top: -32px;
    right: -30px;
    width: 60px;
    height: 63px;
    background: url("../img/blog-ttl_icn.png") no-repeat center center;
    z-index: 10;
}
.c-news_lst li.is-hidden {
    display: none;
}
.js-morebtn,
.js-clsbtn {
    display: table;
    width: 200px;
    height: 40px;
    margin: 0 auto;
}
.js-morebtn.on,
.js-clsbtn.on {
    display: none;
}
.js-morebtn .btn,
.js-clsbtn .btn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #ff8b84;
    border: 1px solid #ff8b84;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
}
.js-morebtn .btn span,
.js-clsbtn .btn span {
    display: inline-block;
    position: relative;
    padding: 0 20px 0 8px;
}
.js-morebtn .btn span:before,
.js-clsbtn .btn span:before {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 11px;
    top: 50%;
    right: 0;
    margin-top: -6px;
    z-index: 10;
    background: url(../img/inc_arw.png) no-repeat center center;
}
.js-morebtn .btn span:before {
    transform: rotate(90deg);
}
.js-clsbtn .btn span:before {
    transform: rotate(-90deg);
}
.news_img {
    position: relative;
    z-index: -1;
    margin-top: -60px;
}
.news_img img {
    width: 100%;
}
.about_wrap {
    padding: 90px 0 65px 0;
    background: #fff2f1;
}
.aboutDtl_wrap {
    margin-top: 60px;
}
.aboutDtl_wrap.is-ver2 {
    margin-top: 70px;
}
.aboutDtl_img {
    width: 50%;
    text-align: center;
}
.aboutDtl_wrap dl {
    width: 50%;
}
.aboutDtl_wrap dl dt {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 25px;
    background: linear-gradient(transparent 75%, #ffc9c5 25%);
}
.aboutDtl_wrap dl dd {
    font-size: 16px;
    line-height: 2.2;
}
.program_wrap {
    position: relative;
    margin-top: 70px;
    margin-bottom: 20px;
    padding-bottom: 40px;
}
.program_wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: url("../img/shape01.png") repeat center left;
}
.program-ttl {
    width: 270px;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    margin: 0 auto;
    background: #ff8b84;
}
.program_lst {
    margin-top: 25px;
}
.program_lst li {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: 460px;
    min-height: 160px;
    margin-top: 30px;
    padding: 20px 30px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #f2e6e5;
    box-sizing: border-box;
}
.program_dtl {
    width: calc(100% - 78px);
    padding-right: 25px;
    box-sizing: border-box;
}
.program_dtl dt {
    font-size: 18px;
    color: #ff8b84;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    margin-left: -0.5em;
}
.program_dtl dt span {
    letter-spacing: -0.1em;
}
.program_dtl dd {
    font-size: 14px;
}
.program_img {
    margin-top: 20px;
}
.schedule_in {
    position: relative;
    width: 50%;
    height: 100%;
    padding-top: 30px;
}
.schedule_in:before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/shape02.png") repeat top center;
}
.schedule_in:first-child:before {
    content: none;
}
.schedule_ttl {
    position: relative;
    width: 360px;
    margin: 0 auto;
    padding-bottom: 45px;
}
.schedule-ttl {
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    background: #ff8b84;
    border-radius: 25px;
}
.schedule-txt {
    position: absolute;
    bottom: 20px;
    right: 25px;
    z-index: 10;
    font-size: 12px;
    font-weight: bold;
    color: #ff8b84;
}
.schedule_lst {
    width: 360px;
    margin: 0 auto;
}
.schedule_lst li {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    min-height: 70px;
}
.schedule_lst li .date {
    font-family: 'Roboto', sans-serif;
    position: relative;
    width: 100%;
    max-width: 75px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #ff8b84;
}
.schedule_lst li .date:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: calc(100% - 35px);
    top: 31px;
    left: 24px;
    border-left: 4px dotted #ff8b84;
}
.schedule_lst li:last-child .date:before {
    content: none;
}
.schedule_lst li .txt {
    font-size: 18px;
    line-height: 1.2;
}
.schedule_lst li .txt span {
    display: block;
    font-size: 14px;
}
.note_lst {
    margin-top: 50px;
    padding: 0 50px;
}
.note_lst li {
    position: relative;
    padding-left: 1em;
}
.note_lst li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.company_wrap {
    padding: 100px 0 60px 0;
}
.company_table {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 50px;
    border-top: 1px solid #dadfe0;
}
.company_table tr {
    border-bottom: 1px solid #dadfe0;
}
.company_table tr th {
    width: 230px;
    font-size: 16px;
    font-weight: bold;
    background: #f7f7f7;
    padding-left: 40px;
    box-sizing: border-box;
}
.company_table tr td {
    font-size: 16px;
    padding: 18px 0;
    padding-left: 40px;
    box-sizing: border-box;
}
.group_wrap {
    padding: 60px 0 20px 0;
}
.blogCircle_img {
    background: #fff2f1;
}
.blogCircle_img img {
    width: 100%;
}
.blog_wrap {
    padding: 0 0 65px 0;
}
.blog_lst {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 750px;
    margin: 50px auto 50px auto;
}
.blog_img {
    position: relative;
    width: 350px;
    height: 250px;
    border: 1px solid #ff8b84;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}
.blog_img img {
    position: absolute;
    width: auto;
    /* height: 100%; */
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* object-fit: cover; */
}
.blog-cat {
    display: inline-block;
    min-width: 100px;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    border-radius: 20px;
    background: #ff8b84;
    box-sizing: border-box;
    margin-top: 15px;
}
.blog-ttl {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.blog-updata {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
    color: #ff8b84;
}
/*20240305*/
.region_wrap {
    margin-top: 70px;
}
.regionCon_wrap {
    margin-top: 40px;
    padding: 70px 0;
    border: 1px solid #dddddd;
    border-radius: 30px;
    background: #fff;
}
.regionCon_img {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    padding-top: 65px;
}
.regionImgIcn-txt {
    position: absolute;
    z-index: 10;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}
.regionImgIcn-txt.is-ver1 {
    bottom: 0;
    left: 50%;
    margin-left: -325px;
}
.regionImgIcn-txt.is-ver2 {
    top: 115px;
    left: 50%;
    margin-left: -255px;
}
.regionImgIcn-txt.is-ver3 {
    line-height: 1.1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.regionImgIcn-txt.is-ver4 {
    top: 115px;
    right: 50%;
    margin-right: -235px;
}
.regionImgIcn-txt.is-ver5 {
    bottom: 0;
    right: 50%;
    margin-right: -360px;
}
.regionImg-txt {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.regionImg-txt span {
    color: #ff8b84;
}
.regionCon-txt {
    font-size: 16px;
    text-align: center;
}
.regionCon_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}
.regionCon_detail dl {
    position: relative;
    margin-bottom: 40px;
    padding: 0 0 0 115px;
}
.regionCon_detail dl:last-child {
    margin-bottom: 0;
}
.regionCon_detail dl:before {
    content: "";
    position: absolute;
    display: block;
    width: 101px;
    height: 97px;
    top: 50%;
    left: 0;
    margin-top: -48px;
    z-index: 10;
}
.regionCon_detail dl:nth-child(1):before {
    background: url("../img/region_icn1.png") no-repeat center center;
}
.regionCon_detail dl:nth-child(2):before {
    background: url("../img/region_icn2.png") no-repeat center center;
}
.regionCon_detail dl:nth-child(3):before {
    background: url("../img/region_icn3.png") no-repeat center center;
}
.regionCon_detail dl:nth-child(4):before {
    background: url("../img/region_icn4.png") no-repeat center center;
}
.regionCon_detail dl:nth-child(5):before {
    background: url("../img/region_icn5.png") no-repeat center center;
}
.regionCon_detail dl dt {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.regionImgIcn-txt.is-ver1,
.regionCon_detail dl:nth-child(1) dt {
    color: #ff8b84;
}
.regionImgIcn-txt.is-ver2,
.regionCon_detail dl:nth-child(2) dt {
    color: #f7bf7a;
}
.regionImgIcn-txt.is-ver3,
.regionCon_detail dl:nth-child(3) dt {
    color: #71ec77;
}
.regionImgIcn-txt.is-ver4,
.regionCon_detail dl:nth-child(4) dt {
    color: #86bdff;
}
.regionImgIcn-txt.is-ver5,
.regionCon_detail dl:nth-child(5) dt {
    color: #c885ff;
}
.regionCon_detail dl dd {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 5px;
}
.regionCon_detail dl dd ul li {
    position: relative;
    padding: 0 0 0 3em;
}
.regionCon_detail dl dd ul li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
/*20240918*/
.access_wrap {
    padding: 60px 0;
    background: #fff2f1;
}
.access_lst {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 55px;
}
.access_lst > li {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 10px 0px rgba(96, 96, 96, 0.06);
}
.access_lst > li:last-child {
    margin-bottom: 0;
}
.accessTop_wrap {
    position: relative;
    width: 100%;
    padding-right: 100px;
    box-sizing: border-box;
}
.class-name {
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
}
.label_lst {
    display: -webkit-box;
    display: flex;
}
.label_lst li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 110px;
    height: 42px;
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    border-radius: 4px;
    background: #ff8b84;
}
.label_lst li.is-habii {
    background: #86bdff;
}
.label_lst li:last-child {
    margin-right: 0;
}
.tgl-btn {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.tgl-btn span {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 40px 0 0 0;
}
.tgl-btn span::before,
.tgl-btn span::after {
    position: absolute;
    content: '';
    top: 22px;
    right: 12px;
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background: #ff8b84;
    margin: -10px 0 0 0;
    transform: rotate(45deg);
}
.tgl-btn span::before {
    right: 24px;
    transform: rotate(-45deg);
}
.access_lst li.on .tgl-btn span::before {
    transform: rotate(45deg);
}
.access_lst li.on .tgl-btn span::after {
    transform: rotate(-45deg);
}
.accessInfo_wrap {
    display: none;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    box-sizing: border-box;
    border-top: 1px solid #dae0e0;
}
.access_lst li.on .accessInfo_wrap {
    display: block;
}
.info-ttl,
.evaluation-ttl {
    width: 15%;
    font-size: 14px;
    line-height: 1.4;
    color: #ff8b84;
    text-align: center;
}
.address-txt {
    width: 50%;
    font-size: 16px;
    padding-left: 30px;
    box-sizing: border-box;
}
.map-lnk {
    width: 35%;
}
.map-lnk a {
    display: inline-block;
    position: relative;
    line-height: 1.2;
    text-align: center;
    padding-left: 35px;
}
.map-lnk a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(../svg/map.svg) no-repeat center center;
    background-size: 100% auto;
}
.evaluation_wrap {
    margin-top: 30px;
}
.evaluation_in {
    width: 85%;
    margin-top: 5px;
    padding-left: 30px;
    box-sizing: border-box;
}
.evaluation_lst {
    margin-bottom: 20px;
}
.evaluation_lst:last-child {
    margin-bottom: 0;
}
.evaluation_lst li {
    width: 335px;
    margin-top: 10px;
    margin-right: 10px;
}
.evaluation_lst li a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    text-align: left;
    color: #fff;
    background: #ff8b84;
    padding: 6px 0;
    border-radius: 40px;
    box-sizing: border-box;
}
.evaluation_lst.is-habii li a,
.evaluation_lst li.is-jihatsu a {
    background: #86bdff;
}
.evaluation_lst li a span.is-icn {
    display: block;
    position: relative;
    padding-left: 30px;
}
.evaluation_lst li a span.is-icn::before,
.evaluation_lst li a span.is-icn::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
}
.evaluation_lst li a span.is-icn::before {
    border-radius: 50%;
    background: #fff;
    margin: -8px 0 0 0;
}
.evaluation_lst li.is-jihatsu a span.is-icn::before {
    border: 1px solid #fff;
    background: #86bdff;
    box-sizing: border-box;
}
.evaluation_lst li.is-houday a span.is-icn::before {
    border: 1px solid #fff;
    background: #ff8b84;
    box-sizing: border-box;
}
.evaluation_lst li a span.is-icn::after {
    left: 15px;
    width: 3px;
    height: 3px;
    border-right: 1px solid #ff8b84;
    border-top: 1px solid #ff8b84;
    margin: -2px 0 0 0;
    transform: rotate(45deg);
}
.evaluation_lst.is-habii li a span.is-icn::after {
    border-right: 1px solid #86bdff;
    border-top: 1px solid #86bdff;
}
.evaluation_lst li.is-jihatsu a span.is-icn::after,
.evaluation_lst li.is-houday a span.is-icn::after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}
@media (min-width: 896px) {
    .js-morebtn .btn:hover,
    .js-clsbtn .btn:hover {
        color: #fff;
        background: #ff8b84;
    }
    .js-morebtn .btn:hover span:before,
    .js-clsbtn .btn:hover span:before {
        background: url("../img/inc_arw_w.png") no-repeat center center;
    }
    .aboutDtl_wrap {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
    }
    .aboutDtl_wrap.is-ver2 {
        -webkit-box-orient: horizontal;
      	-webkit-box-direction: reverse;
      	-ms-flex-direction: row-reverse;
      	flex-direction: row-reverse;
    }
    .program_lst {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
        -webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
    }
    .program_lst li:nth-child(-n+2) {
        margin-top: 0;
    }
    .schedule_wrap {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
    }
    .blog-ttl a:hover {
        text-decoration: none;
    }
    .blog_img a:hover {
        opacity: 0.7;
    }
    .accessTop_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .classInfo_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .evaluation_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .evaluation_lst {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .evaluation_lst li:nth-child(2n) {
        margin-right: 0;
    }
    .evaluation_lst li:nth-child(-n+2) {
        margin-top: 0;
    }
    .evaluation_lst li a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
}
@media only screen and (max-width: 896px) {
    .news_wrap {
        padding: 40px 15px 0 15px;
    }
    .sec-ttl {
        font-size: 20px;
    }
    .sec-ttl span {
        padding-top: 22px;
    }
    .news_wrap .sec-ttl span:before {
        width: 39px;
        height: 11px;
        margin-left: -20px;
        background: url("../img/sp/news-ttl.png") no-repeat center center;
        background-size: 100% auto;
    }
    .about_wrap .sec-ttl span:before {
        width: 52px;
        height: 13px;
        margin-left: -26px;
        background: url("../img/sp/about-ttl.png") no-repeat center center;
        background-size: 100% auto;
    }
    .company_wrap .sec-ttl span:before {
        width: 150px;
        height: 16px;
        margin-left: -75px;
        background: url("../img/sp/company-ttl.png") no-repeat center center;
        background-size: 100% auto;
    }
    .access_wrap .sec-ttl span:before {
        width: 60px;
        height: 12px;
        margin-left: -30px;
        background: url("../img/sp/access-ttl.png") no-repeat center center;
        background-size: 100% auto;
    }
    .blog_wrap .sec-ttl span:before {
        width: 32px;
        height: 15px;
        margin-left: -16px;
        background: url("../img/sp/blog-ttl.png") no-repeat center center;
        background-size: 100% auto;
    }
    .news_wrap .sec-ttl span:after {
        bottom: -12px;
        right: -20px;
        width: 81px;
        height: 29px;
        background: url("../img/sp/news-ttl_icn.png") no-repeat center center;
        background-size: 100% auto;
    }
    .blog_wrap .sec-ttl span:after {
        top: -36px;
        right: -24px;
        width: 50px;
        height: 52px;
        background: url("../img/sp/blog-ttl_icn.png") no-repeat center center;
        background-size: 100% auto;
    }
    .js-morebtn,
    .js-clsbtn {
        width: 180px;
        height: 30px;
    }
    .js-morebtn .btn,
    .js-clsbtn .btn {
        font-weight: normal;
    }
    .js-morebtn .btn span,
    .js-clsbtn .btn span {
        padding: 0 29px 0 14px;
    }
    .js-morebtn .btn span:before,
    .js-clsbtn .btn span:before {
        background: url("../img/sp/inc_arw.png") no-repeat center center;
        background-size: 100% auto;
    }
    .news_img {
        margin: 30px -15px 0;
    }
    .news_img img {
        width: 100%;
        height: auto;
    }
    .about_wrap {
        padding: 30px 0;
    }
    .aboutDtl_wrap {
        margin-top: 23px;
    }
    .aboutDtl_wrap.is-ver2 {
        margin-top: 35px;
    }
    .aboutDtl_img {
        width: 100%;
    }
    .aboutDtl_wrap dl {
        width: 100%;
        margin-top: 35px;
    }
    .aboutDtl_wrap dl dt {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .aboutDtl_wrap dl dd {
        font-size: 14px;
    }
    .program_wrap {
        position: relative;
        margin-top: 30px;
        margin-bottom: 50px;
        padding-bottom: 70px;
    }
    .program_wrap:before {
        height: 2px;
        background: url("../img/shape01.png") repeat center left;
        background-size: 8px auto;
    }
    .program-ttl {
        width: 180px;
        font-size: 14px;
        line-height: 35px;
    }
    .program_lst {
        margin-top: 30px;
    }
    .program_lst li {
        width: 100%;
        min-height: inherit;
        margin-top: 20px;
        padding: 15px;
        border-radius: 10px;
    }
    .program_lst li:first-child {
        margin-top: 0;
    }
    .program_dtl {
        width: calc(100% - 59px);
        padding-right: 5px;
    }
    .program_dtl dt {
        font-size: 14px;
    }
    .program_dtl dd {
        font-size: 12px;
        padding-right: 15px;
    }
    .program_img {
        margin-top: 10px;
    }
    .schedule_in {
        width: 100%;
        padding-top: 15px;
    }
    .schedule_in:first-child {
        padding-top: 0;
    }
    .schedule_in:before {
        content: none;
    }
    .schedule_ttl {
        width: 290px;
        padding-bottom: 35px;
    }
    .schedule-ttl {
        font-size: 14px;
        line-height: 35px;
    }
    .schedule-txt {
        bottom: 10px;
        right: 0;
        font-size: 11px;
    }
    .schedule_lst {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .schedule_lst li {
        min-height: 50px;
    }
    .schedule_lst li .date {
        max-width: 55px;
        font-size: 16px;
    }
    .schedule_lst li .date:before {
        height: calc(100% - 25px);
        top: 22px;
        left: 20px;
        border-left: 2px dotted #ff8b84;
    }
    .schedule_lst li .txt {
        font-size: 16px;
    }
    .schedule_lst li .txt span {
        font-size: 12px;
        margin-top: 5px;
    }
    .note_lst {
        margin-top: 10px;
        padding: 0;
    }
    .company_wrap {
        padding: 40px 15px;
    }
    .company_table {
        margin-top: 22px;
    }
    .company_table tr th {
        width: 110px;
        font-size: 14px;
        padding-left: 20px;
    }
    .company_table tr td {
        font-size: 14px;
        line-height: 1.4;
        padding: 15px 0;
        padding-left: 25px;
    }
    .group_wrap {
        padding: 30px 20px 20px 20px;
    }
    .blogCircle_img img {
        height: auto;
    }
    .blog_wrap {
        padding: 40px 0 50px 0;
    }
    .blog_lst {
        display: block;
        margin: 30px auto 50px auto;
    }
    .blog_lst li {
        width: 250px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .blog_lst li:last-child {
        margin-bottom: 0;
    }
    .blog_img {
        width: 250px;
        height: 180px;
    }
    .blog_img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .blog-cat {
        min-width: 70px;
        font-size: 12px;
        padding: 4px 10px;
        margin-top: 10px;
    }
    .blog-ttl {
        font-size: 16px;
        line-height: 1.6;
        margin-top: 5px;
    }
    .blog-updata {
        font-size: 14px;
        margin-top: 5px;
    }
    /*20240305*/
    .region_wrap {
        margin-top: 40px;
    }
    .regionCon_wrap {
        margin-top: 30px;
        padding: 30px 15px;
        border-radius: 10px;
    }
    .regionCon_img {
        margin-bottom: 40px;
        padding-top: 35px;
    }
    .regionCon_img img {
        width: 100%;
        max-width: 250px;
        height: auto;
    }
    .regionImgIcn-txt {
        font-size: 12px;
    }
    .regionImgIcn-txt.is-ver1 {
        bottom: 30px;
        margin-left: -145px;
    }
    .regionImgIcn-txt.is-ver2 {
        top: 35px;
        margin-left: -115px;
    }
    .regionImgIcn-txt.is-ver4 {
        top: 35px;
        margin-right: -110px;
    }
    .regionImgIcn-txt.is-ver5 {
        bottom: 35px;
        margin-right: -155px;
    }
    .regionImg-txt {
        bottom: -15px;
        font-size: 12px;
    }
    .regionCon-txt {
        font-size: 13px;
        text-align: left;
    }
    .regionCon_list {
        margin-top: 20px;
    }
    .regionCon_detail dl {
        margin-bottom: 25px;
        padding: 0 0 0 55px;
    }
    .regionCon_detail dl:before {
        width: 50px;
        height: 48px;
        margin-top: -24px;
    }
    .regionCon_detail dl:nth-child(1):before {
        background: url("../img/sp/region_icn1.png?date=20240308") no-repeat center center;
        background-size: 100% auto;
    }
    .regionCon_detail dl:nth-child(2):before {
        background: url("../img/sp/region_icn2.png?date=20240308") no-repeat center center;
        background-size: 100% auto;
    }
    .regionCon_detail dl:nth-child(3):before {
        background: url("../img/sp/region_icn3.png?date=20240308") no-repeat center center;
        background-size: 100% auto;
    }
    .regionCon_detail dl:nth-child(4):before {
        background: url("../img/sp/region_icn4.png?date=20240308") no-repeat center center;
        background-size: 100% auto;
    }
    .regionCon_detail dl:nth-child(5):before {
        background: url("../img/sp/region_icn5.png?date=20240308") no-repeat center center;
        background-size: 100% auto;
    }
    .regionCon_detail dl dt {
        font-size: 16px;
    }
    .regionCon_detail dl dd {
        font-size: 12px;
    }
    /*20240918*/
    .access_wrap {
        padding: 40px 15px 50px 15px;
    }
    .access_lst {
        margin-top: 35px;
    }
    .access_lst > li {
        margin-bottom: 20px;
        padding: 20px;
    }
    .accessTop_wrap {
        padding-right: 40px;
    }
    .class-name {
        font-size: 16px;
        padding-left: 0;
    }
    .label_lst {
        margin-top: 10px;
    }
    .label_lst li {
        width: 100px;
        height: 36px;
        font-size: 12px;
        margin-right: 10px;
    }
    .tgl-btn {
        margin-top: -15px;
        width: 30px;
        height: 30px;
    }
    .tgl-btn span {
        padding: 30px 0 0 0;
    }
    .tgl-btn span::before,
    .tgl-btn span::after {
        top: 19px;
        right: 8px;
        height: 15px;
    }
    .tgl-btn span::before {
        right: 17px;
    }
    .accessInfo_wrap {
        margin-top: 20px;
        padding-top: 20px;
    }
    .info-ttl,
    .evaluation-ttl {
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 10px;
    }
    .address-txt {
        width: 100%;
        font-size: 13px;
        padding-left: 0;
    }
    .map-lnk {
        width: 100%;
        margin-top: 10px;
    }
    .map-lnk a {
        text-align: left;
        padding-left: 25px;
    }
    .map-lnk a:before {
        margin-top: -10px;
        width: 20px;
        height: 20px;
    }
    .evaluation_wrap {
        margin-top: 20px;
    }
    .evaluation_in {
        width: 100%;
        margin-top: 5px;
        padding-left: 0;
    }
    .evaluation_lst {
        margin-bottom: 20px;
    }
    .evaluation_lst li {
        width: 100%;
        max-width: 305px;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .evaluation_lst li:last-child {
        margin-bottom: 0;
    }
    .evaluation_lst li a {
        font-size: 11px;
        padding: 8px;
    }
    .evaluation_lst li a span.is-icn {
        padding-left: 25px;
    }
    .evaluation_lst li a span.is-icn::before {
        left: 0;
    }
    .evaluation_lst li a span.is-icn::after {
        left: 5px;
    }
}
@media only screen and (max-width: 374px) {
    .regionCon_wrap {
        padding: 30px 10px;
    }
    .regionCon_img {
        padding-top: 30px;
    }
    .regionCon_img img {
        max-width: 230px;
    }
    .regionImgIcn-txt {
        font-size: 11px;
    }
    .regionImgIcn-txt.is-ver1 {
        bottom: 25px;
        margin-left: -130px;
    }
    .regionImgIcn-txt.is-ver2 {
        top: 25px;
        margin-left: -105px;
    }
    .regionImgIcn-txt.is-ver4 {
        top: 25px;
        margin-right: -95px;
    }
    .regionImgIcn-txt.is-ver5 {
        bottom: 30px;
        margin-right: -140px;
    }
    .regionImg-txt {
        bottom: -20px;
        font-size: 11px;
    }
    .regionCon-txt {
        font-size: 12px;
    }
    .regionCon_detail dl {
        padding: 0 0 0 65px;
    }
    .regionCon_detail dl:before {
        width: 60px;
        height: 57px;
        margin-top: -28px;
    }
    .regionCon_detail dl dt {
        font-size: 16px;
    }
    .class-name {
        font-size: 15px;
    }
}
