@charset "UTF-8";
:root {
  --main-bg-color: brown;
}

/* ----------------------------------------------------------------------------------
リセット　_reset.scss
---------------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ----------------------------------------------------------------------------------
モジュール　_module.scss
---------------------------------------------------------------------------------- */
/* clearfix -------------------------------------- */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

/* float -------------------------------------- */
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

/* txt -------------------------------------- */
.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

.bold {
  font-weight: bold;
}

/* 囲い文字 -------------------------------------- */
*[class*=frame_] {
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em), print {
  *[class*=frame_] {
    padding: 2.4rem 2rem 2.4rem;
    margin-bottom: 3rem;
  }
}
*[class*=frame_].frame_01 {
  background: #222;
  border: 1px solid #222;
}
*[class*=frame_].frame_02 {
  background: #222;
  border: 1px solid #222;
}

/* img -------------------------------------- */
.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l,
.img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
/* PC・SP　表示・非表示 -------------------------------------- */
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
/* マージン・パディング回り -------------------------------------- */
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

section > section:first-of-type {
  margin-top: 2rem;
}

.main > section ~ section,
.flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section,
.flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section,
.flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section,
.flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  section > section:first-of-type {
    margin-top: 4rem;
  }
  .main > section ~ section,
  .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section,
  .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section,
  .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section,
  .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
/* タイムテーブル -------------------------------------- */
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  table-layout: fixed;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  background: #4a966e;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
}
.tbl_time tr td {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.6rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
    font-size: 1.6rem;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 1rem 0;
  }
}
/* グーグルマップ -------------------------------------- */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* タイトル回り -------------------------------------- */
.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center top/cover;
  font-size: 2.2rem;
  padding: 3rem 1rem;
  margin: 0 0 3rem;
  min-height: 14rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.tit_02 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0 0 1rem;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.tit_02::before {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  background: url(../img/tit_02_parts01.svg) no-repeat center/contain;
  position: absolute;
  top: -1rem;
  left: 0;
  z-index: 0;
}
.tit_02 span {
  display: inline-block;
  padding: 2rem 0 2rem 4rem;
  -webkit-text-stroke: 3px black;
  text-stroke: 3px black;
  paint-order: stroke;
  filter: drop-shadow(3px 3px 0 #000);
}
.tit_02--star::before, .tit_02--star::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0;
}
.tit_02--star::before {
  left: -0.2rem;
  background: url(../img/tit_02_star01.svg) no-repeat center/contain;
}
.tit_02--star::after {
  right: 0;
  background: url(../img/tit_02_star02.svg) no-repeat center/contain;
}
.tit_02--star span {
  word-break: auto-phrase;
  text-align: center;
  padding: 0;
}
.tit_02--img {
  position: relative;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tit_02--img::before {
  content: none;
}
.tit_02--bg01 {
  position: relative;
  text-align: center;
}
.tit_02--bg01 span {
  color: #ff8bc3;
  padding: 2rem;
}
.tit_02--bg01::before {
  content: "";
  background: url(../img/tit_02_bg01.png) no-repeat center/contain;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.tit_03 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.tit_03::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../img/tit_03_star.svg) no-repeat center/contain;
  filter: none;
}
.tit_03 span {
  -webkit-text-stroke: 3px black;
  text-stroke: 3px black;
  paint-order: stroke;
  filter: drop-shadow(3px 3px 0 #000);
}

.tit_04 {
  color: #513401;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.tit_05 {
  color: #513401;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat right top/auto 100%;
    font-size: 3.2rem;
    padding: 8.9rem 4rem;
    margin: 0 0 3rem;
  }
  .tit_02 {
    font-size: 4.4rem;
    margin: 0 0 6.4rem;
  }
  .tit_02::before {
    width: 19.6rem;
    height: 19.6rem;
    top: -6rem;
    left: -6rem;
  }
  .tit_02 span {
    -webkit-text-stroke: 6px black;
    text-stroke: 6px black;
    paint-order: stroke;
    filter: drop-shadow(3px 3px 0 #000);
  }
  .tit_02--star {
    text-align: center;
  }
  .tit_02--star::before, .tit_02--star::after {
    width: 4.8rem;
    height: 5rem;
    top: 0.8rem;
  }
  .tit_02--star::before {
    left: -0.2rem;
  }
  .tit_02--star::after {
    right: 0;
  }
  .tit_02--star span {
    font-size: 3.2rem;
  }
  .tit_02--bg01 {
    letter-spacing: 0.2rem;
  }
  .tit_02--bg01::before {
    content: "";
    width: 100%;
    top: 40%;
    left: 47%;
  }
  .tit_02--bg01 span {
    display: inline-block;
  }
  .tit_03 {
    font-size: 3.4rem;
  }
  .tit_03::before {
    width: 6.1rem;
    height: 7.1rem;
  }
  .tit_03 span {
    -webkit-text-stroke: 6px black;
    text-stroke: 6px black;
  }
  .tit_04 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .tit_05 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
/* リスト回り -------------------------------------- */
.lst_ul01 > li {
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
  position: relative;
}
.lst_ul01 > li:last-child {
  padding-bottom: 0;
}
.lst_ul01 > li::before {
  content: "●";
  display: inline-block;
  transform: scale(0.4);
  color: #222;
  position: absolute;
  left: 0;
  top: -0.1rem;
}
.lst_ul01 > li.none::before {
  content: none;
}
@media screen and (min-width: 48em), print {
  .lst_ul01.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lst_ul01.flex li {
    width: 49%;
  }
}
@media screen and (min-width: 48em), print {
  .lst_ul01.inline {
    gap: 0 2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.lst_ul01 > .lst_ol01 {
  padding: 1rem 0 0 0;
}
.lst_ul01 > .lst_ol01 li::before {
  color: #212121;
}

.lst_ol01 {
  counter-reset: number;
  margin: 2rem 0 0;
}
.lst_ol01 li {
  counter-increment: number 1;
  padding-left: 2rem;
  padding-bottom: 1rem;
  line-height: 1.4;
  position: relative;
}
.lst_ol01 li:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .lst_ol01 li {
    padding-left: 2rem;
  }
}
.lst_ol01 li::before {
  display: inline-block;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.lst_dl01 div {
  margin: 0 0 1rem;
}
.lst_dl01 div dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.lst_dl01 div dd {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 48em), print {
  .lst_dl01 div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .lst_dl01 div dt {
    width: 20rem;
  }
  .lst_dl01 div dd {
    flex: 1;
  }
}
/* フレックス回り -------------------------------------- */
.flex3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex2 > section,
  .flex2 > li {
    width: 48%;
    margin: 0 !important;
  }
  .flex3 li {
    width: 31%;
  }
}
/* リンク -------------------------------------- */
*[class*=btn_] {
  display: block;
  text-align: center;
  margin: 2rem 0;
}
*[class*=btn_] a {
  background: #004ea2;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0.6rem 1rem;
  border-radius: 25px;
  min-width: 80%;
  display: block;
  text-decoration: none !important;
  position: relative;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  box-shadow: 0 0 0 3px #000;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_] a {
    font-size: 2rem;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
*[class*=btn_] a::before {
  content: "\e804";
  font-family: "fontello";
  display: inline-block;
  font-size: 1rem;
  transform: scale(0.6);
  position: relative;
  top: -0.2rem;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_] a::before {
    transform: scale(0.8);
    margin-right: 0.8rem;
    top: -0.4rem;
  }
}
@media screen and (min-width: 48em), print {
  *[class*=btn_] {
    text-align: left;
  }
}
*[class*=btn_].btn_link--blue a {
  color: #fff;
  background: #009ee5;
}
*[class*=btn_].btn_link--yellow a {
  color: #212121;
  background: #ffe95d;
}
*[class*=btn_].btn_link--white a {
  color: #212121;
  background: #fff;
}
*[class*=btn_].btn_link--red a {
  color: #fff;
  background: #e94746;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_link--narrow {
    margin: 0;
  }
}
*[class*=btn_].btn_link--narrow a {
  color: #9adfff;
  border-top: none;
  border-left: none;
  box-shadow: 2px 2px 0 2px #000;
}
*[class*=btn_].btn_link--narrow a::before {
  content: none;
}
*[class*=btn_].on_shadow a {
  filter: drop-shadow(4px 5px 0 #000);
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].on_shadow a {
    filter: drop-shadow(4px 4px 0 #000);
  }
}
*[class*=btn_].btn_link--block01 {
  margin: 0 auto;
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: none;
  border: none;
  box-shadow: none;
  position: relative;
  width: 24rem;
  height: 15rem;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_link--block01 {
    width: 35.5rem;
    height: 20rem;
    font-size: 2.4rem;
    margin: 0;
  }
}
*[class*=btn_].btn_link--block01::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='373.094' height='218.579' viewBox='-2 0 363.094 208.579'><path d='M7.961,10.163a10.545,10.545,0,0,1,11.8-10.1L345.215,35.606a11.039,11.039,0,0,1,9.764,12.469L335.994,189.6a12.982,12.982,0,0,1-12.843,10.967L10.822,193.107a11.066,11.066,0,0,1-10.81-11.6Z' fill='%23ffe95d' stroke='%23201513' stroke-width='4'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(4px 4px 0 #201513);
}
*[class*=btn_].btn_link--block01 p {
  margin: 0;
}
*[class*=btn_].btn_link--block01 p .bg {
  background: #fff;
  padding: 0.2rem 0.6rem;
  border-radius: 20px;
  display: inline-block;
  margin-right: 0.4rem;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_link--block01 p .bg {
    padding: 0 1rem;
    margin-right: 1.1rem;
  }
}
*[class*=btn_].btn_link--block01 p .size_l {
  font-size: 120%;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_link--block01 p .size_l {
    font-size: 3rem;
  }
}
*[class*=btn_].btn_link--block01 p .clr_blue {
  color: #004ea2;
}
*[class*=btn_].btn_link--block01 p .clr_red {
  color: #e94746;
}
*[class*=btn_].btn_link--block01 a {
  background: none;
  color: #212121;
  border-radius: 0;
  min-width: 80%;
  border-top: none;
  border-left: none;
  box-shadow: none;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_link--block01 a {
    padding: 2rem 2.6rem 0;
  }
}
*[class*=btn_].btn_link--block01 a::before {
  content: none;
}
*[class*=btn_].btn_link--block01 a span {
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #000;
  border-radius: 20px;
  color: #fff;
  padding: 0.4rem 2rem;
}
*[class*=btn_].btn_link--block01 a span::before {
  content: "\e804";
  font-family: "fontello";
  font-size: 1rem;
  transform: scale(0.8);
  position: relative;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_link--block01 a span::before {
    font-size: 1.6rem;
    transform: none;
    margin-right: 1rem;
  }
}
*[class*=btn_].btn_link--block01 a span::after {
  content: "\e805";
  font-family: "fontello";
  margin-left: 0.8rem;
  font-weight: normal;
}
*[class*=btn_].btn_link--block01 a:hover {
  opacity: 0.8;
}
*[class*=btn_].btn_link--block02 {
  margin: 0;
}
*[class*=btn_].btn_link--block02 a {
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  border: none;
  box-shadow: none;
  position: relative;
  width: 30rem;
  height: 13rem;
}
*[class*=btn_].btn_link--block02 a::before {
  background: #e94746;
  border-radius: 50%;
  width: 2.8rem;
  height: 2.8rem;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_link--block02 a::before {
    width: 3.7rem;
    height: 3.7rem;
    font-size: 1.8rem;
  }
}
*[class*=btn_].btn_link--block02 a::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='396.404' height='203.228' viewBox='0 0 396.404 203.228'><path d='M358.17,132.262s-15.413-47.18,17.784-77.618c0,0-9.484,1.015-23.711,8.117,0,0,13.93-20.292,32.6-34.75,0,0-21.34,5.326-38.236,13.7,0,0,.889-9.132,10.67-24.351,0,0-81.807,25.112-151.165,23.59C154.551,39.815,64.733,21.162,64.733,21.162s-9.781,9.893-16.006,9.893S26.5,8.226,26.5,8.226s-5.619,15.582,5.6,32.169c0,0-14.5-7.058-26.056-1.73,0,0,24.009,10.653,29.344,35,0,0,16.3,61.638-16.9,92.075,0,0,9.485-1.014,23.712-8.116,0,0,.593,13.444-32.6,22.574,0,0,21.342,6.849,38.236-1.521,0,0,2.668,9.385-16.3,19.531,0,0,87.415-18.77,156.8-18.77,71.135,0,161.835,19.785,161.835,19.785s-7.113-12.176-17.784-18.263c0,0,16.569-4.6,35.033,12.146a83.464,83.464,0,0,0-10.136-25.844s14.227,8.371,31.122,7.61C388.4,174.875,366.435,156,358.17,132.262Z' fill='%23ffe95d' stroke='%23201513' stroke-miterlimit='15' stroke-width='4'/><circle cx='620' cy='100' r='18.5' fill='%23e94746' stroke='%23707070' stroke-width='1'/><polygon points='628,120 628,80 640,100' fill='%23fff'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(3px 5px 0 #000);
}
*[class*=btn_].btn_link--block02--clr02 a::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='396.404' height='203.228' viewBox='0 0 396.404 203.228'><path d='M358.17,132.262s-15.413-47.18,17.784-77.618c0,0-9.484,1.015-23.711,8.117,0,0,13.93-20.292,32.6-34.75,0,0-21.34,5.326-38.236,13.7,0,0,.889-9.132,10.67-24.351,0,0-81.807,25.112-151.165,23.59C154.551,39.815,64.733,21.162,64.733,21.162s-9.781,9.893-16.006,9.893S26.5,8.226,26.5,8.226s-5.619,15.582,5.6,32.169c0,0-14.5-7.058-26.056-1.73,0,0,24.009,10.653,29.344,35,0,0,16.3,61.638-16.9,92.075,0,0,9.485-1.014,23.712-8.116,0,0,.593,13.444-32.6,22.574,0,0,21.342,6.849,38.236-1.521,0,0,2.668,9.385-16.3,19.531,0,0,87.415-18.77,156.8-18.77,71.135,0,161.835,19.785,161.835,19.785s-7.113-12.176-17.784-18.263c0,0,16.569-4.6,35.033,12.146a83.464,83.464,0,0,0-10.136-25.844s14.227,8.371,31.122,7.61C388.4,174.875,366.435,156,358.17,132.262Z' fill='%23bbff78' stroke='%23201513' stroke-miterlimit='15' stroke-width='4'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(3px 5px 0 #000);
}
*[class*=btn_].btn_link--block03 {
  margin: 0;
}
*[class*=btn_].btn_link--block03 a {
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: none;
  border: none;
  box-shadow: none;
  position: relative;
  width: 30rem;
  height: 13rem;
}
*[class*=btn_].btn_link--block03 a::before {
  background: #e94746;
  border-radius: 50%;
  width: 2.8rem;
  height: 2.8rem;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_link--block03 a::before {
    width: 3.7rem;
    height: 3.7rem;
    transform: none;
    font-size: 1.4rem;
    top: 0;
    padding-left: 0.2rem;
  }
}
*[class*=btn_].btn_link--block03 a::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='423.859' height='204.088' viewBox='0 0 423.859 204.088'><g transform='matrix(0.996,0.087,-0.087,0.996,16.263,2.171)'><path d='M70.979,0A15.363,15.363,0,0,0,57.315,9.042L.65,152.769c-2.017,5.117.815,8.909,6.294,8.427l389.41-34.248c5.479-.482,8.041-4.945,5.694-9.919L354.583,16.449c-2.347-4.974-8.765-9.163-14.264-9.309Z' transform='matrix(1,0.09,-0.09,1,16.26,2.17)' fill='%23ffe95d' stroke='%23201513' stroke-width='4'/></g></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(3px 5px 0 #000);
}
*[class*=btn_].btn_link--circle {
  text-align: center;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_link--circle {
    margin: 0;
  }
}
*[class*=btn_].btn_link--circle a {
  color: #212121;
  margin: 0 auto;
  width: fit-content;
  background: none;
  border: none;
  box-shadow: none;
  position: relative;
  text-shadow: 1px 1px 1px #fff, 1px 1px 1px #fff, 1px 1px 1px #fff, 1px 1px 1px #fff;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_link--circle a {
    margin: 0;
    width: 27rem;
    height: 14.2rem;
    font-size: 2.6rem;
    line-height: 1.2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
*[class*=btn_].btn_link--circle a::before {
  content: none;
}
*[class*=btn_].btn_link--circle a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 10rem;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='278' height='150' viewBox='0 0 278 150'><defs><linearGradient id='linear-gradient' x1='0.195' y1='-0.036' x2='0.722' y2='0.966' gradientUnits='objectBoundingBox'><stop offset='0' stop-color='%23ff7f7e'/><stop offset='0.778' stop-color='%23ff7f7e'/><stop offset='0.808' stop-color='%23e94746'/><stop offset='1' stop-color='%23e94746'/></linearGradient></defs><ellipse cx='135' cy='71' rx='135' ry='71' transform='translate(2 2)' stroke='%23201513' stroke-width='4' fill='url(%23linear-gradient)'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(4px 4px 0 #201513);
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_link--circle a::after {
    height: 14.2rem;
  }
}
*[class*=btn_].btn_link--circle a .size_s {
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_link--circle a .size_s {
    font-size: 2rem;
  }
}
*[class*=btn_].btn_link--circle.btn_link--orange {
  margin: 6rem auto;
}
@media screen and (min-width: 48em), print {
  *[class*=btn_].btn_link--circle.btn_link--orange {
    margin: 0;
  }
}
*[class*=btn_].btn_link--circle.btn_link--orange a::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='278' height='150' viewBox='0 0 278 150'><defs><linearGradient id='linear-gradient' x1='0.195' y1='-0.036' x2='0.722' y2='0.966' gradientUnits='objectBoundingBox'><stop offset='0' stop-color='%23f9c264'/><stop offset='0.778' stop-color='%23f9c264'/><stop offset='0.808' stop-color='%23ffa02a'/><stop offset='1' stop-color='%23ffa02a'/></linearGradient></defs><ellipse cx='135' cy='71' rx='135' ry='71' transform='translate(2 2)' stroke='%23201513' stroke-width='4' fill='url(%23linear-gradient)'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(4px 4px 0 #201513);
}
*[class*=btn_].btn_link--circle.btn_link--blue a::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='278' height='150' viewBox='0 0 278 150'><defs><linearGradient id='linear-gradient' x1='0.195' y1='-0.036' x2='0.722' y2='0.966' gradientUnits='objectBoundingBox'><stop offset='0' stop-color='%23addef8'/><stop offset='0.778' stop-color='%23addef8'/><stop offset='0.808' stop-color='%2354c3f1'/><stop offset='1' stop-color='%2354c3f1'/></linearGradient></defs><ellipse cx='135' cy='71' rx='135' ry='71' transform='translate(2 2)' stroke='%23201513' stroke-width='4' fill='url(%23linear-gradient)'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.txt_link {
  color: #004ea2;
  text-decoration: none !important;
  border-bottom: 1px solid #004ea2;
  transition: all 0.4s;
}
.txt_link:hover {
  opacity: 0.8;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.txt_link--white {
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* フローチャート -------------------------------------- */
/* ----------------------------------------------------------------------------------
共通　_common.scss
---------------------------------------------------------------------------------- */
html {
  font-size: 3.125vw;
  font-family: "Yu Gothic", "YuGothic", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: 500;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
  position: relative;
}

body {
  background: #fff;
  color: #212121;
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  padding: 0 1rem 0;
}

.main {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 0;
}
.main a:not([href*=tel]) {
  text-decoration: underline;
}
.main a[class*=btn_] {
  text-decoration: none;
}

.overflow {
  overflow-x: clip;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1220px;
  }
  body > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 10rem auto 0;
  }
  a {
    transition: 0.2s;
  }
  a:hover {
    filter: contrast(1.2);
  }
  .wrap {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
  .main {
    font-size: 1.8rem;
    margin-top: -8rem;
    padding: 10.4rem 0 0;
    width: 100%;
    overflow-y: clip;
  }
}
/* アイコンフォント -------------------------------------- */
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
/* ヘッダー -------------------------------------- */
.header {
  position: absolute;
  padding: 3.2rem 0 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.header .wrap {
  margin: 1rem;
}
.header .wrap .logo {
  height: 2.4rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .wrap .headR {
  display: none;
}

@media screen and (min-width: 48em), print {
  .header {
    padding: 0;
  }
  .header .wrap {
    padding: 18rem 0 1.6rem;
    margin: 0 auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header .wrap .logo {
    width: 45.4rem;
    height: 5.4rem;
  }
  .header .wrap .headR {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 2.4rem;
  }
  .header .wrap .headR li a {
    min-width: 18.9rem;
    padding: 1rem 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 2.3rem;
    background: #222;
    border-radius: 70px;
    border: 3px solid #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    filter: drop-shadow(3px 3px 0 #000);
  }
  .header .wrap .headR li a::before {
    font-weight: normal;
    font-family: "fontello";
    margin-right: 0.8rem;
    font-size: 2.6rem;
    position: relative;
    top: 0.2rem;
  }
  .header .wrap .headR li a.contact {
    background: #e94746;
  }
  .header .wrap .headR li a.contact::before {
    content: "\e802";
  }
  .header .wrap .headR li a.abstract {
    background: #fca02c;
  }
  .header .wrap .headR li a.abstract::before {
    content: "\e803";
  }
}
/* SP ドロップダウンメニュー -------------------------------------- */
#menu {
  z-index: 9999;
  width: 100%;
  height: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#menu .fixed_menu_btn {
  width: 6rem;
  height: 5.6rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.4rem 0.4rem;
  position: fixed;
  top: 1.4rem;
  right: 1rem;
  z-index: 204;
}
#menu .fixed_menu_btn .hamburger {
  height: 100%;
}
#menu .fixed_menu_btn .hamburger a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0.8rem 0rem;
  height: 100%;
  text-decoration: none;
  background: #004ea2;
  color: #fff;
  border-left: 2px solid #fff;
  font-size: 1.2rem;
  box-shadow: 1px 1px 0 3px #000;
  border-radius: 5px;
}
#menu .fixed_menu_btn .hamburger a::before {
  content: "\e800";
  font-family: "fontello";
  font-size: 2.6rem;
  line-height: 0.8;
}
#menu .fixed_menu_btn .hamburger a::after {
  content: "MENU";
  font-size: 1rem;
}
#menu .fixed_menu_btn.active .hamburger a::before {
  content: "\e801";
}
#menu .fixed_menu_btn.active .hamburger a::after {
  content: "CLOSE";
}
#menu #nav {
  display: block;
  visibility: hidden;
  top: 0;
  right: -27rem;
  opacity: 0;
}
#menu #nav.sp_nav {
  width: 27rem;
  height: 100%;
  padding: 10rem 0 10rem;
  background-color: #00a0e9;
  overflow-y: scroll;
  transition: all 0.5s;
  position: fixed;
  left: auto !important;
  z-index: 203;
}
#menu #nav.sp_nav.open {
  visibility: visible;
  opacity: 1;
  right: 0;
}
#menu #nav.sp_nav ul {
  display: block;
  font-size: 1.2rem;
}
#menu #nav.sp_nav ul li {
  text-align: left;
  margin: 0;
  border-bottom: 2px solid #fff;
}
#menu #nav.sp_nav ul li a {
  display: block;
  padding: 1.8rem 1.2rem 1.8rem;
  color: #fff;
  text-decoration: none !important;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-text-stroke: 3px black;
  text-stroke: 3px black;
  paint-order: stroke;
  filter: drop-shadow(3px 3px 0 #000);
}
#menu .overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#menu .overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}

@media screen and (min-width: 48em), print {
  .fixed_menu_btn {
    display: none;
  }
  #menu {
    display: block;
    height: 100%;
  }
  #menu.overlay {
    display: none;
  }
  #menu #nav {
    all: unset;
    padding: 1rem 0 0;
    display: block;
    background: none;
    box-sizing: border-box;
  }
  #menu #nav.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #menu #nav .gnav {
    background: #004ea2;
    border: 3px solid #fff;
    width: 1100px;
    padding: 0 2rem 0;
    margin: 0 auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-radius: 30px;
    filter: drop-shadow(3px 3px 0 #000);
  }
  #menu #nav .gnav li {
    width: 16.6666666667%;
    position: relative;
  }
  #menu #nav .gnav li:not(:last-child)::after {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    height: 2rem;
    width: 1px;
    background: #fff;
  }
  #menu #nav .gnav li a {
    display: block;
    padding: 1rem 0;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #fff;
  }
  #menu {
    /* Gナビ　ハイライト */
  }
}
/* フッター -------------------------------------- */
#pageup {
  display: none;
  position: fixed;
  bottom: 6rem;
  right: 1rem;
  z-index: 100;
  cursor: pointer;
}
#pageup a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-left: 3px solid #fff;
  width: 4.2rem;
  height: 4.2rem;
  font-size: 1rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 0.4rem;
  color: #fff;
  background: #004ea2;
  border-radius: 50%;
  box-shadow: 1px 1px 0 3px #000;
}
#pageup a::before {
  text-align: center;
  font-size: 1rem;
  transform: scale(0.6);
  font-weight: normal;
  font-family: "fontello";
  content: "\e809";
  color: #fff;
}
#pageup a span {
  display: none;
}

@media screen and (min-width: 48em), print {
  #pageup a {
    width: 7.3rem;
    height: 7.3rem;
    font-size: 1.8rem;
  }
  #pageup a::before {
    font-size: 2rem;
  }
}
.footer_menu {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.footer_menu li {
  flex: 1;
}
.footer_menu li a {
  padding: 1rem 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem;
  background: #222;
  border: 3px solid #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer_menu li a::before {
  font-weight: normal;
  font-family: "fontello";
  margin-right: 0.8rem;
  font-size: 2.6rem;
  position: relative;
  top: 0.2rem;
}
.footer_menu li a.contact {
  background: #e94746;
}
.footer_menu li a.contact::before {
  content: "\e802";
}
.footer_menu li a.abstract {
  background: #fca02c;
}
.footer_menu li a.abstract::before {
  content: "\e803";
}

@media screen and (min-width: 48em), print {
  .footer_menu {
    display: none;
  }
}
.footer {
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12rem;
  padding: 1rem 0 4.6rem;
}
.footer .breadcrumb_list {
  display: none;
}
.footer ul {
  display: none;
}
.footer .copy {
  display: block;
  color: #201513;
  font-weight: 700;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 1.7rem 0 3rem;
    height: auto;
  }
  .footer .wrap .copy {
    padding: 0;
    font-size: 1.8rem;
    text-align: right;
  }
}
/* ----------------------------------------------------------------------------------
トップ　_top.scss
---------------------------------------------------------------------------------- */
.index {
  --cut: 3rem; /* 斜め量（↑大きいほど傾く） */
  --line: 4px; /* 線の太さ */
  --fill: #fff; /* セクションの背景色 */
  --stroke: #000; /* 線の色 */
  --deg: -6deg;
  --deg_reverse: 6deg;
}
@media screen and (min-width: 48em), print {
  .index {
    --cut: 16rem;
  }
}
.index .bg_line {
  position: absolute;
  inset: 0;
  z-index: 1; /* 背景より前／内容より後ろにしたい想定 */
  pointer-events: none; /* クリック透過 */
}
@media screen and (min-width: 48em), print {
  .index .bg_line {
    min-width: 2000px;
  }
}
.index .bg_line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  /* 斜めエッジ（0 var(--cut)→100% 0）に平行な細帯を切り出す */
  clip-path: polygon(0 var(--cut), 100% 0, 100% calc(0px + var(--line)), 0 calc(var(--cut) + var(--line)));
}
.index .bg_line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  clip-path: polygon(0 100%, 100% calc(100% - var(--cut)), 100% calc(100% - var(--cut) - var(--line)), 0 calc(100% - var(--line)));
  transform-origin: center;
}
.index .bg_parts {
  pointer-events: none;
}
.index .bg_parts li::before, .index .bg_parts li::after {
  position: absolute;
  z-index: 1;
  display: block;
}

/* キービジュアル -------------------------------------- */
.keyvsl_area {
  overflow: hidden;
  width: 120vw;
  height: 50rem;
  margin-left: -10vw;
  margin-top: -2rem;
  margin-bottom: 1.2rem;
  background: url(../img/index_keyvsl01.jpg) no-repeat center bottom/cover, #fafacd;
  padding: 0 1rem 12rem;
  position: relative;
  z-index: 6;
  border-bottom: 3px solid #000;
  transform-origin: 50% 50%;
  transform: rotate(var(--deg));
  -webkit-transform: rotate(var(--deg));
  -ms-transform: rotate(var(--deg));
}
.keyvsl_area .kv_contents {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transform: rotate(var(--deg_reverse));
  -webkit-transform: rotate(var(--deg_reverse));
  -ms-transform: rotate(var(--deg_reverse));
}
.keyvsl_area .kv_contents .kv_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.keyvsl_area .kv_contents .kv_txt li {
  color: #fff;
  font-size: 1.4rem;
}
.keyvsl_area .kv_contents .kv_txt li.copy {
  position: absolute;
  bottom: 1rem;
  left: 3rem;
  width: 32rem;
  height: 12rem;
  background: url(../img/index_keyvsl_copy01.svg) no-repeat center/contain;
}
.keyvsl_area .kv_contents .kv_txt li.line_01 {
  position: absolute;
  top: 8rem;
  left: 4rem;
}
.keyvsl_area .kv_contents .kv_txt li.line_01 .tit--kaiki {
  background: url(../img/index_keyvsl_tit-kaiki.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 12rem;
  height: 6rem;
  margin: 0;
}
.keyvsl_area .kv_contents .kv_txt li.line_01 .txt {
  margin: 0;
  position: relative;
  -webkit-text-stroke: 6px black;
  text-stroke: 6px black;
  paint-order: stroke;
}
.keyvsl_area .kv_contents .kv_txt li.line_01 .txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 132%;
  background: url(../img/index_keyvsl_tit-kaiki_bg01.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.keyvsl_area .kv_contents .kv_txt li.line_01 .size_l {
  font-size: 2.4rem;
}
.keyvsl_area .kv_contents .kv_txt li.line_02 {
  position: absolute;
  top: 20rem;
  left: 4rem;
}
.keyvsl_area .kv_contents .kv_txt li.line_02 .tit--basho {
  background: url(../img/index_keyvsl_tit-basho.svg) no-repeat left center/contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 9rem;
  height: 6rem;
  margin: 0;
}
.keyvsl_area .kv_contents .kv_txt li.line_02 .txt {
  margin: 0;
  position: relative;
  -webkit-text-stroke: 6px black;
  text-stroke: 6px black;
  paint-order: stroke;
}
.keyvsl_area .kv_contents .kv_txt li.line_02 .txt::after {
  content: "";
  display: block;
  width: 140%;
  height: 140%;
  background: url(../img/index_keyvsl_tit-basho_bg01.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.keyvsl_area .kv_contents .kv_txt li.line_02 .size_l {
  font-size: 1.8rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl_area {
    margin-top: -16rem;
    margin-bottom: 0;
    height: 130rem;
    background: url(../img/index_keyvsl01.jpg) no-repeat center bottom -14.6rem/auto 140rem, #fafacd;
  }
  .keyvsl_area .kv_contents {
    width: 1100px;
    left: 50%;
    transform: translateX(-50%) rotate(var(--deg_reverse));
    -webkit-transform: translateX(-50%) rotate(var(--deg_reverse));
    -ms-transform: translateX(-50%) rotate(var(--deg_reverse));
  }
  .keyvsl_area .kv_contents .kv_txt li.copy {
    width: 71rem;
    height: 28.4rem;
    top: 34rem;
    left: -4rem;
  }
  .keyvsl_area .kv_contents .kv_txt li.line_01 {
    top: 67rem;
    left: 0;
  }
  .keyvsl_area .kv_contents .kv_txt li.line_01 .tit--kaiki {
    width: 13.6rem;
    height: 9rem;
  }
  .keyvsl_area .kv_contents .kv_txt li.line_01 .txt {
    top: -1.2rem;
    font-size: 2.8rem;
    padding-left: 6rem;
    -webkit-text-stroke: 12px black;
    text-stroke: 12px black;
  }
  .keyvsl_area .kv_contents .kv_txt li.line_01 .txt::after {
    width: 46rem;
    height: 18.3rem;
  }
  .keyvsl_area .kv_contents .kv_txt li.line_01 .size_l {
    font-size: 5.7rem;
  }
  .keyvsl_area .kv_contents .kv_txt li.line_02 {
    top: 92rem;
    left: 0;
  }
  .keyvsl_area .kv_contents .kv_txt li.line_02 .tit--basho {
    width: 13.6rem;
    height: 9rem;
  }
  .keyvsl_area .kv_contents .kv_txt li.line_02 .txt {
    padding-left: 6rem;
    font-size: 2.2rem;
    -webkit-text-stroke: 12px black;
    text-stroke: 12px black;
  }
  .keyvsl_area .kv_contents .kv_txt li.line_02 .txt::after {
    left: 59%;
    top: 58%;
    width: 46rem;
    height: 20rem;
  }
  .keyvsl_area .kv_contents .kv_txt li.line_02 .size_l {
    font-size: 2.8rem;
  }
}
/* Zoomオンライン参加のご案内 -------------------------------------- */
.zoom {
  font-weight: 700;
  position: relative;
  padding: 1rem 0 4rem;
  margin: 0 0 1rem;
}
.zoom::before {
  content: "";
  width: 150%;
  height: 100%;
  display: block;
  background-color: #00a0e9;
  background-image: radial-gradient(circle, #54c3f1 2px, transparent 2px), radial-gradient(circle, #54c3f1 2px, transparent 2px);
  background-position: 0 0, 5.5px 7px;
  background-size: 11px 15px;
  position: absolute;
  isolation: isolate;
  inset: 0;
  transform-origin: 50% 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(var(--deg));
  -webkit-transform: translate(-50%, -50%) rotate(var(--deg));
  -ms-transform: translate(-50%, -50%) rotate(var(--deg));
  z-index: -1;
  border-top: 3px solid #000;
}
.zoom .circle_btn {
  margin: 6rem auto 0;
}
.zoom .wrap {
  position: relative;
  z-index: 2;
}
.zoom .wrap .bg_parts .bg_kirakira01::before, .zoom .wrap .bg_parts .bg_kirakira01::after {
  content: "";
  background: url(../img/bg_kirakira02.svg) no-repeat center/contain;
  width: 10rem;
  height: 14rem;
  z-index: -2;
}
.zoom .wrap .bg_parts .bg_kirakira01::before {
  left: -2rem;
  top: 18rem;
}
.zoom .wrap .bg_parts .bg_kirakira01::after {
  left: 0;
  top: 40rem;
}
.zoom .wrap .bg_parts .bg_kirakira02::before {
  content: "";
  background: url(../img/bg_kirakira02.svg) no-repeat center/contain;
  width: 10rem;
  height: 14rem;
  z-index: -2;
}
.zoom .wrap .bg_parts .bg_kirakira02::before {
  left: 2rem;
  bottom: 0;
}

@media screen and (min-width: 48em), print {
  .zoom {
    padding: 10rem 0 12rem;
    margin: 0 0 2rem;
  }
  .zoom::before {
    background-image: radial-gradient(circle, #54c3f1 2px, transparent 2px), radial-gradient(circle, #54c3f1 2px, transparent 2px);
    background-position: 0 0, 9.5px 9px;
    background-size: 20px 17px;
  }
  .zoom .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 2.2rem;
  }
  .zoom .flex p {
    margin: 0;
  }
  .zoom p {
    font-size: 2rem;
  }
  .zoom p.txt {
    margin: 0 0 2.5rem;
    padding-left: 4.2rem;
  }
  .zoom .flex_btn01 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 11rem;
  }
  .zoom .flex_btn01 li {
    width: 35.5rem;
  }
  .zoom .flex_btn02 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 13.4rem;
  }
  .zoom .flex_btn02 li {
    width: 33rem;
  }
  .zoom .flex_btn02 li a {
    min-width: auto;
    width: 100%;
    margin: 0 auto;
  }
  .zoom .circle_btn {
    width: 100%;
    margin: 6rem auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 5.5rem;
  }
  .zoom .circle_btn li {
    width: 27rem;
  }
  .zoom .wrap .bg_parts .bg_kirakira01::before, .zoom .wrap .bg_parts .bg_kirakira01::after {
    width: 12.7rem;
    height: 14.3rem;
  }
  .zoom .wrap .bg_parts .bg_kirakira01::before {
    left: -2rem;
    top: 22rem;
  }
  .zoom .wrap .bg_parts .bg_kirakira01::after {
    left: 46rem;
    top: 22rem;
  }
  .zoom .wrap .bg_parts .bg_kirakira02::before, .zoom .wrap .bg_parts .bg_kirakira02::after {
    width: 12.7rem;
    height: 14.3rem;
  }
  .zoom .wrap .bg_parts .bg_kirakira02::before {
    left: auto;
    right: 26rem;
    bottom: auto;
    top: -3rem;
  }
  .zoom .wrap .bg_parts .bg_kirakira02::after {
    left: auto;
    right: 6rem;
    bottom: auto;
    top: 31rem;
  }
}
/* 当日参加について -------------------------------------- */
.ontheday {
  position: relative;
  z-index: 2;
  padding: 1rem 0 4rem;
  padding: 1rem 0 16rem;
  margin: 0 0 1rem;
}
.ontheday::before {
  content: "";
  width: 140%;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  inset: 0;
  transform-origin: 50% 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(var(--deg));
  -webkit-transform: translate(-50%, -50%) rotate(var(--deg));
  -ms-transform: translate(-50%, -50%) rotate(var(--deg));
  z-index: -1;
  border-bottom: 3px solid #000;
}
.ontheday .tit_02 {
  margin-top: -4rem;
}
.ontheday .txt {
  font-weight: 700;
}
.ontheday .txt .size_l {
  font-size: 110%;
  color: #004ea2;
}
.ontheday .txt .size_l--red {
  font-size: 120%;
  color: #e94746;
}
.ontheday .bg_parts .woman::after {
  content: "";
  display: block;
  width: 21rem;
  height: 16rem;
  position: absolute;
  right: -4rem;
  bottom: 0;
  background: url(../img/index_illust_woman01.png) no-repeat bottom center/contain;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26px), 0 100%);
}
.ontheday .bg_parts .bg_kirakira01::before {
  content: "";
  background: url(../img/bg_kirakira01.svg) no-repeat center/contain;
  width: 10rem;
  height: 14rem;
  left: 2rem;
  bottom: 0;
}

@media screen and (min-width: 48em), print {
  .ontheday {
    padding: 1rem 0 4rem;
    margin: 0 0 1rem;
  }
  .ontheday::after {
    content: "";
    width: 120%;
    height: 2rem;
    background: #fff;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    left: 50%;
    transform: translateX(-50%) rotate(var(--deg));
    -webkit-transform: translateX(-50%) rotate(var(--deg));
    -ms-transform: translateX(-50%) rotate(var(--deg));
    bottom: -1rem;
    position: absolute;
    z-index: 2;
  }
  .ontheday .tit_02 {
    margin-top: -5rem;
  }
  .ontheday .txt {
    font-size: 2rem;
    padding-left: 4.8rem;
    padding-bottom: 0;
  }
  .ontheday .txt .size_l {
    font-size: 2.4rem;
  }
  .ontheday .btn_link {
    padding-left: 4.8rem;
  }
  .ontheday .btn_link a {
    width: 48rem;
    min-width: auto;
  }
  .ontheday .wrap {
    position: relative;
  }
  .ontheday .wrap .bg_parts .woman::after {
    width: 44.2rem;
    height: 33rem;
    right: -3.4rem;
    bottom: -4rem;
    background: url(../img/index_illust_woman01.png) no-repeat bottom center/contain;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 44px), 0 100%);
  }
  .ontheday .wrap .bg_parts li.bg_kirakira01::before {
    width: 12.8rem;
    height: 14.3rem;
    left: -13.4rem;
    bottom: auto;
    top: 16rem;
  }
}
/* 新着記事 -------------------------------------- */
.info {
  position: relative;
  padding: 1rem 0 4rem;
  margin: 0 0 0;
}
.info::before {
  content: "";
  width: 140%;
  height: 100%;
  display: block;
  background-color: #fff450;
  background-image: url(../img/index_info_bg01.svg);
  background-repeat: no-repeat;
  background-position: top -20rem center;
  background-size: auto 200%;
  position: absolute;
  isolation: isolate;
  top: 0;
  inset: 0;
  transform-origin: 50% 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(var(--deg));
  -webkit-transform: translate(-50%, -50%) rotate(var(--deg));
  -ms-transform: translate(-50%, -50%) rotate(var(--deg));
  z-index: -1;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.info .tit_02--img {
  background: url(../img/tit_02_img_info.svg) no-repeat center left 2rem/contain;
  width: 100%;
  height: 18rem;
  margin: -6rem 0 0;
}
.info #info_item .accordion-container {
  padding: 1rem 1rem 1rem 0;
  min-height: 20rem;
  max-height: 20rem;
  overflow-y: scroll;
}
.info #info_item .accordion-container .accordion-item {
  padding-left: 0.8rem;
}
.info #info_item .accordion-container .accordion-item > summary {
  position: relative;
  padding-left: 2.4rem;
}
.info #info_item .accordion-container .accordion-item > summary::before {
  content: "\e80e";
  font-family: "fontello";
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 0.2rem;
  background: #004ea2;
  color: #fff;
  transition: transform 0.4s;
}
.info #info_item .accordion-container .accordion-item > summary.is-open::before {
  transform: rotate(-180deg);
}
.info #info_item .accordion-container .accordion-item .accordion-header {
  line-height: 1.6;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.info #info_item .accordion-container .accordion-item .accordion-header .accordion-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #004ea2;
  order: 1;
  margin-right: 0.8rem;
}
.info #info_item .accordion-container .accordion-item .accordion-header .accordion-date {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #201513;
  margin-top: 0.4rem;
  font-size: 1.4rem;
  order: 2;
}
.info #info_item .accordion-container .accordion-item .accordion-content {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.info #info_item .accordion-container .accordion-item .accordion-content .content-inner p:first-child {
  margin: 0.4rem 0 1rem;
}
.info .wrap {
  position: relative;
}
.info .wrap .bg_parts li.bg_pon01::before {
  content: "";
  background: url(../img/bg_pon01.png) no-repeat center/contain;
  width: 18rem;
  height: 10rem;
  right: -3rem;
  top: 8.4rem;
}
.info .wrap .bg_parts li.bg_pon02::before {
  content: "";
  background: url(../img/bg_pon02.png) no-repeat center/contain;
  width: 10rem;
  height: 6rem;
  left: 0;
  bottom: -6rem;
}

@media screen and (min-width: 48em), print {
  .info {
    padding: 1rem 0 12rem;
    margin: 0 0 0;
  }
  .info::before {
    width: 140%;
    background-position: top -32rem center;
    background-size: auto 250%;
  }
  .info::after {
    content: "";
    width: 120%;
    height: 2rem;
    background: #fff;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    left: 50%;
    transform: translateX(-50%) rotate(var(--deg));
    -webkit-transform: translateX(-50%) rotate(var(--deg));
    -ms-transform: translateX(-50%) rotate(var(--deg));
    bottom: -1rem;
    position: absolute;
    z-index: 2;
  }
  .info .tit_02--img {
    background: url(../img/tit_02_img_info.svg) no-repeat center left 0/contain;
    height: 32.3rem;
    margin: -6rem 0 0;
  }
  .info #info_item .accordion-container {
    padding: 1.6rem 2rem 1.6rem 8.4rem;
    min-height: 17.4rem;
    max-height: 17.4rem;
  }
  .info #info_item .accordion-container .accordion-item ~ .accordion-item {
    margin-top: 3rem;
  }
  .info #info_item .accordion-container .accordion-item > summary {
    padding-left: 3.8rem;
    cursor: pointer;
  }
  .info #info_item .accordion-container .accordion-item > summary.accordion-header::-webkit-details-marker {
    display: none;
  }
  .info #info_item .accordion-container .accordion-item > summary::before {
    width: 3rem;
    height: 3rem;
    top: 0.2rem;
  }
  .info #info_item .accordion-container .accordion-item .accordion-header {
    font-size: 2rem;
  }
  .info #info_item .accordion-container .accordion-item .accordion-header .accordion-title {
    margin-right: 1.4rem;
  }
  .info #info_item .accordion-container .accordion-item .accordion-header .accordion-date {
    margin-top: 0;
    font-size: 2.2rem;
  }
  .info #info_item .accordion-container .accordion-item .accordion-content {
    font-size: 2rem;
    padding-left: 3.6rem;
  }
  .info #info_item .accordion-container .accordion-item .accordion-content .content-inner p:first-child {
    margin: 0.2rem 0 1rem;
  }
  .info .wrap .bg_parts li.bg_pon01::before {
    width: 50.2rem;
    height: 31.4rem;
    right: 11.7rem;
    top: 1rem;
  }
  .info .wrap .bg_parts li.bg_pon02::before {
    width: 28.4rem;
    height: 11.2rem;
    left: 22rem;
    bottom: -16rem;
  }
}
/* Message-総会開催にあたって・開催概要　背景 -------------------------------------- */
.bg_message-hold_overview {
  position: relative;
  padding: 0 0 4rem;
  margin: 2rem 0 2rem;
}
.bg_message-hold_overview::before {
  content: "";
  width: 300%;
  height: 100%;
  display: block;
  background-color: #51c7ff;
  position: absolute;
  transform-origin: 50% 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(var(--deg));
  -webkit-transform: translate(-50%, -50%) rotate(var(--deg));
  -ms-transform: translate(-50%, -50%) rotate(var(--deg));
  z-index: -1;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.bg_message-hold_overview::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../img/index_bg_message-hold_overview_bg01.webp) repeat-y top center/contain;
  width: 120%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 0;
  opacity: 0.2;
}

@media screen and (min-width: 48em), print {
  .bg_message-hold_overview {
    position: relative;
    z-index: 2;
    padding: 0 0 8rem;
    margin: 2rem 0 0;
  }
  .bg_message-hold_overview::before {
    content: "";
    width: 300%;
    height: 100%;
    display: block;
    background-color: #51c7ff;
    position: absolute;
    transform-origin: 50% 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(var(--deg));
    -webkit-transform: translate(-50%, -50%) rotate(var(--deg));
    -ms-transform: translate(-50%, -50%) rotate(var(--deg));
    z-index: -1;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
  }
  .bg_message-hold_overview::after {
    opacity: 1;
    width: 100%;
    height: 110%;
    background: url(../img/index_bg_message-hold_overview_bg01.webp) repeat-y top center/auto auto;
    top: 60rem;
  }
}
/* Message-総会開催にあたって -------------------------------------- */
.message {
  padding: 2rem 0;
}
.message .wrap {
  padding: 0 2rem;
}
.message .wrap .txt {
  text-align: justify;
  font-weight: 700;
}
.message .wrap .txt .img_r {
  width: 60%;
}
.message .wrap .txt .name {
  text-align: right;
}
.message .wrap .txt .name > span {
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  .message {
    padding: 4rem 0 8rem;
  }
  .message .wrap {
    padding: 0 6.8rem;
  }
  .message .wrap .txt {
    padding: 0 7rem;
    line-height: 1.8;
  }
  .message .wrap .txt .img_r {
    position: relative;
    top: -4rem;
    width: 32.3rem;
    margin: 0 0 9rem 3rem;
  }
  .message .wrap .txt .name > span {
    font-size: 2.4rem;
  }
}
/* 開催概要 -------------------------------------- */
.hold_overview {
  padding: 2rem 0;
}
.hold_overview .tit_02 {
  margin: 0;
}
.hold_overview .tit_02::after {
  content: "";
  display: block;
  width: 320%;
  height: 13rem;
  background: url(../img/tit_02_parts_hold_overview01.svg) no-repeat center bottom/contain;
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.hold_overview table {
  display: block;
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
  z-index: 3;
}
.hold_overview table tbody tr th {
  display: block;
  font-size: 120%;
  font-weight: 700;
  padding: 1rem 1rem;
}
.hold_overview table tbody tr td {
  display: block;
  padding: 1rem 1rem;
  border-bottom: 2px solid #201513;
}
.hold_overview table tbody tr td p {
  margin: 0;
}
.hold_overview table tbody tr td p.tit {
  font-weight: 700;
  font-size: 110%;
  margin: 0;
  text-indent: -1rem;
}
.hold_overview table tbody tr td p.tit + * {
  margin: 1rem 0 2rem;
}
.hold_overview table tbody tr td .flex_txt div {
  margin: 0 0 1rem;
}
.hold_overview table tbody tr td .flex_txt div dd {
  margin: 0;
  padding: 0;
}
.hold_overview table tbody tr td .txt_link--brown {
  font-weight: 700;
  color: #8d5741;
  border-bottom: 1px solid #8d5741;
}
.hold_overview table tbody tr td .txt_link--brown:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.hold_overview table tbody tr td .file_link {
  text-decoration: none !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.hold_overview table tbody tr td .file_link::before {
  content: "";
  display: block;
  width: 2rem;
  height: 3rem;
  margin-right: 0.4rem;
}
.hold_overview table tbody tr td .file_link--word::before {
  background: url(../img/icon_word.png) no-repeat center/contain;
}
.hold_overview table tbody tr td .file_link--pdf {
  margin: 1.4rem 0;
}
.hold_overview table tbody tr td .file_link--pdf::before {
  background: url(../img/icon_pdf.png) no-repeat center/contain;
}
.hold_overview table tbody tr td .img_mail {
  margin: 0.4rem 0 0;
  display: inline-block;
  max-width: 90%;
  position: relative;
  left: -0.2rem;
}
@media screen and (min-width: 48em), print {
  .hold_overview table tbody tr td .img_mail {
    max-width: 50%;
  }
}
.hold_overview table tbody tr:nth-child(3n+1) th {
  background: #fb7db4;
  color: #fff;
}
.hold_overview table tbody tr:nth-child(3n+1) td {
  background: #fff0f7;
}
.hold_overview table tbody tr:nth-child(3n+1) td .tit {
  color: #e90082;
}
.hold_overview table tbody tr:nth-child(3n+1) td .size_l {
  font-size: 110%;
  font-weight: 700;
  color: #004ea2;
}
.hold_overview table tbody tr:nth-child(3n+2) th {
  background: #004ea2;
  color: #fff;
}
.hold_overview table tbody tr:nth-child(3n+2) td {
  background: #d1e7ff;
}
.hold_overview table tbody tr:nth-child(3n+2) td .tit {
  color: #004ea2;
}
.hold_overview table tbody tr:nth-child(3n+2) td .tit--clr02 {
  color: #8d5741;
  text-indent: 0;
}
.hold_overview table tbody tr:nth-child(3n) th {
  background: #ffe95d;
  color: #212121;
}
.hold_overview table tbody tr:nth-child(3n) td {
  background: #fffaaf;
}

@media screen and (min-width: 48em), print {
  .hold_overview {
    padding: 2rem 0;
  }
  .hold_overview .tit_02 {
    margin: 0 0 4rem;
  }
  .hold_overview .tit_02::after {
    width: 154rem;
    height: 20.8rem;
    top: 120%;
  }
  .hold_overview table {
    width: 96.5rem;
    margin: 0 auto;
    display: table;
  }
  .hold_overview table tbody tr th {
    display: table-cell;
    vertical-align: top;
    width: 22rem;
    font-size: 2rem;
    padding: 2.4rem 1rem;
    border-bottom: 2px solid #201513;
  }
  .hold_overview table tbody tr td {
    display: table-cell;
    padding: 2.4rem 2rem 2.4rem 4rem;
  }
  .hold_overview table tbody tr td p.tit {
    font-size: 2rem;
  }
  .hold_overview table tbody tr td p.tit + * {
    margin: 0.6rem 0 2.2rem;
  }
  .hold_overview table tbody tr td .flex_txt div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 1rem;
  }
  .hold_overview table tbody tr td .flex_txt div dt {
    flex: 0 0 auto;
  }
  .hold_overview table tbody tr td .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 2rem;
  }
  .hold_overview table tbody tr td .file_link {
    transition: opacity 0.2s;
  }
  .hold_overview table tbody tr td .file_link:hover {
    opacity: 0.6;
  }
  .hold_overview table tbody tr td .file_link::before {
    width: 2.6rem;
    height: 3.6rem;
    margin-right: 0.4rem;
  }
  .hold_overview table tbody tr td .file_link--pdf {
    margin: 1.4rem 0;
  }
  .hold_overview table tbody tr:nth-child(3n+1) td .size_l {
    font-size: 2rem;
  }
}
/* 一般演題について・参加募集　背景 -------------------------------------- */
.bg_subject-recruiting {
  position: relative;
  padding: 0 0 4rem;
  margin: 0 0 1rem;
}
.bg_subject-recruiting::before {
  content: "";
  width: 140%;
  height: 100%;
  display: block;
  background-color: #ff8985;
  background-image: url(../img/index_bg_subject-recruiting_bg01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  isolation: isolate;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(var(--deg));
  -webkit-transform: translateX(-50%) rotate(var(--deg));
  -ms-transform: translateX(-50%) rotate(var(--deg));
  z-index: 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

@media screen and (min-width: 48em), print {
  .bg_subject-recruiting {
    position: relative;
    z-index: 2;
    padding: 6rem 0 9rem;
    margin: 2rem 0 2rem;
  }
  .bg_subject-recruiting::before {
    content: "";
    width: 140%;
    height: 100%;
    display: block;
    background-color: #ff8985;
    background-image: url(../img/index_bg_subject-recruiting_bg01.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    isolation: isolate;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(var(--deg));
    -webkit-transform: translateX(-50%) rotate(var(--deg));
    -ms-transform: translateX(-50%) rotate(var(--deg));
    z-index: 0;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
  }
  .bg_subject-recruiting::after {
    content: "";
    width: 120%;
    height: 2rem;
    background: #fff;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    left: 50%;
    transform: translateX(-50%) rotate(var(--deg));
    -webkit-transform: translateX(-50%) rotate(var(--deg));
    -ms-transform: translateX(-50%) rotate(var(--deg));
    top: -2rem;
    position: absolute;
  }
  .bg_subject-recruiting > .wrap {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .bg_subject-recruiting > .wrap > * {
    position: relative;
    z-index: 2;
  }
}
/* 一般演題について --------------------------------- */
.subject {
  padding: 0 0 2rem;
  position: relative;
  z-index: 2;
}
.subject p {
  text-align: center;
}
.subject .day {
  position: relative;
  padding: 0.8rem 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.subject .day::before {
  content: "";
  background: url(../img/day01.svg) no-repeat center/contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 48em), print {
  .subject {
    padding: 0;
  }
  .subject p {
    text-align: center;
  }
  .subject .day {
    width: 40.6rem;
    height: 6.5rem;
    padding: 0;
    margin: 0 auto;
  }
  .subject .wrap {
    width: 100%;
  }
  .subject .wrap .btn_link a {
    font-size: 1.6rem;
    width: 39.2rem;
    height: 4rem;
    margin: 0 auto;
  }
  .subject .wrap .btn_link.btn_link--block02 {
    margin: 3rem 0 0;
  }
  .subject .wrap .btn_link.btn_link--block02 a {
    width: 38.2rem;
    height: 19.1rem;
    font-size: 2.4rem;
    padding-right: 3rem;
  }
}
/* 参加募集 --------------------------------- */
.recruiting {
  padding: 0;
}
.recruiting p {
  text-align: center;
}
.recruiting .day {
  padding: 0.8rem 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.recruiting .day::before {
  content: "";
  background: url(../img/day01.svg) no-repeat center/contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.recruiting .wrap {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 48em), print {
  .recruiting {
    padding: 0;
  }
  .recruiting .day {
    width: 40.6rem;
    height: 6.5rem;
    padding: 0;
    margin: 0 auto;
  }
  .recruiting .wrap {
    width: 100%;
  }
  .recruiting .wrap .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 6rem;
  }
  .recruiting .wrap .btn_link a {
    font-size: 1.6rem;
    width: 39.2rem;
    height: 4rem;
    margin: 0 auto;
  }
  .recruiting .wrap .btn_link.btn_link--block02 {
    margin: 3rem 0 0;
  }
  .recruiting .wrap .btn_link.btn_link--block02 a {
    width: 38.2rem;
    height: 19.1rem;
    font-size: 2.4rem;
    padding-right: 3rem;
  }
}
/* 日程表・WEB市民公開講座のお知らせ　背景 -------------------------------------- */
.bg_schedule-seminar {
  position: relative;
  z-index: 3;
  padding: 0 0 4rem;
  margin: 0 0 1rem;
}
.bg_schedule-seminar::before {
  content: "";
  width: 140%;
  height: 100%;
  display: block;
  background-color: #fff68e;
  background-image: radial-gradient(circle, #fffbd1 2px, transparent 2px), radial-gradient(circle, #fffbd1 2px, transparent 2px);
  background-position: 0 0, 5.5px 7px;
  background-size: 11px 15px;
  position: absolute;
  isolation: isolate;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(var(--deg));
  -webkit-transform: translateX(-50%) rotate(var(--deg));
  -ms-transform: translateX(-50%) rotate(var(--deg));
  z-index: 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.bg_schedule-seminar .schedule .wrap {
  position: relative;
}
.bg_schedule-seminar .schedule .wrap .bg_parts li.left_star01::before {
  content: "";
  background: url(../img/bg_star01.png) no-repeat center/contain;
  width: 7rem;
  height: 7rem;
  left: 0;
  top: -6rem;
}
.bg_schedule-seminar .schedule .wrap .bg_parts li.left_star02::before {
  content: "";
  background: url(../img/bg_star03.png) no-repeat center/contain;
  width: 5rem;
  height: 5rem;
  left: 0rem;
  top: 14rem;
}
.bg_schedule-seminar .schedule .wrap .bg_parts li.right_star01::before {
  content: "";
  background: url(../img/bg_star02.png) no-repeat center/contain;
  width: 8rem;
  height: 18rem;
  right: 0;
  top: 18rem;
}
.bg_schedule-seminar .schedule .wrap .bg_parts li.right_star02::before {
  content: "";
  background: url(../img/bg_star03.png) no-repeat center/contain;
  width: 5rem;
  height: 5rem;
  right: -1rem;
  bottom: -18rem;
}

@media screen and (min-width: 48em), print {
  .bg_schedule-seminar {
    margin: 0 0 2rem;
    padding: 0 0 13rem;
  }
  .bg_schedule-seminar::before {
    width: 140%;
    height: 100%;
    background-image: radial-gradient(circle, #fffbd1 2px, transparent 2px), radial-gradient(circle, #fffbd1 2px, transparent 2px);
    background-position: 0 0, 9.5px 9px;
    background-size: 20px 17px;
  }
  .bg_schedule-seminar .schedule .wrap .bg_parts li.left_star01::before {
    width: 17rem;
    height: 18.3rem;
    left: -16rem;
    top: -8rem;
    z-index: 2;
  }
  .bg_schedule-seminar .schedule .wrap .bg_parts li.left_star02::before {
    width: 13rem;
    height: 12.6rem;
    left: -45rem;
    top: 28rem;
  }
  .bg_schedule-seminar .schedule .wrap .bg_parts li.right_star01::before {
    width: 30.7rem;
    height: 45rem;
    right: -24.2rem;
    top: 18rem;
  }
  .bg_schedule-seminar .schedule .wrap .bg_parts li.right_star02::before {
    width: 11.2rem;
    height: 10.9rem;
    right: -19rem;
    bottom: -14rem;
  }
}
/* 日程表 -------------------------------------- */
.schedule {
  padding: 2rem 0 2rem;
  margin: 0 0 1rem;
  position: relative;
  z-index: 2;
}
.schedule .tit_02--img {
  background: url(../img/tit_02_img_schedule.svg) no-repeat center/contain;
  width: 100%;
  height: 9rem;
}
.schedule .txt {
  text-align: center;
  font-weight: 700;
}
.schedule .schedule_item {
  position: relative;
  z-index: 2;
}
.schedule .schedule_item [data-styled] {
  height: 100%;
}
.schedule .schedule_item li .tit {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 6rem;
}
.schedule .schedule_item li .tit--day01 {
  background: url(../img/index_schedule_day01.svg) no-repeat center/contain;
}
.schedule .schedule_item li .tit--day02 {
  background: url(../img/index_schedule_day02.svg) no-repeat center/contain;
}
.schedule .schedule_item li .medico-info-list {
  border: 3px solid #201513;
  border-radius: 7px;
  background: #fff;
  padding: 1rem 0 0 1rem;
}
.schedule .schedule_item li .medico-info-list .fullview-container {
  padding: 0 1rem 1rem 0;
  border-radius: 7px 0 7px 0;
}
.schedule .schedule_item li .medico-info-list .fullview-container > dl {
  line-height: 1.6;
}
.schedule .schedule_item li .medico-info-list .fullview-container > dl > div {
  padding: 1rem;
  border-bottom: 2px dotted #201513;
}
.schedule .schedule_item li .medico-info-list .fullview-container > dl > div dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  gap: 0 1rem;
}
.schedule .schedule_item li .medico-info-list .fullview-container > dl > div dt::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #222;
}
.schedule .schedule_item li .medico-info-list .fullview-container > dl > div dd {
  text-align: left;
}
.schedule .schedule_item li .medico-info-list .fullview-container > dl > div dd p {
  text-align: left;
}
.schedule .schedule_item li .medico-info-list#day0829 {
  filter: drop-shadow(13px 13px 0 #009ee5);
}
.schedule .schedule_item li .medico-info-list#day0829 .fullview-container {
  background: #e2f0ff;
}
.schedule .schedule_item li .medico-info-list#day0829 .fullview-container > dl > div dt::before {
  background: #009ee5;
}
.schedule .schedule_item li .medico-info-list#day0830 {
  filter: drop-shadow(14px 14px 0 #ec6561);
}
.schedule .schedule_item li .medico-info-list#day0830 .fullview-container {
  background: #fff0f7;
}
.schedule .schedule_item li .medico-info-list#day0830 .fullview-container > dl > div dt::before {
  background: #ec6561;
}

@media screen and (min-width: 48em), print {
  .schedule {
    padding: 2rem 0 2rem;
    position: relative;
    z-index: 2;
  }
  .schedule .tit_02--img {
    height: 23.1rem;
  }
  .schedule .txt {
    font-size: 1.8rem;
    margin: 0;
  }
  .schedule .schedule_item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 0 4.8rem;
    margin: 0 0 13rem;
  }
  .schedule .schedule_item li {
    width: 52.6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .schedule .schedule_item li .tit {
    min-height: 9rem;
    margin: 0 0 1rem;
  }
  .schedule .schedule_item li .medico-info-list {
    width: 100%;
    height: 100%;
    border: 4px solid #201513;
    border-radius: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .schedule .schedule_item li .medico-info-list .fullview-container {
    height: 100%;
    padding: 0;
    border-radius: 10px 0 10px 0;
  }
  .schedule .schedule_item li .medico-info-list .fullview-container > dl {
    padding: 0 0 4.6rem 0;
  }
  .schedule .schedule_item li .medico-info-list .fullview-container > dl > div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 2rem 0 0 2rem;
    border-bottom: 3px dotted #201513;
  }
  .schedule .schedule_item li .medico-info-list .fullview-container > dl > div dt {
    flex: 0 0 auto;
    width: 19rem;
    gap: 0 0.7rem;
    font-size: 1.8rem;
  }
  .schedule .schedule_item li .medico-info-list .fullview-container > dl > div dt::before {
    width: 1.6rem;
    height: 1.6rem;
  }
  .schedule .schedule_item li .medico-info-list .fullview-container > dl > div dd {
    padding-right: 2.6rem;
    padding-bottom: 1rem;
  }
  .schedule .schedule_item li .medico-info-list .fullview-container > dl > div dd p:first-child {
    margin: 0.2rem 0 1rem;
  }
  .schedule .schedule_item li .medico-info-list#day0829 {
    filter: drop-shadow(14px 14px 0 #009ee5);
  }
  .schedule .schedule_item li .medico-info-list#day0830 {
    filter: drop-shadow(14px 14px 0 #ec6561);
  }
}
/* WEB市民公開講座のお知らせ -------------------------------------- */
.seminar .contents {
  position: relative;
  z-index: 0;
}
.seminar .contents::before {
  content: "";
  display: block;
  width: 300%;
  height: 180%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='828.433' height='430.577' viewBox='0 0 828.433 430.577'><path d='M155.9,22.267c-5.5.2-11.972,4.411-14.392,9.35L.925,318.656c-2.419,4.939.073,9.491,5.537,10.116L809.591,420.5c5.465.624,9.385-3.331,8.713-8.79L768.75,9.562A11.123,11.123,0,0,0,757.534.007Z' transform='translate(2.04 2)' fill='%23f6ae54' stroke='%23201513' stroke-width='4'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(6px 6px 0 #000);
  position: absolute;
  top: -5rem;
  left: -14rem;
  z-index: -1;
  height: 15rem;
  top: -7rem;
  left: -30rem;
}
.seminar .contents dl {
  padding-left: 6rem;
  font-weight: 700;
}
.seminar .contents dl div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 0.8rem;
}
.seminar .contents dl div dd {
  margin: 0;
  padding: 0;
}
.seminar .contents p {
  padding-left: 6rem;
  font-weight: 700;
}

@media screen and (min-width: 48em), print {
  .seminar {
    padding: 0 0 10rem;
    padding: 0 0 0;
    position: relative;
    z-index: 2;
  }
  .seminar .wrap {
    position: relative;
  }
  .seminar .wrap .tit_02 {
    position: absolute;
    left: 0;
    top: 0;
  }
  .seminar .wrap .contents {
    padding-left: 44rem;
  }
  .seminar .wrap .contents::before {
    width: 81.8rem;
    height: 42rem;
    top: -1rem;
    left: 29.7rem;
  }
  .seminar .wrap .contents dl {
    font-size: 2rem;
    margin: 0;
    padding-left: 2rem;
    padding-top: 10.4rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.3rem 0;
  }
  .seminar .wrap .contents dl div {
    width: 30rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 0.8rem;
  }
  .seminar .wrap .contents dl div dd {
    margin: 0;
    padding: 0;
  }
  .seminar .wrap .contents p {
    text-align: left;
    margin: 0;
    padding-left: 2rem;
  }
  .seminar .wrap .contents ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 0 2.4rem;
  }
  .seminar .wrap .contents ul li:first-child {
    width: 20.2rem;
  }
  .seminar .wrap .contents .no-item {
    min-height: 36rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
/* お問い合わせ・抄録集ダウンロード -------------------------------------- */
.dl_area {
  position: relative;
  padding: 0 0 4rem;
  margin: 0 0 1rem;
}
.dl_area::before {
  content: "";
  width: 140%;
  height: 100%;
  display: block;
  background-color: #ee4645;
  background-image: radial-gradient(circle, #ff8382 2px, transparent 2px), radial-gradient(circle, #ff8382 2px, transparent 2px);
  background-position: 0 0, 5.5px 7px;
  background-size: 11px 15px;
  position: absolute;
  isolation: isolate;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(var(--deg));
  -webkit-transform: translateX(-50%) rotate(var(--deg));
  -ms-transform: translateX(-50%) rotate(var(--deg));
  z-index: 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.dl_area .wrap {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 48em), print {
  .dl_area {
    padding: 4rem 0 11rem;
    margin: 0 0 2rem;
  }
  .dl_area::before {
    content: "";
    width: 140%;
    height: 100%;
    display: block;
    background-color: #ee4645;
    background-image: radial-gradient(circle, #ff8382 2px, transparent 2px), radial-gradient(circle, #ff8382 2px, transparent 2px);
    background-position: 0 0, 9.5px 9px;
    background-size: 20px 17px;
    position: absolute;
    isolation: isolate;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(var(--deg));
    -webkit-transform: translateX(-50%) rotate(var(--deg));
    -ms-transform: translateX(-50%) rotate(var(--deg));
    z-index: 0;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
  }
  .dl_area .wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 12rem;
  }
  .dl_area .wrap ul li a {
    width: 41.5rem;
    height: 20rem;
    font-size: 2.4rem;
  }
}
/* 会場までのアクセス -------------------------------------- */
.access_area {
  position: relative;
  padding: 2rem 0 24rem;
}
.access_area::before {
  content: "";
  width: 140%;
  height: 100%;
  display: block;
  background-color: #88d9ff;
  background-image: radial-gradient(circle, #9edfff 2px, transparent 2px), radial-gradient(circle, #9edfff 2px, transparent 2px);
  background-position: 0 0, 5.5px 7px;
  background-size: 11px 15px;
  position: absolute;
  isolation: isolate;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(var(--deg));
  -webkit-transform: translateX(-50%) rotate(var(--deg));
  -ms-transform: translateX(-50%) rotate(var(--deg));
  z-index: 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.access_area .wrap {
  position: relative;
  z-index: 2;
}
.access_area .wrap dl dt {
  font-weight: 700;
  font-size: 1.4rem;
  width: fit-content;
  color: #fff;
  padding: 0.4rem 2rem;
  background: #004ea2;
  border-radius: 20px;
}
.access_area .wrap dl dd {
  padding: 0 0 0 1.4rem;
  margin: 1rem 0 2rem;
  word-break: break-all;
  font-weight: 700;
}
.access_area .bg_parts {
  position: relative;
  bottom: -24rem;
}
.access_area .bg_parts li.right_city01::after {
  content: "";
  display: block;
  width: 35rem;
  height: 24rem;
  background: url(../img/index_access_area_bg01.png) no-repeat center bottom/contain;
  position: absolute;
  z-index: 1;
  right: 0;
  left: -1.8rem;
  margin: auto;
  bottom: 0;
  transform: rotate(var(--deg));
}
.access_area .bg_parts li.left_cloud01::before {
  content: "";
  background: url(../img/bg_cloud03.png) no-repeat center/contain;
  width: 10rem;
  height: 10rem;
  left: -4rem;
  bottom: 12rem;
}
.access_area .bg_parts li.left_cloud02::before {
  content: "";
  background: url(../img/bg_cloud04.png) no-repeat center/contain;
  width: 10rem;
  height: 10rem;
  left: -4rem;
  bottom: 19rem;
}

@media screen and (min-width: 48em), print {
  .access_area {
    z-index: 3;
    padding: 4rem 0 5rem;
    margin: 2rem 0 0;
  }
  .access_area::before {
    background-image: radial-gradient(circle, #9edfff 2px, transparent 2px), radial-gradient(circle, #9edfff 2px, transparent 2px);
    background-position: 0 0, 9.5px 9px;
    background-size: 20px 17px;
    min-width: 2000px;
  }
  .access_area .wrap {
    position: relative;
  }
  .access_area .wrap dl div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 2rem;
  }
  .access_area .wrap dl div dt {
    font-size: 1.6rem;
    min-width: 9rem;
    text-align: center;
    padding: 0.4rem 0;
    flex: 0 0 9rem;
  }
  .access_area .wrap dl div dd {
    padding: 0.4rem 0 0 1rem;
    margin: 0;
  }
  .access_area .bg_parts {
    position: static;
  }
  .access_area .bg_parts li.right_city01::after {
    width: 1221px;
    height: 823px;
    background: url(../img/index_access_area_bg01.png) no-repeat center center/auto auto;
    z-index: 3;
    bottom: -165px;
    left: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0%, 100% 74%, 0 89%);
  }
  .access_area .bg_parts li.left_cloud01::before {
    width: 30.7rem;
    height: 38.7rem;
    left: -43rem;
    bottom: -25rem;
  }
  .access_area .bg_parts li.left_cloud02::before {
    background: url(../img/bg_cloud04.png) no-repeat center/contain;
    width: 30.7rem;
    height: 38.7rem;
    left: -35rem;
    bottom: 21rem;
  }
}
/* 共催・協賛・広告・展示申込 背景-------------------------------------- */
.bg_application-partnership_secretariat {
  position: relative;
  margin: 1rem 0 0;
}
.bg_application-partnership_secretariat::before {
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  position: absolute;
  background: url(../img/yellow_bg01.jpg) no-repeat top -4rem center/200% auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(var(--deg));
  -webkit-transform: translateX(-50%) rotate(var(--deg));
  -ms-transform: translateX(-50%) rotate(var(--deg));
  z-index: -1;
}
.bg_application-partnership_secretariat::after {
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  background-color: none;
  background-image: radial-gradient(circle, #ffffff 2px, transparent 2px), radial-gradient(circle, #ffffff 2px, transparent 2px);
  background-position: 0 0, 5.5px 7px;
  background-size: 11px 15px;
  opacity: 0.54;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(var(--deg));
  -webkit-transform: translateX(-50%) rotate(var(--deg));
  -ms-transform: translateX(-50%) rotate(var(--deg));
  pointer-events: none;
  z-index: 0;
  border-top: 3px solid #000;
}
.bg_application-partnership_secretariat .bg_parts li.left_cloud01::before {
  content: "";
  background: url(../img/bg_cloud01.png) no-repeat center/contain;
  width: 10rem;
  height: 10rem;
  left: 0;
  bottom: 26rem;
}
.bg_application-partnership_secretariat .bg_parts li.right_cloud01::before {
  content: "";
  background: url(../img/bg_cloud02.png) no-repeat center/contain;
  width: 16rem;
  height: 16rem;
  right: -4rem;
  bottom: 20rem;
  z-index: -1;
}
.bg_application-partnership_secretariat .bg_line::after {
  content: none;
}

@media screen and (min-width: 48em), print {
  .bg_application-partnership_secretariat {
    margin: 2rem 0 0;
    z-index: 3;
  }
  .bg_application-partnership_secretariat::before {
    width: 200%;
    background: url(../img/yellow_bg01.jpg) no-repeat top -12rem center/auto auto;
  }
  .bg_application-partnership_secretariat::after {
    width: 200%;
    height: 140%;
    background-color: none;
    background-image: radial-gradient(circle, #ffffff 2px, transparent 2px), radial-gradient(circle, #ffffff 2px, transparent 2px);
    background-position: 0 0, 9.5px 9px;
    background-size: 20px 17px;
    position: absolute;
  }
  .bg_application-partnership_secretariat .bg_parts li.left_cloud01::before {
    width: 35rem;
    height: 23rem;
    left: -48rem;
    bottom: 13rem;
  }
  .bg_application-partnership_secretariat .bg_parts li.right_cloud01::before {
    background: url(../img/bg_cloud02.png) no-repeat center/contain;
    width: 55.7rem;
    height: 63rem;
    right: -54rem;
    bottom: 9rem;
  }
}
/* 共催・協賛・広告・展示申込 -------------------------------------- */
.application-partnership {
  position: relative;
  padding: 4rem 0 0;
}
.application-partnership::before {
  content: "";
  width: 140%;
  height: 140%;
  display: block;
  background-color: #fef9b9;
  position: absolute;
  isolation: isolate;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(var(--deg));
  -webkit-transform: translateX(-50%) rotate(var(--deg));
  -ms-transform: translateX(-50%) rotate(var(--deg));
  z-index: -2;
}
.application-partnership .wrap {
  position: relative;
  z-index: 2;
}
.application-partnership .wrap .tit_02--star {
  margin: 0;
  z-index: 2;
}
.application-partnership .wrap .box {
  padding: 4rem 2rem 1rem;
  border-radius: 10px;
  background: #007b6a;
  border: 3px solid #000;
  position: relative;
  z-index: 0;
  top: -4.4rem;
}

@media screen and (min-width: 48em), print {
  .application-partnership {
    padding: 6rem 0 9rem;
  }
  .application-partnership .wrap {
    padding-left: 55rem;
  }
  .application-partnership .wrap .tit_02--star {
    top: -1.8rem;
  }
  .application-partnership .wrap .box {
    padding: 4.5rem 2rem 0;
    border: 4px solid #000;
    top: -4.4rem;
  }
  .application-partnership .wrap .box > ul {
    margin: 0 0 1.5rem;
    display: -webkit-flex;
    display: flex;
    gap: 0 1.3rem;
  }
  .application-partnership .wrap .box > ul > li {
    margin: 0;
    flex: 1;
  }
}
/* 事務局 -------------------------------------- */
.secretariat {
  padding: 10rem 0 10rem;
  position: relative;
}
.secretariat::before {
  content: "";
  width: 300%;
  height: 100%;
  display: block;
  background: #f9c144;
  position: absolute;
  top: -4rem;
  z-index: -1;
  transform: rotate(var(--deg));
}
.secretariat .wrap {
  position: relative;
  z-index: 2;
  margin-top: -5rem;
}
.secretariat .wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 60rem;
  position: absolute;
  bottom: -10rem;
  left: -10rem;
  background: url(../img/index_illust_family01.png) no-repeat center bottom/contain;
  pointer-events: none;
  z-index: -1;
}
.secretariat .wrap .tit_02 {
  position: absolute;
  top: 0;
}
.secretariat .wrap dl {
  padding-left: 14rem;
}
.secretariat .wrap dl dt {
  font-weight: 700;
  font-size: 1.4rem;
  width: fit-content;
  color: #004ea2;
  padding: 0.4rem 2rem;
  background: #fff;
  border-radius: 20px;
}
.secretariat .wrap dl dd {
  padding: 0 0 0 1.4rem;
  margin: 1rem 0 2rem;
  word-break: break-all;
}

@media screen and (min-width: 48em), print {
  .secretariat {
    margin-top: 0;
    padding: 0 0 6rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #f9c144 60%);
  }
  .secretariat::before {
    position: absolute;
    left: 50%;
    top: 6rem; /* 好きな開始位置に調整 */
    width: max(110vw, 1400px); /* 横を少し広めに確保（回転で余白が要るため） */
    aspect-ratio: 2522/497; /* 元SVGの比率 */
    background: #f9c144;
    transform-origin: top center;
    transform: translateX(-50%) rotate(var(--deg));
    pointer-events: none;
    z-index: 0;
  }
  .secretariat .wrap {
    padding-left: calc(1100px - 52.4rem);
  }
  .secretariat .wrap::after {
    width: 78.5rem;
    height: 82.3rem;
    bottom: -7.8rem;
    left: -25.8rem;
  }
  .secretariat .wrap .tit_02 {
    position: relative;
    top: -20px;
  }
  .secretariat .wrap dl {
    padding-left: 0;
    margin: 0 0 2rem;
  }
  .secretariat .wrap dl div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 1rem;
  }
  .secretariat .wrap dl div dt {
    font-size: 1.6rem;
    text-align: center;
    min-width: 16rem;
    padding: 0.4rem 1rem;
    border-radius: 20px;
  }
  .secretariat .wrap dl div dd {
    padding: 0.4rem 0 0 1.4rem;
    margin: 0;
  }
}
/* ----------------------------------------------------------------------------------
下層　_lower.scss
---------------------------------------------------------------------------------- */
body:not(.index) .header .breadcrumb_list {
  display: none;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .header .breadcrumb_list {
    display: -webkit-flex;
    display: flex;
  }
}
body:not(.index) .footer .breadcrumb_list {
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .footer .breadcrumb_list {
    display: none;
  }
}
body:not(.index) .breadcrumb_list {
  margin: 0 auto;
  padding: 1rem 1.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
body:not(.index) .breadcrumb_list li {
  font-size: 1rem;
  display: inline-block;
}
body:not(.index) .breadcrumb_list li:not(:last-child)::after {
  content: "2";
  font-family: "fontello";
  margin-right: 0.4rem;
  display: inline-block;
  margin: 0 1rem;
  position: relative;
  top: 0.1rem;
}
body:not(.index) .breadcrumb_list li a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .breadcrumb_list {
    margin: 0 auto;
    padding: 2rem 0 2rem;
    width: 1100px;
  }
  body:not(.index) .breadcrumb_list li {
    font-size: 1.6rem;
  }
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    margin: 0 0 10rem;
  }
}

@media screen and (min-width: 48em), print {
  .cf .img_l,
  .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}
/* ドクター紹介 */
.dr_name {
  margin: 2rem 0 0;
  text-align: right;
}
.dr_name span {
  font-size: 130%;
}

/* クリニック紹介 */
*[id*=slider] {
  margin: 0 auto 0.2rem;
  width: 100%;
}
@media screen and (min-width: 48em), print {
  *[id*=slider] {
    width: 75rem;
  }
}
*[id*=slider] figure {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
*[id*=slider] figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0.4rem 0.6rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  background: rgba(243, 249, 244, 0.6);
}
@media screen and (min-width: 48em), print {
  *[id*=slider] figure figcaption {
    padding: 2rem 3rem;
    font-size: 1.8rem;
  }
}
*[id*=slider] figure figcaption p {
  text-align: center;
  font-size: 120%;
  margin: 0;
}

*[id*=thumbnail_slider] {
  margin: 0 auto 2rem;
  width: 100%;
}
@media screen and (min-width: 48em), print {
  *[id*=thumbnail_slider] {
    width: 75rem;
  }
}
*[id*=thumbnail_slider] .slick-list .thumbnail-item img {
  cursor: grab;
}
*[id*=thumbnail_slider] .slick-list .thumbnail-item img:active {
  cursor: grabbing;
}
*[id*=thumbnail_slider] .slick-list .slick-current {
  position: relative;
}
*[id*=thumbnail_slider] .slick-list .slick-current::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #222;
}
*[id*=thumbnail_slider] .slick-list .slick-current img {
  width: 100%;
  display: block;
}
*[id*=thumbnail_slider] .slick-prev::before,
*[id*=thumbnail_slider] .slick-next::before {
  color: #222;
}

.slide-item img {
  width: 100%;
  height: auto;
}

.thumbnail-item img {
  width: 98%;
  display: block;
  margin: 0 auto;
}

.img_gallery li {
  margin: 0 0 2rem;
  text-align: center;
}
.img_gallery li figure {
  margin: 0;
  padding: 0;
}
.img_gallery li figure img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 80%;
  height: auto;
}
.img_gallery li figure figcaption {
  padding: 0;
  text-align: left;
}
.img_gallery li figure figcaption p {
  margin: 0.4rem 0;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .img_gallery {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .img_gallery li {
    width: 48%;
    margin: 0 0 3.2rem;
  }
  .img_gallery li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
/* 初めての方へ */
/* 診療時間・アクセス */
.access .gmap {
  height: 30rem;
  margin: 2rem 0;
}

@media screen and (min-width: 48em), print {
  .access .gmap {
    height: 50rem;
  }
}