@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: white;
  color: #333;
}

body, p, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

a {
  color: #2D87D1;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #2D87D1;
  text-decoration: underline;
}
a:visited {
  color: #2D87D1;
  text-decoration: underline;
}

fieldset {
  border: none;
}

input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: middle;
  cursor: pointer;
}

select {
  cursor: pointer;
}

img {
  display: block;
  vertical-align: bottom;
}

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

.display-sp {
  diisplay: block;
}
@media screen and (min-width: 641px) {
  .display-sp {
    display: none;
  }
}

.display-pc {
  display: none;
}
@media screen and (min-width: 641px) {
  .display-pc {
    display: block;
  }
}

#result [class*=hidden-] {
  display: none;
}

.button {
  width: 750px;
  margin-inline: auto;
  background: #B23492;
  border-radius: 30px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 639px) {
  .button {
    width: 100%;
    border-radius: 43px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.button__link {
  display: block;
  color: #fff;
  letter-spacing: 0.2em;
  padding: 20px;
  margin-top: 40px;
  text-align: center;
}
.button__link:hover, .button__link:link, .button__link:active, .button__link:visited {
  color: #fff;
  text-decoration: none;
}
.button__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  .button__link {
    letter-spacing: 0;
  }
}

.point .point__text {
  position: relative;
  text-align: center;
  margin: 10px 0;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .point .point__text {
    margin: 5px 0;
  }
}

.point__title {
  width: 166px;
  margin: 30px auto 0;
  padding: 0 0 10px;
  font-weight: bold;
  border-bottom: 1px solid #E73792;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 639px) {
  .point__title {
    width: 100%;
    text-align: center;
    margin: 30px auto 25px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.feature {
  margin: 30px 0;
  padding: 40px;
  border: 1px solid #ff8d41;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 639px) {
  .feature {
    padding: 23px;
  }
}

.feature__text {
  margin: 20px 0;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .feature__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.feature__service-image {
  width: 300px;
  margin: 20px auto;
}
.feature__service-image img {
  width: 100%;
}

.feature__point {
  width: 455px;
  border: 1px solid #FD5D5D;
  border-radius: 5px;
}
@media screen and (max-width: 639px) {
  .feature__point {
    width: 100%;
    margin: 15px 0 0;
  }
}

.feature__title {
  text-align: center;
}

.feature__title-text {
  display: inline-block;
  margin: 0;
  padding: 0 0 10px;
  font-weight: bold;
  border-bottom: 1px solid #E73792;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 639px) {
  .feature__title-text {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1rem;
  }
}

.footer {
  width: 100%;
  background: black;
  padding: 40px;
}
@media screen and (max-width: 639px) {
  .footer {
    padding: 5%;
  }
}

.footer__text {
  color: white;
  line-height: 1.7em;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 639px) {
  .footer__text {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.footer__link {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.footer__link li a:link, .footer__link li a:visited, .footer__link li a:hover {
  color: white;
  display: block;
  padding: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.footer__copyright {
  color: white;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.header {
  width: 100%;
  margin: 20px 0;
}

.header__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .header__inner {
    width: 90%;
  }
}

.header__logo {
  width: 216px;
}
@media screen and (max-width: 639px) {
  .header__logo {
    width: 45%;
    margin: 0 auto;
  }
}
.header__logo img {
  display: block;
  width: 100%;
}

.hero {
  position: relative;
  width: 100%;
  height: 600px;
  background: url(/img/hero.jpg) no-repeat 0 0/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .hero {
    height: 300px;
  }
}

.hero__text {
  position: absolute;
  top: 170px;
  margin-left: 450px;
}
@media screen and (max-width: 639px) {
  .hero__text {
    position: relative;
    top: auto;
    margin-left: 0;
  }
}

.hero__heading {
  color: black;
  font-weight: bold;
  line-height: 1.4;
  font-size: 43px;
  font-size: 2.6875rem;
}
@media screen and (max-width: 639px) {
  .hero__heading {
    color: white;
    margin: 30px 0 10px;
    font-size: 32px;
    font-size: 2rem;
  }
}

.hero__pr {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 639px) {
  .hero__pr {
    color: white;
    text-align: center;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}
.modal-inner {
  margin: 40px ０;
}
.modal-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal-content {
  background: #fdffed;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 960px;
  height: 450px;
  border-radius: 4px;
  overflow-y: scroll;
  border: 1px solid #256A00;
}
@media screen and (max-width: 639px) {
  .modal-content {
    width: 90%;
    margin: 0 auto;
    height: 400px;
  }
}
.modal-title {
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.modal-text {
  color: #333;
  line-height: 1.7em;
  font-size: 13px;
  font-size: 0.8125rem;
}
.modal-close {
  text-decoration: underline;
  color: #fff;
  background-color: #256A00;
  border-radius: 4px;
  line-height: 32px;
  font-size: 1.2rem;
  width: 100%;
  display: block;
  text-align: center;
}
.modal-close:link, .modal-close:visited, .modal-close:hover {
  color: white;
}
.modal-heading {
  margin: 10px 0 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.modal-list {
  width: 100%;
  padding: 10px 20px;
}
.modal-list-item {
  color: #333;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px;
  list-style-type: disc;
}
.modal-label {
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #2cae96;
}
@media screen and (min-width: 641px) {
  .modal-label {
    color: black;
  }
}

.modal__button, .modal__modal-button {
  z-index: 4;
  position: relative;
  width: 90%;
  height: 50px;
  max-height: 50px;
  line-height: 50px;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  color: white;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  background: #109fb5;
  background: -moz-linear-gradient(top, #109fb5 0%, #0d7e91 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #109fb5), color-stop(100%, #0d7e91));
  background: -webkit-linear-gradient(top, #109fb5 0%, #0d7e91 100%);
  background: -o-linear-gradient(top, #109fb5 0%, #0d7e91 100%);
  background: -ms-linear-gradient(top, #109fb5 0%, #0d7e91 100%);
  background: linear-gradient(to bottom, #109fb5 0%, #0d7e91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#109fb5, endColorstr=#0d7e91 ,GradientType=0 );
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 641px) {
  .modal__button, .modal__modal-button {
    height: 60px;
    max-height: 60px;
    line-height: 60px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.modal__button::before, .modal__modal-button::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: white;
  animation: shiny 2.4s ease-in-out infinite;
}
.modal__button:after, .modal__modal-button:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 45%;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background: url(/images/entry020/triangle-next.png) no-repeat right center;
  background-size: contain;
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.modal__bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.service__name {
  position: relative;
  padding-left: 63px;
  margin: 20px 0 30px;
  font-size: 25px;
  font-size: 1.5625rem;
}
.service__name:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(/img/check.png) no-repeat 0 0/cover;
}
@media screen and (max-width: 639px) {
  .service__name:before {
    width: 40px;
    height: 40px;
    background: url(/img/check.png) no-repeat 0 0/cover;
  }
}
@media screen and (max-width: 639px) {
  .service__name {
    padding-left: 47px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.service__inner {
  border: 1px solid #CFCFCF;
  border-radius: 8px;
  padding: 30px;
}
@media screen and (max-width: 639px) {
  .service__inner {
    padding: 15px;
  }
}

.service__flex {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 639px) {
  .service__flex {
    display: block;
  }
}

.service__left {
  width: 300px;
}
@media screen and (max-width: 639px) {
  .service__left {
    width: 100%;
  }
  .service__left img {
    margin: 0 auto 15px;
  }
}

.service__right {
  width: 450px;
}
@media screen and (max-width: 639px) {
  .service__right {
    width: 100%;
    margin: 0 0 25px;
  }
}

.table {
  width: 100%;
  border: 1px solid #707070;
  border-collapse: collapse;
  margin: 20px auto;
  background: #fff;
}
.table td, .table th {
  padding: 10px;
  border: 1px solid #707070;
  text-align: left;
  line-height: 1.5em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 639px) {
  .table td, .table th {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.table th {
  width: 30%;
  background: #E3C2DE;
  font-weight: normal;
}
@media screen and (max-width: 639px) {
  .table th {
    width: 40%;
  }
}

.table--total {
  border: 2px solid #000;
  margin-right: 20px;
}
@media screen and (max-width: 639px) {
  .table--total {
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  .table--full {
    margin-bottom: 0;
  }
}

.table__headding {
  background: #E5F3FD;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 639px) {
  .table__headding--open {
    position: relative;
  }
  .table__headding--open::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 83px;
    height: 25px;
    background: no-repeat url(../images/icon-open.png);
    background-position: center;
    background-size: contain;
    margin-left: 5px;
    right: 1%;
    top: 19%;
  }
}

.table__text--yellow {
  background: white;
}

.table__accordion-body {
  display: table-row-group;
}
@media screen and (max-width: 639px) {
  .table__accordion-body {
    display: none;
  }
}

.wrapper {
  width: 100%;
}

.wrapper__inner {
  width: 860px;
  margin: 0 auto;
  padding: 30px 0 30px 0;
}
@media screen and (max-width: 639px) {
  .wrapper__inner {
    width: 92%;
    padding: 20px 0 20px 0;
  }
}

.wrapper--gray {
  background: #F7F7F7;
}

.wrapper__title {
  text-align: center;
  padding: 10px 0;
  background: #ffba4b;
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (max-width: 639px) {
  .wrapper__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*# sourceMappingURL=style.css.map */
