@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

img {
  width: 100%;
  height: auto;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #6f7579;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section {
  padding: 100px 0 120px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 50px 0 60px 0;
  }
}

.section-title {
  color: #333333;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 108px;
  position: relative;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -28px;
  background-color: #3f51b5;
  width: 60px;
  height: 4px;
}
@media (max-width: 767px) {
  .section-title::after {
    bottom: -18px;
    width: 42px;
    height: 3px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 42px;
    font-size: 26px;
  }
}

header {
  background-color: #3f51b5;
  height: 100px;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  z-index: 100;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  header {
    height: 60px;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header-logo {
  width: 205px;
}
@media (max-width: 767px) {
  .header-logo {
    width: 182px;
  }
}
.header-logo img {
  display: block;
}

.header-right {
  margin-left: auto;
}
@media (max-width: 767px) {
  .header-right {
    display: none;
  }
}
.header-right .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-right .header-nav .header-nav-item {
  color: #fff;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
.header-right .header-nav a {
  position: relative;
}
.header-right .header-nav a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-right .header-nav a:hover::after, .header-right .header-nav a.is-active::after {
  background-color: #E81919;
}
.header-right .header-nav-item + .header-nav-item {
  margin-left: 43px;
}

.top {
  background-image: url(../img/mainvisual/mainvisual.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
  position: relative;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .top {
    margin-top: 60px;
    height: 420px;
  }
}

.top-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .top-content {
    padding: 0 46px;
  }
}

.top-title {
  color: #333333;
  text-align: center;
  font-size: 64px;
  font-weight: bold;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .top-title {
    font-size: 32px;
  }
}

.sub-title {
  color: #333333;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .sub-title {
    font-size: 18px;
  }
}

.btn-wrapper {
  text-align: center;
}

.btn {
  background-color: #3f51b5;
  color: #fff;
  border: none;
  border-radius: 8px;
  max-width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.btn-contact {
  font-size: 24px;
  width: 384px;
  height: 72px;
  max-width: 100%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .btn-contact {
    width: 280px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    padding: 0;
  }
}
.btn-contact a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-contact:hover {
  opacity: 0.7;
}

.card {
  background-color: #EFEFEF;
}

.card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.card-wrapper .card-box-item {
  width: calc(33.3% - 16px);
  background-color: #fff;
  padding: 16px;
  border-radius: 4px;
}
@media (min-width: 1200px) {
  .card-wrapper .card-box-item:not(:nth-child(3n+1)) {
    margin-left: 24px;
  }
  .card-wrapper .card-box-item:nth-child(n+4) {
    margin-top: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .card-wrapper .card-box-item {
    width: calc(50% - 12px);
  }
  .card-wrapper .card-box-item:not(:nth-child(2n+1)) {
    margin-left: 24px;
  }
  .card-wrapper .card-box-item:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .card-wrapper .card-box-item {
    width: 100%;
    margin-left: 0;
  }
  .card-wrapper .card-box-item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.card-wrapper .card-box-item .card-box-img {
  height: 195px;
  margin-bottom: 15px;
}
.card-wrapper .card-box-item .card-box-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 9px;
  line-height: 1.1;
}
.card-wrapper .card-box-item .card-box-text {
  font-size: 16px;
  font-weight: bold;
  width: 352px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .card-wrapper .card-box-item .card-box-text {
    width: 100%;
  }
}

.news-main-title {
  margin-bottom: 115px;
}

.news-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 4px;
}
.news-row:not(:first-child) {
  border-top: 1px solid #707070;
  padding-top: 28px;
}
@media (max-width: 767px) {
  .news-row {
    display: block;
    padding-bottom: 14px;
  }
}

.news-row2 {
  padding-bottom: 14px;
}

.news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 185px;
}

.news-date {
  width: 105px;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

.news-label {
  height: 32px;
}
.news-label a {
  color: #fff;
  text-align: center;
  background-color: #666666;
  border-radius: 4px;
  font-weight: bold;
  padding: 8px 11px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.news-label a:hover {
  opacity: 0.7;
}

.news-label-blue a {
  background-color: #3F51B5;
}

.news-label-red a {
  background-color: #E81919;
}

.news-title {
  width: calc(100% - 185px);
  padding-left: 20px;
}
@media (max-width: 767px) {
  .news-title {
    width: 100%;
    padding-left: 0;
  }
}
.news-title a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.news-title a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .news-title a {
    width: 100%;
    padding: 0;
    margin-top: 6px;
  }
}

.btn-news {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .btn-news {
    margin-top: 30px;
  }
}

.btn-news-more {
  color: #E81919;
  font-weight: bold;
  padding-right: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
.btn-news-more:hover {
  opacity: 0.7;
}
.btn-news-more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 11px;
  background: url(../img/news-arrow@2x.png) no-repeat center center/contain;
}

.price {
  background-color: #EFEFEF;
}

.price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .price-content {
    display: block;
  }
}

.price-left {
  width: 37.8333333333%;
}
@media (max-width: 767px) {
  .price-left {
    width: 100%;
  }
}

.price-right {
  width: 58.8333333333%;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .price-right {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
  }
}

.table {
  border-collapse: collapse;
  border: 1px solid #707070;
  font-weight: 700;
  background-color: #fff;
  width: 100%;
  table-layout: fixed;
}
.table th,
.table td {
  border: 1px solid #707070;
  padding: 0 24px;
  height: 58px;
  vertical-align: middle;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
.table th {
  background-color: #999999;
  color: #fff;
  text-align: center;
}
.table th:nth-child(1) {
  width: 172px;
}
@media (max-width: 767px) {
  .table th:nth-child(1) {
    width: 112px;
  }
}
.table td {
  color: #333333;
  text-align: right;
}

strong {
  color: #E81919;
  line-height: 1.2;
}

span {
  font-size: 13px;
  display: block;
  margin-top: 1px;
  line-height: 1.2;
}

.price-attention {
  font-size: 14px;
  margin-top: 10px;
  color: #333333;
}
.price-attention a {
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.price-attention a:hover {
  opacity: 0.7;
}

.access-map {
  margin: auto;
  width: 800px;
  max-width: 100%;
}

.iframe-wrap {
  width: 100%;
  padding-top: 50%;
  position: relative;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-info {
  margin: 16px auto 0;
  width: 800px;
  max-width: 100%;
}

.access-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access-info-row:not(first-child) {
  margin-top: 12px;
}
.access-info-row dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #333333;
  width: 104px;
}
.access-info-row dd {
  margin: 0;
  padding: 0;
  color: #333333;
  width: calc(100% - 104px);
}

.access-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .access-btn {
    line-height: 60px;
    padding: 0;
  }
}
.access-btn a {
  display: inline-block;
  width: 304px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .access-btn a {
    width: 280px;
  }
}
.access-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 16px;
  background: url(../img/button-arrow@2x.png) no-repeat center center/contain;
}
.access-btn:hover {
  opacity: 0.7;
}

.QA {
  background: #E1FFFA;
}

.qa-items {
  width: 901px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.qa-box:nth-child(n+2) {
  margin-top: 24px;
}

.qa-box-q {
  background: #3f51b5;
  color: #fff;
  height: 40px;
  padding: 12px 56px;
  font-weight: bold;
  position: relative;
}
.qa-box-q::before {
  position: absolute;
  content: "Q";
  width: 11px;
  height: 15px;
  top: 12px;
  left: 20px;
}

.qa-box-icon {
  width: 14px;
  height: 14px;
  position: absolute;
  content: "";
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.qa-box-icon.is-open .qa-box-bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.qa-box-bar1 {
  width: 14px;
  height: 2px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.qa-box-bar2 {
  height: 14px;
  width: 2px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.qa-box-a {
  background: #fff;
  color: #3f51b5;
  font-weight: bold;
  height: 98px;
  padding: 16px 30px 16px 20px;
  border: 1px solid #3f51b5;
  line-height: 1.5;
  display: none;
}

.qa-box-content {
  position: relative;
  padding-left: 35px;
}
.qa-box-content::before {
  position: absolute;
  content: "A";
  top: 0;
  left: 0;
}

.contact {
  background-color: #EFEFEF;
}

.contact-form {
  width: 800px;
  max-width: 100%;
  background-color: #fff;
  margin: auto;
  padding: 60px;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 24px;
  }
}

.contact-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .contact-form-row {
    display: block;
  }
}
.contact-form-row:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .contact-form-row:not(:first-child) {
    margin-top: 30px;
  }
}

.contact-form-label {
  width: 160px;
  padding: 6px 0 0;
  margin: 0;
}
@media (max-width: 767px) {
  .contact-form-label {
    width: 100%;
  }
}
.contact-form-label label {
  font-weight: 700;
  color: #333333;
}
.contact-form-label label.is-required {
  display: inline-block;
  position: relative;
}
.contact-form-label label.is-required::after {
  content: "必須";
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #E81919;
  border-radius: 4px;
  text-align: center;
  padding: 4px 8px;
  line-height: 1;
}
@media (max-width: 767px) {
  .contact-form-label label.is-required::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(100% + 6px);
    width: 44px;
  }
}

.contact-form-input {
  width: calc(100% - 160px);
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .contact-form-input {
    width: 100%;
    margin-top: 5px;
  }
}
.contact-form-input [type=text] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 12px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
.contact-form-input [type=email] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  padding: 12px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}
.contact-form-input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  border-radius: 0;
  padding: 14px 16px;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  background: #fff url(../img/select-arrow@2x.png) no-repeat right 12px center/17px 14px;
}
.contact-form-input textarea {
  height: 240px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  padding: 12px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  resize: none;
}

.contact-form-radio {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .contact-form-radio {
    margin-top: 26px;
  }
}
.contact-form-radio [type=radio] {
  display: none;
}
.contact-form-radio span {
  display: inline-block;
  padding-left: 26px;
  position: relative;
  margin-right: 36px;
}
@media (max-width: 767px) {
  .contact-form-radio span {
    margin-bottom: 8px;
    margin-right: 20px;
  }
}
.contact-form-radio span::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.contact-form-radio span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #3f51b5;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  display: none;
}
.contact-form-radio [type=radio]:checked + span::after {
  display: block;
}

.contact-form-check {
  margin-top: 63px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-form-check {
    margin-top: 40px;
  }
}
.contact-form-check a {
  font-weight: bold;
  text-decoration: underline;
}
.contact-form-check [type=checkbox] {
  opacity: 0;
}
.contact-form-check span {
  display: inline-block;
  padding-left: 49px;
  position: relative;
}
.contact-form-check span::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #707070;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.contact-form-check span::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url(../img/check@2x.png) no-repeat center center/contain;
  display: none;
}
.contact-form-check [type=checkbox]:checked + span::after {
  display: block;
}

.contact-form-btn {
  margin-top: 30px;
  text-align: center;
}
.contact-form-btn [type=submit] {
  background: #3f51b5 url(../img/button-arrow@2x.png) no-repeat right 12px center/17px 16px;
  width: 304px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  padding: 14px 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  border: none;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.contact-form-btn [type=submit]:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .contact-form-btn [type=submit] {
    width: 280px;
    line-height: 60px;
    padding: 0;
  }
}

.modal-contact {
  position: fixed;
  z-index: 501;
  width: 900px;
  max-width: calc(100% - 48px);
  height: 652px;
  max-height: calc(100% - 48px);
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 60px;
  color: #707070;
  display: none;
}
@media (max-width: 767px) {
  .modal-contact {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.modal-contact-head {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}
.modal-contact-head::after {
  position: absolute;
  content: "";
  background: #3f51b5;
  width: 100px;
  height: 2px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.modal-contact-content {
  margin-top: 40px;
  height: calc(100% - 84px - 108px);
  overflow: auto;
}
.modal-contact-content > :first-child {
  margin-top: 0;
}

.modal-contact-sub-head {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin-top: 40px;
}
.modal-contact-sub-head::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 20px;
  background: #3f51b5;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal-contact-text {
  margin-top: 16px;
  line-height: 1.5;
  padding-left: 20px;
}

.modal-contact-button {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .modal-contact-button {
    margin-top: 30px;
  }
}
.modal-contact-button a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  width: 176px;
  height: 48px;
  padding: 16px 48px;
  text-align: center;
  background: #3f51b5;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.modal-contact-icon {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -20px;
  right: -20px;
}
.modal-contact-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 500;
  display: none;
}

footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
  background: linear-gradient(to bottom, #666666, #333333);
  padding: 60px 0 24px;
  color: #fff;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  footer {
    padding-top: 30px;
    padding-bottom: 14px;
  }
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .footer-content {
    display: block;
  }
}

.footer-left {
  width: 36%;
}
@media (max-width: 767px) {
  .footer-left {
    width: 100%;
  }
}

.footer-logo img {
  display: block;
  width: 205px;
  height: 40px;
}

.footer-address,
.footer-tel {
  font-size: 14px;
}

.footer-address {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .footer-address {
    margin-top: 16px;
  }
}

.footer-tel {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .footer-tel {
    margin-top: 7px;
  }
}

.footer-center {
  width: 48%;
}
@media (max-width: 767px) {
  .footer-center {
    width: 100%;
    margin-top: 24px;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-nav li:not(:first-child) {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .footer-nav li:not(:first-child) {
    margin-left: 20px;
  }
}
.footer-right {
  width: 16%;
}
@media (max-width: 767px) {
  .footer-right {
    width: 100%;
  }
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
}
.footer-sns li:not(:first-child) {
  margin-left: 16px;
}
.footer-sns li img {
  width: 30px;
}

.copyright {
  margin-top: 46px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  .copyright {
    margin-top: 22px;
  }
}

.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: none;
}
@media (max-width: 767px) {
  .to-top {
    right: 12px;
  }
}
.to-top a {
  display: block;
}
.to-top a:hover {
  opacity: 0.6;
}
.to-top a img {
  width: 60px;
}
@media (max-width: 767px) {
  .to-top a img {
    width: 40px;
  }
}

.swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: transparent url(../img/arrow-next@2x.png) no-repeat center center/contain;
  right: calc(50% - 600px);
}
.swiper-button-next::after {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .swiper-button-next {
    right: 10px;
  }
}

.swiper-button-prev {
  width: 40px;
  height: 40px;
  background: transparent url(../img/arrow-prev@2x.png) no-repeat center center/contain;
  left: calc(50% - 600px);
}
.swiper-button-prev::after {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-button-prev {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev {
    left: 10px;
  }
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 6px;
  margin-left: 6px;
}

.swiper-pagination-bullet-active {
  background: #2F7DC8;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 100px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 50px);
  }
}
@media (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 50px);
  }
}

.main {
  background: url(../img/mainvisual/mainvisual@2x.png) no-repeat center center/cover;
  height: 600px;
  width: 100%;
  position: relative;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .main {
    margin-top: 60px;
    height: 420px;
  }
}

.main-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .main-content {
    padding: 0 46px;
  }
}

/* ハンバーガーメニュー */
.drawer-icon {
  position: fixed;
  top: 20px;
  right: 16px;
  z-index: 300;
  /* ハンバーガーアイコンの位置を設置 */
  /* ヘッダーはz-index100で浮いてるのでそれより大きい数字300で上に持っていく */
  display: none;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active {
  -webkit-transform: translate(-200px);
          transform: translate(-200px);
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}

.drawer-icon-bars {
  width: 22px;
  height: 20px;
  display: block;
  /* ハンバーガーアイコンの大きさを指定 */
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 22px;
  height: 4px;
  background: #fff;
  /* ハンバーガーアイコン３本線をそれぞれ指定していく */
  top: 0;
  left: 0;
  /* drawer-iconの位置といったん同じにしたいので初期値のtop,left0 */
  /* 2本,3本線を１本から少しずつ下にずらして設置していく(topの値を変更) */
}

.drawer-icon-bar1 {
  top: 0;
  /* 初期値の場所（top20px,left16pxの位置）で問題ないので０ */
}

.drawer-icon-bar2 {
  top: 8px;
  /* ２本目は(１本目幅4px)＋(間の余白4px)下に設置したいのでtop8 */
}

.drawer-icon-bar3 {
  top: 16px;
  /* 1と2本目の幅8px＋それぞれの余白8px下に設置したいのでtop16px */
}

.drawer-content {
  width: 200px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.drawer-content.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer-content-item {
  border-bottom: 1px dotted #707070;
}
.drawer-content-item a {
  display: block;
  color: #707070;
  padding: 20px;
  position: relative;
}
.drawer-content-item a::after {
  position: absolute;
  content: "";
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 8px;
  background: url(../img/arrow-b@2x.png) no-repeat center center/contain;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 298;
  display: none;
}
.drawer-background.is-active {
  display: block;
}