.sub-pgae-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

.btn a {
  width: fit-content;
  display: block;
  padding: 12px 30px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid;
  border-radius: 5px;
  font-weight: 600;
}

.btn a:hover {
  color: #fff;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 2px;
  margin: 4.4px 0;
  margin-left: 15px;
  border-radius: 9999px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  transform-origin: calc(100% - 1px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

.btn a:hover .arrow {
  background-color: #fff;
}
.btn a:hover .arrow::before,
.btn a:hover .arrow::after {
  background-color: #fff;
}

.bg02.bg02-bg {
  background-size: cover;
  background-repeat: repeat;
  background-position: top center;
}

.bg02.bgup {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.bg03.bg02-bg {
  background-size: cover;
  background-repeat: repeat;
  background-position: top center;
}

.sub-page-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 30px;
}

.con-box p a {
  text-decoration: underline;
}

@media screen and (max-width: 560px) {
  .con-box {
    padding: 2em 0 !important;
    margin: 2em 0 !important;
  }

  .bg02.con-box {
    padding: 4em 0 !important;
    margin: 0 0 !important;
  }

  .bg03.con-box {
    margin: 0 0 !important;
  }
}


/* ---------------- パンクズ ------------------*/
.pankuzu {
  padding: 15px 0;
  background-color: #F8F8F8;
}

.breadcrumb {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.breadcrumb ul {
  list-style: none;
}

.breadcrumb a {
  text-decoration: underline;
}

@media screen and (max-width: 560px) {
  .breadcrumb {
    font-size: 1.2rem;
  }
}

/* --------------- ページナビ ------------------*/
.page-nav {
  background-color: #F8F8F8;
  position: sticky; /* スクロール途中で固定 */
  top: 130px;           /* 固定位置 */
  z-index: 1;    /* 他要素より上に表示 */
  margin-bottom: 80px;
}

.page-nav ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  justify-content: center;
  grid-gap: 30px;
  padding: 30px 0 40px 0; /* 固定時に圧迫感を減らすため少し短め */
  margin: 0;
}

.page-nav ul li {
  border-bottom: 1px solid;
  display: table;
}

.page-nav ul li::after {
  content: "▶";
  vertical-align: middle;
  display: table-cell;
}

.page-nav a {
  display: table-cell;
  vertical-align: middle;
  width: 90%;
}

@media screen and (max-width: 1100px) {
  .page-nav {
    top: 85px;  
  }
  .page-nav ul {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }

  .page-nav {
    position: static;
  }
}


/* ---------------- パーツ01 ------------------*/
.parts01 {
  padding: 90px 0;
}

.parts01 h2 {
  font-size: 3.8rem;
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  .parts01 {
    padding-bottom: 5em;
  }

  .parts01 .sub__btn a::after {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 560px) {
  .parts01 {
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .parts01 h2 {
    font-size: 2.6rem;
  }
}


/* ---------------- 画像右(画像が無い時text_area100％） ------------------*/
.r-img-con {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.r-img-con img {
  border-radius: 10px;
}

.r-img-con .text__area {
  width: fit-content;
}

.r-img-con .text__area p {
  margin-bottom: 1em;
}

.r-img-con .image__area {
  width: 500px;
  margin-left: 50px;
  margin-top: 10px;
}

.r-img-con .image__area_sp {
  display: none;
}

.r-img-con ul {
  margin-top: 10px;
}

.r-img-con ul li{
  padding-left: 1.5em;
  position: relative;
  font-weight: 600;
}

.r-img-con ul li::before{
  content: "●";
  padding: 0px 3px;
  font-size: 10px;
  top: 0.7em;
  position: absolute;
  margin-left: -2.2em;
}

.r-img-con .btn a {
  margin-left: 0;
}

@media screen and (max-width: 1000px) {
  .r-img-con .image__area {
    width: 80%;
    margin-left: 50px;
  }

  .r-img-con .image__area img {
    width: 100%;
  }

  .r-img-con ul{
    padding: 1em 1em 0.6em;
   }

  .r-img-con ul li{
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .r-img-con {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 3em;
  }

  .r-img-con .image__area {
    display: none;
  }

  .r-img-con .image__area_sp {
    display: block;
    width: 100%;
    margin-bottom: 2em;
  }

  .r-img-con .image__area_sp img {
    width: 100%;
  }

  .r-img-con ul li::before{
    top: 0.1em;
  }
}

@media screen and (max-width: 560px) {
  .r-img-con {
    padding-bottom: 1em;
  }

  .r-img-con ul {
    padding: 1em 0.7em 0.6em 0.2em ;
  }
}


/* ---------------- 画像左(画像が無い時text_area100％） ------------------*/
.l-img-con {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.l-img-con:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.l-img-con img {
  border-radius: 10px;
}

.l-img-con .text__area {
  width: fit-content;
}

.l-img-con .image__area {
  width: auto;
  max-width: 500px;
  margin-right: 50px;
  margin-top: 10px;
}

.l-img-con .text__area p {
  margin-bottom: 1em;
}

.l-img-con .image__area_sp {
  display: none;
}

.l-img-con ul {
  margin-top: 10px;
}

.l-img-con ul li{
  padding-left: 1.5em;
  position: relative;
  font-weight: 600;
}

.l-img-con ul li::before{
  content: "●";
  padding: 0px 3px;
  font-size: 10px;
  top: 0.7em;
  position: absolute;
  margin-left: -2.2em;
}

.l-img-con .btn a {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .l-img-con .image__area {
    width: 80%;
    margin-left: 50px;
  }

  .l-img-con .image__area img {
    width: 100%;
  }

  .l-img-con ul{
    padding: 1em 1em 0.6em;
   }

   .l-img-con ul li{
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .l-img-con {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 3em;
  }

  .l-img-con .image__area {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 2em;
    margin-left: 0;
  }

  .l-img-con .image__area img {
    display: block;
    margin: 0 auto;
  }

  .l-img-con ul li::before{
    top: 0.1em;
  }
}

@media screen and (max-width: 560px) {
  .l-img-con {
    padding-bottom: 1em;
  }

  .l-img-con ul {
    padding: 1em 0.7em 0.6em 0.2em ;
  }

  .l-img-con .image__area {
    margin-bottom: 1em;
  }
}


/* ---------------- 画像100％ ------------------*/
.w-img-con {
  width: 100%;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.w-img-con:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.w-img-con .image__area {
  margin: 1em 0;
}

.w-img-con img {
  border-radius: 10px;
}

.w-img-con ul {
  margin-top: 10px;
}

.w-img-con ul li{
  padding-left: 1.5em;
  position: relative;
  font-weight: 600;
}

.w-img-con ul li::before{
  content: "●";
  padding: 0px 3px;
  font-size: 10px;
  top: 0.7em;
  position: absolute;
  margin-left: -2.2em;
}

.w-img-con .btn a{
  margin: 30px auto 0;
}

@media screen and (max-width: 1260px) {
  .w-img-con .image__area img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 560px) {
  .w-img-con {
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 3em;
  }
}


/* ---------------- アコーディオン　------------------*/
.accordion-con {
  max-width: 100%;
  margin-top: 30px;
  background-color: #fff;
}

.accordion-con {
  border: 1px solid;
}

.accordion-con summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 20px;
  font-weight: 600;
  cursor: pointer;
  font-size: 2.0rem;
}

.accordion-con summary span {
  padding-left: 0.2em;
  padding-right: 2em;
}

.faq .accordion-con summary span::before {
  content: "Q";
  font-size: 3rem;
  line-height: 100%;
  position: absolute;
  left: 20px;
  font-weight: 400;
  text-align: center;
}

.faq .accordion-con summary {
  padding: 20px 20px 20px 50px;
}

.accordion-con summary::-webkit-details-marker {
  display: none;
}

.accordion-con summary::before,
.accordion-con summary::after {
  width: 2px;
  height: 1.1em;
  content: '';
  margin-right: 10px;
}

.accordion-con summary::before {
  position: absolute;
  right: 20px;
  rotate: 90deg;
}

.accordion-con summary::after {
  transition: rotate .3s;
}

.accordion-con[open] summary::after {
  rotate: 90deg;
}

.accordion-con .accordion__text {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 30px 0.4em 30px;
  color: #333333;
  transition: transform .5s, opacity .5s;
  position: relative;
}

.accordion-con[open] .accordion__text {
  transform: none;
  opacity: 1;
}

.accordion-con[open] .accordion__text p {
  margin-bottom: 20px;
}

.accordion-con .accordion__text ul {
  font-weight: 600;
  margin-bottom: 20px;
}

.accordion-con .accordion__text ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.accordion-con .accordion__text ul li::before {
  content: "・";
  padding: 0px 3px;
  font-size: 15px;
}

.accordion-con .accordion__text a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .top-five .faq {
    padding: 40px 40px 10px 40px;
  }
}

@media screen and (max-width: 560px) {
  .accordion-con {
    margin-bottom: 15px;
  }
  
  .top-five .faq {
    padding: 15px 15px 5px 15px;
  }

  .accordion-con summary {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 10px 20px 10px 50px;
  }

  .accordion-con .accordion__text {
    padding: 0 4em 0.4em 50px;
  }

  .accordion-con summary span::before {
    content: "Q";
    font-size: 1.8rem;
    top: 14px;
    line-height: 1.4;
    width: 30px;
    height: 30px;
  }
}


/* ---------------- ◯×△の設定　------------------*/
.system p.kinds {
  font-size: 1.8rem;
  margin-top: 1em;
  font-weight: 500;
}

.system ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-content: center;
  grid-gap: 25px;
  margin-top: 1em;
}

.system ul li{
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 60px;
  text-align: center;
  border: 1px solid;
}

.system ul li p{
  display: grid;
  place-items: center;
  padding-top: var(--space2x);
  padding-bottom: var(--space2x);
  line-height: 1.5;
}

.system ul li span{
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  padding-left: 1px;
}

.system .btn a{
  margin: 60px auto 0;
}

@media screen and (max-width: 560px) {
  .system p.kinds {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .system ul {
    grid-gap: 15px;
  }
}

/* ---------------- テーブルパターン1 ------------------*/
.table-pattern01 table {
  width: 100%;
  margin-bottom: 1em;
  border-top: 1px solid #E3E4E4;
}

.table-pattern01 table tr{
  border-bottom: 1px solid #E3E4E4;
}

.table-pattern01 table th {
  width: 275px;
  text-align: left;
  padding: 27px;
  font-weight: 700;
  background-color: #F4F4F3;
}

.table-pattern01 table td {
  padding: 27px;
  background-color: #fff;
}

.table-pattern01 table td li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 9px;
  line-height: 1.8;
}

.table-pattern01 table td li::before {
  content: "●";
  font-size: 1.3rem;
  top: 0.25em;
  position: absolute;
  margin-left: -1.5em;
  padding: 0px 3px;
}

.table-pattern01 .btn a{
  margin: 60px auto 0;
}

.table-pattern01 h3:first-child  {
  margin-top: 3em;
}

.table-pattern01 h3{
  margin-top: 3em;
}


@media screen and (max-width: 768px) {
  .table-pattern01 table th {
    font-size: 1.6rem;
    width:30%;
    padding: 1em;
  }

  .table-pattern01 table td {
    width:70%;
    padding: 1em;
  }
}

@media screen and (max-width: 560px) {
  .table-pattern01 h3:first-child  {
    margin-top: 1em;
  }

  .table-pattern01 table th {
    width:100%;
    display: block;
  }

  .table-pattern01 table td {
    width:100%;
    display: block;
  }
}


/* ---------------- テーブルパターン2 ------------------*/
.table-pattern02 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(570px, 1fr));
  justify-content: center;
  gap: 50px 50px;
  text-align: justify;
}

.table-pattern02 .table-pattern02_con {
  width: 100%;       /* 固定幅 */
  max-width: 570px;    /* 画面幅が狭いときは折り返し */
}

.table-pattern02 .table-pattern02_con h3 {
  color: #fff;
  padding: 12px 15px 15px 15px;
  font-size: 1.8rem;
}

.table-pattern02 table {
  width: 100%;
  border-top: 1px solid #E3E4E4;
}

.table-pattern02 table tr{
  border-bottom: 1px solid #E3E4E4;
}

.table-pattern02 table th {
  min-width: 150px;
  text-align: left;
  padding: 15px;
  font-weight: 700;
  background-color: #F4F4F3;
}

.table-pattern02 table td {
  padding: 15px;
  background-color: #fff;
}

.table-pattern02 table td li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 9px;
  line-height: 1.8;
}

.table-pattern02 table td li::before {
  content: "●";
  font-size: 1.3rem;
  top: 0.25em;
  position: absolute;
  margin-left: -1.5em;
  padding: 0px 3px;
}

.table-pattern02 .btn a{
  margin: 30px auto 0;
}

@media screen and (max-width: 1260px) {
  .table-pattern02 {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .table-pattern02 table th {
    font-size: 1.6rem;
    width:30%;
    padding: 1em;
  }

  .table-pattern02 table td {
    width:70%;
    padding: 1em;
  }
}

@media screen and (max-width: 560px) {
  .table-pattern02 .table-pattern02_con h3 {
    padding: 8px 10px 11px 10px;
    font-weight: 400;
  }
  
  .table-pattern02 table th {
    width:100%;
    display: block;
  }

  .table-pattern02 table td {
    width:100%;
    display: block;
  }
}

/* ---------------- テーブルパターン3 ------------------*/
.table-pattern03 table {
  width: 100%;
  border-collapse: collapse;
}

@media (max-width: 786px) {
  .table-pattern03 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-pattern03 table {
    min-width: 787px;
  }

  .table-pattern03 table th {
    width: auto;
  }

  .table-pattern03 table td {
    width: auto;
  }
}

@media screen and (max-width: 560px) {
  .table-pattern03 table th {
      width: auto;
      display:table-cell;
  }

  .table-pattern03 table td {
    width: auto;
    display:table-cell;
  }
}


/* ---------------- 2つ並びBOX（カード） ------------------*/

.box2 .box2__con {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(570px, 1fr));
  justify-content: center;
  gap: 80px 50px;
  text-align: justify;
}

.box2 .box2__con .box2__box .img-wrap {
  border-radius: 10px;
}

.box2 .box2__con .box2__box img {
  border-radius: 10px;
}

.box2 .box2__con .box2__box__con {
  padding: 15px 25px 25px 25px;
}

.box2 .box2__con span {
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 10px;
  display: block;
}

.box2 .box2__con .box2__box h3 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0;
  border-bottom: 1px solid #b9b9b9;
  padding: 30px 0;
  margin-bottom: 15px;
}

.box2 .box2__con .box2__box ul {
  margin-bottom: 20px;
  position: relative;
  margin-left: 1.5em;
}

.box2 .box2__con .box2__box li {
  font-weight: 600;
}

.box2 .box2__con .box2__box li::before {
  content: "●";
  font-size: 1.3rem;
  position: absolute;
  margin-left: -1.5em;
  margin-top: 2px;
  padding: 0px 3px;
}

.box2 .box2__con .box2__box p {
  line-height: 2;
}

.box3 .box3__con .box3__box a {
  display: block;
}

.box2 .box2__con .box2__box a::after {
  content: "詳しくはこちら";
  text-align: right;
  font-weight: 600;
  margin-top: 1em;
  display: block;
  text-decoration: underline;
  background-image: url("img/after-bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}

.box2 .box2__con .box2__box a:hover:after {
  opacity: 0.8;
}

.box2 .box2__con .box2__box .img-wrap {
  overflow: hidden;
  border-radius: 10px;
}

.box2 .box2__con .box2__box img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .6s ease; 
  transform-origin: center top;
}

/* hover時はimgだけをズーム */
.box2 .box2__con .box2__box a:hover .img-wrap img {
  transform: scale(1.1);
}


.box2 .btn a{
  margin: 60px auto 0;
}


@media screen and (max-width: 1260px) {
  .box2 .box2__con {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    gap: 80px 5%;
  }
  
  .box2 .box2__box img {
    width: 100%;
  }
} 

@media screen and (max-width:560px) {
  .box2 .box2__con {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 3em;
  }

  .box2 .box2__con .box2__box h3 {
    font-size: 2.0rem;
    padding: 10px 0 10px 0;
  }
} 


/* ---------------- 2つ並びBOX（左画像） ------------------*/

.box2-l-img .box2__con {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 60px 0px;
  text-align: justify;
}

.box2-l-img .box2__con > *:nth-child(odd) {
  border-right: 1px solid #C4C4C4;
  padding-right: 3em;
}

.box2-l-img .box2__con > *:nth-child(even) {
  padding-left: 3em;
}

.box2-l-img .box2__con .box2__box .box2__box__cont {
  display: flex;
}

.box2-l-img .box2__con .box2__box .box2__box__cont .img-wrap {
  border-radius: 10px;
  margin-right: 2em;
  overflow: hidden;
  width: 160px;
}

.box2-l-img .box2__con .box2__box .box2__box__cont img {
  border-radius: 10px;
}

.box2-l-img .box2__con .box2__box .box2__box__cont h3 {
  margin-top: -10px;
}

.box2-l-img .box2 .box2__con .box2__box ul {
  margin-bottom: 20px;
  position: relative;
  margin-left: 1.5em;
}

.box2-l-img .box2 .box2__con .box2__box li {
  font-weight: 600;
}

.box2-l-img .box2 .box2__con .box2__box li::before {
  content: "●";
  font-size: 1.3rem;
  position: absolute;
  margin-left: -1.5em;
  margin-top: 2px;
  padding: 0px 3px;
}

.box2-l-img .box2__con .box2__box .box2__box__cont .text-area {
  width: 100%
}

.box2-l-img .box2__con .box2__box a .box2__box__cont .text-area::after {
  content: "詳しくはこちら";
  font-weight: 600;
  margin-top: 1em;
  display: block;
  text-decoration: underline;
  background-image: url("img/after-bg.png");
  background-repeat: no-repeat;
  background-position: left 8.5em top 0.6em;
  padding-right: 20px;
}

.box2-l-img .box2__con .box2__box a:hover .box2__box__cont .text-area::after {
  opacity: 0.8;
}

.box2-l-img .box2__con .box2__box .box2__box__cont img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .6s ease; 
  transform-origin: center top;
}

/* hover時はimgだけをズーム */
.box2-l-img .box2__con .box2__box a:hover .box2__box__cont .img-wrap img {
  transform: scale(1.1);
}

.box2-l-img .btn a {
  margin: 5em auto 0 auto;
}


@media screen and (max-width:768px) {
  .box2-l-img .box2__con {
    display: block;
  }

  .box2-l-img .box2__con > *:nth-child(odd) {
    border-right: none;
    padding-right: 0;
  }
  
  .box2-l-img .box2__con > *:nth-child(even) {
    padding-left: 0;
  }

  .box2-l-img .box2__con .box2__box {
    margin-bottom: 3em;
  }

  .box2-l-img .box2__con .box2__box a .box2__box__cont .text-area::after {
    margin-top: 0.5em;
  }
} 

@media screen and (max-width:560px) {
  .box2-l-img .box2__con .box2__box .box2__box__cont .img-wrap {
    margin-right: 1em;
    width: 140px;
  }

  .box2-l-img .box2__con .box2__box .box2__box__cont h3 {
    margin-top: 0;
    border-bottom: none;
  }
} 



/* ---------------- 3つ並びBOX ------------------*/
.box3 .box3__con{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  justify-content: center;
  grid-gap: 60px;
}

.box3 .box3__con .box3__box img {
  border-radius: 10px;
}

.box3 .box3__con .box3__box h3 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 30px;
}

.box3 .box3__con .box3__box a {
  display: block;
}

.box3 .box3__con .box3__box a::after {
  content: "詳しくはこちら";
  text-align: right;
  font-weight: 600;
  margin-top: 1em;
  display: block;
  text-decoration: underline;
  background-image: url("img/after-bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}

.box3 .box3__con .box3__box a:hover:after {
  opacity: 0.8;
}

.box3 .box3__con .box3__box .img-wrap {
  overflow: hidden;
  border-radius: 10px;
}

.box3 .box3__con .box3__box img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .6s ease; 
  transform-origin: center top;
}

/* hover時はimgだけをズーム */
.box3 .box3__con .box3__box a:hover .img-wrap img {
  transform: scale(1.1);
}

.box3 .btn a{
  margin: 60px auto 0;
}

.box3 .box3__box {
  position: relative;
}

.box3 .box3__box::after {
  content: '';
  position: absolute;
  top: 0;
  right: -8%;
  width: 1px;
  height: 100%;
  background-color: #E7E7E7;
}

.box3 .box3__box__con {
  text-align:justify;
}

.box3 .box3__con span{
  text-align: right;
  width: 100%;
  display: block;
  margin-top: 1em;
  font-weight: 600;
}

.box3__box:nth-child(3)::after {
  display: none;
}

@media screen and (max-width: 1260px) {
  .box3 .box3__con{
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    grid-gap: 60px 3%;
  }

  .box3 .box3__box {
    padding-right: 0;
  }

  .box3 .box3__box::after {
    right: -5%;
  }
}

@media screen and (max-width: 768px) {
  .box3 .box3__con{
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-gap: 30px 5%;
  }

  .box3 .box3__con .box3__box h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 560px) {
  .box3 .box3__con{
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-gap: 4em;
  }

  .box3 .box3__con .box3__box h3 {
    margin-top: 10px;
    font-size: 2.0rem;
    border-bottom: none;
  }

  .box3 .box3__box::after {
    display: none;
  }
}



/* ---------------- ギャラリー用3つ並びBOX ------------------*/
.gallery .box3__con{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  justify-content: center;
  grid-gap: 40px;
  text-align: center;
  margin-top: 40px;
}

.gallery .box3__con img{
  border-radius: 10px;
}

.gallery .box3__con h3 {
  font-size: 1.6rem;
  margin-top: 15px;
}

.gallery .btn a{
  margin: 60px auto 0;
}

@media screen and (max-width: 560px) {
  .gallery .box3__con h3 {
    border-bottom: none;
  }
}


/* ---------------- 流れ ------------------*/
.flow_con {
  display: flex;
  justify-content: center;
  align-items: flex-start; /* ← 高さを揃えない */
  margin-left: 20px;
}

.flow_con li {
  list-style-type: none;
}

.flow_con dd {
  margin-left: 0;
}

.flow {
  position: relative;
  padding: 4em 0;
}

.flow::before {
  content: "";
  width: 20px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow > li {
  position: relative;
}

.flow > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow > li .icon03 {
  font-family: 'arial';
  font-size: 2.8rem;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: 400;
  border-radius: 100vh;
  color: #fff;
  display: inline-block;
  margin-right: 0.3em;
}

.flow > li dl {
  padding-left: 70px;
  position: relative;
}

.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow > li dl::before {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50%;
  left: -4px;
}

.flow > li dl::after {
  width: 50px;
  position: absolute;
  left: 5px;
  top: 25px;
}

.flow > li dl dt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

.flow > li dl dt p {
  width: 80%;
}

@media screen and (max-width: 560px) {
  .flow > li dl dt {
    align-items: flex-start;
  }

  .flow > li dl::before {
    margin-top: 0;
  }

  .flow > li dl::after {
    margin-top: -5px;
  }

  .flow > li .icon03 {
    font-size: 2.0rem;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
  }

  .flow > li dl {
    padding-left: 25px;
  }

  .flow > li dl::after {
    width: 25px;
  }

  .flow > li dl dt {
    font-size: 1.8rem;
  }
} 


/* ---------------- 横並びバナー ------------------*/
.bannnner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.bannnner ul li {
  margin-bottom: 20px;
}

@media screen and (max-width: 1260px) {
  .bannnner ul li {
    width: 30%;
  }

  .bannnner ul li img {
    width: 100%;
  }
} 

@media screen and (max-width: 768px) {
  .bannnner ul li {
    width: 48%;
  }
} 

@media screen and (max-width: 560px) {
  .bannnner ul li {
    width: 320px;
  }
} 


/* ---------------- 横幅100%スライドショー ------------------*/
.slider_wrapper {
  max-width: 100%;
  margin-top: 40px;
}

.slider-w100 .slider_inner {
  margin: 0 20px 60px 20px;
}

.slider-w100 .slider_inner h3 {
  font-size: 1.8rem;
  margin-bottom: 5px;
  font-weight: 600;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 10px;
  position: relative;
}

.slider-w100 .slider_inner p {
  font-weight: 600;
}

.slider-w100 .slider_inner .img-wrap {
  overflow: hidden;
  border-radius: 10px;
}

.slider-w100 .slider_inner img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
  transform-origin: center top;
}

.slider-w100 .slider_inner a:hover .img-wrap img {
  transform: scale(1.1);
}

.slider-w100 .slider_inner .slider_text {
  padding: 5px 0;
}

.slider-w100 .slider_inner data {
  font-size: 1.4rem;
  color: #9A9A9A;
}

.slider-w100 .slider_inner h3:before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #bbbbbb;
  box-sizing: content-box;
}

.slider_wrapper .btn a{
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .slider-w100 .slider_inner {
    margin: 0 20px 30px 20px;
  }
}


/* ---------------- お知らせ ------------------*/
.info_title {
  width: 240px;
}

.info_title h2 {
  line-height: 100%;
}

.info_title .btn a {
  margin-left: 0;
  margin-right: 0;
}

.info_con {
  width: 900px;
  margin-top: -5px;
}

.info_con .info_list {
  border-bottom: 1px solid #DCDBDB;
}

.info_con .info_list a {
  display: block;
  padding: 23px 70px 22px 20px;
  background-image: url("img/info-bg.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.info_con .info_list a:hover {
  background-color: #f3f3f3;
}

.info_con .info_list h3 {
  font-size: 1.6rem;
  margin-top: 10px;
}

.info_con .info_list data {
  font-size: 1.4rem;
  margin-right: 0.8em;
}

.info_con .info_list .bg01 {
  color: #fff;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 2px 10px 3px;
}

.info-all .info_con {
  width: 100%;
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .info_title {
    width: 25%;
  }

  .info_title .btn a {
    width: 100%;
  }
  
  .info_con {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .info.fl {
    display: block;
  }

  .info_title {
    width: 100%;
  }

  .info_title .btn a {
    width: fit-content;
    text-align: center;
    margin: 0 auto;
  }
  
  .info-all .info_con {
    margin-bottom: 0;
  }

  .info_con {
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 3em;
  }

  .info_con .info_list a {
    padding: 23px 60px 22px 10px;
  }
}

@media screen and (max-width: 560px) {
  .info_con .info_list .bg01 {
    font-size: 1.2rem;
  }

  .info_con .info_list h3 {
    border-bottom: none;
  }
}



/* ---------------- ブログリスト ------------------*/
.blog-list.box4 .box4__con {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  justify-content: center;
  grid-gap: 40px;
}

.blog-list.box4 .box4__con .blog_inner {
  max-width: 290px;
}

.blog-list.box4 .box4__con .blog_inner h3 {
  font-size: 1.8rem;
  margin-bottom: 5px;
  font-weight: 600;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 10px;
  position: relative;
}

.blog-list.box4 .box4__con .blog_inner p {
  font-weight: 600;
}

.blog-list.box4 .box4__con .blog_inner .img-wrap {
  overflow: hidden;
  border-radius: 10px;
}

.blog-list.box4 .box4__con .blog_inner img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
  transform-origin: center top;
}

.blog-list.box4 .box4__con .blog_inner a:hover .img-wrap img {
  transform: scale(1.1);
}

.blog-list.box4 .box4__con .blog_inner .slider_text {
  padding: 5px 0;
}

.blog-list.box4 .box4__con .blog_inner data {
  font-size: 1.4rem;
  color: #9A9A9A;
}

.blog-list.box4 .box4__con .blog_inner h3:before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #bbbbbb;
  box-sizing: content-box;
}

@media screen and (max-width: 520px) {
  .blog-list.box4 .box4__con {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-gap: 20px;
  }

  .blog-list.box4 .box4__con .blog_inner {
    max-width: 100%;
  }
}

/* ---------------- ブログ詳細 ------------------*/
.blog_box {
  width: 850px;
}

.blog_box .sns-button-wrap {
  margin-bottom: 2em;
}

.blog_box p {
  margin-bottom: 1em;
}

.blog_box .blog_title data {
  font-size: 1.4rem;
  font-weight: 600;
}

.blog_box .blog_title data ul {
  display: flex;
  margin-bottom: 2em;
}

.blog_box .blog_title data ul li {
  display: flex;
}

.blog_box .blog_title data ul li a {
  background-image: url(img/category.svg);
  background-repeat: no-repeat;
  background-position: left 0.5em top 0.8em;
  background-size: 1em;
  padding: 0.2em 0.8em 0.2em 2em;
  display: inline-block;
}

.blog_box .blog_title h2 {
  font-size:4.2rem;
}

.blog_box .blog_con h2 {
  font-size:3.4rem;
  margin-top: 2em;
  margin-bottom: 10px;
}

.blog_box .blog_con h3 {
  margin-top: 1em;
}

.blog_box .blog_con h4 {
  font-size:2.2rem;
  margin-top: 2em;
  margin-bottom: 10px;
  font-weight: 500;
  border-left: 3px solid #333;
  padding-left: 10px;
}

.blog_box .blog_con h5 {
  font-size:2.0rem;
  margin-top: 2em;
  margin-bottom: 10px;
  font-weight: 500;
}

.blog_box .blog_con h6 {
  font-size: 1.8rem;
  margin-top: 2em;
  margin-bottom: 10px;
  font-weight: 500;
}

.blog_box .blog_con a {
  text-decoration: underline;
}

.blog_box .blog_con ul {
  margin: 1em 0;
}

.blog_box .blog_con ul li{
  padding-left: 1.5em;
  position: relative;
  font-weight: 600;
}

.blog_box .blog_con ul li::before{
  content: "●";
  padding: 0px 3px;
  font-size: 10px;
  top: 0.7em;
  position: absolute;
  margin-left: -2.2em;
}

.blog_box .blog_con ol {
  margin: 1em 0;
  list-style-type: decimal;
  padding-left: 1.8em;
}

.blog_box .blog_con ol li {
  position: relative;
  font-weight: 600;
}

.blog_box .blog_con img {
  margin: 2em auto;
}

.blog_box .blog_con table {
  width: 100%;
  margin-bottom: 1em;
  border-top: 1px solid #E3E4E4;
}

.blog_box .blog_con table tr{
  border-bottom: 1px solid #E3E4E4;
}

.blog_box .blog_con table th {
  width: 275px;
  text-align: left;
  padding: 27px;
  font-weight: 700;
  background-color: #F4F4F3;
}

.blog_box .blog_con table td {
  padding: 27px;
  background-color: #fff;
}

.blog_box .blog_con .btn {
  margin: 5em auto;
}

.blog_box .blog_con .btn a {
  text-decoration: none;
}

.blog_side {
  width: 250px;
}

.blog_side h2 {
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 2em;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 2.0rem;
  border-bottom: 1px solid #585858;
}

.blog_side li {
  border-bottom: 1px solid #c9c9c9;
}

.blog_side li a {
  display: block;
  padding: 1em 10px;
  font-weight: 500;
}

.blog_side li a:hover {
  background-color: #f5f5f5;
}

#ez-toc-container {
  max-width: 600px;
  margin: 2em auto 0 auto;
}

#ez-toc-container nav {
  margin-top: 2em;
}

#ez-toc-container.ez-toc-container-direction {
  width: 100%;
  padding: 3em;
}

.ez-toc-title-container {
  text-align: center;
}


@media screen and (max-width: 1260px) {
  .blog_box {
    width: 75%;
  }

  .blog_side {
    width: 20%;
  }

  .blog_box .blog_title h2 {
    font-size:3.8rem;
  }

  .blog_box .blog_con h2 {
    font-size:3.0rem;
  }

  .blog_box .blog_con img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 1100px) {
  .blog_box .blog_title h2 {
    font-size:2.8rem;
  }

  .blog_box .blog_con h2 {
    font-size:2.4rem;
  }

  .blog_box .blog_con h4 {
    font-size:2.0rem;
  }
}

@media screen and (max-width: 768px) {
  .blog_box {
    width: 100%;
  }

  .blog_side {
    display: none;
  }

  .blog_box .blog_con table th {
    width: auto;
    display: block;
    padding: 1em;
  }

  .blog_box .blog_con table td {
    width: auto;
    display: block;
    padding: 1em;
  }
}

@media screen and (max-width: 560px) {
  .blog_box .blog_title h2 {
    font-size: 2.4rem;
  }

  .blog_box .blog_con h2 {
    font-size:2.2rem;
  }

  .blog_box .blog_con h4 {
    font-size:1.8rem;
  }

  .blog_box .blog_con h6 {
    font-size: 1.6rem;
  }
} 

/* ---------------- ページ送り ------------------*/
.pagination,
.pagination ul,
.pagination li,
.pagination a {
    font-size: 100%
}

.pagination {
    margin: 0;
    width: 100%;
    text-align: center;
    clear: both;
    padding-bottom: 30px;
    margin-top: 5em;
}

.pagination ul {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    display: inline;
}

.pagination li {
    margin: 0.5%;
    padding: 0px;
    display: inline;
}

.pagination a {
    display: inline;
    padding: 0.8% 1.4%;
    width: 50px;
    height: 50px;
    margin: 0.2%;
    color: #474747;
    display: inline;
    font-weight: 400;
    text-align: center;
    border: 1.2px solid #e9e9e9;
    background-color: #fff;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 50%;
}

.pagination li a:hover {
    text-decoration: underline;
    background-color: #fff;
    border-color: #FFE600;
    text-decoration: none;
    opacity: 1;
}

.paginationli.active_page a {
    border-color: #0F6247;
    background-color: #0F6247;
    color: #fff;
}

.pagination li.active_page a:hover {
    color: black;
    text-decoration: underline;
    color: #FFE600;
    text-decoration: none;
    opacity: 1;
}

.pagination .current {
    display: inline;
    padding: 0.8% 1.4%;
    margin: 0.2%;
    color: #333;
    background-color: #f1f1f1;
    font-weight: 500;
    border: 1.2px solid #e9e9e9;
    border-radius: 50%;
}

@media screen and (max-width: 796px) {
  .pagination a {
        padding: 1.5% 2%;
    }
}


/* ---------------- サブページスライド ------------------*/
.slide-items img {
  border-radius: 10px;
  width: 100%;
}

.slide-items p {
  margin: 1em 0;
}

.dots-wrap {
  display: flex;
  justify-content: center;
}

.dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #C4C4C4;
  border-radius: 50%;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #000;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}


/* ---------------- 動画 ------------------*/
.movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.movie iframe {
  width: 100%;
  height: 100%;
  margin-bottom: 1em;
}

.embed-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;     /* モダンブラウザ */
  background: #000;
  overflow: hidden;
  margin-bottom: 1em;
}
.embed-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}


/* ---------------- 関連施設記事　------------------*/
.article h2 {
  text-align: center;
  font-size: 3.0rem;
}

.article h2 span{
  display: block;
  text-align: center;
  font-size: 2.0rem;
  font-weight: normal;
}

.article .article__box {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.article .article__box a{
  display: block;
  text-decoration: none;
}

.article .article__box .article__con {
  display: table;
  width: 100%;
}

.article .article__box .article__con img {
  margin-right: 40px;
  border-radius: 10px;
}

.article .article__box .article__con .article__con_r h3{
  font-size: 2.2rem;
  margin-bottom: 5px;
  color: #474747;
}

.article .article__box .article__con .article__con_r {
  display: table-cell;
  vertical-align: middle;
  width: 90%;
}

@media screen and (max-width: 1200px) {
  .article .article__box .article__con img {
    width: 100%;
    max-width: 200px;
    margin-right: 20px;
  }

  .article .article__box .article__con .article__con_r {
    margin-top: -10px;
    width: 75%;
    padding-left: 1em;
  }
}

@media screen and (max-width: 768px) {
  .article .article__box {
      padding-bottom: 20px;
      margin-bottom: 20px;
  }

  .article .article__box .article__con img {
    margin-top: 10px;
  }

  .article .article__box .article__con .article__con_r data{
    font-size: 1.4rem;
  }

  .article .article__box .article__con .article__con_r h3{
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 560px) {
  .article .article__box .article__con .article__con_r h3{
    font-size: 1.6rem;
    border-bottom: none;
  }
}


/* ---------------- お問い合わせ　------------------*/

.contact table {
  width: 100%;
  margin-bottom: 3em;
  margin-top: 1em;
  border-top: 1px solid #ccc;
}

.contact th {
  font-weight: 700;
  line-height: 100%;
  padding: 2em 1em;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.5;
}

.contact tr {
  border-bottom: 1px solid #ccc;
}

.contact th span {
  font-weight: 600;
  margin-left: 1em;
  color: #fff;
  background-color: #e20000;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 100%;
  padding: 0.3em 0.8em 0.5em 0.8em;
  height: 20px;
}

.contact th span.hi02{
  background-color: #474747;
}

.contact td {
  padding: 2em 1em;
}

.contact td span {
  font-weight: 500;
}

.contact d {
  width: 800px;
  padding-bottom: 35px;
}

.contact input {
  font-size: 1.6rem;
  background-color: #F2F2F2;
  padding: 1.1em;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  border: solid 1px #F2F2F2;
  margin: 0.5em 0;
}

.contact textarea {
  font-size: 1.6rem;
  background-color: #F2F2F2;
  padding: 1.1em;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  border: solid 1px #F2F2F2;
}

.contact select {
  font-size: 1.6rem;
  background-color: #F2F2F2;
  padding: 1.1em;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  border: solid 1px #F2F2F2;
}

.contact label {
  display: table;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

input.check[type=checkbox] {
	width: 15px;
	height: 15px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
  margin-right: 10px;
  vertical-align: -0.05em;
}

input.check[type=radio] {
	width: 15px;
	height: 15px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
  margin-right: 10px;
  vertical-align: -0.05em;
}

.contact .mfp_element_all {
  max-width: 100%;
}

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

.contact .contact__btn input {
  font-size: 1.8rem;
  width: 300px;
  text-align: center;
  margin: 1em auto 0 auto;
  background-color: #F3DA45;
  color: #172740;
  border-radius: 50px;
  font-weight: 600;
  border: 1px solid#F3DA45;
  transition: all .5s;
}

.contact .contact__btn input:hover {
  border: 1px solid#F3DA45;
  background-color: #fff;
  color: #172740;
}

.contact .h-adr div {
  margin-bottom: 10px;
}

.contact .submit-btn input {
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  width: 200px;
  font-weight: 500;
  border: 1px solid #ccc;
  color: #333;
}

@media screen and (max-width: 800px) {
  .contact th {
   display: block;
   text-align: left;
   padding: 2em 0 0.5em 0;
  }

  .contact th span {
    padding: 0.3em 0.8em 0.5em 0.8em;
  }
  
  .contact td {
    display: block;
    padding: 1em 0 2em 0;
  }
}

@media screen and (max-width: 560px) {
  .contact th {
    font-size: 1.6rem;
  }

  .contact input {
    width: 100%;
  }

}

/* iOSのみ適用（iOS Safari系でのみ有効な -webkit-overflow-scrolling を利用） */
@supports (-webkit-overflow-scrolling: touch) {
  @media screen and (max-width: 520px) {
    input.check[type="checkbox"],
    input.check[type="radio"] {
      width: 8px;
      height: 8px;
      margin-right: 2px;
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      vertical-align: -0.6em;
    }
  }
}

/* ---------------- 会社概要 ------------------*/
.company .table-pattern01 {
  margin-top: 5em;
}

.company .table-pattern01 h3 {
  margin-bottom: 1em;
}

.company .table-pattern01 table {
  margin-bottom: 3em;
}

.company .table-pattern01 .g-map iframe {
  width: 100%;
}

@media screen and (max-width: 560px) {
  .company .table-pattern01 h3 {
    border-bottom: 1px solid #333;
    padding-bottom: 0.5em;
  }
}

/* ---------------- プライバシーポリシー　------------------*/

.privacy dl {
  margin-top: 4em;
}

.privacy dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.privacy dd {
  margin-bottom: 4em;
}

.privacy ul{
  font-weight: 600;
  margin-top: 0.7em;
  margin-bottom: 1em;
 }
 
 .privacy ul li{
   padding-left: 1em;
   position: relative;
   line-height: 2;
 }
 
 .privacy ul li::before{
   content: "・";
   padding: 0px 3px;
   position: absolute;
   margin-left: -1.5em;
 }

@media screen and (max-width: 560px) {
  .privacy dt {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }

  .privacy dd {
    margin-bottom: 3em;
  }
}
