@charset "UTF-8";
/*======================================
 PC/SP
 =====================================*/
.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
/*======================================
Layout
 =====================================*/
#l-top {
  margin-top: 40px;
  margin-bottom: 120px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
.l-contentsWrap_min {
  width: 80%;
  margin: 0 auto;
}
}

/*
  Centering
----------------------------------------------- */
.l-wrapper {
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-wrapper {
    max-width: 1140px;
    padding: 0;
  }
}

/*
  images
----------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}

/*======================================
 flexbox
 =====================================*/
@media screen and (min-width: 768px) {
  .flexbox {
    display: flex;
  }
  .flexbox-bw {
    display: flex;
    justify-content: space-between;
  }
  .flexbox-bw.-wrap {
    flex-wrap: wrap;
  }
  .flexbox-bw.-alicenter {
    align-items: center;
  }
  .flexbox.-wrap {
    flex-wrap: wrap;
  }
  .flexbox.-alicenter {
    align-items: center;
  }
  .flexbox-center {
    display: flex;
    justify-content: center;
  }
  .col1 {
    width: 8.3333333333%;
  }
  .col1_5 {
    width: 12.5%;
  }
  .col2 {
    width: 16.6666666667%;
  }
  .col3 {
    width: 25%;
  }
  .col4 {
    width: 32.28%;
  }
  .col5 {
    width: 41.6666666667%;
  }
  .col6 {
    width: 50%;
  }
  .col7 {
    width: 58.3333333333%;
  }
  .col8 {
    width: 66.6666666667%;
  }
  .col9 {
    width: 75%;
  }
  .col10 {
    width: 83.3333333333%;
  }
}
/*======================================
 Top Page
 =====================================*/
#l-top {
  letter-spacing: 0.1em;
}

/* Box */
.p-grid__item {
  background: #ffffff;
  border-radius: 8px;
}
.p-grid__item.-shadow {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}
.p-grid__textarea {
  margin: 0 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/*-- Background --*/
.p-bg {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-bg.-primary {
  background-color: #fdfafa;
}
.p-bg.-secondary {
  background-color: #9d2d37;
}

.p-top-site__item {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-site__item__item {
    margin-top: 0;
  }
}
.p-top-site__img {
  margin-top: 0;
}
.p-top-site__img img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

/*-- event --*/
.p-top-event {
  line-height: 1.5;
}
.p-top-event__list {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-top-event__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-top-event__item {
    width: 25%;
  }
}
.p-top-event__item + .p-top-event__item {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-top-event__item + .p-top-event__item {
    margin-top: 0;
    margin-left: 24px;
  }
}

/*-- Merit --*/
ul.p-top-merit__list {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  ul.p-top-merit__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.p-top-merit__item {
  list-style: none;
  margin-top: 40px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 24px;
  padding-left: 8px;
}
@media screen and (min-width: 768px) {
  .p-top-merit__item {
    width: calc(50% - 16px);
  }
}
.p-top-merit__item ~ h3 {
  margin-top: -8px;
}
.p-top-merit__contents {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 992px) {
  .p-top-merit__contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-top-merit__img {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-merit__img {
    width: calc(50% - 8px);
  }
}
.p-top-merit__textarea {
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .p-top-merit__textarea {
    width: calc(50% - 8px);
    margin-top: 0;
  }
}

/*-- Timetable --*/
@media screen and (min-width: 768px) {
  .p-timetable__textarea {
    margin: 0 8.6%;
  }
}
/*-- News --*/
ul.p-news__list,
ul.p-newslist__meta {
  list-style: none;
  padding: 0;
}

.p-news__list {
  border-top: 1px solid #fce9e3;
  border-bottom: 1px solid #fce9e3;
}
@media screen and (min-width: 992px) {
  .p-news__list {
    max-width: 980px;
    margin-inline: auto;
  }
}

.p-news__item {
  padding: 32px 16px;
}
.p-news__item + .p-news__item {
  border-top: 1px solid #fce9e3;
}
.p-news__item a {
  color: #333;
  text-decoration: none;
}
.p-news__item a:hover .p-newslist__title {
  text-decoration: underline;
}

.p-newslist__meta {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .p-newslist__meta {
    justify-content: space-between;
  }
}
.p-newslist__date {
  margin-right: 8px;
}
.p-newslist__cat {
  margin-right: 8px;
}
@media screen and (min-width: 992px) {
  .p-newslist__cat {
    width: 20.83%;
  }
}
.p-newslist__title {
  width: 100%;
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .p-newslist__title {
    width: 62.01%;
    margin-top: 0;
  }
}

.c-cat {
  background-color: #fce9e3;
  font-size: 16px;
  font-size: 1.1428571429rem;
  padding: 3px 32px;
  border-radius: 50px;
}

/*-- Column --*/
ul.p-column__list,
.p-columnlist__meta {
  list-style: none;
  padding: 0;
}

.p-column__list {
  border-top: 1px solid #fce9e3;
  border-bottom: 1px solid #fce9e3;
}
@media screen and (min-width: 992px) {
  .p-column__list {
    max-width: 980px;
    margin-inline: auto;
  }
}
.p-column__item {
  padding: 32px 16px;
}
.p-column__item + .p-column__item {
  border-top: 1px solid #fce9e3;
}
.p-column__item a {
  color: #333;
  text-decoration: none;
}
.p-column__item a:hover .p-columnlist__title {
  text-decoration: underline;
}

.p-columnlist__meta {
  display: flex;
  flex-wrap: wrap;
}
.p-columnlist__date {
  margin-right: 24px;
}
@media screen and (min-width: 992px) {
  .p-columnlist__date {
    width: 30%;
  }
}
.p-columnlist__date__title {
  width: 100%;
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .p-columnlist__date__title {
    width: 70%;
    margin-top: 0;
  }
}

/* アクセスマップ */
.p-accessmap__text {
  text-align: center;
}

/*======================================
 about
 =====================================*/
ul.p-merit {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.p-merit .p-merit__list {
  border: solid 2px #20659c;
  padding: 1rem;
}
ul.p-merit .p-merit__list__img {
  margin: 0;
}
ul.p-merit .p-merit__list__img img {
  width: 100%;
  height: auto;
  align-self: flex-start;
}

h3.p-merit-list__h3 {
  color: #20659c;
  border-left: none;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 2rem 0;
  padding: 0;
}

.p-merit-list__h3-top {
  position: relative;
  display: block;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  padding-left: 41px;
}
.p-merit-list__h3-top::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #b7515d;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-merit-list__img {
    width: 40.61%;
  }
  .p-merit-list__text {
    width: 52.35%;
    display: flex;
    flex-direction: column;
  }
  .p-merit-list__h3-top {
    position: relative;
    align-items: center;
    justify-content: center;
  }
}
/*======================================
 merit
 =====================================*/
.p-textbox-blue {
  background-color: #eef7ff;
  padding: 2.5em;
  max-width: 944px;
  margin: 0 auto;
}
.p-textbox-blue p {
  margin: 0;
}

.merit_teacher {
  margin-top: 9.5rem;
}

.p-merit__eyecatch {
  text-align: center;
  margin-top: 2.5rem;
}
.p-merit__eyecatch.-tate img {
  width: 80%;
  max-width: 400px;
  height: auto;
}

h3.p-merit-contents__h3 {
  color: #20659c;
  border-left: none;
  font-weight: bold;
  padding-left: 0;
  margin-top: 0;
}
h3.p-merit-contents__h3.-box {
  font-size: 3rem;
  text-align: center;
}

.p-merit-contents__img {
  text-align: center;
}
.p-merit-contents__img img {
  width: 85.71%;
}
.p-merit-contents__img-teacher {
  text-align: center;
}
.p-merit-contents__img-teacher img {
  width: 61.41%;
}

ul.c-annotation {
  list-style: none;
  padding-left: 0;
}

.p-table-merit {
  border-top: solid 1px #e8e8e8;
  margin-top: 6.5rem;
}
.p-table-merit__tr {
  border-bottom: solid 1px #e8e8e8;
  padding-top: 1.5rem;
}
.p-table-merit__list li {
  margin-bottom: 0;
}

.c-table-merit__th {
  text-align: center;
  color: #ffffff;
  padding: 1.125rem;
}
.c-table-merit__th.-sho {
  background-color: #91cf61;
}
.c-table-merit__th.-chu {
  background-color: #58ce76;
}
.c-table-merit__th.-kou {
  background-color: #05b982;
}
.c-table-merit__th.-rou {
  background-color: #07a288;
}
.c-table-merit__th.-dai {
  background-color: #0ca8b4;
}

.p-box__border-blue {
  border: solid 3px #20659c;
  max-width: 1140px;
  margin: 7.5em auto 0 auto;
  padding: 2rem 1rem;
}
.p-box__border-blue h2 {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-merit__eyecatch img {
    width: 52.63%;
    max-width: 600px;
    height: auto;
  }
  .p-merit__eyecatch img.-tate img {
    width: 35.09%;
    max-width: 400px;
    height: auto;
  }
}
/*======================================
 experience
 =====================================*/
ul.p-studentlist {
  list-style: none;
  margin: 2rem auto 0 auto;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 4rem auto 0 auto;
}
ul.p-studentlist li {
  margin: 0.5rem;
}

.p-studentlist__list {
  position: relative;
  width: 47%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  padding: 1rem;
}
.p-studentlist__list:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.p-studentlist__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.p-studentlist__img {
  text-align: center;
  margin: 0;
  margin-bottom: 0;
}
.p-studentlist__img img {
  width: 51.47%;
  height: auto;
}
.p-studentlist__text {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
}
.p-studentlist__sakura {
  width: 24.53%;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.p-studentlist__school.-small {
  font-size: 1.25rem;
}

h2.p-experience__h2 {
  background: #20659c;
  color: #ffffff;
  padding: 1rem;
}
h2.p-experience__h2::after, h2.p-experience__h2::before {
  content: "";
}

.p-experience__school {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
}
.p-experience__school-name {
  align-self: center;
  vertical-align: middle;
  color: #c34e82;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-studentlist__list {
    width: 22.86%;
  }
}
/*======================================
 price
 =====================================*/
.textbox__center {
  max-width: 944px;
  margin: 1rem auto 0 auto;
}

/*======================================
 event
 =====================================*/
.event-seminars {
  margin-top: 5.5em;
}

.evet-detail__def {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.353em auto;
}
.evet-detail__def-wrap {
  padding: 0.941em;
  display: flex;
  flex-wrap: wrap;
}
.evet-detail__def-wrap.-bw {
  justify-content: space-between;
}
.evet-detail__def-wrap + .evet-detail__def-wrap {
  border-top: solid 1px #e8e8e8;
}
.evet-detail__def-tit {
  margin-right: 2.353rem;
}

/*===================================
Project
===================================*/
/* Title */
.p-title.-point {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  background-color: #9d2d37;
  color: #ffffff;
  letter-spacing: 0.1em;
  border-radius: 8px;
  padding: 5px 24px;
  margin-top: 16px;
  margin-bottom: 16px;
}

/* Textarea */
.p-textarea {
  letter-spacing: 0.1em;
  line-height: 1.5;
}

/* アコーディオン */
.p-acc.-primary {
  list-style: none;
  margin-inline: auto;
  padding: 0;
}
.p-acc-item {
  margin-top: 16px;
}
.p-acc__title {
  position: relative;
  border-bottom: solid 5px #b7515d;
  border-top: solid 1px #fce9e3;
  border-right: solid 1px #fce9e3;
  border-left: solid 1px #fce9e3;
  font-size: 16px;
  font-weight: bold;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 16px 24px;
  transition: all 0.5s ease;
  /*アイコンの＋と×*/
}
.p-acc__title.-sho {
  border-bottom: solid 5px #e577a9;
}
.p-acc__title.-chu {
  border-bottom: solid 5px #72c167;
}
.p-acc__title.-kou {
  border-bottom: solid 5px #5b9ce8;
}
.p-acc__title.-kosotsu {
  border-bottom: solid 5px #7251bc;
}
.p-acc__title::before, .p-acc__title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #b7515d;
}
.p-acc__title::before {
  top: 48%;
  right: 24px;
  transform: rotate(0deg);
}
.p-acc__title::after {
  top: 48%;
  right: 24px;
  transform: rotate(90deg);
}
.p-acc__title.isClose::before {
  transform: rotate(45deg);
}
.p-acc__title.isClose::after {
  transform: rotate(-45deg);
}
.p-acc__box {
  display: none;
}
.p-acc__boxitem + .p-acc__boxitem {
  margin-left: 16px;
}
.p-acc__boxtitle {
  font-size: 24px;
  line-height: 1.5;
  color: #9d2d37;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .acc__box {
    padding: 24px;
  }
  .acc__boxtitle {
    -moz-text-align-last: left;
    text-align-last: left;
  }
}
/* page List */
.p-page__list {
  padding-left: 0;
}
.p-page__item {
  list-style: none;
  border: solid 1px #e5e5e5;
  padding: 0;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-page__item {
    display: flex;
    width: calc(33.3333333333% - 16px);
    margin: 40px 8px 0 8px;
  }
}
.p-page__item a {
  text-decoration: none;
}
.p-page__item img {
  margin: 0;
  padding: 0;
}
.p-page__item-title {
  font-size: 1.5rem;
  text-align: center;
  margin: 1rem 0 0 0;
  padding: 0 16px 0 16px;
}
@media screen and (min-width: 768px) {
  .p-page__item-title {
    font-size: 2rem;
  }
}
.p-page__item p {
  margin-bottom: 1.5rem;
}

.p-worry__list {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-worry__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-worry__list-item {
  background-color: #ffffff;
  color: #16476d;
  font-weight: bold;
  border: 2px solid #16476d;
  box-shadow: 5px 5px 0px #16476d;
  list-style: none;
  padding: 16px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-worry__list-item {
    width: 24%;
    margin-top: 40px;
    margin-right: 16px;
    margin-left: 16px;
  }
}
.p-worry__img {
  text-align: center;
  margin-top: 80px;
}

/*
Footer
----------------------------------------------- */
.p-footer__contact {
  background: url(images/footer_bg.png) no-repeat 0 0;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-contactarea__lead {
  color: #ffffff;
  font-weight: bold;
  font-size: 32px;
  font-size: 2.2857142857rem;
  text-align: center;
  text-shadow: 1px 2px 3px #333;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-contactarea__list {
  list-style: none;
  padding-left: 0;
  margin-top: 24px;
}
.p-contactarea__item {
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
  color: #9d2d37;
  letter-spacing: 0.2rem;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.7142857143rem;
  padding: 16px 32px;
  margin-inline: 0;
}
.p-contactarea__item + .p-contactarea__item {
  margin-top: 16px;
}
.p-contactarea__item:hover {
  opacity: 0.8;
}
.p-contactarea__link {
  color: #9d2d37;
  text-decoration: none;
}
.p-contactarea__link:hover {
  text-decoration: none;
}
.p-contactarea__tel {
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 2px 3px #333;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-contactarea__tel-lead {
  color: #ffffff;
  font-size: 20px;
}
.p-contactarea__telno {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  font-size: 8vw;
  line-height: 1;
  padding-bottom: 16px;
  padding-left: 64px;
  margin-top: 8px;
}
.p-contactarea__telno rt {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.1428571429rem;
}
.p-contactarea__telno::before {
  position: absolute;
  content: url(images/icon_tel.png);
  left: 0;
  top: 0;
}
.p-contactarea__tel-time {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-contactarea__telno {
    font-size: 56px;
    font-size: 4rem;
  }
  .p-contactarea__item + .p-contactarea__item {
    margin-top: 0;
    margin-left: 8px;
  }
}
/*======================================
  Module
 =====================================*/
/*
Component
----------------------------------------------- */
/*-- Heading --*/
h2.c-page__ttl-primary {
  background: #9d2d37;
  color: #ffffff;
  padding: 1rem;
}
h2.c-page__ttl-primary::after, h2.c-page__ttl-primary::before {
  content: "";
}

.c-title {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
.c-title.-primary {
  margin-bottom: 40px;
}
.c-title.-thirdly {
  margin-top: 40px;
  margin-bottom: 24px;
}
.c-title.-thirdly.-ex {
  border-bottom: 1px solid #9d2d37;
}
.c-title__lead.-en {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 3px;
  color: #9d2d37;
}
.c-title__lead.-top {
  position: relative;
  display: block;
  color: #b7515d;
  font-size: 16px;
  font-weight: normal;
}
.c-title__lead.-top.-copy {
  display: inline-block;
  padding: 0 32px;
}
.c-title__lead.-top.-copy::before, .c-title__lead.-top.-copy::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  width: 26px;
  height: 1px;
  background-color: #9d2d37;
}
.c-title__lead.-top.-copy::before {
  right: 0;
  transform: rotate(-60deg);
}
.c-title__lead.-top.-copy::after {
  left: 0;
  transform: rotate(60deg);
}
.c-title__lead.-top.-en {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.7142857143rem;
}

.c-post__tit {
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  margin: 6.25em auto 1.25em auto;
}
.c-post__tit-primary {
  background: url(images/h2.png) no-repeat center bottom;
  padding: 0 0 0.75em;
}
.c-post__tit-lead {
  position: relative;
  display: inline-block;
  color: #20659c;
  font-size: 0.5em;
  padding: 0 2em;
}
.c-post__tit-lead::before, .c-post__tit-lead::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  width: 32px;
  height: 1px;
  background-color: #20659c;
}
.c-post__tit-lead::before {
  right: 0;
  transform: rotate(-60deg);
}
.c-post__tit-lead::after {
  left: 0;
  transform: rotate(60deg);
}

h3.p-experience__h3,
h3.c-post__tit-secondary {
  color: #20659c;
  border-left: none;
  padding-left: 0;
  margin-top: 40px;
  font-weight: bold;
  font-size: 2rem;
}

.c-tit-book {
  color: #9d2d37;
}
.c-tit-book::before {
  content: "";
  background: url("./images/note.svg") no-repeat;
  display: inline-block;
  height: 2.5em;
  width: 2.5em;
  vertical-align: top;
  margin-right: 16px;
}

.c-frame-blue {
  border: solid 1px #20659c;
  padding: 0.4em 1.2em;
  margin-top: 40px;
}

.c-frame-red {
  border: solid 1px #C1272D;
  padding: 0.4em 1.2em;
  margin: 40px;
}

@media screen and (min-width: 768px) {
  .c-title {
    text-align: center;
  }
  .c-title.-primary {
    font-size: 48px;
    font-size: 3.4285714286rem;
    letter-spacing: 0.2em;
  }
  .c-title.-primary.-left {
    text-align: left;
    letter-spacing: 0.1em;
  }
}
h3.c-post__ttl {
  font-size: 2rem;
  padding: 0.3em 1em;
  font-weight: bold;
}
h3.c-post__ttl.-btmred {
  border-bottom: solid 2px #9d2d37;
  border-left: solid 1px #ffffff;
  color: #9d2d37;
}

/*-- ボタン --*/
.c-button {
  text-align: center;
}
.c-button a {
  position: relative;
  color: #ffffff;
  background-color: #20659c;
  text-decoration: none;
  align-items: center;
}
.c-button__primary {
  display: inline-block;
  border-radius: 8px;
  padding: 1rem 5.5rem;
}
.c-button a.c-button__primary::after {
  content: "";
  border: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.c-button a:hover {
  background-color: #ffffff;
  border: solid 2px #20659c;
  text-decoration: none;
}

.c-btn {
  position: relative;
  text-decoration: none;
  align-items: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  padding: 10px 64px 10px 40px;
}
.c-btn.-center {
  text-align: center;
}
.c-btn::after {
  content: "";
  position: absolute;
  border: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
}
.c-btn.-primary {
  color: #b71c2f;
  background-color: #ffffff;
  border: solid 1px #b71c2f;
}
.c-btn.-primary::after {
  border-top: solid 2px #9d2d37;
  border-right: solid 2px #b71c2f;
}
.c-btn.-primary:hover {
  background-color: #b71c2f;
  border: solid 1px #b71c2f;
  color: #ffffff;
  text-decoration: none;
}
.c-btn.-primary:hover::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.c-btn.-secondary {
  color: #20659c;
  background-color: #ffffff;
  border: solid 1px #20659c;
}
.c-btn.-secondary::after {
  border-top: solid 2px #20659c;
  border-right: solid 2px #20659c;
}
.c-btn.-secondary:hover {
  background-color: #20659c;
  border: solid 1px #20659c;
  color: #ffffff;
  text-decoration: none;
}
.c-btn.-secondary:hover::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.c-btn.-large {
  padding: 16px 84px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .u-mr4-pc {
    margin-right: 40px;
  }
  .c-button {
    text-align: right;
  }
}
/* Box */
.c-grid__item {
  background: #ffffff;
  border-radius: 8px;
}
.c-grid__item.-shadow {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}

.c-textbox {
  padding: 2.5em;
  max-width: 944px;
  margin: 0 auto;
}
.c-textbox p {
  margin: 0;
}
.c-textbox.-gray {
  background-color: #fdfafa;
}

/* List */
.c-list {
  list-style: none;
  padding: 0;
}
.c-list__item {
  position: relative;
  padding-left: 24px;
}
.c-list__item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.c-list__item + .c-list__item {
  margin-top: 16px;
}
.c-list__item.-narrow + .c-list__item.-narrow {
  margin-top: 0;
}

/* Text装飾系 */
.c-textbg {
  padding: 0.188em 0.5em;
  margin: 0.5em 0.5em 0.5em 0;
  border-radius: 5px;
}
.c-textbg.-blue {
  background-color: #20659c;
  color: #ffffff;
}
.c-textbg.-gray {
  background-color: #aaaaaa;
  color: #ffffff;
}

/*
Utility
----------------------------------------------- */
/*-- text --*/
.bold {
  font-weight: bold;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.font-small {
  font-size: 0.875em;
}

.font-large {
  font-size: 18px;
}

.font-xlarge {
  font-size: 20px;
}

.font-xxlarge {
  font-size: 24px;
}

.font-xxxlarge {
  font-size: 32px;
}

.font-xxxxlarge {
  font-size: 40px;
}

.red {
  color: #c1272d;
}

.blue {
  color: #20659c;
}

.u-ls1 {
  letter-spacing: 0.1em;
}

.u-ls0 {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .text-left-pc {
    text-align: left;
  }
}
/*-- margin --*/
.mt-2em {
  margin-top: 2em;
}

.mt-80 {
  margin-top: 4.706em;
}

.mtb-80,
.c-mtb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mtb-40,
.u-mtb4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.u-mr4 {
  margin-right: 40px;
}

.u-mt0, .u-mt-0 {
  margin-top: 0;
}

.u-mt1 {
  margin-top: 8px;
}

.u-mt2 {
  margin-top: 16px;
}

.u-mt3 {
  margin-top: 32px;
}

.u-mt4 {
  margin-top: 40px;
}

.u-mt5 {
  margin-top: 80px;
}

.u-mt6 {
  margin-top: 120px;
}

.u-mtauto {
  margin-top: auto !important;
}

.u-mb1 {
  margin-bottom: 8px;
}

.u-mb2 {
  margin-bottom: 16px;
}

.u-mb3 {
  margin-bottom: 32px;
}

.u-mb4 {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .u-mr2-pc {
    margin-right: 16px;
  }
  .u-mr3-pc {
    margin-right: 32px;
  }
  .u-mr4-pc {
    margin-right: 40px;
  }
  .u-mr5-pc {
    margin-right: 80px;
  }
}
/*-- width --*/
.u-mw900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.u-lm-pink {
  background: linear-gradient(transparent 50%, rgba(255, 165, 148, 0.5) 50%);
}

/*======================================
  Kojimachi
 =====================================*/

 .postid-27134 {
    --color-primary: #20659C;
    --color-primary-light: #20659C;
    --color-background: #f9fafb;
    --color-text: #111827;
    --color-text-light: #4b5563;
    --color-light-blue: #e0f2fe;
}

/* === 共通設定 === */
.postid-27134 .text-primary {
    color: var(--color-primary);
}

.postid-27134 .text-text-light {
    color: var(--color-text-light);
}

.postid-27134 .section-title {
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
}

.postid-27134 .header-image img {
    width: 100%;
}

/* === カードデザイン === */
.postid-27134 .access-card,
.postid-27134 .feature-card,
.postid-27134 .notices-card,
.postid-27134 .contact-card {
    background-color: white;
    border-radius: 0.5rem;
}

.postid-27134 .access-card__content,
.postid-27134 .feature-card__content {
    padding: 1.5rem;
}

.postid-27134 .contact-button {
    background-color: var(--color-primary);
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    transition: background-color 0.3s;
}

.postid-27134 .contact-button:hover {
    background-color: var(--color-primary-light);
}

/* === 外観写真 === */
.building-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.building-container img {
  width: 33.33%;
  height: auto;
  padding-right: 10px;
  }

@media (max-width: 768px) {
  .building-container {
      flex-direction: column;
      align-items: center;
  }
  .building-container {
    width: 100%;
}
}

/* === レスポンシブ設定 === */
@media (max-width: 768px) {
    .postid-27134 .access-card .grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .postid-27134 .features-section__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* === 特徴セクション === */
.postid-27134 .points-flame{
  background-color:#E0F2FE ;
  padding:1.5rem;
}

.postid-27134 .features-section__grid {
    display: grid;
    grid-template-columns: repeat(3, 340px); 
    gap: 1.5rem;
    justify-content: center;
}

.postid-27134 .features-section__grid.lower-points {
    grid-template-columns: repeat(2, 340px); 
    justify-items: center; 
}

.postid-27134 .feature-card {
    background-color: var(--color-light-blue);
    border-radius: 0.5rem;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.postid-27134 .features-section__grid .feature-card {
    margin-bottom: 1.5rem;
}

.postid-27134 .feature-card .flex {
    display: flex;
    align-items: center;
}

.postid-27134 .feature-card img {
    margin-right: 1rem;
    width: 2em;
    height: 2em;
}

.postid-27134 .feature-card h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--color-primary);
}

.postid-27134 .feature-card p {
    font-size: 1rem;
    color: var(--color-text-light);
}

/* === アクセス情報セクション === */
.postid-27134 .access-card {
    padding-top: 1rem;
}

.postid-27134 .station-info {
    display: flex;
    align-items: center;
}

.postid-27134 .station-info img {
    margin-right: 1rem;
    width: 1.5em;
    height: 1.5em;
}

.postid-27134 .station-info__line {
    margin-left: 1rem;
}

/* === お知らせセクション === */
.postid-27134 .notices-card .info-item {
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

/* === その他 === */
.postid-27134 .contact-section .contact-card {
    background-color: #E0F2FE; 
    padding: 2rem;
    border-radius: 0.5rem;
    color: white;
    text-align: center;
}

.postid-27134 .feature-highlight {
    background-color: #e0f7fa;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.postid-27134 .p-worry__list-item {
    list-style-type: none;
}

.postid-27134 .kojimachi_icon {
    width: 1rem !important;
}

.postid-27134 .features-section {
    padding: 2rem 1rem;
}

.postid-27134 .features-section .points-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    justify-items: center;
}

.postid-27134 .features-section .points-grid.lower-points {
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .postid-27134 .features-section .points-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .postid-27134 .features-section .points-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.postid-27134 .features-section .point-card {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.postid-27134 .features-section .point-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.postid-27134 .features-section .point-card h3 {
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: 0.5rem;
}

.postid-27134 .features-section .point-card p {
    color: var(--color-text-light);
    margin: 0;
}

.postid-27134 .features-section .point-card img {
    vertical-align: middle;
}

.postid-27134 .features-section__grid {
    display: grid;
    grid-template-columns: repeat(3, 340px);
    gap: 1.5rem;
    justify-content: center;
}

.postid-27134 .features-section__grid.md\:grid-cols-2 {
    grid-template-columns: repeat(2, 340px);
}

.postid-27134 .feature-card {
    width: 340px;
    background-color: var(--color-light-blue);
    border: none;
    border-radius: 0.5rem;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.postid-27134 .feature-card h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--color-primary);
}

.postid-27134 .feature-card p {
    font-size: 1rem;
    color: var(--color-text-light);
}


/*center*/
.postid-27134 .features-section .points-grid {
  display: flex;
  justify-content: center;  /* 上段・下段カードを中央揃え */
  gap: 20px; /* カード間のギャップ */
}

.postid-27134 .features-section .point-card {
  width: 30%; /* 各カードの幅 */
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}

.postid-27134 .features-section .points-grid.lower-points {
  justify-content: center; /* 下段の2枚も中央揃え */
}

/*ラインナップバナー*/
.kojimachi-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  grid-template-rows: repeat(3, auto); 
  gap: 10px;
  max-width: 1170px; 
  margin: auto; 
}

.kojimachi-grid img {
  width: 100%; 
  height: auto;
  border: 1px solid #DFDFDF; 
  display: block;
}

@media (max-width: 480px) {
  .kojimachi-grid {
      grid-template-columns: 1fr; /* 1列に変更 */
  }
}

/* === スマホサイズ === */
@media (max-width: 768px) {
  .postid-27134 .features-section .points-grid {
    display: flex;
    flex-direction: column; /* 縦に並べる */
    justify-content: center;
    gap: 20px; /* カード間の間隔 */
  }

  .postid-27134 .features-section .point-card {
    width: 100%; /* 横幅を100%に設定 */
    padding: 20px;
    text-align: center;
    border-radius: 8px;
  }
  .postid-27134 .features-section .points-grid.lower-points {
    margin-top: 0;
  }
}
.postid-27134 .u-mtb4{
    margin-bottom: 20px;
}

.postid-27134 section{
  margin-top: 20px;
}

/*======================================
  Gokakujisseki2025
 =====================================*/
.results-space {
  margin-bottom: 20px;
}

