@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

html *, html *:before, html *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html body {
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.6em;
}

html body .container {
  width: 1366px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 140px;
}

html body .container a {
  text-decoration: none;
}

html body .container li {
  list-style: none;
}

html body .container img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1365px) {
  html {
    font-size: 50%;
  }
}

@media screen and (max-width: 1179px) {
  html {
    font-size: 40%;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 30%;
  }
}

.section-title {
  color: #333333;
}

.section-title:before {
  background-color: #3F51B5;
}

.btn-main {
  background-color: #3F51B5;
  color: #FFFFFF;
}

.btn-main:hover {
  opacity: 0.9;
  color: #FFFFFF;
}

.header-menu-borderline {
  border-bottom: 0.4rem solid #E81919;
}

.drawer-open .drawer-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.drawer-open header {
  position: initial;
}

.drawer-open header .drawer-toggle, .drawer-open header .drawer-hamburger {
  z-index: 100;
  margin-right: 130px;
}

.drawer-open header .drawer-toggle .drawer-hamburger-icon:before, .drawer-open header .drawer-hamburger .drawer-hamburger-icon:before {
  background-color: #FFFFFF;
}

.drawer-open header .drawer-toggle .drawer-hamburger-icon:after, .drawer-open header .drawer-hamburger .drawer-hamburger-icon:after {
  background-color: #FFFFFF;
}

.drawer-open header .drawer-nav {
  width: 200px;
  z-index: 15;
}

.drawer-open header .drawer-nav .drawer-menu .drawer-brand, .drawer-open header .drawer-nav .drawer-menu .drawer-menu-item {
  position: relative;
  color: #707070;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 0 14px 20px;
  border-bottom: 1px dotted #000;
}

.drawer-open header .drawer-nav .drawer-menu .drawer-brand .fas, .drawer-open header .drawer-nav .drawer-menu .drawer-menu-item .fas {
  position: absolute;
  font-size: 12px;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drawer-close header .drawer-toggle .drawer-hamburger-icon, .drawer-close header .drawer-hamburger .drawer-hamburger-icon {
  background-color: #FFFFFF;
}

.drawer-close header .drawer-toggle .drawer-hamburger-icon:before, .drawer-close header .drawer-hamburger .drawer-hamburger-icon:before {
  background-color: #FFFFFF;
}

.drawer-close header .drawer-toggle .drawer-hamburger-icon:after, .drawer-close header .drawer-hamburger .drawer-hamburger-icon:after {
  background-color: #FFFFFF;
}

header {
  background-color: #3F51B5;
}

header .container .header-left #header-logo img:hover {
  opacity: 0.7;
}

header .container .header-right #header-menu li .nav-link {
  color: #FFFFFF;
}

header .container .header-right #header-menu li .header-menu-transparent {
  border-bottom: 0.4rem solid transparent;
}

.main .top-message {
  color: #333333;
}

.main .top-message .btn-main a {
  color: #FFFFFF;
  text-decoration: none;
}

#privacy-modal {
  background-color: rgba(0, 0, 0, 0.6);
}

#privacy-modal .modal-window {
  background-color: #FFFFFF;
}

#privacy-modal .modal-window .modal-title, #privacy-modal .modal-window .policy-clause {
  color: #707070;
}

#privacy-modal .modal-window .modal-title, #privacy-modal .modal-window .policy-clause h3 {
  font-weight: bold;
}

#privacy-modal .modal-window .modal-title:after {
  background-color: #3F51B5;
}

#privacy-modal .modal-window .policy-clause h3 {
  border-left: 3px solid #3F51B5;
}

#privacy-modal .modal-window .policy-clause p {
  border-left: 3px solid transparent;
}

#privacy-modal .modal-window #close-btn {
  color: #FFFFFF;
}

.card {
  background-color: #EFEFEF;
}

.card .card-item {
  background-color: #FFFFFF;
}

.card .card-item:hover {
  opacity: 0.7;
}

.card .card-item .card-image {
  background-color: #DDDDDD;
}

.card .card-item .card-title, .card .card-item .card-text {
  color: #6F7579;
}

.news .container .news-wrapper .news-content {
  border-bottom: 0.1rem solid #333333;
}

.news .container .news-wrapper .news-content:last-child {
  border-bottom: none;
}

.news .container .news-wrapper .news-content .news-label {
  color: #FFFFFF;
}

.news .container .news-wrapper .news-content .news-label:hover {
  opacity: 0.7;
}

.news .container .news-wrapper .news-content .label1 {
  background-color: #666666;
}

.news .container .news-wrapper .news-content .label2 {
  background-color: #3F51B5;
}

.news .container .news-wrapper .news-content .label3 {
  background-color: #E81919;
}

.news .container .news-wrapper .news-content .news-text {
  color: #333333;
}

.news .container .news-wrapper .news-content .news-text:hover {
  opacity: 0.7;
}

.news .container .news-detail-page .news-detail-btn {
  color: #E81919;
}

.news .container .news-detail-page .news-detail-btn:hover {
  opacity: 0.7;
}

.price {
  background-color: #EFEFEF;
}

.price .container .price-list .price-table .table-content th, .price .container .price-list .price-table .table-content .td-head {
  border: 1px solid #707070;
  background-color: #999999;
  color: #FFFFFF;
  font-weight: bold;
}

.price .container .price-list .price-table .table-content td {
  border: 1px solid #707070;
}

.price .container .price-list .price-table .table-content .td-data {
  color: #333333;
  background-color: #FFFFFF;
}

.price .container .price-list .price-table .table-content .td-data .span1 {
  color: #E81919;
}

.price .container .price-list .price-table .table-content .remark {
  color: #333333;
  border: none;
}

.price .container .price-list .price-table .table-content .remark a {
  color: #333333;
  border-bottom: 1px solid #333333;
}

.price .container .price-list .price-table .table-content .remark a:hover {
  opacity: 0.7;
}

.faq {
  background-color: #EFEFEF;
}

.faq .container .accordion .accordion-list .accordion-list-item .question {
  background-color: #3F51B5;
  color: #FFFFFF;
}

.faq .container .accordion .accordion-list .accordion-list-item .answer {
  background-color: #FFFFFF;
  color: #3F51B5;
}

.contact .container .contact-form {
  background-color: #FFFFFF;
}

.contact .container .contact-form .input-form .label .label-must::after {
  background-color: #E81919;
  color: #FFFFFF;
  font-weight: bold;
}

.contact .container .contact-form .input-form .input-text .text::-webkit-input-placeholder {
  color: #CCCCCC;
}

.contact .container .contact-form .input-form .input-text .text:-ms-input-placeholder {
  color: #CCCCCC;
}

.contact .container .contact-form .input-form .input-text .text::-ms-input-placeholder {
  color: #CCCCCC;
}

.contact .container .contact-form .input-form .input-text .text::placeholder {
  color: #CCCCCC;
}

.contact .container .contact-form .textarea-form .textarea-text .textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}

.contact .container .contact-form .textarea-form .textarea-text .textarea:-ms-input-placeholder {
  color: #CCCCCC;
}

.contact .container .contact-form .textarea-form .textarea-text .textarea::-ms-input-placeholder {
  color: #CCCCCC;
}

.contact .container .contact-form .textarea-form .textarea-text .textarea::placeholder {
  color: #CCCCCC;
}

.contact .container .contact-form .checkbox #privacy-policy-link:hover {
  opacity: 0.7;
}

footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
  background: linear-gradient(180deg, #666666 0%, #333333 100%);
}

footer .container .footer-content .company-info {
  color: #FFFFFF;
}

footer .container .footer-content .footer-menu {
  color: #FFFFFF;
}

footer .container .copyright {
  color: #FFFFFF;
}

.title {
  text-align: center;
}

.title .section-title {
  position: relative;
  font-size: 6rem;
  font-weight: bold;
  margin-bottom: 113px;
}

.title .section-title:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 7.5rem;
  height: 0.5rem;
  bottom: -5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.btn-main {
  padding: 1.6rem 5.8rem 1.4rem 5.9rem;
  display: inline-block;
  border-radius: 12px;
  font-size: 2rem;
  font-weight: bold;
}

.btn-main .fas {
  padding-left: 3.25rem;
}

#privacy-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#privacy-modal .modal-window {
  z-index: 100;
  width: 93rem;
  padding: 6.5rem 5.65rem 0 5.6rem;
  position: relative;
}

#privacy-modal .modal-window #close-symbol {
  position: absolute;
  top: -3%;
  right: -2%;
  cursor: pointer;
}

#privacy-modal .modal-window .modal-title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 7.3rem;
  position: relative;
}

#privacy-modal .modal-window .modal-title:after {
  content: "";
  width: 15.5rem;
  height: 0.2rem;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#privacy-modal .modal-window .policy-clause h3 {
  padding-left: 2.75rem;
  font-size: 2rem;
  margin-bottom: 1.8rem;
}

#privacy-modal .modal-window .policy-clause p {
  padding-left: 2.75rem;
}

#privacy-modal .modal-window .clause1 {
  margin-bottom: 6rem;
}

#privacy-modal .modal-window .clause2 {
  margin-bottom: 3.5rem;
}

#privacy-modal .modal-window #close-btn {
  text-align: center;
  cursor: pointer;
}

#privacy-modal .modal-window #close-btn .btn-main {
  margin-bottom: 2rem;
  padding: 1rem 6.6rem 0.7rem;
  font-size: 1.6rem;
}

.main {
  text-align: center;
}

.main .swiper-container .top-message {
  width: 100%;
  padding-top: 249px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.main .swiper-container .top-message h1 {
  font-weight: bold;
  font-size: 6.8rem;
  margin-bottom: 12px;
}

.main .swiper-container .top-message p {
  font-weight: bold;
  font-size: 3.8rem;
}

.main .swiper-container .btn-main {
  padding: 13px 81px;
  font-size: 3.8rem;
  margin-top: 81px;
  border-radius: 12px;
  font-weight: bold;
}

.card {
  height: 1130px;
  width: 100%;
  padding: 68px 0 117px 0;
}

.card .container .card-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card .container .card-items .card-item {
  margin: 0 30px 20px 0;
  padding: 16px 16px 28px 16px;
  width: calc(33.33333333% - 60px / 3);
  border-radius: 4px;
}

.card .container .card-items .card-item:nth-child(3n) {
  margin-right: 0;
}

.card .container .card-items .card-item .card-image {
  height: 0;
  padding-top: 53.66%;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  margin-bottom: 26px;
}

.card .container .card-items .card-item .card1 {
  background-image: url("../img/card/card1.png");
  background-size: cover;
}

.card .container .card-items .card-item .card2 {
  background-image: url("../img/card/card2.png");
  background-size: cover;
}

.card .container .card-items .card-item .card3 {
  background-image: url("../img/card/card3.png");
  background-size: cover;
}

.card .container .card-items .card-item .card-title {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1.4rem;
}

.card .container .card-items .card-item .card-text {
  font-size: 1.6rem;
  font-weight: bold;
}

.news {
  width: 100%;
  height: 672px;
  padding-top: 6.8rem;
  padding-bottom: 2.9rem;
}

.news .container {
  padding: 0 26.4rem;
}

.news .container .title .section-title {
  margin-bottom: 10.8rem;
}

.news .container .title .section-title:before {
  bottom: -4rem;
}

.news .container .news-wrapper {
  margin-bottom: 16px;
}

.news .container .news-wrapper .news-content {
  padding: 1.85rem 0.95rem 1.65rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news .container .news-wrapper .news-content .news-date {
  margin-right: 3rem;
}

.news .container .news-wrapper .news-content .news-label {
  font-weight: bold;
  margin-right: 3rem;
  border-radius: 6px;
  padding: 0.35rem 1.8rem 0.35rem 1.8rem;
}

.news .container .news-wrapper .news-content .news-text {
  width: 57.6rem;
}

.news .container .news-wrapper .content4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news .container .news-detail-page {
  text-align: center;
}

.news .container .news-detail-page .news-detail-btn {
  font-weight: bold;
}

.news .container .news-detail-page .news-detail-btn .fas {
  padding-left: 6.5px;
  font-size: 1.3rem;
}

.price {
  width: 100%;
  height: 664px;
  padding: 6rem 0 10.2rem 0;
}

.price .container .section-title {
  margin-bottom: 12rem;
}

.price .container .section-title:before {
  bottom: -4rem;
}

.price .container .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price .container .price-list .price-table {
  overflow-x: auto;
}

.price .container .price-list .price-table .table-content {
  border-collapse: collapse;
  margin: 0 auto;
  width: 60.8rem;
}

.price .container .price-list .price-table .table-content th,
.price .container .price-list .price-table .table-content td {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}

.price .container .price-list .price-table .table-content th,
.price .container .price-list .price-table .table-content .td-head {
  text-align: center;
  font-weight: bold;
}

.price .container .price-list .price-table .table-content .th-head {
  width: 16rem;
}

.price .container .price-list .price-table .table-content .td-data {
  text-align: right;
  padding-right: 1.7rem;
  width: 22.4rem;
}

.price .container .price-list .price-table .table-content .tr-3 .td-head,
.price .container .price-list .price-table .table-content .tr-3 .td-data {
  padding-top: 1.8rem;
  padding-bottom: 1.4rem;
}

.price .container .price-list .price-table .table-content .tr-3 .span2 {
  font-size: 1.4rem;
}

.price .container .price-list .price-table .table-content .remark {
  text-align: left;
  padding-top: 20px;
}

.access {
  height: 964.95px;
  padding-top: 6.8rem;
  padding-bottom: 13.605rem;
}

.access .container {
  padding: 0 28.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.access .container .title .section-title {
  margin-bottom: 15rem;
}

.access .container .title .section-title:before {
  bottom: -4rem;
}

.access .container .map {
  position: relative;
  width: 100%;
  padding-top: 50%;
}

.access .container .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access .container .map-detail {
  padding-bottom: 2rem;
  padding-top: 3.5rem;
}

.access .container .map-detail .table-content {
  text-align: left;
}

.access .container .map-detail .table-content td {
  padding-left: 4.5rem;
  padding-bottom: 1.51rem;
}

.access .container .detail-btn .btn-main {
  position: relative;
}

.access .container .detail-btn .btn-main::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  right: 5%;
}

.faq {
  padding-top: 6.2rem;
  padding-bottom: 4.8rem;
}

.faq .container {
  padding: 0 231px;
}

.faq .container .accordion .accordion-list .accordion-list-item {
  margin-bottom: 2.8rem;
}

.faq .container .accordion .accordion-list .accordion-list-item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.1rem 1.85rem 1.6rem 2.2rem;
}

.faq .container .accordion .accordion-list .accordion-list-item .question .question-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}

.faq .container .accordion .accordion-list .accordion-list-item .question .open-btn {
  font-weight: bold;
}

.faq .container .accordion .accordion-list .accordion-list-item .question .symbol {
  margin-right: 2.1rem;
}

.faq .container .accordion .accordion-list .accordion-list-item .answer {
  display: none;
  font-size: 1.8rem;
  padding: 2.4rem 2.7rem 1.8rem 2.2rem;
}

.faq .container .accordion .accordion-list .accordion-list-item .answer .answer-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq .container .accordion .accordion-list .accordion-list-item .answer .answer-detail .symbol {
  margin-right: 2.1rem;
}

.contact {
  height: 1258px;
  padding: 6.8rem 0 11.6rem 0;
}

.contact .container {
  padding: 0 283px;
}

.contact .container .title .section-title {
  margin-bottom: 9rem;
}

.contact .container .title .section-title:before {
  bottom: -4rem;
}

.contact .container .contact-form {
  padding: 5.737rem 4.3rem 6rem 5.2rem;
}

.contact .container .contact-form .input-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.5rem;
}

.contact .container .contact-form .input-form .label .label-name {
  font-size: 1.8rem;
}

.contact .container .contact-form .input-form .label .label-must {
  position: relative;
}

.contact .container .contact-form .input-form .label .label-must::after {
  position: absolute;
  top: 110%;
  left: 0;
  padding-top: 0.248rem;
  padding-bottom: 0.224rem;
  width: 4.598rem;
  font-size: 1.4rem;
  text-align: center;
  content: "必須";
  border-radius: 12px;
}

.contact .container .contact-form .input-form .input-text {
  width: 74.89%;
}

.contact .container .contact-form .input-form .input-text .text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  padding: 1.9rem 1.6rem;
  width: 100%;
}

.contact .container .contact-form .input-form .input-text .text:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contact .container .contact-form .input-form .select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(https://haniwaman.com/wp-content/uploads/2018/12/form-css-arrow.png) no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 1.9rem 1.6rem;
  width: 74.89%;
}

.contact .container .contact-form .input-form .select::-ms-expand {
  display: none;
}

.contact .container .contact-form .input-form .select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contact .container .contact-form .textarea-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.062rem;
}

.contact .container .contact-form .textarea-form .label {
  padding-top: 1.5rem;
}

.contact .container .contact-form .textarea-form .label .label-name {
  font-size: 1.8rem;
}

.contact .container .contact-form .textarea-form .textarea-text {
  width: 74.89%;
}

.contact .container .contact-form .textarea-form .textarea-text .textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  height: 24rem;
  padding: 1rem 1.6rem;
  width: 100%;
}

.contact .container .contact-form .textarea-form .textarea-text .textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contact .container .contact-form .radio {
  margin-bottom: 5rem;
}

.contact .container .contact-form .radio .radio-btn {
  display: none;
}

.contact .container .contact-form .radio .radio-btn + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 1rem 0;
  padding: 0 0 0 4rem;
  position: relative;
}

.contact .container .contact-form .radio .radio-btn + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.contact .container .contact-form .radio .radio-btn + span::after {
  -webkit-transform: translateY(-50%);
  background-color: #3F51B5;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 6px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 18px;
}

.contact .container .contact-form .radio .radio-btn:checked + span::after {
  opacity: 1;
}

.contact .container .contact-form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.565rem;
}

.contact .container .contact-form .checkbox .check {
  display: none;
}

.contact .container .contact-form .checkbox .check + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 4rem;
  position: relative;
}

.contact .container .contact-form .checkbox .check + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 3rem;
  left: -5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
}

.contact .container .contact-form .checkbox .check + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #3F51B5;
  border-left: 3px solid #3F51B5;
  content: "";
  display: block;
  height: 0.6em;
  left: -2.5%;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 2rem;
}

.contact .container .contact-form .checkbox .check:checked + span::after {
  opacity: 1;
}

.contact .container .contact-form .checkbox #privacy-policy-link {
  text-decoration: underline;
  color: #333333;
}

.contact .container .contact-form .submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact .container .contact-form .submit-btn .btn-main {
  padding: 1.4rem 8.6rem 1.3rem 8.7rem;
  font-size: 2.2rem;
  position: relative;
}

.contact .container .contact-form .submit-btn .btn-main::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  right: 10%;
}

@media screen and (max-width: 1179px) {
  .main {
    height: 0;
    padding-top: 51.24%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    position: relative;
  }
  .main .swiper-container {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0;
  }
  .main .swiper-container .top-message {
    position: absolute;
    padding: initial;
    width: 100%;
    top: 40%;
  }
  .main .swiper-container .top-message .btn-main {
    margin: initial;
    padding: 10px;
  }
  .card {
    height: auto;
  }
  .card .container .card-items .card-item {
    width: calc(50% - 30px / 2);
  }
  .card .container .card-items .card-item:nth-child(3n) {
    margin-right: 30px;
  }
  .card .container .card-items .card-item:nth-child(2n) {
    margin-right: 0;
  }
  .news {
    height: auto;
  }
  .news .container .news-wrapper .news-content .news-text {
    width: 40%;
  }
  .price {
    height: auto;
  }
  .price .container .price-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .price .container .price-list .content-image {
    width: 100%;
    height: auto;
  }
  .price .container .price-list .price-table {
    width: 100%;
    margin-top: 5rem;
  }
  .access {
    height: auto;
  }
  .faq .container {
    padding: 0 140px;
  }
  .contact {
    height: auto;
  }
  .contact .container {
    padding: 0 140px;
  }
  .contact .container .contact-form .radio .radio-btn + span {
    padding: 0 0 0 5rem;
  }
}

@media screen and (max-width: 768px) {
  .main {
    height: 400px;
    padding: initial;
    -o-object-fit: cover;
       object-fit: cover;
    background-position: center;
  }
  .main .swiper-container .top-message .btn-main {
    margin: initial;
    padding: 5px;
  }
  .card .container {
    padding: 0 50px;
  }
  .card .container .card-items .card-item {
    width: 100%;
    margin-right: 0;
  }
  .card .container .card-items .card-item:nth-child(3n) {
    margin-right: 0;
  }
  .news {
    padding-right: 0;
    padding-left: 0;
  }
  .news .container {
    padding: 0 50px;
  }
  .news .container .news-wrapper .news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news .container .news-wrapper .news-content .news-text {
    width: 100%;
  }
  .price .container {
    padding: 0 50px;
  }
  .access .container {
    padding: 0 50px;
  }
  .faq .container {
    padding: 0 50px;
  }
  .contact .container {
    padding: 0 50px;
  }
  .contact .container .contact-form .input-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact .container .contact-form .input-form .label .label-name {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .contact .container .contact-form .input-form .label .label-must::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 110%;
    width: 35px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .contact .container .contact-form .input-form .input-text {
    width: 100%;
  }
  .contact .container .contact-form .input-form .select {
    width: 100%;
  }
  .contact .container .contact-form .textarea-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact .container .contact-form .textarea-form .label .label-name {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .contact .container .contact-form .textarea-form .textarea-text {
    width: 100%;
  }
  .contact .container .contact-form .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .container .contact-form .radio .radio-btn + span {
    padding-left: 35px;
    margin-bottom: 5rem;
  }
}

html body header {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 5;
}

html body header .drawer-toggle, html body header .drawer-hamburger {
  display: none;
  width: 28px;
  margin-right: 130px;
}

html body header .drawer-toggle .drawer-hamburger-icon, html body header .drawer-hamburger .drawer-hamburger-icon {
  height: 4px;
}

html body header .drawer-toggle .drawer-hamburger-icon:before, html body header .drawer-hamburger .drawer-hamburger-icon:before {
  height: 4px;
}

html body header .drawer-toggle .drawer-hamburger-icon:after, html body header .drawer-hamburger .drawer-hamburger-icon:after {
  height: 4px;
}

html body header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

html body header .container .header-right #header-menu {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body header .container .header-right #header-menu li {
  padding-left: 30px;
}

html body header .container .header-right #header-menu li a {
  padding: 0;
  padding-bottom: 4.5px;
}

@media screen and (max-width: 1179px) {
  html body header {
    height: auto;
  }
  html body header .container .header-right #header-menu li {
    padding: 40px 0 39px 15px;
  }
}

@media screen and (max-width: 767px) {
  html body header {
    height: 60px;
  }
  html body header .drawer-toggle {
    margin-right: 18.69px;
    display: block;
  }
  html body header .container {
    height: 60px;
    padding: 0;
  }
  html body header .container .header-left {
    padding-left: 16px;
  }
  html body header .container .header-left #header-logo img {
    width: 147px;
  }
  html body header .container .header-right #header-menu {
    display: none;
  }
}

html body footer {
  height: 338px;
}

html body footer .container {
  padding: 83px 158.5px 31px 158.5px;
  height: inherit;
  position: relative;
}

html body footer .container .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html body footer .container .footer-content .company-info {
  width: 33.333%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

html body footer .container .footer-content .company-info .location .footer-logo img {
  margin-bottom: 3rem;
}

html body footer .container .footer-content .company-info .location li:nth-child(2n) {
  margin-bottom: 1.3rem;
}

html body footer .container .footer-content .footer-menu {
  width: 33.333%;
}

html body footer .container .footer-content .footer-menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html body footer .container .footer-content .sns-icon {
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

html body footer .container .footer-content .sns-icon li {
  margin-right: 1.6rem;
}

html body footer .container .footer-content .sns-icon li:last-child {
  margin-right: 0;
}

html body footer .container .copyright {
  text-align: center;
  position: absolute;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.4rem;
}

html body footer .container #to-top-btn {
  position: absolute;
  right: 1%;
  bottom: 1%;
  position: fixed;
}

@media screen and (max-width: 1179px) {
  html body footer .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  html body footer .container .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body footer .container .footer-content .company-info {
    text-align: center;
    width: 100%;
    margin-bottom: 5rem;
  }
  html body footer .container .footer-content .company-info .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html body footer .container .footer-content .footer-menu {
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
  }
  html body footer .container .footer-content .footer-menu .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body footer .container .footer-content .footer-menu .menu-list li {
    padding: 0 1.5rem;
  }
  html body footer .container .footer-content .sns-icon {
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body footer .container .footer-content .sns-icon li {
    margin: 0 1rem;
  }
}
/*# sourceMappingURL=stylesheet.css.map */