@charset "UTF-8";
/*
	00. common
========================================================================== */
#content #low_content {
    padding: 8vw 5vw 15vw;
}
#content section:not(:last-child) {
    margin-bottom: 15vw;
}
/* crumb -------------------------------- */
#content .crumb {
    position: absolute;
    top: 14.5vw;
    left: 0;
    width: 100%;
    padding: 0.6vw 2vw 1vw;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
#content .crumb ul li {
    display: inline;
    font-size: 2.6vw;
    line-height: 1.3;
    color: #fff;
}
#content .crumb ul li::after {
    display: inline;
    content: "＞";
    padding: 0 0.6em;
    color: #fff;
}
#content .crumb ul li:last-child::after {
    display: none;
}
#content .crumb ul li a {
    color: #fff;
}
/* mv -------------------------------- */
.low #low_mv {
    position: relative;
    width: 100vw;
    height: 80vw;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.low #low_mv .low_mv_txt {
    padding: 4vw 3vw 1vw;
    min-width: 60vw;
    background: #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-align: center;
}
.low #low_mv .low_mv_txt .low_mv_txt_ttl {
    font-size: 5.2vw;
    font-weight: 600;
    line-height: 1;
}
/* low_index -------------------------------- */
#content .low_index {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 14vw;
}
#content .low_index .low_index_ttl {
    width: 7vw;
}
#content .low_index .low_index_ttl span {
    font-size: 7vw;
    color: #656160;
    writing-mode: vertical-rl;
    line-height: 0.6;
}
#content .low_index .low_index_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1.2vw 2%;
    width: calc(100% - 7vw);
}
#content .low_index .low_index_list li {
    display: block;
    width: 49%;
}
#content .low_index .low_index_list li a {
    display: block;
    border-radius: 30px;
    border: 0.4vw solid #c6b168;
    color: #c6b168;
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.3;
    padding: 2vw 7vw 2vw 3vw;
    position: relative;
    letter-spacing: 0;
}
#content .low_index .low_index_list li a span {
    font-weight: 500;
}
#content .low_index .low_index_list li a::before,
#content .low_index .low_index_list li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.2vw);
  right: 2.2vw;
  width: 2vw;
  height: 0.4vw;
  border-radius: 9999px;
  background-color: #c6b168;
  transform-origin: calc(100% - 0.2vw) 50%;
}
#content .low_index .low_index_list li a::before {
  transform: rotate(45deg);
}
#content .low_index .low_index_list li a::after {
  transform: rotate(-45deg);
}
/* anchor-link -------------------------------- */
#content .anchor-link {
    margin-bottom: 14vw;
}
#content .anchor-link .anchor-link_list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1.2vw 2%;
}
#content .anchor-link .anchor-link_list li {
    display: block;
    width: 100%;
}
#content .anchor-link .anchor-link_list li a {
    display: block;
    border-radius: 8px;
    border: 0.4vw solid #c6b168;
    color: #c6b168;
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.3;
    padding: 2.5vw 7vw 2.5vw 3vw;
    position: relative;
    height: 100%;
}
#content .anchor-link .anchor-link_list li a::before,
#content .anchor-link .anchor-link_list li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1vw);
  right: 3vw;
  width: 0.4vw;
  height: 2vw;
  border-radius: 9999px;
  background-color: #c6b168;
  transform-origin: 50% calc(100% - 1px);
}
#content .anchor-link .anchor-link_list li a::before {
  transform: rotate(45deg);
}
#content .anchor-link .anchor-link_list li a::after {
  transform: rotate(-45deg);
}
/*
    about
========================================================================== */
#about #low_mv {
  background: url("../images/about/about_mv_sp.webp") no-repeat 50% 50% / cover;
}
#about .about_reason_list > div:not(:last-child) {
  margin-bottom: 8vw;
}
/*
    philosophy
=========================================== */
#philosophy #low_mv {
  background: url("../images/about/philosophy_mv_sp.webp") no-repeat 50% 50% / cover;
}
#philosophy .about_philosophy_logomark img {
  width: 40vw;
}
/*
    history
=========================================== */
#history #low_mv {
  background: url("../images/about/history_mv_sp.webp") no-repeat 50% 50% / cover;
}
#history .history_list {
  width: 100%;
  position: relative;
}
#history .history_list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13vw;
  width: 2px;
  background: linear-gradient(to bottom, #a5505e, rgba(165, 80, 94, .25));
}
#history .history_item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 11vw;
  position: relative;
  padding: 0 0 30px;
}
#history .history_item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 15.5vw;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #a5505e;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #a5505e;
  z-index: 1;
}
#history .history_year {
  padding-top: 2px;
  font-size: 4.5vw;
  font-weight: 700;
  color: #a5505e;
  line-height: 1;
  font-family: "Zen Old Mincho", 'Noto Serif JP', serif;
}
#history .history_card {
  padding: 4vw;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,.3);
}
#history .history_card .history_list_ttl {
  font-size: 4vw;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 2vw;
}
#history .history_card .history_list_ttl:not(:first-child) {
  margin-top: 20px;
  padding-top: 18px;
}
#history .history_card figure {
  margin-top: 15px;
}
#history .history_card img {
  width: 100%;
  border-radius: 8px;
}
/*
    president
=========================================== */
#president #low_mv {
  background: url("../images/about/president_mv_sp.webp") no-repeat 50% 50% / cover;
}
.president_history {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.president_history dt {
    width: 4.5em;
    font-weight: bold;
}
.president_history dd {
    width: calc(100% - 4.5em);
    margin-bottom: 1em;
}
/*
    about teachers
=========================================== */
#teachers #low_mv {
  background: url("../images/about/teachers_mv_sp.webp") no-repeat 50% 50% / cover;
}
#teachers .teachers_cont {
    margin-bottom: 12vw;
}
#teachers .teachers_cont .img {
    margin: 0 auto 4vw;
    width: 70vw;
    border-radius: 8px;
    overflow: hidden;
}
#teachers .teachers_cont .txt .teachers_cont_position {
    margin-bottom: 12px;
    display: inline-block;
    line-height: 1;
    padding: 8px 14px;
    color: #fff;
    font-size: 2.8vw;
    background: #a5505e;
}
#teachers .teachers_cont .txt .teachers_cont_name_wrap {
    margin-bottom: 2.5vw;
}
#teachers .teachers_cont .txt .teachers_cont_name {
    display: block;
    line-height: 1;
    font-size: 6vw;
    margin-bottom: 5px;
}
#teachers .teachers_cont .txt .teachers_cont_en {
    font-size: 3vw;
}
#teachers .teachers_cont_readmore {
    position: relative;
}
#teachers .teachers_cont_readmore .teachers_cont_readmore_inner {
    position: relative;
    max-height: 80px; /* 開く前に見せたい高さを指定 */
    margin-bottom: 10px;
    overflow: hidden;
    transition: max-height 1s;
}
#teachers .teachers_cont_readmore:has(:checked) .teachers_cont_readmore_inner {
    max-height: 100vh;
}
#teachers .teachers_cont_readmore .teachers_cont_readmore_inner::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
    content: '';
}
#teachers .teachers_cont_readmore:has(:checked) .teachers_cont_readmore_inner::after {
    content: none;
}
#teachers .teachers_cont_readmore label {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: .35em 3em;
    border-radius: 30px;
    background-color: #496832;
    border:1px solid #496832;
    color: #fff;
    font-size: 3vw;
    z-index: 1;
    transition: 0.4s ease-out;
}
#teachers .teachers_cont_readmore label:hover {
    border:1px solid #496832;
    background-color: #fff;
    color: #496832;
    cursor: pointer;
}
#teachers .teachers_cont_readmore:has(:checked) label {
    display: none;
}
#teachers .teachers_cont_readmore label::after {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
#teachers .teachers_cont_readmore label:hover::after{
    background-color: #496832;
}
#teachers .teachers_cont_readmore input {
    display: none;
}
/*
    about assessment
=========================================== */
#assessment #low_mv {
  background: url("../images/about/assessment_mv_sp.webp") no-repeat 50% 50% / cover;
}

/*
    education
========================================================================== */
#education #low_mv {
    background: url("../images/education/education_mv_sp.webp") no-repeat 50% 50% / cover;
}
#education .education_section > div {
    margin-bottom: 16vw;
}
/*
    education event
=========================================== */
#event #low_mv {
    background: url("../images/education/event_mv_sp.webp") no-repeat 50% 50% / cover;
}
#event .event_cont {
    position: relative;
    margin-bottom: 14vw;
}
#event .event_cont .img {
    position: relative;
    border-top-left-radius: 4vw;
    border-top-right-radius: 4vw;
    overflow: hidden;
}
#event .event_cont .event_cont_month {
    width: 20vw;
    height: 20vw;
    position: absolute;
    left: -2vw;
    top: -10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    border-radius: 10vw;
    z-index: 1;
}
#event .event_cont .event_cont_month:nth-child(2) {
    left: 19vw;
}
#event .event_cont .event_cont_month .event_cont_month_num {
    font-size: 10vw;
    font-weight: 500;
    line-height: 0.8;
    width: 100%;
    text-align: center;
    margin-bottom: -6vw;
}
#event .event_cont .event_cont_month .event_cont_month_en {
    font-size: 3vw;
    line-height: 1;
}
#event .event_cont .txt {
    padding: 6vw 5vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 4vw;
    border-bottom-right-radius: 4vw;
    overflow: hidden;
    background: url("../images/common/bg_stripe_w01.png") repeat 0 0 / 4px;
}
#event .event_cont.event_cont_A .event_cont_month {
    background-color: #496832;
}
#event .event_cont.event_cont_A .txt {
    background-color: #e7efe1;
}
#event .event_cont.event_cont_B .event_cont_month {
    background-color: #c6b168;
}
#event .event_cont.event_cont_B .txt {
    background-color: #f8f1d7;
}
/*
    education overnight
=========================================== */
#overnight #low_mv {
    background: url("../images/education/overnight_mv_sp.webp") no-repeat 50% 50% / cover;
}
#overnight .overnight_cont {
    position: relative;
    margin-bottom: 10vw;
}
#overnight .overnight_cont .img {
    position: relative;
    border-top-left-radius: 4vw;
    border-top-right-radius: 4vw;
    overflow: hidden;
}
#overnight .overnight_cont .txt {
    padding: 6vw 5vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 4vw;
    border-bottom-right-radius: 4vw;
    overflow: hidden;
    background: url("../images/common/bg_stripe_w01.png") repeat 0 0 / 4px;
}
#overnight .overnight_cont.overnight_cont_A .txt {
    background-color: #f7e7ea;
}
#overnight .overnight_cont.overnight_cont_B .txt {
    background-color: #f8f1d7;
}
/*
    education ict
=========================================== */
#ict #low_mv {
    background: url("../images/education/ict_mv_sp.webp") no-repeat 50% 50% / cover;
}
/*
    education career
=========================================== */
#career #low_mv {
    background: url("../images/education/career_mv_sp.webp") no-repeat 50% 50% / cover;
}
/*
    education destination
=========================================== */
#destination #low_mv {
    background: url("../images/education/destination_mv_sp.webp") no-repeat 50% 50% / cover;
}
#destination .destination_university th.year {
    width: 20%;
}
#destination .destination_university th.school {
    width: 36%;
}
/*
    education subject
=========================================== */
#subject #low_mv {
    background: url("../images/education/subject_mv_sp.webp") no-repeat 50% 50% / cover;
}
#subject .subject_cont {
    position: relative;
    margin: 11vw 0 17vw;
    padding: 5vw;
    border-radius: 4vw;
    background: url("../images/common/bg_dot_gray01.png") repeat 0 0 / 4px;
}
#subject .subject_cont:last-child {
    margin-bottom: 0;
}
#subject .subject_cont .subject_cont_ttl {
    position: absolute;
    top: calc(-10vw - 5px);
    left: 2vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 10vw;
    padding: 2vw 8vw;
    color: #fff;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
}
#subject .subject_cont .subject_cont_ttl .subject_cont_ttl_jp {
    font-size: 4.8vw;
    font-weight: bold;
    margin-right: 15px;
    line-height: 1;
}
#subject .subject_cont .subject_cont_ttl .subject_cont_ttl_en {
    line-height: 1;
    margin-top: 0.2em;
}
#subject .subject_cont.subject_cont_green {
    background-color: #eff5ea;
    border: 5px solid #d7e2cf;
}
#subject .subject_cont.subject_cont_green .subject_cont_ttl {
    background: #496832;
}
#subject .subject_cont.subject_cont_yellow {
    background-color: #faf6e6;
    border: 5px solid #f7f1de;
}
#subject .subject_cont.subject_cont_yellow .subject_cont_ttl {
    background: #c6b168;
}
#subject .subject_cont.subject_cont_red {
    background-color: #f8edef;
    border: 5px solid #f6dbe0;
}
#subject .subject_cont.subject_cont_red .subject_cont_ttl {
    background: #a5505e;
}
#subject .subject_table_toefl_wrap {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 3vw;
}
#subject .subject_table_toefl {
    width: 160vw;
}
#subject .subject_table_toefl th {
    background: #fff;
}
#subject .subject_table_toefl td {
    text-align: center;
}
#subject .subject_table_toefl .bg_or {
    background: #f5e1e4;
}
#subject .subject_table_toefl .bg_gr {
    background: rgb(215, 226, 207);
}
/*
    education voice
=========================================== */
#voice #low_mv {
    background: url("../images/education/voice_mv_sp.webp") no-repeat 50% 50% / cover;
}
#voice .voice_cont {
    position: relative;
    margin: 0 0 10vw;
    padding: 6vw 4vw;
    border-radius: 3vw;
    background: url("../images/common/bg_stripe_w01.png") repeat 0 0 / 4px;
}
#voice .voice_cont::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -7px;
    left: -7px;
    border-radius: 3vw;
}
#voice .voice_cont .img {
    width: 60%;
    margin: 0 auto 4vw;
    overflow: hidden;
    border-radius: 2vw;
}
#voice .voice_cont .txt {
    background: #fff;
    border-radius: 4px;
    padding: 5vw 4vw;
    position: relative;
}
#voice .voice_cont .txt::after {
    content: '';
    display: block;
    background: url(../images/common/clip_gray.webp) no-repeat 0 0 / contain;
    width: 8vw;
    height: 16vw;
    position: absolute;
    top: -4.1vw;
    right: 2vw;
}
#voice .voice_cont .txt .voice_cont_ttl {
    border-bottom: 1px dotted #999;
    padding-bottom: 3vw;
    padding-right: 7vw
}
#voice .voice_cont .txt .voice_cont_name {
    font-weight: bold;
    margin-bottom: 4vw;
}
#voice .voice_cont.voice_cont_yellow {
    background-color: #faf6e6;
}
#voice .voice_cont.voice_cont_yellow::after {
    border: 1px solid #efda97;
}
#voice .voice_cont.voice_cont_yellow .txt {
    border-top: 7px solid #efda97;
}
#voice .voice_cont.voice_cont_green {
    background-color: #eff5ea;
}
#voice .voice_cont.voice_cont_green::after {
    border: 1px solid #bee0a5;
}
#voice .voice_cont.voice_cont_green .txt {
    border-top: 7px solid #bee0a5;
}
#voice .voice_cont.voice_cont_red {
    background-color: #f8edef;
}
#voice .voice_cont.voice_cont_red::after {
    border: 1px solid #f4bbc5;
}
#voice .voice_cont.voice_cont_red .txt {
    border-top: 7px solid #f4bbc5;
}


/*
    admission
========================================================================== */
#admission #low_mv {
    background: url("../images/admission/admission_mv_sp.webp") no-repeat 50% 50% / cover;
}
#admission .admission_outline th {
    width: 9em;
    padding-left: 2vw;
    padding-right: 2vw;
}

/*
    admission transfer
=========================================== */
#transfer #low_mv {
    background: url("../images/admission/transfer_mv_sp.webp") no-repeat 50% 50% / cover;
}
#transfer .transfer_outline th {
    width: 6.5em;
}

/*
    admission tour
=========================================== */
#tour #low_mv {
    background: url("../images/admission/tour_mv_sp.webp") no-repeat 50% 50% / cover;
}
#tour .tour_session_wrap {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 10px;
}
#tour .briefing_table {
    width: 150vw;
}
#tour .briefing_table th.tour_session_date {
  width: 10em;
}
#tour .briefing_table th.tour_session_status {
  width: 13em;
}
#tour .briefing_table .strike,
#tour .briefing_table .tour_session_program s {
  text-decoration: line-through;
}
#tour .briefing_table .tour_session_program a {
  text-decoration: underline;
  color: #496832;
}
#tour .briefing_table .tour_session_program strong {
  font-weight: bold;
}
#tour .briefing_table .tour_session_program em {
  font-style: italic;
}
/*
    admission transfer
=========================================== */
#transfer #low_mv {
    background: url("../images/admission/transfer_mv_sp.webp") no-repeat 50% 50% / cover;
}
/*
    admission domestic
=========================================== */
#domestic #low_mv {
    background: url("../images/admission/transfer_mv_sp.webp") no-repeat 50% 50% / cover;
}
/*
    admission return
=========================================== */
#return #low_mv {
    background: url("../images/admission/transfer_mv_sp.webp") no-repeat 50% 50% / cover;
}
#return .return_country_list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 4vw 5%;
}
#return .return_country_list li {
    width: 30%;
}
/*
    admission faq
=========================================== */
#faq #low_mv {
    background: url("../images/admission/faq_mv_sp.webp") no-repeat 50% 50% / cover;
}












/*
    parents
========================================================================== */
#parents .low_mv {
  background: url("../images/parents/mv.jpg") no-repeat 64% 50% / cover;
}
#parents .low_mv .mv_ttl_wrap {
    margin-top: 40vw;
}
#parents .parents_partner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 6vw 4vw 4vw;
    background: #f8f8f8;
    border-radius: 10px;
}
#parents .parents_partner li {
    width: 48%;
    margin-bottom: 5vw;
}
#parents .parents_partner li .parents_partner_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 100%;
    height: 30vw;
    padding: 3vw;
    margin-bottom: 10px;
}
#parents .parents_partner li .parents_partner_txt_name {
    font-weight: 700;
    font-size: 3.5vw;
    line-height: 1.4;
    margin-bottom: 5px;
}
#parents .parents_partner li .parents_partner_txt_add {
    line-height: 1.5;
    font-size: 80%;
}

/*
    preschool
========================================================================== */
#preschool .low_mv {
  background: url("../images/preschool/mv.jpg") no-repeat 50% 50% / cover;
}
#preschool .preschool_timetable th,
#preschool .preschool_timetable td {
    vertical-align: middle;
    font-size: 3vw;
}
#preschool .preschool_timetable th {
    width: 10.5em;
    text-align: left;
    font-weight: bold;
}
#preschool .preschool_timetable td {
    text-align: center;
}
#preschool .preschool_timetable td:nth-child(3){
    border-left: 2px dotted #fff;
    border-right: 2px dotted #fff;
}
#preschool .preschool_timetable td.preschool_timetable_detail {
    font-size: 2.3vw;
}

/*
    schoollife
========================================================================== */
#schoollife #low_mv {
    background: url("../images/schoollife/schoollife_mv_sp.webp") no-repeat 50% 50% / cover;
}
/*
    schoollife facility
=========================================== */
#facility #low_mv {
    background: url("../images/schoollife/facility_mv_sp.webp") no-repeat 50% 50% / cover;
}
/*
    schoollife access
=========================================== */
#access #low_mv {
    background: url("../images/schoollife/access_mv_sp.webp") no-repeat 50% 50% / cover;
}
#access #low_mv {
    background: url("../images/schoollife/access_mv_sp.webp") no-repeat 50% 50% / cover;
}
#access .access_ggmap iframe {
    width: 100%;
    height: 80vw;
    margin: 0 auto 5vw;
}
/*
    schoollife afterschool
=========================================== */
#afterschool #low_mv {
    background: url("../images/schoollife/afterschool_mv_sp.webp") no-repeat 50% 50% / cover;
}
#afterschool .afterschool_program {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#afterschool .afterschool_program .afterschool_program_cont {
    width: 48.5%;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 5vw;
}
#afterschool .afterschool_program .afterschool_program_cont_txt {
    padding: 11vw 4vw 4vw;
    background: #faf6e6;
    position: relative;
    height: 100%;
}
#afterschool .afterschool_program .afterschool_program_cont_txt_ttl {
    position: absolute;
    top: -5vw;
    left: 4%;
    width: 92%;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.3;
    font-size: 3.4vw;
    padding: 1.8vw;
    box-shadow: 3px 3px 0px 0px rgba(198, 177, 104, 0.6);
}
#afterschool .afterschool_program .afterschool_program_cont_txt_target {
    text-align: center;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 3vw;
}
#afterschool .afterschool_program .afterschool_program_cont_txt_main p {
    font-size: 3.3vw;
    line-height: 1.7;
    text-align: justify;
    letter-spacing: 0.02em;
}
/*
    schoollife library
=========================================== */
#library #low_mv {
    background: url("../images/schoollife/library_mv_sp.webp") no-repeat 50% 50% / cover;
}
/*
    schoollife safety
=========================================== */
#safety #low_mv {
    background: url("../images/schoollife/safety_mv_sp.webp") no-repeat 50% 50% / cover;
}
/*
    schoollife families
=========================================== */
#families #low_mv {
    background: url("../images/schoollife/families_mv_sp.webp") no-repeat 50% 50% / cover;
}

/*
    general
========================================================================== */
#general #low_mv {
    background: url("../images/general/general_mv_sp.webp") no-repeat 50% 50% / cover;
}
#general .general_cont:first-child {
    margin-bottom: 8vw;
}

/*
    news
========================================================================== */
#news #low_mv {
  background: url("../images/news/news_mv.webp") no-repeat 50% 50% / cover;
}
#news .news_list {
    margin-bottom: 10vw;
}
#news .news_list li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
#news .news_list ul li .news_list_ttl {
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}
#news .news_list ul li .news_list_category_date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 10px;
}
#news .news_category {
    color: #fff;
    font-weight: bold;
    line-height: 1;
    font-size: 2.6vw;
    text-align: center;
    padding: 7px;
    border-radius: 30px;
    min-width: 35vw;
}
#news .news_list ul li .news_list_date {
    line-height: 1;
    font-size: 3vw;
}
#news .news_side_ttl {
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    padding-left: 17px;
}
#news .news_side_ttl::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #496832;
    border-radius: 3px;
    position: absolute;
    top: 9px;
    left: 0;
}
#news .news_side_category_list .news_category {
    display: block;
    padding: 12px;
    margin-bottom: 8px;
    width: 100%;
    font-size: 3.2vw;
}
#news .news_side_archive_list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 4vw 2%;
}
#news .news_side_archive_list li {
    display: block;
    width: 32%;
}
#news .news_side_archive_list li a {
    display: block;
    width: 100%;
    padding: 10px 5vw;
    border-radius: 30px;
    background: #efefef;
    text-align: center;
}
/*wp-pagenavi base*/
#content .wp-pagenavi {
	clear: both;
	text-align:center;
}
#content .wp-pagenavi a, 
#content .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #999;
	padding: 8px 2.8vw;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
#content .wp-pagenavi a:hover{
	color:#FFF; 
	background-color:#999; 
	border-color:#999;
}
#content .wp-pagenavi span.current{
	color: #FFF;
	background-color: #a11d45;
	border-color: #a11d45;
	font-weight: bold;
}
/* single */
.roop {
	min-height: 500px;
}
.roop .post .size-full,
.roop .post img{
	max-width: 700px;
	height: auto;
}
.roop .post iframe{
	max-width: 600px;
}
.wp-pagenavi {
	margin: 40px 0 60px;
	font-size: 90%;
}
/* post */
#content .post h1 {
	font-size: 5.5vw;
	margin: 1rem 0;
	line-height: 1.3;
	font-weight: 600;
}
#content .post .date_category {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#content .post .date_category .date {
	color: #666;
    margin-right: 5px;
}
#content .post .entry {
	margin-top: 20px;
    margin-bottom: 50px;
}
#content .post .entry p {
	margin-top: 16px;
}
#content .post .entry a {
	color: #d1372b;
  text-decoration: underline;
}
#content .post .entry strong {
  font-weight: bold;
}
#content .post .entry em {
  font-style: italic;
}
#content .post .entry blockquote {
  border-left: 6px solid #d9d9d9;
  padding-left: 10px;
}
#content .post .entry .marker {
  display: inline;
  background: linear-gradient(transparent 40%, #ffff00 40%);
	font-weight: bold;
}
#content .post .entry .box {
	margin-top: 15px;
  padding: 20px;
	background: #ecf7fb;
}
#content .post .entry .box > *:first-child {
	margin-top: 0;
}
#content .post .entry ul,
#content .post .entry ol{
  margin-top: 25px;
}
#content .post .entry ul li {
  list-style: disc;
  margin-left: 1.5em;
}
#content .post .entry ol li {
  list-style: decimal;
  margin-left: 1.5em;
}
#content .post .entry ul + *,
#content .post .entry ol + * {
	margin-top: 25px;
}
#content .post .entry h2 {
    position: relative;
    margin: 30px 0 0;
    padding: 2.2vw 3.2vw;
    border-radius: 4px;
    font-size: 4.2vw;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.03em;
    font-family: "Zen Old Mincho", 'Noto Serif JP';
    background: #d7e2cf;
}
#content .post .entry h3 {
	margin: 30px 0 0;
	padding-left: 0.5em;
	border-left: 10px solid #336633;
    font-size: 4.2vw;
    font-weight: 500;
    font-family: "Zen Old Mincho", 'Noto Serif JP';
}
#content .post .entry h4 {
	margin: 30px 0 0;
	font-size: 4vw;
	font-weight: 500;
    font-family: "Zen Old Mincho", 'Noto Serif JP';
}
#content .post .entry h4::before {
	display: inline-block;
	content: '●';
	margin-right: 0.3em;
	color: #a11d45;
}
#content .post .entry h5 {
	margin: 30px 0 10px;
    display: block;
    padding-bottom: 2vw;
    border-bottom: 1px solid #496832;
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.3;
    font-family: "Zen Old Mincho", 'Noto Serif JP';
}
#content .post .entry h2 + p,
#content .post .entry h3 + p {
	margin-top: 10px;
}
#content .post .entry h4 + p,
#content .post .entry h5 + p {
	margin-top: 6px;
}
/*画像設定*/
#content .post .size-full,
#content .post .size-large,
#content .post .size-medium,
#content .post .size-thumbnail{
	max-width:100%; 
    height:auto;
    margin-top: 5vw;
}
#content .post .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
#content .post .aligncenter {
	display: block;
	margin:0 auto 10px auto;
}
#content .post .alignright {
	float: right;
	margin: 0 0 10px 10px;
}
#content .post .two_img {
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#content .post .two_img img {
	float: none;
	margin: 0;
	width: 48.5%;
}
#content .post .wp-caption{margin-top:20px;}
#content .post .wp-caption a{display:block;}
#content .post .wp-caption a:hover{border-bottom: none;}
#content .post .wp-caption img{vertical-align: bottom;}
#content .post .wp-caption-text{
	margin-top: 10px;
	text-align:center;
	font-size:1.4rem;
}
/*
    search
========================================================================== */
#search #low_mv {
    background: url("../images/search/search_mv_sp.webp") no-repeat 50% 50% / cover;
}
#search .search_result_num {
    display: block;
    margin-top: 8px;
}
/* search form */
.searchPage_search {
    margin: 0 auto 60px;
    width: 100%;
}
.searchPage_search .spnavi_searchform {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
    border: 2px solid #ddd;
    border-radius: 40px;
    background-color: #ffffff;
}
.searchPage_search .spnavi_searchform label {
    width: 100%;
}
.searchPage_search .spnavi_searchform input {
    height: 40px;
    padding: 8px 0 8px 20px;
    border: none;
    box-sizing: border-box;
    background-color: #ffffff;
    outline: none;
    width: 100%;
}
.searchPage_search .spnavi_searchform input::placeholder {
    color: #777777;
}
.searchPage_search .spnavi_searchform button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 40px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.searchPage_search .spnavi_searchform button::after {
    width: 17px;
    height: 17px;
    background: url("../images/common/searchform_btn.webp") no-repeat 0 0 / contain;
    content: '';
}
/* search list */
#search .search_list {
    border-top: 1px solid #ddd;
}
#search .search_list li {
    border-bottom: 1px solid #ddd;
}
#search .search_list li a {
    display: block;
    padding: 18px 14px;
}
#search .search_list li:nth-child(odd) a {
    background-color: #fdf9eb;
}
#search .search_list .search_list_ttl {
    margin-bottom: 6px;
    font-size: 4.2vw;
    font-weight: 500;
}
#search .search_list p {
    color: #666;
    line-height: 1.8;
    font-size: 0.9rem;
}
#search .search_none {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}
#search .navigation.pagination {
    margin-top: 50px;
    text-align: center;
}
/* 検索結果ページ ページネーション */
#content .navigation.pagination {
	clear: both;
	text-align: center;
}
#content .navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
#content .navigation.pagination .page-numbers {
	display: inline-block;
	box-sizing: border-box;
	color: #999;
	background-color: #fff;
	border: solid 1px #999;
	padding: 8px 2.8vw;
	white-space: nowrap;
	border-radius: 3px;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}
#content .navigation.pagination a.page-numbers:hover {
	color: #fff;
	background-color: #999;
	border-color: #999;
}
#content .navigation.pagination .page-numbers.current {
	color: #fff;
	background-color: #a11d45;
	border-color: #a11d45;
	font-weight: bold;
}
/* 「…」は枠線なし */
#content .navigation.pagination .page-numbers.dots {
	padding-right: 1vw;
	padding-left: 1vw;
	background-color: transparent;
	border-color: transparent;
}