/* ----------------------------------------
---------------------------------------- */
.headline {
  background: url(../images/common/bg_head.png) no-repeat center top;
  background-size: contain;
  aspect-ratio: 16/7;
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 3px rgba(36, 76, 2, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 6%;
}
.headline span {
  font-size: 14px;
  font-weight: 900;
  color: #006b30;
  text-shadow: 0 0 3px rgba(36, 76, 2, 0);
}

.mt15 {
  margin-top: 15px;
}

.tx_13 {
  font-size: 13px;
}

.tx_14 {
  font-size: 14px;
}

.tx_16 {
  font-size: 16px;
}

.tx_blue {
  color: #50a0b4;
}

.kome {
  padding-left: 25px;
  text-indent: -25px;
  margin-bottom: 0px;
}

.list-yellow-circle {
  list-style: none;
  padding-left: 0;
}
.list-yellow-circle li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  text-indent: -25px;
}
.list-yellow-circle li::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #ffdb4f;
  border-radius: 50%;
  border: solid 2px #d3c8b6;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

#mvp p {
  font-weight: 700;
}
#mvp p.tx_mvp {
  font-weight: 300;
  font-size: 1.5rem;
  width: 90%;
  margin: 0 auto;
}
#mvp dl {
  display: block;
  clear: both;
  margin-bottom: 30px;
}
#mvp dl dt {
  float: left;
  clear: left;
  margin-right: 0.5em;
  width: 100%;
}
@media screen and (min-width: 381px) {
  #mvp dl dt {
    width: 58%;
  }
}
#mvp dl dd {
  float: left;
  margin-left: 1em;
}
#mvp .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.img_round img {
  border-radius: 10px;
}

.flow_design {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow_design .flow {
  padding-left: 0;
}
.flow_design .flow li {
  list-style-type: none;
  position: relative;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: calc(0.2s * var(--i));
}
.flow_design .flow li:last-child::before {
  content: "";
  background: #c3c3c3;
  width: 4px;
  height: calc(50% - 35px);
  position: absolute;
  top: 0;
  left: 33px;
  transform: translateX(0);
}
.flow_design .flow li:not(:last-child) {
  padding-bottom: 10px;
}
.flow_design .flow li:not(:last-child)::before {
  content: "";
  background: #c3c3c3;
  width: 4px;
  height: 115%;
  position: absolute;
  top: calc(50% + 30px);
  left: 33px;
  transform: translateY(-50%);
}
.flow_design .flow li dl {
  display: flex;
  align-items: center;
  gap: 20px;
}
.flow_design .flow li dt {
  margin: 0;
}
.flow_design .flow li .icon01, .flow_design .flow li .icon02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100vh;
  background: #fcbebe;
  color: #fff;
  font-weight: bold;
  flex-shrink: 0;
  position: relative;
}
.flow_design .flow li .icon02 {
  background: #d6e2bf;
}
.flow_design .flow li dd {
  margin: 0;
  line-height: 1.5;
}
.flow_design .flow li ul.disc_nomal {
  list-style: disc;
  margin-left: 1.5em;
  padding-left: 1em;
}
.flow_design .flow li ul.disc_nomal li {
  list-style: disc;
  margin-bottom: 0em;
  padding-bottom: 0em;
  position: static;
  opacity: 1;
  transform: none;
  animation: none;
}
.flow_design .flow li ul.disc_nomal li::before {
  content: none;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fukidashi {
  position: relative;
  border-radius: 0.25em;
  padding: 1em;
  background-color: #f2ebdf;
  text-align: left;
  box-shadow: 3px 7px 4px -5px #c2c2c2;
  -moz-box-shadow: 3px 7px 4px -5px #c2c2c2;
  -webkit-box-shadow: 3px 7px 4px -5px #c2c2c2;
  display: flex;
  flex-wrap: wrap;
}
.fukidashi img {
  border-radius: 10px;
  margin-top: 10px;
}
@media print, screen and (min-width: 481px) {
  .fukidashi img {
    margin-top: 0px;
  }
}
@media print, screen and (min-width: 481px) {
  .fukidashi .item1 {
    width: 60%;
    font-size: 14px;
  }
  .fukidashi .item2 {
    width: 40%;
    padding: 0px 3px 0px 10px;
  }
}
.fukidashi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f2ebdf transparent transparent;
}

#hoiku img {
  border-radius: 10px;
  margin-top: 1rem;
}

.list_pa30 {
  padding: 30px 0 0;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .slick-prev, .slick-next {
    width: 60px;
    height: 60px;
  }
}

.slick-prev {
  left: -10px;
  padding-right: 23px;
  padding-bottom: 4px;
}

.slick-next {
  right: -10px;
  padding-left: 21px;
  padding-bottom: 4px;
}

#PRIVACY {
  font-size: 14px;
}
#PRIVACY .inner {
  width: 90%;
}
#PRIVACY .inner a {
  text-decoration: underline;
}
#PRIVACY .inner ol {
  list-style-type: decimal;
  padding-left: 14px;
  text-indent: -14px;
}
#PRIVACY .inner ol li {
  margin-bottom: 1rem;
}

.box_mail {
  display: inline-block;
  position: relative;
  font-weight: 700;
  background-image: linear-gradient(to right, #cfad70 3px, transparent 3px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 0px;
  padding: 15px;
}/*# sourceMappingURL=under.css.map */