@charset "UTF-8";
/* ▼▼▼ ねむりのサポートツール
=====================================*/
section {
  border-bottom: 1px solid #434243;
  padding-bottom: 80px;
  margin-top: 80px;
}
section:last-of-type {
  border: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 0 20px 70px;
    margin: 70px -20px 0;
  }
}

.anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  width: min(100%, 752px);
  margin: 0 auto 37px;
}
@media screen and (max-width: 767px) {
  .anchor {
    padding: 0 20px;
    margin-bottom: 35px;
  }
}
.anchor li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .anchor li {
    min-width: 85px;
    max-width: 117px;
  }
}
.anchor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #BDBFB0;
  border-radius: 20px;
  height: 40px;
  color: #fff;
  font-weight: bold;
}
@media (hover: hover) {
  .anchor li a:hover {
    background: #4E5C45;
  }
}

.box {
  background: #E3E5DA;
  border-radius: 4px;
  width: min(100%, 780px);
  padding: 25px 20px 35px;
  margin: 0 auto;
}
.box h2 {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
}
.box ol {
  background: #fff;
  border-radius: 20px;
  width: min(100%, 590px);
  padding: 15px 20px;
  margin: 0 auto;
  font-weight: 500;
}
.box ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  width: min(100%, 427px);
  padding: 10px 0;
  margin: 0 auto;
  font-size: 16px;
}
.box ol li:not(:last-child) {
  border-bottom: 1px solid #DDDAD7;
}
.box ol li div {
  background: #6E725C;
  border-radius: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 93px;
  padding: 3px 0 4px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.box ol li div span {
  padding: 0 0.1em;
  font-size: 24px;
  font-family: "EB Garamond", serif;
  line-height: 1;
  font-weight: normal;
}

.border_frame {
  display: block;
  width: min(100%, 250px);
  padding: 0 0 8px;
  margin: 0 auto 20px;
}
.border_frame::after {
  border-color: #E3E5DA transparent transparent transparent;
  border-width: 11px 10px 0px 0px;
  left: 50%;
  top: calc(100% - 1px);
}

dl.grid_box {
  grid-template-columns: 235px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  dl.grid_box {
    grid-template-columns: 1fr;
  }
}
dl.grid_box > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  dl.grid_box > dt {
    border-bottom: 1px dashed #434243;
    gap: 0 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
dl.grid_box > dt span {
  font-size: 15px;
  font-family: "EB Garamond", serif;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  dl.grid_box > dt span {
    font-size: 12px;
  }
}
dl.grid_box > dt h2 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  dl.grid_box > dt h2 {
    font-size: 30px;
  }
}
dl.grid_box > dd {
  border-left: 1px dashed #434243;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  dl.grid_box > dd {
    border: none;
    padding: 0;
  }
  dl.grid_box > dd .txt {
    font-size: 16px;
  }
}
dl.grid_box > dd h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

.item_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .item_list {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}
.item_list .ph {
  width: 53.5%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .item_list .ph {
    width: 100%;
  }
}
.item_list .flex_box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 15px;
}
@media screen and (max-width: 767px) {
  .item_list .flex_box {
    display: block;
  }
}
.item_list .flex_box .txt_wrap h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .item_list .flex_box .txt_wrap h4 {
    font-size: 22px;
  }
}
.item_list .flex_box .ph {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .item_list .flex_box .ph {
    margin-bottom: 15px;
  }
}
.item_list dl.inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 82px 1fr;
  border: 1px solid #6E725C;
  border-radius: 4px;
  margin-top: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .item_list dl.inner {
    grid-template-columns: 64px 1fr;
    margin-top: 10px;
  }
}
.item_list dl.inner dt, .item_list dl.inner dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item_list dl.inner dt {
  background: #6E725C;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  min-height: 70px;
}
.item_list dl.inner dd {
  padding: 13px 25px;
  color: #6E725C;
}
@media screen and (max-width: 767px) {
  .item_list dl.inner dd {
    padding: 10px;
  }
}

.item {
  width: min(100%, 800px);
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  .item {
    padding: 0 20px;
    margin-top: 20px;
  }
}
.item .video {
  border-radius: 20px;
  margin-bottom: 25px;
  font-size: 0;
  line-height: 1;
  aspect-ratio: 1.8/1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .item .video {
    margin-bottom: 10px;
  }
}
.item .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item h4, .item dt {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
.item h4 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .item h4 {
    text-align: left;
    margin-bottom: 5px;
  }
}
.item .txt {
  line-height: 2;
}
.item dl {
  border: 1px solid #434243;
  border-radius: 4px;
  margin-top: 25px;
}
.item dl dt {
  border-bottom: 1px solid #434243;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .item dl dt {
    padding: 15px;
  }
}
.item dl dd {
  padding: 20px;
}
.item dl dd ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px 45px;
  width: min(100%, 663px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .item dl dd ul {
    grid-template-columns: 1fr;
  }
}
.item dl dd .ttl {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}