@charset "UTF-8";
@media screen and (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6875;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

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

.section {
  margin-top: 96px;
}
@media screen and (min-width: 768px) {
  .section {
    margin-top: 160px;
  }
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

.section-title {
  font-weight: 700;
  padding: 0 0 16px;
  margin: 0;
  position: relative;
  text-align: center;
  line-height: 1;
  font-family: "Hiragino Mincho Pro-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 48px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 30px;
    margin-bottom: 46px;
  }
}
.section-title::after {
  content: "";
  background: #3ea1d1;
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.button-basic {
  text-align: center;
  margin-top: 48px;
}
.button-basic a {
  display: inline-block;
  border: #3ea1d1 1px solid;
  text-decoration: none;
  font-size: 14px;
  color: #3ea1d1;
  font-family: "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding: 10px 54px;
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.header__logo {
  margin: 0;
}
.header__logo img {
  width: 120px;
}
.header__logo a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-nav {
  margin-left: auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header-nav {
    padding-block: 40px;
    padding-inline: 16px;
    background-color: #3ea1d1;
  }
}

.header-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.header-nav-item {
  margin-right: 46px;
}
.header-nav-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .header-nav-item {
    margin-right: 0;
  }
  .header-nav-item:not(:first-child) {
    margin-top: 32px;
  }
}

.header-nav-item-link {
  display: block;
  color: #333;
  letter-spacing: 0.1em;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .header-nav-item-link {
    color: #fff;
    font-size: 18px;
  }
}
.header-nav-item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 2px;
  background: #3ea1d1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header-nav a:focus-visible {
  color: #3ea1d1;
  position: relative;
}
.header-nav a:focus-visible::after {
  opacity: 1;
}

@media (any-hover: hover) {
  .header-nav a:hover {
    color: #3ea1d1;
  }
  .header-nav a:hover::after {
    opacity: 1;
  }
}
.drawer-hamburger {
  top: 16px;
}

.drawer-hamburger-icon {
  background-color: #3ea1d1;
}
.drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  background-color: #3ea1d1;
}

@media screen and (max-width: 767px) {
  .main-visual {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .main-visual {
    padding-top: 70px;
  }
}

.main-visual__inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  .main-visual__img {
    padding-top: 120%;
    background: url(/img/SP/top@2x.png) center center/cover;
  }
}
@media screen and (min-width: 768px) {
  .main-visual__img {
    padding-top: 55%;
    background: url(/img/top@2x.png) top right/82.5% no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .main-visual__content {
    margin-top: 31px;
  }
}
@media screen and (min-width: 768px) {
  .main-visual__content {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    padding: 82px 44px 90px 40px;
  }
}

.main-visual__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6923076923;
}

.main-visual__lead {
  margin-top: 28px;
  line-height: 1.6875;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .concept__contents {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .concept__contents-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
  }
}

@media screen and (min-width: 768px) {
  .concept__contents-detail {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .concept__contents-detail {
    margin-top: 35px;
  }
}

.concept__lead {
  font-family: "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .concept__description {
    padding-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .concept__description {
    padding-top: 20px;
  }
}

.Feature {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .Feature__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.Feature__items a {
  display: block;
  background: #fff;
  color: #333;
}

@media screen and (min-width: 768px) {
  .Feature__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.3333%;
            flex: 0 0 28.3333%;
    -webkit-box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.16);
            box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.16);
  }
}
@media screen and (max-width: 767px) {
  .Feature__item + .Feature__item {
    margin-top: 49px;
  }
}

.Feature__img {
  width: 100%;
}
.Feature__img img {
  width: 100%;
}

.Feature__body {
  padding: 26px 12px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6875;
}

.massage01 {
  color: #fff;
  position: relative;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .massage01 {
    background: url(/img/SP/bg@2x.png) center center/cover;
    aspect-ratio: 375/484;
  }
}
@media screen and (min-width: 768px) {
  .massage01 {
    background: url(/img/bg@2x.png) center center/cover;
    aspect-ratio: 1280/478;
  }
}
.massage01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
}

.massage01__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.massage01__contents-detail {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .massage01__contents-detail {
    top: 62.3%;
    padding: 0 20px 0 15px;
    width: 100%;
    line-height: 1.7142857143;
  }
}

.massage01__lead {
  font-family: "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 768px) {
  .massage01__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .massage01__lead {
    font-size: 20px;
  }
}

.massage01__description {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .massage01__description {
    font-size: 14px;
    margin-top: 22px;
  }
}

.products {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .products {
    padding: 0 58px;
  }
}

@media screen and (min-width: 768px) {
  .products__items {
    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 screen and (min-width: 768px) {
  .products__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.6666%;
            flex: 0 0 27.6666%;
  }
}
@media screen and (max-width: 767px) {
  .products__item + .products__item {
    margin-top: 40px;
  }
}

.media {
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.media__img img {
  width: 100%;
}

.media__body {
  margin-top: 12px;
}

.media__content {
  color: #6f7579;
  font-size: 14px;
  margin-top: 4px;
  line-height: 1.7142857143;
}

.media__price {
  font-size: 14px;
  color: #989898;
  margin-top: 10px;
}

.products_link {
  text-align: center;
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .products_link {
    margin-top: 42px;
  }
}
.products_link a {
  display: inline-block;
  font-size: 14px;
  color: #3ea1d1;
  border: #3ea1d1 1px solid;
  letter-spacing: 0.1em;
  padding: 10px 54px;
  background: #fff;
  font-family: "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.products_link:focus-visible a {
  background-color: #3ea1d1;
  color: #fff;
}

@media (any-hover: hover) {
  .products_link:hover a {
    background-color: #3ea1d1;
    color: #fff;
  }
}
.news__items {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .news__items {
    padding: 0 32px;
  }
}

.news__item {
  border-bottom: 1px solid #888888;
  padding-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .news__item {
    padding-bottom: 48px;
  }
}
.news__item:not(:first-child) {
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  .news__item:not(:first-child) {
    padding-top: 48px;
  }
}
.news__item a {
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .news__item--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__img img {
  width: 100%;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .news__img img {
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .news__img img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .info {
    width: calc(100% - 260px);
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .info {
    width: 100%;
    margin-top: 21px;
  }
}

.info__published {
  font-size: 14px;
}

.info__title {
  margin-top: 4px;
  font-family: "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 768px) {
  .info__title {
    font-size: 18px;
  }
}

.info__description {
  font-size: 14px;
  margin-top: 16px;
  color: #888888;
  line-height: 1.7142857143;
}

@media screen and (min-width: 768px) {
  .massage02__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .massage02__img {
    width: 50%;
  }
  .massage02__img img {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .massage02__contents-detail {
    width: 50%;
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .massage02__contents-detail {
    margin-top: 34px;
  }
}

.massage02__lead {
  font-size: 28px;
  font-family: "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 767px) {
  .massage02__lead {
    font-size: 20px;
  }
}

.massage02__description {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .massage02__description {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

.contact {
  background: transparent url(../img/contact@2x.jpg) no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .contact {
    text-align: center;
    margin-top: 225px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 92px;
  }
}

@media screen and (min-width: 768px) {
  .contact__inner {
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding: 56px 28px;
  }
}

.contact-title {
  padding-top: 72px;
  color: #3ea1d1;
  font-size: 40px;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  border: 0;
  font-size: 16px;
  padding: 0.2em 0.5em;
  -webkit-box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
          box-shadow: 5px 6px 15px rgba(96, 96, 96, 0.16);
  border-radius: 2px;
}

input[type=text],
input[type=email] {
  height: 40px;
}

textarea {
  min-height: 122px;
  resize: vertical;
}

.contact__info {
  text-align: center;
  margin-top: 56px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.contact__info span {
  font-size: 16px;
  color: #e7728e;
}
@media screen and (max-width: 767px) {
  .contact__info {
    margin-top: 26px;
  }
}

.contact__item {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .contact__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__control {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.contact__control:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact__control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__control dt {
  background-color: rgba(62, 161, 209, 0.7019607843);
  color: #fff;
  position: relative;
  width: 175px;
  display: block;
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contact__control dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
  }
}
.contact__control dt::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 40px;
  top: 0;
  right: 0px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 5px solid rgba(62, 161, 209, 0.7019607843);
}
@media screen and (max-width: 767px) {
  .contact__control dt::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .contact__control {
    display: inline-block;
  }
}
.contact__control dd {
  padding: 0;
  margin-left: 16px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact__control dd {
    margin-left: 0;
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .dd-input {
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .dd-input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    margin-left: 18px;
  }
}

.contact__label {
  display: block;
  font-size: 18px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .contact__label {
    display: inline-block;
    font-size: 14px;
    padding: 0 16px;
  }
}

.contact__label--required {
  position: relative;
}
.contact__label--required::after {
  content: "＊";
  position: absolute;
  color: #e7728e;
  font-size: 12px;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .contact__label--required::after {
    font-size: 10px;
  }
}

.form-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  .form-input {
    width: 100%;
    height: 38px;
    font-size: 14px;
    padding: 4px 16px;
  }
}

.radio dd {
  background-color: transparent;
  text-align: left;
}

.radio__items {
  font-size: 0;
}

.radio__item {
  font-size: 16px;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  position: relative;
}

.form-radio {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form-radio:checked + .form-radio-part {
  background: #3ea1d1;
  color: #ffffff;
  border-radius: 1px;
}
.form-radio:focus-visible + .form-radio-part {
  outline: -webkit-focus-ring-color auto 1px;
}

.form-radio-part {
  display: block;
  background: #ffffff;
  color: #3ea1d1;
  height: 38px;
  line-height: 38px;
  width: 80px;
  text-align: center;
  cursor: pointer;
  margin: 0;
}

.form-textarea {
  width: 100%;
  height: 122px;
  resize: none;
  padding: 10px 16px;
  line-height: 1.625;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  vertical-align: bottom;
  border: none;
}

.contact__privacy {
  margin-top: 58px;
  text-align: center;
}

.checkbox-wrapper {
  position: relative;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.contact__privacy-checkbox {
  position: absolute;
  opacity: 0;
}
.contact__privacy-checkbox:checked + .contact__privacy-part {
  width: 10px;
  border-top: 0;
  border-left: 0;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -5px;
  left: 5px;
}
.contact__privacy-checkbox:focus-visible + .contact__privacy-part {
  outline: -webkit-focus-ring-color auto 1px;
}
.contact__privacy-checkbox:checked:focus-visible + .contact__privacy-part {
  outline: none;
}

.contact__privacy-part {
  display: inline-block;
  background: #fff;
  border: 1px solid #3ea1d1;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.contact__privacy-link {
  display: inline-block;
  font-family: "Hiragino Mincho Pro-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #3ea1d1;
  text-decoration: underline;
}

.contact__submit {
  margin-top: 50px;
  padding-bottom: 85px;
  text-align: center;
}
.contact__submit input {
  display: inline-block;
  border: #3ea1d1 1px solid;
  background: #fff;
  font-size: 14px;
  font-family: "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #3ea1d1;
  text-decoration: none;
  padding: 15px 54px;
}

.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;
}

.modal-contact__head {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 24px;
  position: relative;
  text-align: center;
}
.modal-contact__head::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #3ea1d1;
  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: 700;
  padding-left: 20px;
  position: relative;
  margin-top: 40px;
}
.modal-contact__sub-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #3ea1d1;
}

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

.modal-contact__button {
  margin-top: 60px;
  text-align: center;
}
.modal-contact__button a {
  text-decoration: none;
  display: inline-block;
  width: 176px;
  padding: 14px;
  text-align: center;
  color: #fff;
  background: #3ea1d1;
  font-weight: 700;
  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;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
}
.modal-contact__icon a {
  text-decoration: none;
}
.modal-contact__icon svg {
  width: 100%;
  fill: #333;
}

.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 {
  padding: 42px 0 12px;
  background: #f7f7f7;
  text-align: center;
  color: #333333;
}

.footer__logo {
  margin: 0 auto;
}
.footer__logo a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  padding: 1em;
}
.footer__logo img {
  width: 120px;
}

.footer__nav ul {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .footer__nav ul {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav ul li {
    margin-right: 30px;
  }
  .footer__nav ul li:last-child {
    margin-right: 0;
  }
}
.footer__nav ul li a {
  display: block;
  font-size: 12px;
  padding: 1em 0;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer_sns {
  margin-top: 20px;
}
.footer_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_sns ul li {
  margin-right: 10px;
}
.footer_sns ul li:last-child {
  margin-right: 0;
}
.footer_sns ul li a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0.1em 0.5em;
  font-size: 22px;
}
.footer_sns ul li a i {
  color: #3ea1d1;
}

.footer__copy {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
.footer__copy a {
  color: #888888;
  text-decoration: none;
}

.totop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.totop.is-show {
  visibility: visible;
}
.totop a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.totop img {
  width: 60px;
  vertical-align: bottom;
}

.button-main-visual {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.button-main-visual:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.button-arrow-right {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.button-arrow-right:hover {
  opacity: 0.7;
}

.button-modal {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.button-modal:hover {
  opacity: 0.7;
}

.header__logo a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__logo a:hover {
  opacity: 0.7;
}

.header__nav ul li a::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__nav ul li a:hover::after {
  opacity: 1;
}

.media {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.media:hover {
  opacity: 0.7;
}

.info__label a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.info__label a:hover {
  opacity: 0.7;
}

.info__title a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.info__title a:hover {
  opacity: 0.7;
}

.news__link a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.news__link a:hover {
  opacity: 0.7;
}

.table__attention a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.table__attention a:hover {
  opacity: 0.7;
}

.contact__check a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact__check a:hover {
  opacity: 0.7;
}

.form-button {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.form-button:hover {
  opacity: 0.7;
}

.footer__logo a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer__logo a:hover {
  opacity: 0.7;
}

.footer__nav ul li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer__nav ul li a:hover {
  opacity: 0.7;
}

.totop {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.totop a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.totop a:hover {
  opacity: 0.7;
}

.footer_sns ul li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer_sns ul li a:hover {
  opacity: 0.7;
}