.about-facility,
.about-fclt-blog p,
.about-fclt-blog ul li {
  font-family: "ヒラギノUD角ゴ Std W3", sans-serif;
  font-size: 2rem;
  line-height: 1.5;

  letter-spacing: 0.04rem;
}
.about-facility {
  margin: -5.5rem 0 2rem 0;

  text-align: center;
}
.about-fclt-blog {
  margin-bottom: 5.5rem;
}
.about-fclt-blog h5 {
  display: block;
  max-width: 47.7rem;
}
.flex-container {
  display: flex;

  justify-content: space-around;
}
.flex-txt {
  max-width: 100%;
}
.flex-photo {
  display: flex;
  margin-bottom: 5rem;

  column-gap: 4rem;
}
.about-fclt-tour {
  width: 50%;
  /* margin-bottom: 10px; */
}
.list-margin {
  margin-left: 4rem;
}
.fclt-color {
  margin-bottom: 9rem !important;
}
.fclt-box .disc-list li {
  line-height: 1.3;
}
.achievement {
  margin-bottom: 2rem;

  font-family: "ヒラギノUD角ゴ Std W6", sans-serif;
  font-size: 2.5rem;
  line-height: 1.7;

  letter-spacing: 0.125rem;

  color: #194762;
}
.font-list ul li a {
  font-size: 2rem !important;
}
.contact-box.fclt-box {
  margin: 8rem 0 9rem 0;
}
.contact-box.mt65 {
  margin-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  .about-facility,
  .about-fclt-blog p,
  .about-fclt-blog ul li {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .about-facility {
    margin: -2rem 0 4.5rem 0;
  }
  .about-fclt-blog {
    margin-bottom: 2.5rem;
  }
  .about-fclt-blog h5 {
    max-width: 25rem;
  }
  .flex-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-txt {
    max-width: 100%;
  }
  .flex-photo {
    margin-bottom: 2.5rem;

    column-gap: 2rem;
    /* margin: 0 auto 30px auto; */
  }
  .about-fclt-tour {
    margin-bottom: 0.5rem;
  }
  .list-margin {
    margin-left: 2rem;
  }
  .fclt-color {
    /* background-color: #EAEAEA;
        padding: 15px 0 20px 0; */
    margin-bottom: 4.5rem !important;
  }
  .achievement {
    margin-bottom: 1rem;

    font-size: 1.5rem;
  }
  .font-list ul li a {
    font-size: 1rem !important;
  }
  .contact-box.fclt-box {
    margin: 2rem 0;
  }
  .about-fclt-blog .icon-list-section.year-list ul li {
    padding-left: 2rem;
  }
  .about-fclt-blog .icon-list-section.year-list ul li::before {
    top: 2rem;

    width: 1.6rem;
    height: 1.6rem;
  }
  .contact-box.mt65 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 375px) {
  .about-fclt-blog h5 {
    display: block;
    max-width: 20rem;
  }
  .flex-photo {
    max-width: 100%;
  }
}
/* ===================================
===============Event ================= */
.event .mg-one {
  margin: 4.5rem 0 0.9rem;
}
.eng .event .mg-one {
  margin: 0rem 0 4rem;
}
.event .event-main-img {
  margin-bottom: 7rem;

  background: url(../img/event/main_event.png) no-repeat center center;
  background-size: cover;
}

.event .event-container {
  max-width: 79.4rem;
  padding: 0 2.5rem;
  padding: 24% 0 5%;
  margin: 0 auto;
}

.event-main-img img {
  width: 100%;
}
.event .img-txt {
  margin: 0 auto;

  font-family: "こぶりなゴシック Std W3", sans-serif;
  line-height: 1;

  text-align: center;
  letter-spacing: 0;
}
.event .img-txt-gp {
  padding: 0 1rem;

  font-family: "こぶりなゴシック Std W3", sans-serif;

  text-align: center;
}

@media screen and (max-width: 768px) {
  .event .event-main-img {
    margin-bottom: 2rem;
  }
  .event .main-ttl {
    margin: 3rem 0 0.9rem;
  }
  .event .img-txt {
    padding: 7% 0 40%;

    font-size: 1.6rem;
  }
}
.event .d-flex {
  margin: -2.3rem -0.8rem;

  flex-wrap: wrap;
}
.event .card-item {
  padding: 2.3rem 0.8rem;
}
.event .card-txt {
  padding: 0 1.8rem 0 2.1rem;
}
.event .card-btn {
  padding: 0 0.5rem 1.4rem 0;
  margin-top: 6rem;
}
/*20230219*/
.event .card-btn-en {
  padding: 0 0.5rem 1.4rem 0;
  margin: 0 0 0 auto;
}
/*20230219ここまで*/

@media screen and (max-width: 768px) {
  .event .card-img {
    padding: 1rem 0 1.4rem 1rem;
  }
  .event .d-flex {
    margin: 0;

    gap: 1.3rem;
  }
  .event .card-item {
    padding: 2.3rem 0;
  }
  .event .card-txt {
    padding: 1rem;
  }
  .event .card-span-txt {
    margin-bottom: 0;
  }
  .event .d-flex .card-item {
    padding: 0;
  }
  .event .card-btn {
    margin-top: 2rem;
  }
}
.event .card-img {
  overflow: hidden;
}
.event .card-img img {
  transition: all 0.5s;
}
.event .card-img img:hover {
  transform: scale(1.15);
}
@media screen and (max-width: 768px) {
  .event .card-img img:hover {
    transform: scale(1);
  }
}
/* ===================================
===============Event Page End========== */

/* all */
.container {
  font-family: "ヒラギノUD角ゴ Std W3", sans-serif;
  font-size: 2rem;
  line-height: 1.875;

  letter-spacing: 0.04rem;
}
@media screen and (max-width: 768px) {
  .container {
    font-size: 1.5rem;
  }
}
/* all */

/* publicity Start */
.publicity-sub-div {
  display: flex;

  flex-wrap: wrap;
}
.publicity-sub-div .img-div {
  width: 41.8%;
}
.publicity-sub-div .des-div {
  width: 58.2%;
  padding-left: 1.5rem;
}

.publicity-sub-div h5 {
  font-family: "ヒラギノUD角ゴ StdN W5", sans-serif;
  font-size: 2rem;
  line-height: 2.25;

  letter-spacing: 0.1rem;

  color: var(--mid-blue);
}
.publicity-sub-div ul {
  list-style-type: none;
}
.publicity-sub-div ul li:before {
  padding-right: 0.5rem;

  font-size: 2rem;

  content: "•";
}

.publicity-sub-div ol {
  padding-left: 4rem;
}
.publicity-sub-div ol li:before {
  padding: 0;

  content: "";
}

.publicity-sub-div .btn-div {
  margin-top: 1rem;
}
.publicity-sub-div .btn-div span {
  display: block;
  margin-top: 0.5rem;
  margin-left: 1rem;

  font-family: "ヒラギノUD角ゴ Std W3", sans-serif;
  font-size: 1.4rem;
  line-height: 1.71;
}

.publicity-div,
.publicity-text {
  font-family: "ヒラギノUD角ゴ Std W3", sans-serif;
  font-size: 2rem;
  line-height: 1.875;

  letter-spacing: 0.04rem;
}

.pari-div h6 {
  display: inline;
}
.pari-div h6:first-child {
  margin-right: 5rem;
}
.publicity-sub-div.pari-div .img-div,
.publicity-sub-div.umikaze-div .img-div {
  width: 46.2%;
}
.publicity-sub-div.pari-div .des-div {
  width: 53.8%;
  padding-left: 3rem;
}
.publicity-sub-div.umikaze-div .des-div {
  width: 53.8%;
  padding-left: 2rem;

  letter-spacing: 0;
}
.publicity-sub-div.pari-div .des-div ul {
  padding-left: 0;

  list-style: inside decimal;
}
.publicity-sub-div.pari-div .des-div ul li::before {
  content: "";
}

.publicity-text .h4-ttl {
  margin-bottom: 0.6rem;
}

@media screen and (max-width: 768px) {
  .publicity-sub-div .btn-div span {
    font-size: 1.2rem;
  }

  .publicity-div,
  .publicity-text {
    font-size: 1.5rem;
  }
  .publicity-sub-div .img-div,
  .publicity-sub-div.pari-div .img-div,
  .publicity-sub-div.umikaze-div .img-div {
    width: 100%;
  }
  .publicity-sub-div .des-div,
  .publicity-sub-div.pari-div .des-div,
  .publicity-sub-div.umikaze-div .des-div {
    width: 100%;
    padding-left: 0;
  }
}

/* publicity End */

/* ===================================
===============Study Page Start========== */
.study-div {
  display: grid;
  margin-bottom: 12rem;

  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
.study-div div:nth-child(2) {
  text-align: right;
}
.study-div span {
  font-size: 1.4rem;
  line-height: 1.71;
}
@media screen and (max-width: 768px) {
  .study-div {
    display: grid;
    margin-bottom: 3rem;

    gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .study-div span {
    font-size: 1.2rem;
  }
}

/* ===================================
===============Study Page End========== */

/* ===================================
===============2022koukai-cancel Start========== */
.koukai-pg .txt-ttl {
  margin: -1rem 0 -0.5rem;

  font-family: "ヒラギノUD角ゴ Std W4", sans-serif;
}
.koukai-grid01 {
  display: grid;
  margin-bottom: 1.5rem;

  gap: 1.5rem 2rem;
  grid-template-columns: 55.7% 42.1%;
}
.koukai-grid02 {
  display: grid;

  gap: 1.5rem 1rem;
  grid-template-columns: 38.6% 60.1%;
}
.koukai-lg-img {
  grid-row: auto / span 2;
}
@media screen and (max-width: 768px) {
  .koukai-grid01 {
    grid-template-columns: 1fr;
  }
  .koukai-grid02 {
    grid-template-columns: 1fr;
  }
}
/* ===================================
===============2022koukai-cancel End========== */

/* ===================================
===============seminar Start========== */
.seminar-box .sub-ttl {
  margin-bottom: 1.8rem;
}
.seminar-box .h4-ttl {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .seminar-box .sub-ttl {
    margin-bottom: 1rem;
  }
}

/* ===================================
===============seminar End========== */

/* ===================================
===============2019visitors Start========== */

.tour-avm .sub-ttl {
  margin-bottom: 0;
}
.tour-avm .tour-card {
  padding: 2.5rem 0;

  border-bottom: 0.1rem dashed #707070;
}
.tour-avm .tour-card .d-flex {
  justify-content: space-between;
}
.tour-avm .tour-card .left {
  width: 38%;
}
.tour-avm .tour-card .right {
  display: flex;
  width: 62%;
  padding: 0 2rem;
  flex-direction: column;

  justify-content: space-between;
}
.tour-avm .tour-card h4 {
  font-size: 2.5rem;
  line-height: 1.7;

  letter-spacing: -0.05rem;

  color: #194762;
}
.tour-avm .tour-card p {
  font-size: 2rem;
  line-height: 1.875;

  letter-spacing: 0.04rem;
}
@media screen and (max-width: 768px) {
  .tour-avm .tour-card .d-flex {
    flex-direction: column;
  }
  .tour-avm .tour-card .left {
    width: 100%;
  }
  .tour-avm .tour-card .right {
    width: 100%;
    padding: 0;
  }
  .tour-avm .tour-card h4 {
    margin: 1rem 0;

    font-size: 1.8rem;
    line-height: 1.4;
  }
  .tour-avm .tour-card p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
/* ===================================
===============2019visitors End========== */

/* 20230127追加 */
.ruby-txt ruby {
  font-size: 2rem;

  letter-spacing: 0;
}
.ruby-txt ruby rt {
  font-size: 1.2rem;

  letter-spacing: -0.2rem;
}
/* Houkoku */
.houkoku .txt {
  font-size: 2rem;
  line-height: 1.875;

  letter-spacing: 0;
}
.houkoku .icon-list-section ul li {
  border: none;
}
.houkoku .txt.ls {
  letter-spacing: 0.04rem;
}
.houkoku .event-card .left {
  width: 30%;
}
.houkoku .event-card .right {
  width: 70%;
}
.houkoku .mw-878 {
  max-width: 87.8rem;
  margin: 0 auto;
}
.houkoku .free-txt {
  display: inline-block;
  padding-left: 2rem;
}
.houkoku .time-table.table-col-4 tr th {
  padding: 0;

  font-family: "ヒラギノUD角ゴ StdN W5", sans-serif;
  font-size: 2rem;
  line-height: 2.25;

  letter-spacing: 0.1rem;

  background: #b5d5ec;
}
.houkoku .time-table.table-col-4 tr td {
  padding: 1.7rem 0.5rem;

  font-family: "こぶりなゴシック Std W3", sans-serif;
  font-size: 2rem;
  line-height: 1.75;

  letter-spacing: 0;
}
.houkoku .time-table.table-col-4 tr td:first-child {
  width: 15.5%;
}
.houkoku .time-table.table-col-4 tr td:nth-child(2) {
  width: 54%;
}
.houkoku .time-table.table-col-4 tr td:nth-child(3) {
  width: 30.5%;
}
.houkoku .time-table.table-col-4 tr th:nth-child(even) {
  background: #cae1f2;
}
.houkoku .change-txt {
  font-size: 1.4rem;
  line-height: 1.7;

  letter-spacing: 0;
}
.houkoku .earth-img {
  width: 18%;
}
.houkoku .d-flex.align {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .houkoku .txt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .houkoku .d-flex {
    flex-direction: column;
  }
  .houkoku .d-flex.align {
    flex-direction: row;
  }
  .houkoku .event-card .left,
  .houkoku .event-card .right {
    width: 100%;
  }
  .houkoku .event-card .left div {
    max-width: 30rem;
    margin: 0 auto;
  }
  .houkoku .free-txt {
    padding-left: 1rem;

    font-size: 1.2rem;
  }
  .houkoku .time-table.table-col-4 tr th {
    font-size: 1.5rem;
  }
  .houkoku .time-table.table-col-4 tr td {
    font-size: 1.5rem;
  }
  .houkoku .change-txt {
    font-size: 1.2rem;
  }
  .houkoku .earth-img {
    width: 40%;
  }
}
/* Houkoku */

/*cooperation page*/
.cooperation-pg .cooperation-main-img {
  margin-bottom: 7rem;

  background: url(../img/cooperation/main_cooperation_bg.png) no-repeat center center;
  background-size: cover;
}
/*20230227追加*/
.vol-new .row {
    display: flex;
    align-items: center;
    column-gap: 2.8rem;
    flex-wrap: wrap;
}
.vol-new .row .item {
    width: calc((100% - 22.4rem) / 9);
}
.vol-new .item a {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: 2rem;
}
/*20230227追加ここまで*/
/*20230228追加*/
.vol-new-block ul {
    display: flex;
    align-items: center;
    column-gap: 2.8rem;
    flex-wrap: wrap;
  }
  .vol-new-block ul li {
      width: calc((100% - 22.4rem) / 9);
  }
  .vol-new-block ul li a {
      display: flex;
      align-items: center;
      column-gap: 5px;
      font-size: 2rem;
  }
/*20230228追加ここまで*/

@media screen and (max-width: 768px) {
  .vol-new .row .item {
    width: auto;
  }
}

/*20230930追加*/
.vol-new .row li::before {
  position: absolute;
  margin-right: 2rem;
  margin-top: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background: url(../img/common/list_icon_border.png) no-repeat center;
  background-size: contain;
}
.vol-new .row li {
  margin-top: 2rem;
}
.vol-new .row li a {
  padding-left: 2rem;
}

@media screen and (max-width: 768px) {
    .vol-new .row li::before {
  margin-top: 0.5rem;
    }
}