@charset "UTF-8";
/*色*/
/*背景画像*/
/*メディアクエリ*/
/*width*/
/*色*/
/*背景画像*/
/*メディアクエリ*/
/*width*/
/*色*/
/*背景画像*/
/*メディアクエリ*/
/*width*/
.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

p.full-img img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 480px) {
  p .sp-full img {
    width: 100%;
    max-width: 100%;
  }
}
.f-box-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

span.d-navy {
  color: #235378;
}
span.d-red {
  color: #a72126;
}
span.d-pur {
  color: #7e4985;
}

/*2023-09 年秋号*/
span.d-lightblue {
  color: #37c5ec;
}
span.d-maroonred {
  color: #910308;
}
span.d-lightgreen {
  color: #a5e50e;
}

.img-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
}
.img-area .left-side {
  width: 50%;
  padding: 1rem;
}
.img-area .left-side .l-img {
  max-width: 100%;
  aspect-ratio: 1/1;
}
.img-area .left-side .l-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.img-area .left-side .l-cap p {
  font-size: 1.2rem;
  margin: initial;
}
.img-area .right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 1rem;
}
.img-area .right-side .img-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0.5rem;
}
.img-area .right-side .img-top img {
  width: 100%;
  max-height: 23rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.5rem;
}
.img-area .right-side p.cap {
  font-size: 1.2rem;
  text-align: left;
  width: 100%;
  margin: initial;
  margin-bottom: 1rem;
}
.img-area .right-side .img-bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
.img-area .right-side .img-bottom img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.img-area .right-side .img-bottom img.yoko {
  max-width: 62%;
}
.img-area .right-side .img-bottom img.tate {
  max-width: 35%;
}
@media screen and (max-width: 480px) {
  .img-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
  }
  .img-area .left-side {
    width: 100%;
  }
  .img-area .right-side {
    width: 100%;
  }
}

.notes ul li dt {
  font-size: 1.2rem;
  font-weight: 600;
}
.notes ul li dd {
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 3rem;
  margin-bottom: 1rem;
}
.notes ul li dd img {
  width: 100%;
}
/* CSS for 46th DEI 2024-09 ================================== */

h2.dei-title-h2 {
  color: #E95389; font-weight: 900; letter-spacing: 0.3rem; font-size: 2.0rem;}

  h3.dei-title-h3 {
    color: #E95389; font-weight: 600; letter-spacing: 0.1rem; font-size: 1.5rem;}

    
/* ================================== ================================== */
h2.dei-nav {
  width: 95%;
  background-color: #e95389;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.3rem;
  border-radius: 25px;
  margin: initial;
  margin: 0 auto;
  margin-bottom: 1rem;
  padding-top: clamp(0.3rem, 0.227rem + 0.36vw, 0.5rem);
  padding-bottom: clamp(0.3rem, 0.227rem + 0.36vw, 0.5rem);
}

.dei {
  display: flex;
}
@media screen and (max-width: 750px) {
  .dei {
    flex-direction: column;
  }
}

.dei-map {
  position: relative;
  margin-bottom: 5rem;
}
.dei-map .hanrei {
  position: absolute;
  bottom: 0;
  left: 2rem;
}
.dei-map .hanrei .hanrei-wrap {
  display: inline-block;
  box-sizing: border-box;
  background-color: #fef4f4;
  border: #e95389 solid 2px;
  border-radius: 25px;
  padding: 1rem;
  padding-top: 2rem;
  position: relative;
}
.dei-map .hanrei .hanrei-wrap .hanrei-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #e95389;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  border-radius: 15px;
  padding: 0 2rem;
  position: absolute;
  top: -5%;
  left: 30%;
}
.dei-map .hanrei .hanrei-wrap ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: initial;
}
.dei-map .hanrei .hanrei-wrap ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-bottom: #e95389 solid 1px;
  margin-bottom: 1.5rem;
}
.dei-map .hanrei .hanrei-wrap ul li dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 3rem;
  aspect-ratio: 1/1;
  margin-bottom: 0.5rem;
}
.dei-map .hanrei .hanrei-wrap ul li dt img {
  height: 100%;
  max-height: 3rem;
}
.dei-map .hanrei .hanrei-wrap ul li dd {
  width: 100%;
  font-size: 1.2rem;
  color: #e95389;
  -webkit-margin-start: 1rem;
          margin-inline-start: 1rem;
  margin-bottom: 0.5rem;
}


@media screen and (max-width: 750px) {
  .dei-map .hanrei {
    position: absolute;
    bottom: -5%;
  }
}
@media screen and (max-width: 480px) {
  .dei-map .hanrei {
    position: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  margin-bottom: 3rem;
}
.card-wrap.other {
  box-sizing: border-box;
  background-color: #fef4f4;
  border-radius: 25px;
  padding: 2rem 1.5rem;
  margin: 0 1rem;
}

.card-wrap.other1 {
  box-sizing: border-box;
  border-radius: 25px;
  border: 1px solid;
  border-color:#e95389;
  background-color: #fef4f4;
  padding: 1.5rem 1.5rem;
  margin: auto;
  margin:2em 2em 4em 2em;
    position: relative;
  
}

.card-wrap .witharrow{
    width: 75px;
    position: absolute;
    bottom:-4rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    
}

.card-wrap .top-sec {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
}
.card-wrap .top-sec .icon-area {
  width: 5rem;
}
.card-wrap .top-sec .icon-area .bangai {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background-color: #00afcc;
  border-radius: 50%;
}
.card-wrap .top-sec .icon-area .bangai p {
  font-size: 1.2rem;
  color: #ffffff;
  margin: initial;
}
.card-wrap .top-sec .name-area {
  width: 100%;
  padding: 0 1.5rem;
}
.card-wrap .top-sec .name-area h3 {
  font-size: clamp(1.6rem, 1.527rem + 0.36vw, 1.8rem);
  color: #404040;
  margin: initial;
  margin-bottom: 0.5rem;
}
.card-wrap .top-sec .name-area p {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  color: #e95389;
  margin: initial;
}
.card-wrap .bottom-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.card-wrap .bottom-sec .cap-side {
  width: 100%;
  height: 10rem;
  overflow: auto;
  margin-bottom: 0.5rem;
}
.card-wrap .bottom-sec .cap-side .qr {
  float: right;
  margin: 1rem;
}
.card-wrap .bottom-sec .cap-side .qr img {
  width: 100%;
  max-width: 8rem;
}
.card-wrap .bottom-sec .cap-side p {
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  margin: initial;
}
.card-wrap .bottom-sec .img-side {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.card-wrap .bottom-sec .img-side img {
  width: 100%;
  max-width: 100%;
}
.card-wrap .bottom-sec .sub-cap {
  border: #e95389 solid 2px;
  border-radius: 12px;
  padding: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
}
.card-wrap .bottom-sec .sub-cap h4 {
  font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
  color: #e24740;
  margin: initial;
}
.card-wrap .bottom-sec .sub-cap .qr {
  float: right;
  margin: 1rem;
}
.card-wrap .bottom-sec .sub-cap .qr img {
  width: 100%;
  max-width: 8rem;
}
.card-wrap .bottom-sec .sub-cap p {
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  margin: initial;
  margin-bottom: 1rem;
}
.card-wrap .circle-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 80%;
  aspect-ratio: 1/1;
  background-color: #2bb284;
  border-radius: 50%;
  padding: 1rem;
}
.card-wrap .circle-wrap .circle-inner p {
  color: #ffffff;
  text-align: center;
}
.card-wrap .circle-wrap .circle-inner p a {
  color: #fabf13;
  transition: all ease-in-out 0.5s;
}
.card-wrap .circle-wrap .circle-inner p a:hover {
  color: #ffffff;
}
.card-wrap .circle-wrap .circle-inner .qr-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.card-wrap .circle-wrap .circle-inner .qr-area img {
  width: 100%;
  max-width: 8rem;
  aspect-ratio: 1/1;
}

table.bb-table {
  table-layout: fixed;
  border: #265f5d solid 2px;
  margin: initial;
  width: 100%;
  margin-bottom: 2rem;
}
table.bb-table tbody tr th {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #265f5d;
  border: #ffffff solid 0.5px;
}
table.bb-table tbody tr td {
  font-size: 1.2rem;
  font-weight: 400;
  border: #265f5d solid 0.5px;
  padding: 1rem;
}

.bb-caption {
  font-size: 1.2rem;
  font-weight: 500;
  color: #265f5d;
  margin-bottom: 2rem;
}

.bb-kakoi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  max-width: 100%;
  background-color: #ffffff;
  border: #265f5d solid 2px;
  margin-bottom: 2rem;
  padding: 1.5rem;
  position: relative;
}
.bb-kakoi .kakoi-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
.bb-kakoi .kakoi-wrap .inner-list {
  width: 33.3333333333%;
  margin-bottom: 1rem;
}
.bb-kakoi .kakoi-wrap .inner-list h4 {
  margin-bottom: 1rem;
  padding: 0.5rem 2rem;
}
.bb-kakoi .kakoi-wrap .inner-list h4.list-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
}
.bb-kakoi .kakoi-wrap .inner-list h4.list-title span {
  font-size: 1rem;
}
.bb-kakoi .kakoi-wrap .inner-list h4.purple {
  background-color: #a6559d;
}
.bb-kakoi .kakoi-wrap .inner-list h4.yellow {
  background-color: #fabf13;
}
.bb-kakoi .kakoi-wrap .inner-list h4.blue {
  background-color: #0f58a3;
}
.bb-kakoi .kakoi-wrap .inner-list ul {
  width: 100%;
  margin: initial;
}
.bb-kakoi .kakoi-wrap .inner-list ul.purple {
  background-color: #d8bfd8;
}
.bb-kakoi .kakoi-wrap .inner-list ul.yellow {
  background-color: #fff3b8;
}
.bb-kakoi .kakoi-wrap .inner-list ul.blue {
  background-color: #bbe2f1;
}
.bb-kakoi .kakoi-wrap .inner-list ul li {
  border-top: #ffffff solid 0.5px;
  border-bottom: #ffffff solid 0.5px;
  margin: initial;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 750px) {
  .bb-kakoi .kakoi-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bb-kakoi .kakoi-wrap .inner-list {
    width: 100%;
  }
}
.bb-kakoi .float-obj {
  display: inline-block;
  background-color: #265f5d;
  padding: 0.5rem 1.5rem;
  position: absolute;
  bottom: -1.8rem;
}
.bb-kakoi .float-obj p {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  color: #ffffff;
  margin: initial;
}

.bb-double {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 1rem;
}
.bb-double .first {
  width: 50%;
  max-width: 100%;
}
.bb-double .first .inner-kakoi {
  background-color: #00a6ba;
  padding: 1rem;
  border-radius: 8px;
  max-width: 100%;
}
.bb-double .first .inner-kakoi h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
}
.bb-double .first .inner-kakoi ul {
  margin: initial;
}
.bb-double .first .inner-kakoi ul li {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: initial;
}
.bb-double .second {
  width: 50%;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .bb-double {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bb-double .first {
    width: 100%;
  }
  .bb-double .second {
    width: 100%;
  }
}

.four-c-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.four-c-wrap .c-wrap {
  position: relative;
  width: 100%;
}
.four-c-wrap .c-wrap .four-c {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 12/5 !important;
}
.four-c-wrap .c-wrap .four-c.one {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff3b8;
}
.four-c-wrap .c-wrap .four-c.two {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  background-color: #d8bfd8;
}
.four-c-wrap .c-wrap .four-c.three {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-color: #a2d7dd;
}
.four-c-wrap .c-wrap .four-c.four {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  background-color: #bbe2f1;
}
.four-c-wrap .c-wrap .four-c h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #404040;
  margin: 1rem;
}
.four-c-wrap .c-wrap .four-c .four-c-disc {
  width: 65%;
  max-width: 100%;
  margin: 1rem;
}
.four-c-wrap .c-wrap .four-c .four-c-disc p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #404040;
}
.four-c-wrap .c-wrap .clip-circle {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 12/5;
  position: relative;
}
.four-c-wrap .c-wrap .clip-circle.un {
  background-color: #fabf13;
  -webkit-clip-path: circle(38% at 100% 100%);
          clip-path: circle(38% at 100% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.four-c-wrap .c-wrap .clip-circle.dois {
  background-color: #a6559d;
  -webkit-clip-path: circle(38% at 0% 100%);
          clip-path: circle(38% at 0% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.four-c-wrap .c-wrap .clip-circle.tres {
  background-color: #00a6ba;
  -webkit-clip-path: circle(38% at 100% 0);
          clip-path: circle(38% at 100% 0);
  position: absolute;
  top: 0;
  left: 0;
}
.four-c-wrap .c-wrap .clip-circle.quatro {
  background-color: #0f58a3;
  -webkit-clip-path: circle(38% at 0 0);
          clip-path: circle(38% at 0 0);
  position: absolute;
  top: 0;
  left: 0;
}
.four-c-wrap .c-wrap .clip-circle p {
  font-size: 4rem;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 5%;
}
.four-c-wrap .c-wrap .clip-circle p.ichi {
  position: absolute;
  bottom: 0;
  right: 5%;
}
.four-c-wrap .c-wrap .clip-circle p.ni {
  bottom: 100;
  left: 5%;
}
.four-c-wrap .c-wrap .clip-circle p.san {
  top: 0;
  right: 5%;
}
.four-c-wrap .c-wrap .clip-circle p.yon {
  top: 0;
  left: 5%;
}
@media screen and (max-width: 750px) {
  .four-c-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.bb-fukidashi {
  box-sizing: border-box;
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 1.5rem 2rem;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
}
.bb-fukidashi p {
  margin: initial;
}
.bb-fukidashi h5 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: initial;
}

.sennyu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  background-color: #ede9da;
  margin: initial;
  margin-bottom: 5rem;
  padding: 5rem 2rem;
}
.sennyu .sennyu-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  width: 100;
}
.sennyu .sennyu-title .sennyu-icon {
  width: 100%;
  max-width: 28rem;
}
.sennyu .sennyu-title .sennyu-icon .date p {
  font-size: 1.4rem;
  font-weight: 500;
}
.sennyu .sennyu-title h2 {
  font-size: clamp(1.8rem, 1.364rem + 2.18vw, 3rem);
  font-weight: 700;
  margin: initial;
}
.sennyu .sennyu-title h2span {
  font-size: clamp(1.4rem, 1.255rem + 0.73vw, 1.8rem);
}
@media screen and (max-width: 480px) {
  .sennyu .sennyu-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.sennyu .sennyu-cont {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 1.5rem;
}
.sennyu .sennyu-cont .kakomi {
  border: #265f5d solid 1px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.sennyu .sennyu-cont .kakomi h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #265f5d;
  margin: initial;
  margin-bottom: 1rem;
}
.sennyu .sennyu-cont p {
  margin: initial;
  margin-bottom: 1rem;
}
.sennyu .sennyu-cont .images {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.sennyu .sennyu-cont .images .img-obj img {
  max-height: 23rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.sennyu .sennyu-cont .poster-gallery {
  width: 100%;
  margin-bottom: 2rem;
}
.sennyu .sennyu-cont .poster-gallery .gallery-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  margin-bottom: 0.5rem;
}
.sennyu .sennyu-cont .poster-gallery .gallery-items img {
  max-height: 15rem;
}

/* 施設探訪 43号より*/
p.selif {
  font-size: 1.2rem;
  font-weight: 500;
  color: #0f58a3;
  margin-bottom: 0;
}
p span.markar-y {
  background: linear-gradient(transparent 50%, #fabf13 50%);
  line-height: 1;
}

.img-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.img-box img {
  width: 100%;
  max-width: 12rem !important;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.en-flow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 480px) {
  .en-flow {
    justify-content: center;
  }
}

.wide-en-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  background-color: #bbe2f1;
  border-radius: 25px;
  padding: 3rem 1rem;
  margin: 0 1rem;
  margin-bottom: 5rem;
}
.wide-en-wrap .wide-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.wide-en-wrap .wide-top .wide-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.wide-en-wrap .wide-top .wide-cont .inner-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
.wide-en-wrap .wide-top .wide-cont .inner-wrap .en-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 24rem;
  margin-bottom: 1rem;
}
.wide-en-wrap .wide-top .wide-cont .inner-wrap .en-inner .flow {
  background-color: #0f58a3;
  display: inline-block;
  border-radius: 25px;
  padding: 0.5rem 2rem;
  margin-bottom: 2rem;
}
.wide-en-wrap .wide-top .wide-cont .inner-wrap .en-inner .flow p {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  margin: initial;
}
.wide-en-wrap .wide-top .wide-cont .inner-wrap .en-inner img {
  width: 100%;
  max-width: 14rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 480px) {
  .wide-en-wrap .wide-top .wide-cont .inner-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.wide-en-wrap .wide-top .wide-cont .wide-cap h5 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: initial;
}
.wide-en-wrap .wide-top .wide-cont .wide-cap p {
  width: 100%;
  max-width: 21rem;
  font-size: 1.1rem;
  font-weight: 500;
  margin: initial;
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .wide-en-wrap .wide-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .wide-en-wrap .wide-top .wide-left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .wide-en-wrap .wide-top .wide-left .inner-wrap {
    margin-bottom: 1rem;
  }
  .wide-en-wrap .wide-top .wide-right {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .wide-en-wrap {
    width: 95%;
  }
}

.wide-column {
  background-color: #ffffff;
  border: #0f58a3 solid 2px;
  border-radius: 15px;
  padding: 2rem;
  margin: 0 1rem;
  margin-bottom: 5rem;
}
.wide-column h3 {
  margin: initial !important;
  margin-bottom: 2rem !important;
}
.wide-column p {
  margin: initial;
}

.en-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 1rem;
  position: relative;
  margin: 0 0.5rem;
  margin-bottom: 5rem;
}
.en-wrap.shisetsu-en {
  background-color: #bbe2f1;
  width: 23rem;
}
.en-wrap .en-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.en-wrap .en-inner .flow {
  background-color: #0f58a3;
  display: inline-block;
  border-radius: 25px;
  padding: 0.5rem 2rem;
  position: absolute;
  top: 8%;
}
.en-wrap .en-inner .flow p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  margin: initial;
}
.en-wrap .en-inner p {
  color: #ffffff;
  text-align: center;
}
.en-wrap .en-inner img {
  width: 100%;
  max-width: 14rem;
  margin-bottom: 0.5rem;
}
.en-wrap .en-cap {
  position: absolute;
  top: 73%;
}
.en-wrap .en-cap h5 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: initial;
}
.en-wrap .en-cap p {
  width: 100%;
  max-width: 21rem;
  font-size: 1.1rem;
  font-weight: 500;
  margin: initial;
}

.example {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.example .ex-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  width: 48%;
}
.example .ex-card .ex-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.example .ex-card .ex-img .row-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.example .ex-card .ex-img .row-img img {
  border: #404040 solid 2px;
  margin-bottom: 1rem;
}
.example .ex-card .ex-img .row-img p {
  font-size: 1.2rem;
  text-align: center;
  margin: initial;
}
@media screen and (max-width: 750px) {
  .example {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .example .ex-card {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .example {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .example .ex-card {
    width: 85%;
  }
}

.qr-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 3rem;
  margin-bottom: 5rem;
}
.qr-link dt img {
  width: 100% !important;
  max-width: 10rem !important;
}
.qr-link dd {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}

.tooltip {
  position: relative;
  cursor: pointer;
  padding: 0 1rem;
  color: #0f58a3;
}
.tooltip span.disc {
  width: 20rem;
  position: absolute;
  left: 0%;
  bottom: 100%;
  padding: 0.5rem;
  border-radius: 8px;
  background-color: #fff3b8;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #404040;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all ease-in-out 0.5s;
}
.tooltip:hover span.disc {
  bottom: 120%;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .tooltip span.disc {
    left: initial;
    bottom: initial;
    display: none;
  }
  .tooltip:hover span.disc {
    bottom: 120%;
    display: block;
    opacity: 1;
  }
}

.caption {
  font-size: 0.9em;
  color: #555;
  line-height: 1.5;
}

.max-w400 {
  max-width: 400px;
}

.migi {
  float: right;
  margin-left: 20px;
}

