@charset "utf-8";
/* *****共通設定***** */
main {
  display: block;
  background-color: #ffffff;
  color: #2c2b2b;
}
main .btn {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 1.4em !important;
  line-height: 1.8;
}

h1 {
  font-size: 4.5rem;
}

h2, h3 {
  color: #2c2b2b;
}

.gray {
  color: #6c757d;
}

.img-thumbnail {
  width: 100%;
  padding: .25rem;
  background-color: transparent;
  border: none;
}

.font1 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.wf-sawarabigothic {
  font-family: "Sawarabi Gothic";
}

.font202301 {
  font-family: 'BIZ UDGothic', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500 !important;
}

.ftb2023 {
  font-weight: bold;
}

.ptt {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  line-height: 160%;
  font-size: 26px;
}

/* ヘッダー(navbar) */
.navbar {
  border-bottom: 1px solid #ffffff;
  background-color: #b54172;
  opacity: 0.7;
  background-blend-mode: lighten;
  color: #ffffff;
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-brand {
  height: 60px;
}
.navbar .navbar-brand img {
  height: 100%;
}
.navbar .navbar-nav .active > .nav-link {
  color: #b54172;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 140%;
  padding: 5px 12px;
}
.navbar .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #00A2BD;
  padding: 5px 12px;
}

/* フッター */
#footer {
  background-color: #ffffff;
}
#footer .container {
  color: #31373D;
}
#footer #copyright {
  border-top: 1px solid #b54172;
  background-color: #b54172;
  color: #ffffff;
}

/* *****トップページ***** */
/* メイン画像 */
h1 {
  font-weight: bold !important;
  color: #b54172;
}

/* 各セクション */
#page-top section {
  background-color: #ffffff;
  padding: 50px 10px;
}
#page-top section:nth-child(odd) {
  background-color: #ffffff;
}
#page-top section .container > h2 {
  margin-bottom: 10px;
  font-size: 26px;
}
#page-top section .container > h2 + p {
  margin: 0 auto 20px;
  font-size: 16px;
}

#sec4 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#sec4 img {
  width: 100%;
}

h1.page-ttl {
  font-size: 2rem;
}

h2 {
  color: #ffffff;
}

.wrap {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

figure {
  width: 100%;
  height: 500px;
  margin: 0;
  display: grid;
  place-items: center center;
  position: absolute;
  top: 0;
  right: 0px;
}

.txt {
  color: #fff;
  background: #CA8218;
  background-size: cover;
  padding: 20px;
  flex-basis: 50%;
  box-sizing: border-box;
  z-index: 2;
  opacity: 0.8;
}
.txt h1 {
  font-size: 20px;
}
.txt p {
  font-size: 14px;
}

.slideshow {
  width: 100%;
}

/* ここから下がボタンのCSS　*/
.link01:hover {
  opacity: 0.5;
  text-decoration: none;
}

.cardsd {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  padding: 0em 0em;
  margin: 0 0 0em;
}

.hover-sd {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  padding: 0em 0em;
  margin: 0 0 0em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.hover-sd:hover {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}

.linkarea {
  position: relative;
  width: 100%;
  height: 100%;
}
.linkarea a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-sdu {
  box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.5);
}

.title-d {
  padding: 1rem 2rem;
  border-top: 3px solid #CA8218;
  background: #f4f4f4;
  box-shadow: 0 0 3px gray;
}

.title-ke {
  padding: 1rem 2rem;
  border-top: 3px solid #C6991B;
  background: #f4f4f4;
  box-shadow: 0 0 3px gray;
}

.title-k {
  padding: 1rem 2rem;
  border-top: 3px solid #84BA41;
  background: #f4f4f4;
  box-shadow: 0 0 3px gray;
}

.title-de {
  padding: 1rem 2rem;
  border-top: 3px solid #159783;
  background: #f4f4f4;
  box-shadow: 0 0 3px gray;
}

.title-s {
  padding: 1rem 2rem;
  border-top: 3px solid #374F93;
  background: #f4f4f4;
  box-shadow: 0 0 3px gray;
}

.title-j {
  padding: 1rem 2rem;
  border-top: 3px solid #7D4C8C;
  background: #f4f4f4;
  box-shadow: 0 0 3px gray;
}

.title-ko {
  padding: 1rem 2rem;
  border-top: 3px solid #d7536d;
  background: #f4f4f4;
  box-shadow: 0 0 3px gray;
}

#page_top {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 5px;
  background-color: #2c2b2b;
  opacity: 0.7;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 24px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -12px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.navtt2023 {
  font-size: 1.55rem;
}

.title2023top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.5em !important;
  margin: 1.85rem 0.55rem;
  letter-spacing: -0.01rem !important;
  font-size: 2.5rem;
}
.title2023top::before, .title2023top::after {
  content: "";
  width: 0.55em !important;
  height: 0.75em !important;
}
.title2023top::before {
  margin-right: .095em !important;
  border-top: 3px solid #a50c90 !important;
  border-left: 3px solid #a50c90 !important;
  margin-top: -1.05em !important;
}
.title2023top::after {
  margin-left: .095em !important;
  border-bottom: 3px solid #a50c90 !important;
  border-right: 3px solid #a50c90 !important;
  margin-bottom: -1.05em !important;
}

.csysy {
  width: 30%;
  margin: auto;
}
.csysy2 {
  width: 40%;
  margin: auto;
}
.csysy3 {
  width: 45%;
  margin: auto;
}

@media (min-width: 768px) {
.h1-2022 {
  color: #e47289;
  font-size: 68px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}

.h1-2023 {
  color: #a50c90;
  font-size: 68px;
}

.topf2023 {
  font-size: 3.25rem;
}

.navtt20232 {
  font-size: 1.45rem !important;
}

.jumbotron-fluid {
  margin-top: 20px;
  height: 560px;
}

.dbkg {
  background-color: #e6f5d3;
  width: 95%;
}

.dbkgd {
  background-color: #f5dfd3;
  width: 47%;
}

.dbkgke {
  background-color: #f5f0d3;
  width: 100%;
}

.dbkgde {
  background-color: #d3f5ec;
  width: 65%;
}

.dbkgse {
  background-color: #d3d7f5;
  width: 60%;
}

.dbkgj {
  background-color: #ead3f5;
  width: 65%;
}

.dbkgd202302 {
  background-color: #fcf1ec;
  width: 47%;
}

.dbkgke2023 {
  background-color: #fffcec;
  width: 100%;
}

.dbkg202302 {
  background-color: #f4fceb;
  width: 95%;
}

.dbkgde2023 {
  background-color: #ebfffa;
  width: 65%;
}

.dbkgj2023 {
  background-color: #f3e5fa;
  width: 65%;
}
  
.px2-2023 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
  
.ptt2023 {  
  font-size: 2.45rem;
  font-weight: 500;
  color: #000;
}

.ktt202301 {
  font-size: 1.3rem;
  color: #fff;
  background: #CA8218;
  padding: 5px;
  font-weight: 500;
}

.ktt202302 {
  font-size: 1.3rem;
  color: #fff;
  background: #C6991B;
  padding: 5px;
  font-weight: 500;
}

.ktt202303 {
  font-size: 1.3rem;
  color: #fff;
  background: #84BA41;
  padding: 5px;
  font-weight: 500;
}

.ktt202304 {
  font-size: 1.3rem;
  color: #fff;
  background: #159783;
  padding: 5px;
  font-weight: 500;
}

.ktt202305 {
  font-size: 1.3rem;
  color: #fff;
  background: #374F93;
  padding: 5px;
  font-weight: 500;
}

.ktt202306 {
  font-size: 1.3rem;
  color: #fff;
  background: #7D4C8C;
  padding: 5px;
  font-weight: 500;
}

.text {
  text-align: left;
}

.tth3 {
  text-align: center;
  font-size: 1.95em;
  line-height: 130%;
  font-weight: bold;
}

.btn_002 {
  display: inline-block;
  width: 40%;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  background: linear-gradient(90deg, rgb(215, 83, 109), rgb(228, 146, 163));
  background-size: 200%;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 18px;
  transition: .4s;
  box-shadow: 1px 1px 0 0 #cbcbcb;
}
.btn_002:hover {
  background-position: right center;
  text-decoration: none;
  color: #FFF;
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 50px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  background: #e47289;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 10px;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 20px;
  left: 10px;
  background: #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
 }
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #ffffff;
  background: rgba(243, 149, 188, 0.8);
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}
nav.globalMenuSp ul {
  background: rgba(250, 218, 232, 0.8);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 40%;
  transition: .4s all;
  display: inline-block;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover {
  opacity: 0.7;
  background: rgba(116, 86, 99, 0.8);
  color: #ffffff;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}
}

@media (min-width: 812px) {
.text {
  text-align: left;
}
}

@media (min-width: 992px) {
.text {
  text-align: center;
  line-height: 1.8;
}
}

@media (max-width: 821.9px) {
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.5rem;
  height: 210px;
  font-size: 0.9rem;
}
.csysy {
  width: 50%;
  margin: auto;
}
.csysy2 {
  width: 60%;
  margin: auto;
}
.csysy3 {
  width: 70%;
  margin: auto;
}
}

@media (max-width: 640px) {
.h1-2022 {
  color: #e47289;
  font-size: 44px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold; 
}

.h1-2023 {
  color: #a50c90;
  font-size: 40px;
}

.topf2023 {
  font-size: 2.4rem;
}

.navtt2023 {
  font-size: 1.35rem;
}
.navtt20232 {
  font-size: 1.2rem;
}

.container2023 {
  width: 100%;
  padding-right: 6px !important;
  padding-left: 6px !important;
  margin-right: auto;
  margin-left: auto;
}

.dl2023 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.dt2023 {
  width: 22% !important;
}

.dd2023 {
  width: 78% !important;
}

.dt202302 {
  width: 28% !important;
}

.dd202302 {
  width: 72% !important;
}

.dbkg {
  background-color: #e6f5d3;
  width: 100%;
}

.dbkgd {
  background-color: #f5dfd3;
  width: 100%;
}

.dbkgke {
  background-color: #f5f0d3;
  width: 100%;
}

.dbkgde {
  background-color: #d3f5ec;
  width: 100%;
}

.dbkgse {
  background-color: #d3d7f5;
  width: 100%;
}

.dbkgj {
  background-color: #ead3f5;
  width: 100%;
}

.dbkgd2023 {
  background-color: #f5dfd3;
  width: 100% !important;
}

.dbkgke2023 {
  background-color: #fffcec;
  width: 100%;
}

.dbkgse2023 {
  background-color: #eff0fa;
  width: 100% !important;
}

.dbkg2023 {
  background-color: #f4fceb;
  width: 100%;
}

.dbkg202302 {
  background-color: #f4fceb;
  width: 100%;
}

.dbkgd202302 {
  background-color: #fcf1ec;
  width: 100%;
}

.dbkgde2023 {
  background-color: #ebfffa;
  width: 100%;
}

.dbkgj2023 {
  background-color: #f3e5fa;
  width: 100%;
}

.px2-2023 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ptt2023 {
  font-size: 2.0rem;
  font-weight: 500;
  color: #000;
}

.ktt202301 {
  font-size: 1.15rem;
  color: #fff;
  background: #CA8218;
  padding: 5px;
  font-weight: 500;
}

.ktt202302 {
  font-size: 1.15rem;
  color: #fff;
  background: #C6991B;
  padding: 5px;
  font-weight: 500;
}

.ktt202303 {
  font-size: 1.15rem;
  color: #fff;
  background: #84BA41;
  padding: 5px;
  font-weight: 500;
}

.ktt202304 {
  font-size: 1.15rem;
  color: #fff;
  background: #159783;
  padding: 5px;
  font-weight: 500;
}

.ktt202305 {
  font-size: 1.15rem;
  color: #fff;
  background: #374F93;
  padding: 5px;
  font-weight: 500;
}

.ktt202306 {
  font-size: 1.15rem;
  color: #fff;
  background: #7D4C8C;
  padding: 5px;
  font-weight: 500;
}

.text {
  text-align: left;
}

.btn_002 {
  display: inline-block;
  width: 80%;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  background: linear-gradient(90deg, rgb(215, 83, 109), rgb(228, 146, 163));
  background-size: 200%;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 16px;
  transition: .4s;
  box-shadow: 1px 1px 0 0 #cbcbcb;
}
.btn_002:hover {
  background-position: right center;
  text-decoration: none;
  color: #FFF;
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 50px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  background: #e47289;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 10px;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 20px;
  left: 10px;
  background: #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #ffffff;
  background: rgba(243, 149, 188, 0.8);
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}
nav.globalMenuSp ul {
  background: rgba(250, 218, 232, 0.8);
  margin: 0 auto;
  padding: 0;
  padding-top: 50px;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 45%;
  transition: .4s all;
  display: inline-block;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover {
  opacity: 0.7;
  background: rgba(116, 86, 99, 0.8);
  color: #ffffff;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}
  /* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}

.ttf2023 {
  font-size: 22px !important;
  font-weight: 700 !important;
}

.ttf202302 {
  font-size: 22px !important;
  font-weight: 700 !important;
}

.ttf202303 {
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: -0.1rem !important;
}

.title2023 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.5em !important;
  margin: 2.0rem 0;
  letter-spacing: -0.01rem !important;
}
.title2023::before, .title2023::after {
  content: "";
  width: 0.5em !important;
  height: 5.5em !important;
}
.title2023::before {
  margin-right: .05em !important;
  border-top: 3px solid #CA8218 !important;
  border-left: 3px solid #CA8218 !important;
  margin-top: -.05em !important;
}
.title2023::after {
  margin-left: .05em !important;
  border-bottom: 3px solid #CA8218 !important;
  border-right: 3px solid #CA8218 !important;
  margin-bottom: -.05em !important;
}

.title2023-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.5em !important;
  margin: 2.0rem 0;
  letter-spacing: 0.01rem !important;
}
.title2023-2::before, .title2023-2::after {
  content: "";
  width: 0.55em !important;
  height: 5.5em !important;
  }
.title2023-2::before {
  margin-right: .05em !important;
  border-top: 3px solid #C6991B !important;
  border-left: 3px solid #C6991B !important;
  margin-top: -.05em !important;
  }
.title2023-2::after {
  margin-left: .05em !important;
  border-bottom: 3px solid #C6991B !important;
  border-right: 3px solid #C6991B !important;
  margin-bottom: -.05em !important;
}

.title2023-3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.5em !important;
  margin: 2.0rem 0;
  letter-spacing: 0.05rem !important;
}
.title2023-3::before, .title2023-3::after {
  content: "";
  width: 0.55em !important;
  height: 5.5em !important;
}
.title2023-3::before {
  margin-right: .05em !important;
  border-top: 3px solid #84BA41 !important;
  border-left: 3px solid #84BA41 !important;
  margin-top: -.05em !important;
}
.title2023-3::after {
  margin-left: .05em !important;
  border-bottom: 3px solid #84BA41 !important;
  border-right: 3px solid #84BA41 !important;
  margin-bottom: -.05em !important;
}

.title2023-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.5em !important;
  margin: 2.0rem 0;
  letter-spacing: -0.01rem !important;
}
.title2023-4::before, .title2023-4::after {
  content: "";
  width: 0.55em !important;
  height: 5.5em !important;
}
.title2023-4::before {
  margin-right: .05em !important;
  border-top: 3px solid #159783 !important;
  border-left: 3px solid #159783 !important;
  margin-top: -.05em !important;
}
.title2023-4::after {
  margin-left: .05em !important;
  border-bottom: 3px solid #159783 !important;
  border-right: 3px solid #159783 !important;
  margin-bottom: -.05em !important;
}

.title2023-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.5em !important;
  margin: 2.0rem 0;
  letter-spacing: 0.015rem !important;
}
.title2023-5::before, .title2023-5::after {
  content: "";
  width: 0.5em !important;
  height: 5.5em !important;
}
.title2023-5::before {
  margin-right: .05em !important;
  border-top: 3px solid #374F93 !important;
  border-left: 3px solid #374F93 !important;
  margin-top: -.05em !important;
}
.title2023-5::after {
  margin-left: .05em !important;
  border-bottom: 3px solid #374F93 !important;
  border-right: 3px solid #374F93 !important;
  margin-bottom: -.05em !important;
}

.title2023-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.5em !important;
  margin: 2.0rem 0;
}
.title2023-6::before, .title2023-6::after {
  content: "";
  width: 0.5em !important;
  height: 5.5em !important;
}
.title2023-6::before {
  margin-right: .05em !important;
  border-top: 3px solid #7D4C8C !important;
  border-left: 3px solid #7D4C8C !important;
  margin-top: -.05em !important;
}
.title2023-6::after {
  margin-left: .05em !important;
  border-bottom: 3px solid #7D4C8C !important;
  border-right: 3px solid #7D4C8C !important;
  margin-bottom: -.05em !important;
}

.title2023top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.5em !important;
  margin: 0.75rem 0.55rem;
  letter-spacing: -0.01rem !important;
  font-size: 1.85rem;
}
.title2023top::before, .title2023top::after {
  content: "";
  width: 0.55em !important;
  height: 0.75em !important;
}
.title2023top::before {
  margin-right: .095em !important;
  border-top: 3px solid #a50c90 !important;
  border-left: 3px solid #a50c90 !important;
  margin-top: -1.05em !important;
}
.title2023top::after {
  margin-left: .095em !important;
  border-bottom: 3px solid #a50c90 !important;
  border-right: 3px solid #a50c90 !important;
  margin-bottom: -1.05em !important;
}

.btn-2023 {
  display: inline-block;
  border: 1px solid #a50c90;
  font-size: 20px !important;
  color: #a50c90;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 12px !important;
  border-radius: 2px;
  transition: .3s;
  background-color: #ffffff;
  text-align: center;
}
.btn-2023:hover {
  background-color: #a50c90;
  border-color: #ebebeb;
  color: #FFF;
  text-decoration: none;
  font-size: 20px !important;
}

.csysy {
  width: 98%;
  margin: auto;
}
.csysy2 {
  width: 98%;
  margin: auto;
}
.csysy3 {
  width: 98%;
  margin: auto;
}
}

@media (min-width: 641px) {
.ptt {
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
  line-height: 160%;
  font-size: 18px;
}
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(225, 225, 225, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* nav-itemの文字色 */
.navbar .navbar-nav .nav-link {
  color: #31373D;
}
/* nav-item activeの文字色 */
.navbar .navbar-nav .active > .nav-link {
  color: #ffffff;
  font-size: 20px;
}
/* nav-item:focus、nav-item:hoverの文字色 */
.navbar .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #00ffa2;
}

/* ここから下がボタンのCSS　*/
.btn, a.btn, button.btn {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #2c2b2b;
  border-radius: 0.5rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 750%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #f87db0;
  color: #fff;
}
a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 0;
  background: #2c2b2b;
}
a.btn-flat span {
  position: relative;
  color: #fff;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 750%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  background: #f87db0;
}
a.btn-flat span:hover {
  position: relative;
  color: #fff;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
}

.gbg01 {
  background: #e1f3ff;
  background-image:
  linear-gradient(#e1f3ff 1px, transparent 0), linear-gradient(90deg, #e1f3ff 1px, transparent 0);
  background-size: 27px 27px;
}

.ttd {
  display: block;
  margin: 40px 0 15px;
  padding: 2px 10px 7px;
  border-bottom: solid 3px #CA8218;
  color: #2c2b2b;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.375em;
  line-height: 1.3;
}

.ttke {
  display: block;
  margin: 40px 0 15px;
  padding: 2px 10px 7px;
  border-bottom: solid 3px #C6991B;
  color: #2c2b2b;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.375em;
  line-height: 1.3;
}

.ttk {
  display: block;
  margin: 40px 0 15px;
  padding: 2px 10px 7px;
  border-bottom: solid 3px #84BA41;
  color: #2c2b2b;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.375em;
  line-height: 1.3;
}

.ttde {
  display: block;
  margin: 40px 0 15px;
  padding: 2px 10px 7px;
  border-bottom: solid 3px #159783;
  color: #2c2b2b;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.375em;
  line-height: 1.3;
}

.tts {
  display: block;
  margin: 40px 0 15px;
  padding: 2px 10px 7px;
  border-bottom: solid 3px #374F93;
  color: #2c2b2b;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.375em;
  line-height: 1.3;
}

.ttj {
  display: block;
  margin: 40px 0 15px;
  padding: 2px 10px 7px;
  border-bottom: solid 3px #7D4C8C;
  color: #2c2b2b;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.375em;
  line-height: 1.3;
}

.ttko {
  display: block;
  margin: 40px 0 15px;
  padding: 2px 10px 7px;
  border-bottom: solid 3px #d7536d;
  color: #2c2b2b;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.375em;
  line-height: 1.3;
}

.isd {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.isd2 {
  box-shadow: 1px 1px 2px rgb(207, 205, 205);
}

.tpsp {
  font-size: 12px;
}

.card01 {
  padding: 15px 20px;
  background-color: white;
  border: solid 0.5px #CA8218;
  border-radius: 1px;
  border-bottom: 10px solid #CA8218;
  -webkit-box-shadow: 10px 10px 0 0 rgb(207, 205, 205);
  box-shadow: 8px 8px 0 0 rgb(207, 205, 205);
}
.pbkg01 {
  background-image:
  linear-gradient(0deg, rgba(190, 200, 206, 0.3) 1px, rgba(0, 0, 0, 0) 0), linear-gradient(90deg, rgba(190, 200, 206, 0.3) 1px, rgba(0, 0, 0, 0) 0);
  background-size: 20px 20px;
  background-position: center;
}
.ttd2 {
  display: block;
  margin: 20px 0 15px;
  padding: 2px 10px 7px;
  border-bottom: solid 2px #CA8218;
  color: #2c2b2b;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.375em;
  line-height: 1.3;
}
.h3d {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
.h3d:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #CA8218;
}

.card02 {
  padding: 15px 20px;
  background-color: white;
  border: solid 0.5px #C6991B;
  border-radius: 1px;
  border-bottom: 10px solid #C6991B;
  -webkit-box-shadow: 10px 10px 0 0 rgb(207, 205, 205);
  box-shadow: 8px 8px 0 0 rgb(207, 205, 205);
}
.pbkg02 {
  background-image:
  linear-gradient(0deg, rgba(190, 200, 206, 0.3) 1px, rgba(0, 0, 0, 0) 0), linear-gradient(90deg, rgba(190, 200, 206, 0.3) 1px, rgba(0, 0, 0, 0) 0);
  background-size: 20px 20px;
  background-position: center;
}
.ttke2 {
  display: block;
  margin: 20px 0 15px;
  padding: 2px 10px 7px;
  border-bottom: solid 2px #C6991B;
  color: #2c2b2b;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.375em;
  line-height: 1.3;
}
.h3ke {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
.h3ke:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #C6991B;
}

.card03 {
  padding: 15px 20px;
  background-color: white;
  border: solid 0.5px #84BA41;
  border-radius: 1px;
  border-bottom: 10px solid #84BA41;
  -webkit-box-shadow: 10px 10px 0 0 rgb(207, 205, 205);
  box-shadow: 8px 8px 0 0 rgb(207, 205, 205);
}
.pbkg03 {
  background-image:
  linear-gradient(0deg, rgba(190, 200, 206, 0.3) 1px, rgba(0, 0, 0, 0) 0), linear-gradient(90deg, rgba(190, 200, 206, 0.3) 1px, rgba(0, 0, 0, 0) 0);
  background-size: 20px 20px;
  background-position: center;
}
.ttk2 {
  display: block;
  margin: 20px 0 15px;
  padding: 2px 10px 7px;
  border-bottom: solid 2px #84BA41;
  color: #2c2b2b;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.375em;
  line-height: 1.3;
}
.h3ki {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
.h3ki:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #84BA41;
}

.card04 {
  padding: 15px 20px;
  background-color: white;
  border: solid 0.5px #159783;
  border-radius: 1px;
  border-bottom: 10px solid #159783;
  -webkit-box-shadow: 10px 10px 0 0 rgb(207, 205, 205);
  box-shadow: 8px 8px 0 0 rgb(207, 205, 205);
}
.pbkg04 {
  background-image:
  linear-gradient(0deg, rgba(190, 200, 206, 0.3) 1px, rgba(0, 0, 0, 0) 0), linear-gradient(90deg, rgba(190, 200, 206, 0.3) 1px, rgba(0, 0, 0, 0) 0);
  background-size: 20px 20px;
  background-position: center;
}
.ttde2 {
  display: block;
  margin: 20px 0 15px;
  padding: 2px 10px 7px;
  border-bottom: solid 2px #159783;
  color: #2c2b2b;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.375em;
  line-height: 1.3;
}
.h3de {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
.h3de:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #159783;
}

.card05 {
  padding: 15px 20px;
  background-color: white;
  border: solid 0.5px #374F93;
  border-radius: 1px;
  border-bottom: 10px solid #374F93;
  -webkit-box-shadow: 10px 10px 0 0 rgb(207, 205, 205);
  box-shadow: 8px 8px 0 0 rgb(207, 205, 205);
}
.pbkg05 {
  background-image:
  linear-gradient(0deg, rgba(190, 200, 206, 0.3) 1px, rgba(0, 0, 0, 0) 0), linear-gradient(90deg, rgba(190, 200, 206, 0.3) 1px, rgba(0, 0, 0, 0) 0);
  background-size: 20px 20px;
  background-position: center;
}
.ttse2 {
  display: block;
  margin: 20px 0 15px;
  padding: 2px 10px 7px;
  border-bottom: solid 2px #374F93;
  color: #2c2b2b;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.375em;
  line-height: 1.3;
}
.h3se {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
.h3se:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #374F93;
}

.card06 {
  padding: 15px 20px;
  background-color: white;
  border: solid 0.5px #7D4C8C;
  border-radius: 1px;
  border-bottom: 10px solid #7D4C8C;
  -webkit-box-shadow: 10px 10px 0 0 rgb(207, 205, 205);
  box-shadow: 8px 8px 0 0 rgb(207, 205, 205);
}
.pbkg06 {
  background-image:
  linear-gradient(0deg, rgba(190, 200, 206, 0.3) 1px, rgba(0, 0, 0, 0) 0), linear-gradient(90deg, rgba(190, 200, 206, 0.3) 1px, rgba(0, 0, 0, 0) 0);
  background-size: 20px 20px;
  background-position: center;
}
.ttj2 {
  display: block;
  margin: 20px 0 15px;
  padding: 2px 10px 7px;
  border-bottom: solid 2px #7D4C8C;
  color: #2c2b2b;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.375em;
  line-height: 1.3;
}
.h3j {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
.h3j:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #7D4C8C;
}

.btn_001 {
  display: inline-block;
  width: 100px;
  text-align: center;
  background: linear-gradient(90deg, rgb(215, 83, 109), rgb(242, 196, 236));
  background-size: 200%;
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
  border-radius: 100vh;
  transition: .4s;
  box-shadow: 1px 1px 0 0 #cbcbcb;
}
.btn_001:hover {
  background-position: right center;
  text-decoration: none;
  color: #FFF;
}

.text001 {
  margin: -15px 15px 0;
  padding: 20px;
  background-color: white;
  border: solid 5px #e5e5e5;
  font-weight: 500;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(145, 145, 145, 0.125);
  border-radius: 0.1rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.5rem;
}

.footer-2022 {
  border-top: 1px solid #e47289;
  background-color: #e47289;
  color: #FFF;
}

.column-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-2023 {
  border-top: 1px solid #8e0e7c;
  background-color: #a50c90;
  color: #FFF;
}

.pbkg2023 {
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/inspiration-geometry.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.box2023-01 {
  background: white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.box2023 p {
  margin: 0;
  padding: 0;
}

.h22023f {
  color: #000000;
  margin: 20px 0 15px;
  padding: 10px 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}

.cdo2023 {
  color: #CA8218;
}
.cke2023 {
  color: #C6991B;
}
.cki2023 {
  color: #84BA41;
}
.cde2023 {
  color: #159783;
}
.cse2023 {
  color: #374F93;
}
.cjo2023 {
  color: #7D4C8C;
}

.bd2023 {
  border-bottom: 2px solid;
  border-top: 7px solid;
  border-image: linear-gradient(to right, #CA8218 0%, #a50c90 100%) 1;
}

.bd2023-02 {
  border-bottom: 2px solid;
  border-top: 7px solid;
  border-image: linear-gradient(to right, #C6991B 0%, #a50c90 100%) 1;
}

.bd2023-03 {
  border-bottom: 2px solid;
  border-top: 7px solid;
  border-image: linear-gradient(to right, #84BA41 0%, #a50c90 100%) 1;
}

.bd2023-04 {
  border-bottom: 2px solid;
  border-top: 7px solid;
  border-image: linear-gradient(to right, #159783 0%, #a50c90 100%) 1;
}

.bd2023-05 {
  border-bottom: 2px solid;
  border-top: 7px solid;
  border-image: linear-gradient(to right, #374F93 0%, #a50c90 100%) 1;
}

.bd2023-06 {
  border-bottom: 2px solid;
  border-top: 7px solid;
  border-image: linear-gradient(to right, #7D4C8C 0%, #a50c90 100%) 1;
}

.bd202302 {
  border-bottom: 2px solid #a50c90;
  border-top: 7px solid #CA8218;
}

.bd202303 {
  border-bottom: 2px solid #a50c90;
  border-top: 7px solid #C6991B;
}

.bd202304 {
  border-bottom: 2px solid #a50c90;
  border-top: 7px solid #84BA41;
}

.bd202305 {
  border-bottom: 2px solid #a50c90;
  border-top: 7px solid #159783;
}

.bd202306 {
  border-bottom: 2px solid #a50c90;
  border-top: 7px solid #374F93;
}

.bd202307 {
  border-bottom: 2px solid #a50c90;
  border-top: 7px solid #7D4C8C;
}

.btn-2023 {
  display: inline-block;
  border: 1px solid #a50c90;
  font-size: 22px;
  color: #a50c90;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 14px;
  border-radius: 2px;
  transition: .3s;
  background-color: #ffffff;
  text-align: center;
}
.btn-2023:hover {
  background-color: #a50c90;
  border-color: #ebebeb;
  color: #FFF;
  text-decoration: none;
  font-size: 22px;
}

.a-012023 {
  overflow: hidden;
  margin: 0px;
  position: relative;
}
.a-012023 .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.a-012023:hover .mask {
  opacity: 1; /* マスクを表示する */
  padding-top: 50%; /* ホバーで下にずらす */
}

.main_image_headline2023 {
  background: rgba(0, 0, 0, 0.80);
  color: #fff;
  height: 88px;
  line-height: 22px;
  font-size: 16px;
  position: absolute;
  bottom: -40px;
  width: 100%;
  right: 0;
  padding: 4px 0;
}
.main_image_headline2023 span {
  display: block;
  margin: 0 auto;
  padding-right: 14px;
  text-align: right;
}

.img-sdu {
  box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.5);
}

.imgbox-img {
  transition-duration: 0.4s;
}
.imgbox-img:hover {
  transform: scale(1.2);
  transition-duration: 0.4s;
  opacity: 1;
}

.e-color012023 {
  background: #ffffff;
}
.e-color012023 img {
  opacity: 1;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.e-color012023 img:hover {
  opacity: .7;
}

.container2023 {
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: rgba(165, 12, 144, 0.6);
  transition: all 0.4s;
}
#g-nav.panelactive {
  right: 0;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 4px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  line-height: 1.35;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999;
  right: 14px;
  top: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-image: linear-gradient(-305deg, #a50c90, #f3bad0);
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.openbtn1 span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 15px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.openbtn1 span:nth-of-type(1) {
  top: 20px;
}
.openbtn1 span:nth-of-type(2) {
  top: 30px;
}
.openbtn1 span:nth-of-type(3) {
  top: 40px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 30px;
  left: 15px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.openbtn1.active span:nth-of-type(2) {
  top: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

small {
  color: #fff;
  display: block;
  text-align: center;
}

#header {
  width: 100%;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.ttf2023 {
  font-size: 2.0rem;
  font-weight: bold;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #000;
}

.ttf202302 {
  font-size: 2.0rem;
  font-weight: bold;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #000;
}

.ttf202303 {
  font-size: 2.0rem;
  font-weight: bold;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #000;
}

.title2023 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.5em;
  line-height: 1.3em;
}
.title2023::before, .title2023::after {
  content: "";
  width: 2em;
  height: 2em;
}
.title2023::before {
  margin-right: 1.5em;
  border-top: 4px solid #CA8218;
  border-left: 4px solid #CA8218;
  margin-top: -1.5em;
}
.title2023::after {
  margin-left: 1.5em;
  border-bottom: 4px solid #CA8218;
  border-right: 4px solid #CA8218;
  margin-bottom: -1.5em;
}

.title2023-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.5em;
  line-height: 1.3em;
}
.title2023-2::before, .title2023-2::after {
  content: "";
  width: 2em;
  height: 2em;
}
.title2023-2::before {
  margin-right: 1.5em;
  border-top: 4px solid #C6991B;
  border-left: 4px solid #C6991B;
  margin-top: -1.5em;
}
.title2023-2::after {
  margin-left: 1.5em;
  border-bottom: 4px solid #C6991B;
  border-right: 4px solid #C6991B;
  margin-bottom: -1.5em;
}

.title2023-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.5em;
  line-height: 1.3em;
}
.title2023-3::before, .title2023-3::after {
  content: "";
  width: 2em;
  height: 2em;
}
.title2023-3::before {
  margin-right: 1.5em;
  border-top: 4px solid #84BA41;
  border-left: 4px solid #84BA41;
  margin-top: -1.5em;
}
.title2023-3::after {
  margin-left: 1.5em;
  border-bottom: 4px solid #84BA41;
  border-right: 4px solid #84BA41;
  margin-bottom: -1.5em;
}

.title2023-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.5em;
  line-height: 1.3em;
}
.title2023-4::before, .title2023-4::after {
  content: "";
  width: 2em;
  height: 2em;
}
.title2023-4::before {
  margin-right: 1.5em;
  border-top: 4px solid #159783;
  border-left: 4px solid #159783;
  margin-top: -1.5em;
}
.title2023-4::after {
  margin-left: 1.5em;
  border-bottom: 4px solid #159783;
  border-right: 4px solid #159783;
  margin-bottom: -1.5em;
}

.title2023-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.5em;
  line-height: 1.3em;
}
.title2023-5::before, .title2023-5::after {
  content: "";
  width: 2em;
  height: 2em;
}
.title2023-5::before {
  margin-right: 1.5em;
  border-top: 4px solid #374F93;
  border-left: 4px solid #374F93;
  margin-top: -1.5em;
}
.title2023-5::after {
  margin-left: 1.5em;
  border-bottom: 4px solid #374F93;
  border-right: 4px solid #374F93;
  margin-bottom: -1.5em;
}

.title2023-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.5em;
  line-height: 1.3em;
}
.title2023-6::before, .title2023-6::after {
  content: "";
  width: 2em;
  height: 2em;
}
.title2023-6::before {
  margin-right: 1.25em;
  border-top: 4px solid #7D4C8C;
  border-left: 4px solid #7D4C8C;
  margin-top: -1.25em;
}
.title2023-6::after {
  margin-left: 1.25em;
  border-bottom: 4px solid #7D4C8C;
  border-right: 4px solid #7D4C8C;
  margin-bottom: -1.25em;
}

.dbkgd2023 {
  background-color: #fcf1ec;
  width: 80%;
}

.dbkg2023 {
  background-color: #f4fceb;
  width: 100%;
}

.dbkgse2023 {
  background-color: #eff0fa;
  width: 84%;
}

.dl2023 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dt2023 {
  width: 8%;
}
.dd2023 {
  width: 92%;
}
.dt202302 {
  width: 15%;
}
.dd202302 {
  width: 85%;
}
.dt202303 {
  width: 22%;
}
.dd202303 {
  width: 78%;
}

.topdnkf2023 {
  font-size: 16px;
}

.bxsd2023 {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
}
.bxsd202302 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
}

.pstt202301 {
  font-size: 1.2rem;
  font-weight: bold;
  border-left: solid 5px #CA8218;
  margin-left: 5px;
}

.pstt202302 {
  font-size: 1.2rem;
  font-weight: bold;
  border-left: solid 5px #C6991B;
  margin-left: 5px;
}

.pstt202303 {
  font-size: 1.2rem;
  font-weight: bold;
  border-left: solid 5px #84BA41;
  margin-left: 5px;
}

.pstt202304 {
  font-size: 1.2rem;
  font-weight: bold;
  border-left: solid 5px #159783;
  margin-left: 5px;
}

.pstt202305 {
  font-size: 1.2rem;
  font-weight: bold;
  border-left: solid 5px #374F93;
  margin-left: 5px;
}

.pstt202306 {
  font-size: 1.2rem;
  font-weight: bold;
  border-left: solid 5px #7D4C8C;
  margin-left: 5px;
}

.kts202301 {
  color: #fff;
  background: #CA8218;
  padding: 3px;
  font-weight: 500;
}

.kts202302 {
  color: #fff;
  background: #C6991B;
  padding: 3px;
  font-weight: 500;
}

.kts202303 {
  color: #fff;
  background: #84BA41;
  padding: 3px;
  font-weight: 500;
}

.kts202304 {
  color: #fff;
  background: #159783;
  padding: 3px;
  font-weight: 500;
}

.kts202305 {
  color: #fff;
  background: #374F93;
  padding: 3px;
  font-weight: 500;
}

.kts202306 {
  color: #fff;
  background: #7D4C8C;
  padding: 3px;
  font-weight: 500;
}

.tpbxsd2023 {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 490.9px) {
.topdnkf2023 {
  font-size: 16px !important;
  letter-spacing: -0.12rem !important;
}
}

@media (max-width: 480.9px) {
.topdnkf2023 {
  font-size: 16px !important;
  letter-spacing: -0.06rem !important;
}
}

@media (max-width: 400.9px) {
.topdnkf2023 {
  font-size: 1.0rem !important;
  letter-spacing: -0.095rem !important;
}

.ttf2023 {
  font-size: 22px !important;
  font-weight: 700 !important;
}

.ttf202302 {
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: -0.085rem !important;
}

.ttf202303 {
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: -0.11rem !important;
}
  
.h1-2023 {
  color: #a50c90;
  font-size: 36px;
}
}

@media (max-width: 380.9px) {
.topdnkf2023 {
  font-size: 0.95rem !important;
  letter-spacing: -0.085rem !important;
}

.ttf2023 {
  font-size: 1.32rem !important;
  font-weight: 700 !important;
}

.ttf202302 {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
}

.ttf202303 {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.12rem !important;
}
}