@charset "UTF-8";

/* common ---------------------------------------*/
.colorbrand {
    color: #ed8f25;
}

.f17 {
    font-size: clamp(13px, 1.5vw, 17px);
}

.fb {
    font-weight: bold;

}

.a-kijyun {
    display: block;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    width: fit-content;
    border: 1px solid #000;
    margin: 1.5em 0 0;
    color: #000;
    transition: ease .3s;
    font-size: clamp(13px, 1.6vw, 17px);
}

.a-kijyun:hover {
    opacity: 0.5;
}

.wrapper {}

.indexsection {}

.indexsection-title-wrapper {
    border-bottom: 1px solid #ec8e25;
    margin-bottom: 10px;
}

.indexsection-title-more-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.indexsection-title-nonborder-wrapper {
    border-bottom: none;
}

.indexsection-title {
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding-left: 30px;
    line-height: 1.8;
    background: url(../img/common/icon_square.png) no-repeat left 50%;
    background-size: 19px;
    letter-spacing: 0.02em;
}

.indexsection-title b {
    color: #231815;
    font-size: 23px;
    font-weight: bold;
}

.indexsection-title-small {
    display: inline-block;
    padding-left: 7px;
    font-size: 12px;
    color: #ec8e25;
    font-weight: normal;
}

.indexsection-title-more {
    width: 90px;
    padding-bottom: 5px;
    font-weight: bold;
    letter-spacing: 0.02em;
}

.indexsection-title-more a {
    display: block;
    padding-right: 18px;
    color: #231815;
    background: url(../img/common/icon_readmore.png) no-repeat 93% center;
    background-size: 11px;
    text-decoration: none;
    transition: all 0.25s ease;
    font-size: 15px;
}

.indexsection-title-more a:hover {
    text-decoration: underline;
}

.indexsection-block {}

.indexsection-block.colstyle2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3em;
}

.indexsection-block-2column {
    display: flex;
    gap: 3em;
    /* justify-content: space-between; */
}

.indexsection-block-2column-item {
    width: auto;
    /*	padding-top: 40px;*/
}

.indexsection-block-title {}

.indexsection-block-list {
    white-space: nowrap;
}

.indexsection-block-list-item {
    font-size: clamp(11px, 1.4vw, 18px);
    line-height: 1.8;
    letter-spacing: 0.02em;
}

.indexsection-block-text {
    font-size: 20px;
    line-height: 1.8;
    color: #231815;
    margin-bottom: 25px;
}

.indexsection-block-text-small {
    font-size: 17px;
    margin-bottom: 30px;
    text-align: justify;
}

/* indexkv ---------------------------------------*/
.indexkv-wrapper {
    position: relative;
    padding-top: clamp(50px, 15vw, 100px);
    margin: 89px 60px 0 60px;
}

.indexkv-container {
    position: relative;
}

.indexkv {
    position: relative;
    overflow: hidden;
}

.indexkv img {
    width: 100%;
}

.indexkv-slider-item {
    position: relative;
}

.kvhead2 {
    position: absolute;
    top: clamp(30px, 5vw, 100px);
    right: 0;
    text-align: right;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: normal;
}

.kvhead2 span {
    z-index: 2;
    background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.6) 0%);
    padding: clamp(5px, 0.8vw, 10px) clamp(10px, 1.5vw, 20px);
    font-size: clamp(18px, 2.5vw, 32px);
    line-height: clamp(1.2, calc(1.2 + 0.8 * ((100vw - 320px) / 960)), 2);
    color: #231815;
    letter-spacing: 0.02em;
    text-align: right;
    display: inline;
    width: fit-content;
    max-width: calc(100% - clamp(40px, 6vw, 80px));
    box-sizing: border-box;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.3s ease, transform 0.3s ease;

}

.kvhead2 span.animate {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .3s;
}

.indexkv-title {
    width: 61%;
    margin: 0 auto;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}

.indexkv-copyright {
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    z-index: 2;
    color: #231815;
    font-size: 10px;
    letter-spacing: 0.01em;
    font-weight: bold;
}

.indexkv-info {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -136px;
    left: 50%;
    transform: translate(-50%, 10px);
    z-index: 2;
}

.animation.on.indexkv-info {
    transform: translate(-50%, 0);
}

.indexkv-info-detail {
    width: 50%;
    background-color: #524740;
    padding: 30px 20px 30px 40px;
    box-sizing: border-box;
}

.indexkv-info-subject {
    color: #fff;
    font-size: 0;
}

.indexkv-info-subject-head {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    vertical-align: top;
    padding-left: 16px;
    background: url(../img/common/icon_square.png) no-repeat left center;
    background-size: 12px 12px;
}

.indexkv-info-subject-detail {
    display: inline-block;
    font-size: 18px;
    line-height: 1.35;
    font-weight: bold;
    vertical-align: top;
    margin-bottom: 4px;
    letter-spacing: 0.02em;
}

.indexkv-info-tel {
    color: #ec8e25;
    font-size: 35px;
    padding-left: 35px;
    background: url(../img/common/icon_tel.png) no-repeat left center;
    background-size: 23px 32px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-bottom: 2px;
}

.indexkv-info-address {
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.indexkv-info-address a {
    display: inline-block;
    padding: 2px 7px;
    vertical-align: bottom;
    background-color: #ec8e25;
    margin-left: 15px;
    text-decoration: none;
    color: #231815;
    transition: all 0.25s ease;
    font-size: 13px;
    line-height: 1.4;
    font-weight: bold;
}

.indexkv-info-address a:hover {
    opacity: 0.7;
}


.indexkv-info-calendar {
    width: 100%;
    background-color: #fdf1e3;

    box-sizing: border-box;
}

.indexkv-info-calendar .news {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 1em;
}

.postdetaile {
    width: fit-content;
    white-space: nowrap;
    display: block;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
    padding: 5px 10px;
    font-size: clamp(11px, 1.4vw, 15px);
    margin-left: auto;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.indexkv-info-calendar .news .newsleft {
    background: #ed8f25;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

.indexkv-info-calendar .news .newsright {
    box-sizing: border-box;
    padding: 0 20px;

}

.indexkv-info-calendar .news .newsright .indexnews-list li:last-child {
    border-bottom: none;
}



.indexkv-info-calendar-table {
    border-collapse: collapse;
    border: 1px solid #4c4948;
    margin-bottom: 5px;
}

.indexkv-info-calendar-table tr {}

.indexkv-info-calendar-table th {
    border-collapse: collapse;
    border: 1px solid #4c4948;
    background-color: #fdf1e3;
    width: calc(75% / 7);
    text-align: center;
    padding: 5px 5px;
    box-sizing: border-box;
    color: #231815;
    line-height: 1.3;
    font-size: 15px;
}

.indexkv-info-calendar-table th.is-large {
    width: 25%;
    font-size: 14px;
}

.indexkv-info-calendar-table th.is-special {
    background-color: #ec8e25;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.indexkv-info-calendar-table td {
    border-collapse: collapse;
    border: 1px solid #4c4948;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
    position: relative;
    color: #231815;
    line-height: 1.3;
    font-size: 15px;
}

.indexkv-info-calendar-table td img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.indexkv-info-calendar-table td.is-rest {
    background-color: #f0f0f0;
}

.indexkv-info-calendar-table td img {
    width: 13px;
    height: 13px;
}

.indexkv-info-calendar-detail {}

.indexkv-info-calendar-detail-text {
    font-size: 13px;
    color: #231815;
    display: inline-block;
    padding-left: 13px;
    background: url(../img/common/icon_point_orange.png) no-repeat left center;
    background-size: 11px;
    line-height: 1.1;
}

/* bnr ---------------------------------------*/
#bnr {
    padding: 60px 0 140px;
    background-color: #fdeedc;
}

.topbnrlist-wrapper {}

.topbnrlist li:nth-child(1) {
    grid-area: a;
}

.topbnrlist li:nth-child(2) {
    grid-area: b;
}

.topbnrlist li:nth-child(3) {
    grid-area: c;
}

.topbnrlist li:nth-child(4) {
    grid-area: d;
}

.topbnrlist li:nth-child(5) {
    grid-area: e;
}

.topbnrlist li:nth-child(6) {
    grid-area: f;
}

.topbnrlist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-template-areas: "a b" "c d" "e f";
}

.topbnrlist li {}

.topbnrlist li:last-child {
    margin-bottom: 0;
}

.topbnrlist li img {
    width: 100%;
    height: auto;
}

.topbnrlist-1 {
    width: calc(50% - 10px);
}

.topbnrlist-2 {
    width: calc(50% - 10px);
}

/* indexnews ---------------------------------------*/
.indexnews {
    padding: 137px 20px 60px;
}

.indexnews li {
    padding: 10px 0;
    display: flex;
}

.indexnews-inner {
    max-width: 824px;
    margin: 0 auto;
    padding-top: 50px;
}

.indexnews-title-wrapper {
    margin-bottom: 0;
    padding-bottom: 8px;

}

.indexnews-title {
    background: url(../img/common/icon_news.png) no-repeat 7px 30%;
    background-size: 27px;
    padding-left: 47px;
}

.indexnews-list {}

.indexnews-list-item {
    border-bottom: 1px solid #898989;
}

.indexnews-list-item a {
    text-decoration: none;
    color: #231815;
    display: flex;
    padding: 13px 0;
    align-items: center;
    /* background: url(../img/common/icon_arrow.png) no-repeat right center; */
    background-size: 8px;
}

.indexnews-list-date {
    width: 130px;

}

.indexnews-list-title {
    width: calc(100% - 130px);
    font-size: clamp(14px, 1.6vw, 18px);
}

.indexnews-list-item a:hover .indexnews-list-title {
    text-decoration: underline;
}

/* indexabout ---------------------------------------*/
.indexabout {
    position: relative;
}

.indexabout-title-wrapper {
    position: relative;
    z-index: 2;
}

.indexabout-title {
    width: 170px;
    position: absolute;
    top: -74px;
    left: 50%;
    transform: translate(-50%, 0);
}

.indexabout-title img {
    width: 100%;
}

.indexabout-staff {
    display: flex;
    justify-content: space-between;
}

.indexabout-staff-image {
    width: 50%;
}

.indexabout-staff-image img {
    width: 100%;
}

.indexabout-staff-image-right {
    order: 1;
}

.indexabout-staff-image-director {
    background: url(../img/index/ph_director.jpg) no-repeat center center;
    background-size: cover;
}

.indexabout-staff-image-president {
    background: url(../img/index/ph_president.jpg) no-repeat center center;
    background-size: cover;
}

.indexabout-staff-detail {
    width: 50%;
    padding-top: 12px;
}

.indexabout-staff-detail-director {
    background-color: #ec8e25;
    color: #fff;
}

.indexabout-staff-detail-inner {
    width: calc(100% - 80px);
    max-width: 570px;
    padding: 68px;
    box-sizing: border-box;
}

#sec02-01 .indexabout-staff-detail-inner {
    padding: 119px 68px;
}

.indexabout-staff-detail-director .indexabout-staff-detail-inner {
    margin-left: auto;
    margin-right: 0;
}

#sec02-02 .indexabout-staff-detail-inner {
    padding: 68px;
}

#sec02-03,
#sec02-04 {
    padding-top: 40px;

}

#sec02-03 {
    width: 45%;
}

#sec03-01,
#sec03-03 {
    padding-top: 20px;
}

#sec03-04,
#sec03-02 {
    /* padding-top: 30px; */
    /* margin-top: -20px; */
}

.indexabout-staff-detail-president .indexabout-staff-detail-inner {
    margin-left: 0;
    margin-right: auto;
}

.indexabout-staff-title {
    font-size: 0;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
}

.indexabout-staff-detail-president .indexabout-staff-title {
    border-color: #ec8e25;
}

.indexabout-staff-detail-president .indexabout-staff-title span {
    color: #ec8e25;
}

.indexabout-staff-title b {
    display: inline-block;
    font-size: 23px;
    line-height: 1.7;
    padding: 0 15px 0 52px;
    letter-spacing: 0.07em;
}

.indexabout-staff-detail-director .indexabout-staff-title b {
    background: url(../img/common/icon_director.png) no-repeat left top;
    background-size: 35px;
}

.indexabout-staff-detail-president .indexabout-staff-title b {
    background: url(../img/common/icon_president.png) no-repeat left top;
    background-size: 34px;
}

.indexabout-staff-title span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.6;
}

.indexabout-staff-bigmessage {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 13px;
    letter-spacing: 0.02em;
}

.indexabout-staff-bigmessage-president {
    color: #ec8e25;
}

.indexabout-staff-text {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 25px;
    letter-spacing: 0.02em;
    text-align: justify;
}

.firststaff {
    letter-spacing: 3px;
}

.firststaff+.indexabout-staff-person {
    margin-top: 2rem;
}

.secstaff {
    letter-spacing: 2px;
}

.indexnote-panel-image img.catch_first {
    width: 310px;
    height: 310px;
    object-fit: cover;
}

.indexabout-staff-person {
    text-align: right;
    margin-top: 1rem;
}

.indexabout-staff-person small {
    display: inline-block;
    padding-right: 20px;
    font-size: 15px;
    font-weight: bold;
}

.indexabout-staff-person span {
    display: inline-block;
    width: 158px;
}

.indexabout-staff-person span img {
    width: 100%;
}

.indexabout-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 130px;
    background: #fceddb;
}

.indexabout-image {
    width: calc(25% - 10px);
}

.indexabout-image img {
    width: 100%;
}

.indexabout-detail {
    padding: 0px 20px 50px;
    background-color: #fceddb;
}

.indexabout-detail-title-certification {
    background: url(../img/common/icon_certification.png) no-repeat 2px 30%;
    background-size: 25px;
    padding-left: 42px;
    letter-spacing: 0.02em;
}

.indexabout-detail-title-society {
    background: url(../img/common/icon_affiliated.png) no-repeat 4px 30%;
    background-size: 32px;
    padding-left: 60px;
    width: 100%;
}

/* indexinfo ---------------------------------------*/
.indexinfo {
    position: relative;
    padding: 0 0 140px;
}

.indexinfo-title-wrapper {
    position: relative;
    z-index: 2;
}

.indexinfo-title {
    width: 170px;
    position: absolute;
    top: -74px;
    left: 50%;
    transform: translate(-50%, 0);
}

.indexinfo-title img {
    width: 100%;
}

.indexinfo-image-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 47px;
}

.indexinfo-att {
    font-size: clamp(13px, 1.6vw, 17px);
    line-height: 1.6;
}

.indexinfo-image {}

.indexinfo-image img {
    width: 100%;
}

.indexinfo-detail {
    padding: 0 20px;
}

.indexsection-table-wrapper {}

.indexsection-table {
    border-collapse: collapse;
    border: 1px solid #4c4948;
    margin-bottom: 15px;
}

.indexsection-table tr {}

.indexsection-table th {
    border-collapse: collapse;
    border: 1px solid #4c4948;
    background-color: #fdf1e3;
    width: calc(75% / 7);
    text-align: center;
    padding: 6px 5px;
    box-sizing: border-box;
    color: #ec8e25;
    line-height: 1.8;
}

.indexsection-table th.is-large {
    width: 25%;
    color: #231815;
    letter-spacing: -.01em;
}

.indexsection-table th.is-special {
    background-color: #ec8e25;
    color: #fff;
}

.indexsection-table td {
    border-collapse: collapse;
    border: 1px solid #4c4948;
    text-align: center;
    padding: 6px 10px;
    box-sizing: border-box;
    position: relative;
    color: #231815;
    line-height: 1.8;
}

.indexsection-table td img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.indexsection-table td.is-rest {
    background-color: #f0f0f0;
}

.indexsection-table td img {
    width: 13px;
    height: 13px;
}

.indexinfo-scheduledetail-tel {
    color: #ec8e25;
    font-size: 35px;
    padding-left: 30px;
    background: url(../img/common/icon_tel.png) no-repeat left center;
    background-size: 23px 32px;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-top: 5px;
    margin-bottom: 2px;
}

.indexinfo-scheduledetail-address {
    font-size: clamp(13px, 1.6vw, 17px);
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.indexinfo-scheduledetail-address a {
    display: inline-block;
    background-color: #ec8e25;
    padding: 2px 7px;
    margin-left: 15px;
    text-decoration: none;
    color: #fff;
    transition: all 0.25s ease;
    font-size: clamp(12px, 1.3vw, 14px);
    font-weight: bold;
    vertical-align: bottom;
}

.indexinfo-scheduledetail-address a:hover {
    opacity: 0.7;
}

.indexinfo-scheduledetail-text {
    font-size: 17px;
    color: #231815;
    padding-left: 16px;
    background: url(../img/common/icon_point_orange.png) no-repeat left center;
    background-size: 14px;
    line-height: 1.65;
}

.indexinfo-scheduledetail-text.list2 {
    background: url(../img/common/circlenotype.svg) no-repeat left center;
    background-size: 15px;
}

.dflex {
    display: flex;
    grid-template-columns: 8em 1fr;
    gap: 1em;
}

.dflex h2 {
    font-size: clamp(12px, 1.6vw, 20px);
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: #ed8f25;
    white-space: nowrap;

}

/* indexnote ---------------------------------------*/
.indexnote {
    background-color: #524741;
    padding: 67px 20px 74px;
}

.indexnote-title {
    padding: 8px 0;
    background: url(../img/common/icon_note.png) no-repeat left 30%;
    background-size: 41px;
    padding-left: 50px;
    letter-spacing: 0.02em;
}

.indexnote-title b {
    color: #fff;
}

.indexnote-title-more a {
    color: #fff;
}

.indexnote-panel {
    display: flex;
    justify-content: space-between;
    margin-top: 27px;
}

.indexnote-panel-item {
    width: 31%;
    display: flex;
    flex-direction: column;
}

.indexnote-panel-readmore {
    margin-top: auto;
}

.indexnote-panel-image {
    margin-bottom: 8px;
}

.indexnote-panel-image img {
    width: 100%;
    height: auto;
}

.indexnote-panel-title {
    font-size: 20px;
    color: #ed8f25;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 8px;
    letter-spacing: 0.02em;
    font-family: fot-tsukuardgothic-std, sans-serif;
}

.indexnote-panel-item {
    text-decoration: none;
}

.indexnote-panel-description {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 2px;
    min-height: 50px;
    letter-spacing: 0.02em;
    text-align: justify;
}

.indexnote-panel-readmore {
    text-align: right;
    font-size: 0;
}

.indexnote-panel-readmore a {
    color: #fff;
    display: inline-block;
    padding-right: 15px;
    font-size: 13px;
    background: url(../img/common/icon_read-article.png) no-repeat right center;
    background-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.indexnote-panel-readmore a:hover {
    text-decoration: underline;
}

/* indexaccess ---------------------------------------*/
.indexaccess {
    background: #fdeedc;
    padding: 65px 20px 100px;
}

.indexaccess-title-wrapper {
    border-color: #524741;
}

.indexaccess-title {
    background: url(../img/common/icon_access.png) no-repeat 3px 30%;
    background-size: 20px;
    padding-left: 36px;
    letter-spacing: 0.02em;
}

.indexaccess-transportation {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 28px;
    margin-bottom: 10px;
}

.indexaccess-transportation-item {
    width: 48%;
}

.indexaccess-transportation-title {
    background-color: #ed8f25;
    border-radius: 15px;
    color: #fff;
    padding: 74px 20px 10px 20px;
    background: url(../img/common/icon_bus.png) #ed8f25 no-repeat center 20px;
    background-size: 60px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 9px;
}

.indexaccess-transportation-title.icon_car {
    background: url(../img/common/icon_car.png) #ed8f25 no-repeat center 23px;
    background-size: 64px;
}

.indexaccess-transportation-list {
    margin-bottom: 10px;
}

.indexaccess-transportation-list-item {
    font-size: 15px;
    line-height: 1.7;
    color: #231815;
    padding-left: 15px;
    background: url(../img/common/icon_point_orange.png) no-repeat left 7px;
    background-size: 12px;
    letter-spacing: 0.02em;
}

.indexaccess-map-wrapper {
    position: relative;
}

.indexaccess-map {
    border: 1px solid #524741;
    height: 440px;
    margin-bottom: 10px;
}

.indexaccess-map iframe {
    width: 100%;
}

.indexaccess-map-large {
    position: absolute;
    right: 0;
    bottom: -30px;
}

.indexaccess-map-large a {
    color: #231815;
    display: inline-block;
    padding-right: 15px;
    font-size: 14px;
    background: url(../img/common/icon_readmore.png) no-repeat right 2px;
    background-size: 12px;
    text-decoration: none;
}

.indexaccess-map-large a:hover {
    text-decoration: underline;
}

.indexaccess-detail-address {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 2px;
}

.indexaccess-detail-address span {
    margin-right: 25px;
}

.indexaccess-detail-tel {
    color: #ec8e25;
    font-size: 35px;
    padding-left: 30px;
    background: url(../img/common/icon_tel.png) no-repeat left center;
    background-size: 23px 32px;
    font-weight: bold;
    letter-spacing: 0.02em;
}

@media screen and (min-width: 960px) {
    .indexkv-info-calendar .news .newsright .indexnews-list li:only-child {
        border-bottom: 1px solid #ccc;
    }
}

/* small pc */
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .indexabout-staff-detail-inner {
        width: 100%;
    }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
    .indexkv-info {
        bottom: -180px;
    }

    .indexnews {
        padding: 200px 20px 90px;
    }
}

@media screen and (min-width: 769px) and (max-width: 961px) {
    .indexkv-info {
        bottom: -200px;
    }

    .indexnews {
        padding: 260px 20px 125px;
    }



    .indexkv-info-detail {
        padding: 25px 25px;
    }

    .indexkv-info-tel {
        font-size: 28px;
    }

    .indexkv-info-calendar-table th {
        font-size: 12px;
    }

    .indexkv-info-calendar-table td {
        font-size: 12px;
    }

    .indexkv-info-calendar-table th.is-special {
        font-size: 12px;
    }

    .indexkv-info-calendar-table th.is-large {
        font-size: 12px;
    }
}

@media screen and (min-width: 769px) and (max-width: 870px) {
    .footernav-list-item>a {
        font-size: 16px;
    }

    .footernav-innerlist-item a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1030px) {

    .indexkv-info-calendar .news {
        grid-template-columns: 1fr;
        gap: 0;

    }

    .indexkv-info-calendar .news .newsleft {
        padding: 4px 20px;
        border-radius: 10px;
        display: inline-block;
        width: fit-content;
    }

    .indexkv-info-calendar .news .newsleft img {
        width: 132px;
    }

    .indexnews-list-item a {
        padding: 8px 0px 8px 0;
        background-size: 4px;
        box-sizing: border-box;
        gap: 10px
    }

    .indexkv-info-calendar .news .newsright {
        padding: 0;
    }

    .indexkv-info-calendar {
        padding: 25px 25px 18px;
    }

}

@media screen and (max-width: 768px) {
    .indexnote-panel-image img.catch_first_sp {
        width: 310px;
        height: 310px;
        object-fit: cover;
    }

    #sec02-03,
    #sec02-04 {
        padding-top: 0px;
        width: 100%;
    }

    #sec03-01,
    #sec03-03 {
        padding-top: 5px;
    }

    .indexsection-title-wrapper {
        border-bottom: 1px solid #ec8e25;
        margin-bottom: 10px;
    }

    .indexsection-title-more-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .indexsection-title-nonborder-wrapper {
        border-bottom: none;
        margin-bottom: 2px;
    }

    .indexsection-title {
        width: calc(100% - 70px);
        box-sizing: border-box;
        padding-left: 18px;
        line-height: 1.8;
        background: url(../img/common/icon_square.png) no-repeat left 50%;
        background-size: 10px;
    }

    .dflex h2 {
        width: 50px;
        line-height: 1.4;
        margin-top: 2px;
    }

    .indexsection-title b {
        font-size: 16px;
    }

    .indexsection-title-small {
        padding-left: 5px;
        font-size: 9px;
    }

    .indexsection-title-more {
        width: 60px;
    }

    .indexsection-title-more a {
        background-size: 8px;
        font-size: 10px;
    }

    .indexsection-title-more a:hover {
        text-decoration: underline;
    }

    .indexsection-block {}

    .indexsection-block.colstyle2 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .indexsection-block-2column {
        display: block;
    }

    .indexsection-block-2column-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .indexsection-block-title {}

    .indexsection-block-list {
        margin-bottom: 15px;
        white-space: normal;
    }

    .indexsection-block-list-item {
        font-size: 11px;
        line-height: 1.7;
    }

    .indexsection-block-text {
        font-size: 15px;
        line-height: 1.8;
        color: #231815;
        margin-bottom: 10px;
    }

    .indexsection-block-text-small {
        font-size: 14px;
        margin-bottom: 28px;
        line-height: 1.5;
    }

    .inner {
        max-width: 1000px;
        margin: 0 auto;
    }

    /* indexkv ---------------------------------------*/
    .indexkv-wrapper {
        padding-top: 108px;
        margin: 0px 0px 0 0px;
    }

    .indexkv-container {
        overflow: hidden;
        height: 100%;
    }

    .indexkv {
        position: relative;
    }

    .indexkv img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .indexkv-title {
        width: 85%;
        margin: 0 auto;
        position: absolute;
        top: 85px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 2;
    }

    .kvhead2 {
        top: clamp(10px, 4vw, 90px);

    }

    .kvhead2 span {
        padding: 1px 10px;
        font-size: clamp(20px, 4vw, 20px);
        line-height: 1.4;
        text-align: right;
        display: inline-block;
        width: fit-content;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .indexkv-copyright {
        position: absolute;
        top: 50%;
        left: -28px;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        display: inline-block;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        z-index: 2;
        color: #231815;
        font-size: 12px;
    }

    .indexkv-info {
        width: 100%;
        margin: 0 auto;
        display: block;
        position: relative;
        bottom: 0;
        left: 0%;
        transform: translate(0%, 10px);
        z-index: 2;
    }

    #sec02-02 .indexabout-staff-detail-inner,
    #sec02-01 .indexabout-staff-detail-inner {
        padding: 8px 30px 38px;
    }

    .animation.on.indexkv-info {
        transform: translate(0%, 0);
    }

    .indexkv-info-detail {
        width: 100%;
        padding: 23px 25px;
        letter-spacing: 0em;
    }

    .indexkv-info-subject {
        text-align: center;
    }

    .indexkv-info-subject-head {
        display: inline;
        font-size: 14px;
        line-height: 1.5;
        padding-left: 20px;
    }

    .indexkv-info-subject-detail {
        display: inline;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 0px;
    }

    .indexkv-info-tel {
        color: #ec8e25;
        font-size: 27px;
        padding-left: 30px;
        background: url(../img/common/icon_tel.png) no-repeat left center;
        background-size: 21px 30px;
        margin-bottom: 0;
    }

    .indexkv-info-tel a {
        display: inline-block;
        color: #ec8e25;
        text-decoration: none;
    }

    .indexkv-info-address {
        font-size: 13px;
    }

    .indexkv-info-address a {
        padding: 2px 7px;
        margin-left: 5px;
        text-decoration: none;
        color: #231815;
        font-size: 11px;
    }

    .indexkv-info-address a:hover {
        opacity: 1;
    }

    .indexkv-info-calendar {
        width: 100%;
        padding: 15px 25px;
    }

    .indexkv-info-calendar-table {
        margin-bottom: 5px;
    }

    .indexkv-info-calendar-table tr {}

    .indexkv-info-calendar-table th {
        border-collapse: collapse;
        border: 1px solid #4c4948;
        background-color: #fdf1e3;
        width: calc(75% / 7);
        padding: 3px 0px;
        color: #4c4948;
        line-height: 1.3;
        font-size: 11px;
    }

    .indexkv-info-calendar-table th.is-large {
        width: 25%;
        font-size: 12px;
    }

    .indexkv-info-calendar-table th.is-special {
        background-color: #ec8e25;
        color: #fff;
        font-weight: bold;
        font-size: 11px;
    }

    .indexkv-info-calendar-table td {
        padding: 3px 3px;
        color: #4c4948;
        line-height: 1.3;
        font-size: 11px;
    }

    .indexkv-info-calendar-table td.is-rest {
        background-color: #f0f0f0;
    }

    .indexkv-info-calendar-table td img {
        width: 10px;
        height: 10px;
    }

    .indexkv-info-calendar-detail-text {
        font-size: 13px;
        color: #231815;
        display: inline-block;
        padding-left: 13px;
        background: url(../img/common/icon_point_orange.png) no-repeat left center;
        background-size: 11px;
        line-height: 1.1;
    }

    /* bnr ---------------------------------------*/
    #bnr {
        padding: 20px 35px 80px;
        background: none;
    }

    .topbnrlist {
        grid-template-columns: 1fr;
        grid-template-areas: "b" "a" "c" "d" "e" "f";
        gap: 10px;
    }


    /* indexnews ---------------------------------------*/
    .indexnews {
        padding: 0 25px 20px;
    }

    .indexnews-title-wrapper {
        margin-bottom: 0;
    }

    #sec01 {
        padding-top: 30px;
    }

    .indexnews-title {
        background: url(../img/common/icon_news.png) no-repeat 7px 30%;
        background-size: 18px;
        padding-left: 32px;
    }

    .indexnews li {
        padding: 5px 0;

    }

    .indexkv-info-calendar .news .newsright .indexnews-list li:last-child {
        border-bottom: 1px solid #898989;
    }

    .indexnews-list-item a {
        padding: 8px 8px 8px 0;
        background-size: 4px;
    }

    .indexnews-list-date {
        width: auto;
        text-align: left;
        font-size: 10px;
    }

    .indexnews-list-title {
        width: auto;
        font-size: 11px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* indexabout ---------------------------------------*/
    .indexabout-title {
        width: 85px;
        top: -36px;
    }

    .indexabout-staff {
        display: block;
    }

    .indexabout-staff-image {
        width: 100%;
    }

    .indexabout-staff-image img {
        width: 100%;
    }

    .indexabout-staff-image-right {
        order: 1;
    }

    .indexabout-staff-image-director {
        background: #fff;
    }

    .indexabout-staff-image-president {
        background: #fff;
    }

    .indexabout-staff-detail {
        width: 100%;
        padding-top: 12px;
    }

    .indexabout-staff-detail-inner {
        width: auto;
        padding: 8px 30px 38px;
        max-width: 100%;
    }

    .indexabout-staff-detail-director .indexabout-staff-detail-inner {
        margin-left: auto;
        margin-right: 0;
    }

    .indexabout-staff-detail-president .indexabout-staff-detail-inner {
        margin-left: 0;
        margin-right: auto;
    }

    .indexabout-staff-title {
        padding: 2px 0;
        margin-bottom: 10px;
    }

    .indexabout-staff-title b {
        font-size: 16px;
        padding: 0 8px 0 35px;
    }

    .indexabout-staff-detail-director .indexabout-staff-title b {
        background: url(../img/common/icon_director.png) no-repeat 2px top;
        background-size: 25px;
    }

    .indexabout-staff-detail-president .indexabout-staff-title b {
        background: url(../img/common/icon_president.png) no-repeat 3px top;
        background-size: 20px;
    }

    .indexabout-staff-title span {
        font-size: 9px;
        letter-spacing: 0.04em;
    }

    .indexabout-staff-bigmessage {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .indexabout-staff-text {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .indexabout-staff-person {
        text-align: right;
    }

    .indexabout-staff-person small {
        padding-right: 10px;
        font-size: 11px;
    }

    .indexabout-staff-person span {
        display: inline-block;
        width: 92px;
    }

    .indexabout-staff-person span img {
        width: 100%;
    }

    .indexabout-image-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        padding-bottom: 70px;
    }

    .indexabout-image {
        width: 50%;
    }

    .indexabout-image img {
        width: 100%;
    }

    .indexabout-detail {
        padding: 30px 30px 10px;
    }

    .indexabout-detail-title-certification {
        background: url(../img/common/icon_certification.png) no-repeat 2px 30%;
        background-size: 14px;
        padding-left: 25px;
    }

    .indexabout-detail-title-society {
        background: url(../img/common/icon_affiliated.png) no-repeat 4px 30%;
        background-size: 20px;
        padding-left: 33px;
        width: 100%;
    }

    /* indexinfo ---------------------------------------*/
    .indexinfo {
        position: relative;
        padding: 0 0 10px;
    }

    .indexinfo-title {
        width: 85px;
        top: -36px;
    }

    .indexinfo-title img {
        width: 100%;
    }

    .indexinfo-image-wrapper {
        margin-bottom: 15px;
    }

    .indexinfo-image {}

    .indexinfo-image:nth-child(2) {
        width: 50%;
    }

    .indexinfo-image img {
        width: 100%;
    }

    .indexinfo-detail {
        padding: 0 30px;
    }

    .indexsection-table-wrapper {}

    .indexsection-table {
        border-collapse: collapse;
        border: 1px solid #4c4948;
        margin-bottom: 5px;
    }

    .indexsection-table tr {}

    .indexsection-table th {
        width: calc(75% / 7);
        padding: 0;
        font-size: 10px;
    }

    .indexsection-table th.is-large {
        font-size: 11px;
    }

    .indexsection-table th.is-special {
        font-size: 11px;
        font-weight: bold;
    }

    .indexsection-table td {
        padding: 4px;
        font-size: 10px;
    }

    .indexsection-table td img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .indexsection-table td.is-rest {
        background-color: #f0f0f0;
    }

    .indexsection-table td img {
        width: 10px;
        height: 10px;
    }

    .indexinfo-scheduledetail-tel {
        padding-left: 25px;
        background-size: 15px;
        margin-top: 15px;
        margin-bottom: 2px;
        font-size: 0;
    }

    .indexinfo-scheduledetail-tel a {
        color: #ec8e25;
        font-size: 19px;
        text-decoration: none;
        font-weight: bold;
    }

    .sp-recruitbnr {
        margin: 30px 0;
    }

    .a-kijyun {

        margin: 1em 0 0;
    }

    .indexinfo-scheduledetail-address {
        font-size: 12.5px;
        line-height: 1.5;
        letter-spacing: -0.04em;
    }

    .indexinfo-scheduledetail-address a {
        margin-left: 5px;
        font-size: 11px;
        font-weight: bold;
    }

    .indexinfo-scheduledetail-text {
        font-size: 14px;
        padding-left: 14px;
        background-size: 10px;
        line-height: 1.6;
    }

    /* indexnote ---------------------------------------*/
    .indexnote {
        background-color: #524741;
        padding: 30px 30px 28px;
    }

    .indexnote-title {
        padding: 2px 0;
        background: url(../img/common/icon_note.png) no-repeat 2px 30%;
        background-size: 28px;
        padding-left: 37px;
    }

    .indexnote-title b {
        color: #fff;
    }

    .indexnote-title-more a {
        color: #fff;
    }

    .indexnote-panel {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .indexnote-panel-item {
        width: 47%;
        margin-bottom: 10px;
    }

    .indexnote-panel-image {
        margin-bottom: 3px;
    }

    .indexnote-panel-title {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .indexnote-panel-description {
        color: #fff;
        font-size: 10px;
        line-height: 1.3;
        margin-bottom: 2px;
        height: 2.5em;
        overflow: hidden;
        letter-spacing: 0.08em;
        margin-bottom: 5px;
        min-height: 0;
    }

    .indexnote-panel-readmore {
        text-align: right;
        font-size: 0;
    }

    .indexnote-panel-readmore a {
        color: #fff;
        display: inline-block;
        padding-right: 15px;
        font-size: 9px;
        background: url(../img/common/icon_read-article.png) no-repeat right center;
        background-size: 12px;
        text-decoration: none;
        font-weight: bold;
    }

    /* indexaccess ---------------------------------------*/
    .indexaccess {
        background: #fdeedc;
        padding: 30px 30px 20px;
    }

    .indexaccess-title-wrapper {
        border-color: #524741;
    }

    .indexaccess-title {
        background: url(../img/common/icon_access.png) no-repeat 3px 30%;
        background-size: 11px;
        padding-left: 20px;
    }

    .indexaccess-transportation {
        display: block;
        padding: 0 10px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .indexaccess-transportation-item {
        width: 100%;
    }

    .indexaccess-transportation-title {
        border-radius: 10px;
        padding: 45px 20px 5px 20px;
        background: url(../img/common/icon_bus.png) #ed8f25 no-repeat center 10px;
        background-size: 40px;
        text-align: center;
        font-size: 16px;
        margin-bottom: 6px;
        letter-spacing: 0.06em;
    }

    .indexaccess-transportation-title.icon_car {
        background: url(../img/common/icon_car.png) #ed8f25 no-repeat center 12px;
        background-size: 44px;
    }

    .indexaccess-transportation-list {
        margin-bottom: 25px;
    }

    .indexaccess-transportation-list-item {
        font-size: 11px;
        line-height: 1.8;
        color: #231815;
        padding-left: 12px;
        background: url(../img/common/icon_point_orange.png) no-repeat left 5px;
        background-size: 8px;
    }

    .indexaccess-map-wrapper {
        position: relative;
        padding: 0 10px;
    }

    .indexaccess-map {
        height: 240px;
        margin-bottom: 30px;
    }

    .indexaccess-map iframe {
        width: 100%;
        height: 238px;
    }

    .indexaccess-map-large {
        position: absolute;
        right: 10px;
        bottom: -20px;
    }

    .indexaccess-map-large a {
        padding-right: 18px;
        font-size: 10px;
        background: url(../img/common/icon_readmore.png) no-repeat right center;
        background-size: 10px;
        text-decoration: none;
    }

    .indexaccess-detail-address {
        font-size: 13px;
        text-align: center;
    }

    .indexaccess-detail-tel {
        font-size: 0;
        padding-left: 0;
        background: none;
        text-align: center;
    }

    .indexaccess-detail-tel a {
        display: inline-block;
        color: #ec8e25;
        font-size: 19px;
        padding-left: 24px;
        background: url(../img/common/icon_tel.png) no-repeat left center;
        background-size: 16px;
        letter-spacing: 0.02em;
        text-align: center;
        text-decoration: none;
    }
}