html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #3c2927;
  background: #fdf2cc url(../img/bg.png) repeat;
  word-break: break-all;
}
@media (max-width: 575px) {
  body {
    background: #fdf2cc url(../img/bg.png) repeat;
    background-size: 18%;
  }
}

a {
  text-decoration: underline;
  color: #ed5492;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
  opacity: 0.9;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .container {
    max-width: 920px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 575px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.list-icon li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 6px;
}
.list-icon li:last-child {
  margin-bottom: 1.5rem;
}
.list-icon li span {
  padding-right: 2px;
}

.color-red {
  color: #ec4b4b;
}

header {
  position: relative;
  background: #009946;
  padding: 10px 0;
}
header::after {
  content: "";
  background: url(../img/wave-green.png) repeat-x bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -30px;
  display: inline-block;
  width: 100%;
  height: 30px;
}
@media (max-width: 991px) {
  header::after {
    bottom: -15px;
    height: 17px;
  }
}
@media (max-width: 767px) {
  header::after {
    bottom: -13px;
    height: 16px;
  }
}
header .container {
  position: relative;
}
header .img-logo {
  width: 140px;
}
@media (max-width: 767px) {
  header .img-logo {
    width: 70px;
  }
}
header a {
  position: absolute;
  top: 16px;
  right: 0;
  display: block;
  width: 200px;
  color: #002f68;
  font-size: 18px;
  font-family: "Mochiy Pop One", sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background: #fef105 url(../img/arrow-guide.png) no-repeat right 8px center;
  background-size: 25px auto;
  border-radius: 50px;
  border: 4px solid #002f68;
  padding: 11px 9px 12px 0px;
}
@media (max-width: 767px) {
  header a {
    top: 6px;
    right: 6px;
    font-size: 12px;
    width: 140px;
    background: #fef105 url(../img/arrow-guide.png) no-repeat right 6px center;
    background-size: 15px auto;
    border: 2px solid #002f68;
    padding: 7px 4px 9px 0;
  }
}
header a:hover {
  color: #002f68;
}

.area-kv {
  text-align: center;
  margin: 40px auto 0;
}
@media (max-width: 575px) {
  .area-kv {
    margin: 30px auto 0;
  }
}

h2 {
  color: #002f68;
  font-size: 40px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

h3 {
  color: #002f68;
  font-size: 20px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  border-bottom: 4px dotted #002f68;
  padding: 0 0 10px 0;
  margin: 40px 0 10px 0;
}
@media (max-width: 767px) {
  h3 {
    font-size: 16px;
    background-size: 20px auto;
    padding: 0 0 5px 0;
    margin: 30px 0 5px 0;
  }
}

.area-item {
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  padding: 40px;
  margin-top: 60px;
}
@media (max-width: 575px) {
  .area-item {
    font-size: 15px;
    border-radius: 15px;
    padding: 30px 20px;
    margin: 30px 0 0 0;
  }
}
.area-item .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .area-item .box-item {
    display: block;
  }
}
.area-item .box-item .photo-item {
  width: 50%;
  max-width: 520px;
}
@media (max-width: 767px) {
  .area-item .box-item .photo-item {
    width: 100%;
    max-width: 100%;
  }
}
.area-item .box-item .text-item {
  width: 48%;
  max-width: 450px;
}
@media (max-width: 767px) {
  .area-item .box-item .text-item {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.area-item .box-item .text-item dl {
  width: 100%;
  text-align: left;
  margin: 0;
}
.area-item .box-item .text-item dl dt {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: #002f68;
  border-radius: 100px;
  padding: 6px 20px 8px;
  margin-bottom: 6px;
}
@media (max-width: 575px) {
  .area-item .box-item .text-item dl dt {
    font-size: 15px;
  }
}
.area-item .box-item .text-item dl dd {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 575px) {
  .area-item .box-item .text-item dl dd {
    font-size: 15px;
  }
}
.area-item .box-item .text-item dl dd + dt {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .area-item .box-item .text-item dl dd + dt {
    margin-top: 20px;
  }
}
.area-item .box-item .text-item dl dd + dd {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .area-item .box-item .text-item dl dd + dd {
    margin-top: 10px;
  }
}
.area-item .button-item {
  text-align: center;
  margin: 30px 0 0 0;
}
@media (max-width: 575px) {
  .area-item .button-item {
    margin: 20px 0 0 0;
  }
}
.area-item .link-guide {
  width: 90%;
  max-width: 460px;
  background: url(../img/img-ppmp.png) no-repeat center top, url(../img/img-kaerukun.png) no-repeat right top 38px, url(../img/img-ushikun.png) no-repeat left top 38px;
  background-size: 65px auto, 70px auto, 70px auto;
  padding: 38px 70px 0 74px;
  margin: 0 auto 2px;
}
@media (max-width: 575px) {
  .area-item .link-guide {
    max-width: 340px;
    background: url(../img/img-ppmp.png) no-repeat center top, url(../img/img-kaerukun.png) no-repeat right top 38px, url(../img/img-ushikun.png) no-repeat left top 38px;
    background-size: 50px auto, 50px auto, 50px auto;
    padding: 30px 50px 0 54px;
  }
}
.area-item .link-guide .balloon {
  position: relative;
  display: inline-block;
  color: #3c2927;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  border: 3px solid #3c2927;
  border-radius: 10px;
  background: #ffffff;
  margin-bottom: 14px;
  padding: 14px;
}
@media (max-width: 575px) {
  .area-item .link-guide .balloon {
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
    border: 2px solid #3c2927;
    border-radius: 8px;
    padding: 12px 8px;
  }
}
.area-item .link-guide .balloon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #3c2927 transparent transparent;
  translate: -50% 100%;
}
@media (max-width: 575px) {
  .area-item .link-guide .balloon::before {
    border-width: 11px 7.5px 0 7.5px;
  }
}
.area-item .link-guide .balloon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8.8px 6.3px 0 6.3px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
@media (max-width: 575px) {
  .area-item .link-guide .balloon::after {
    border-width: 7.4px 5.1px 0 5.1px;
  }
}
.area-item .link-guide .balloon a:hover {
  opacity: 1;
  color: #ed5492;
  text-decoration: none;
}

.slider-area {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .slider-area {
    max-width: 100%;
  }
}
.slider-area .slick-list img {
  border: 2px solid #efe7c9;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 1rem);
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  z-index: 1;
  cursor: pointer;
}
.slick-arrow img {
  display: block;
  margin: 8px;
}
.slick-arrow.slick-prev {
  left: 8px;
  background: url(../img/button-prev.png) no-repeat;
  background-size: 32px auto;
}
.slick-arrow.slick-next {
  right: 8px;
  background: url(../img/button-next.png) no-repeat;
  background-size: 32px auto;
}

.slider-thumbnail {
  position: relative;
}
.slider-thumbnail img {
  display: block;
  margin: 10px 0.2% 0;
  border: 2px solid #f4f4f4 !important;
}
.slider-thumbnail .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.slider-thumbnail .slick-slide {
  display: block !important;
  float: none !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.25%;
          flex: 0 0 16.25%;
  cursor: pointer;
}
.slider-thumbnail .slick-current {
  border: 2px solid #efe7c9 !important;
}

.area-benefit {
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  padding: 40px;
  margin-top: 60px;
}
@media (max-width: 575px) {
  .area-benefit {
    font-size: 15px;
    border-radius: 15px;
    padding: 30px 20px;
    margin: 30px 0 0 0;
  }
}
.area-benefit {
  position: relative;
  margin-top: 115px;
}
@media (max-width: 575px) {
  .area-benefit {
    margin-top: 85px;
  }
}
.area-benefit .title-benefit {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  width: 295px;
  margin: auto;
}
@media (max-width: 575px) {
  .area-benefit .title-benefit {
    width: 240px;
  }
}
.area-benefit .text-benefit {
  width: 100%;
  max-width: 495px;
  margin: 40px auto 0;
}
@media (max-width: 575px) {
  .area-benefit .text-benefit {
    margin: 20px auto 0;
  }
}
.area-benefit .img-benefit {
  text-align: center;
  margin-top: 20px;
}

.area-guide {
  position: relative;
  background: #cae4d7;
  padding: 80px 0 100px;
  margin-top: 100px;
}
@media (max-width: 575px) {
  .area-guide {
    padding: 40px 0 60px;
    margin-top: 60px;
  }
}
.area-guide::before {
  content: "";
  background: url(../img/wave-lightgreen.png) repeat-x top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -30px;
  display: inline-block;
  width: 100%;
  height: 30px;
}
@media (max-width: 767px) {
  .area-guide::before {
    top: -15px;
    height: 15px;
  }
}

.inner-guide {
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  padding: 40px;
  margin-top: 60px;
}
@media (max-width: 575px) {
  .inner-guide {
    font-size: 15px;
    border-radius: 15px;
    padding: 30px 20px;
    margin: 30px 0 0 0;
  }
}
.inner-guide {
  margin-top: 0;
}
.inner-guide p {
  font-size: 18px;
}
@media (max-width: 575px) {
  .inner-guide p {
    font-size: 16px;
  }
}
.inner-guide .list-icon {
  font-size: 15px;
}
@media (max-width: 575px) {
  .inner-guide .list-icon {
    font-size: 14px;
  }
}
.inner-guide .list-icon li span {
  color: #ec4b4b;
}
.inner-guide .box-info {
  background: #f5f8f6;
  padding: 20px;
  margin: 20px auto 20px;
}
.inner-guide .box-info p {
  font-size: 15px;
}
@media (max-width: 575px) {
  .inner-guide .box-info p {
    font-size: 14px;
  }
}
.inner-guide .box-info .title {
  color: #ec4b4b;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media (max-width: 575px) {
  .inner-guide .box-info .title {
    font-size: 15px;
  }
}
.inner-guide .box-info .text-danger {
  color: #ec4b4b !important;
  font-weight: 500;
  margin-bottom: 0;
}

footer {
  position: relative;
  color: #ffffff;
  text-align: center;
  background: #009946;
  padding: 24px 0;
}
footer::before {
  content: "";
  background: url(../img/wave-green.png) repeat-x top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -30px;
  display: inline-block;
  width: 100%;
  height: 30px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
@media (max-width: 767px) {
  footer::before {
    top: -13px;
    height: 15px;
  }
}
@media (max-width: 575px) {
  footer {
    padding: 10px 0;
  }
}
footer .link-pageup {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 124px;
  z-index: 1;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
    width: 80px;
  }
}
footer .link-pageup:hover {
  opacity: 1;
}
footer .copyright {
  font-size: 16px;
  text-align: center;
  line-height: 1;
  margin: 0;
}
@media (max-width: 575px) {
  footer .copyright {
    font-size: 14px;
  }
}